Tagged Questions

0
votes
1answer
82 views

Microphone detection Actionscript 3

Hi guys, I'm having a few problems detecting whether a microphone is detected or not. I'm running the function Microphone.getMicrophone() and that should return null if there is no …
-4
votes
5answers
925 views

Detecting drop into textarea with Javascript

All I need is to be able to detect when text is dropped into a Textarea. I then take that text and do stuff with it and clear the textarea. There may be many of these textareas a …
0
votes
5answers
133 views

Get iPhone’s camera resolution?

Is there any way to get the resolution of the iPhone's camera? Apparently the 3G has 1200x1600, and 3GS has 1500x2000, but how do I obtain these values from inside my code (without …
0
votes
3answers
30 views

Detecting if mouse position is within a set of position rules?

I have some JavaScript objects such as this (it's psuedo so I know if syntax is wrong): [{ "divid":"1","x1":"35","y1":"100","height":"150","width":"150" }, { "divid":"2","x1":"45" …
0
votes
0answers
13 views

detect RGS protocol

Do any body knows what control messages does RGS Client sends to server for establishing connection? I want there messages to know weather RGS Server is running on some machine or …
0
votes
1answer
25 views

detect Citrix ICA protocol

Hello, I want to detect weather Citrix ICA protocol is running on my network or not. I don't want to hit on port because it is not a good solution. What flags (bytes) to send to s …
0
votes
3answers
69 views

Newbie regex question - detect spam

Here's my regex newbie questions: How can I check if a string has 3 spam words? (for example: viagra, pills and shop) How can I detect also variations of those spam words like "v …
1
vote
3answers
247 views

Method to detect a parked page?

Anyone know of a way to programatically detect a parked web page? That is, those pages that you accidentally type in (or intentionally sometimes) and they are hosted by a domain p …
1
vote
2answers
138 views

Detecting CTRL+V using AS3 in IE

I am not able to detect the keyboard event CTRL+V on a swf using AS3 in IE. It seems to trigger the default browser behavior, and im not able to do anything... Any workaround for t …
0
votes
0answers
27 views

Unable to detect client disconnect on SendAsync

Hi, I have Server that needs to echo back data from client continously with a delay of 1 second. Following is the code. private void ProcessSend(SocketAsyncEventArgs e){ if (e …
0
votes
2answers
330 views

Automatically detect the server’s proxy settings in PHP

I have a PHP script which is running on a windows server. The script creates a soapclient object which can be given proxy_host and a proxy_port. Rather than hardcoding these valu …
1
vote
9answers
1k views

can php detect client browser monitor size/resolution?

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?
0
votes
2answers
56 views

How to detect wether remote computer is running RDP (remote desktop protocol) ?

How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ?? Like Open an port to detect HTTP and send request, re …
2
votes
5answers
388 views

How do I automatically find a user’s location?

I am currently working on a show listing website. I am going to display show information by location for the user sorted in a variety of different ways. I know I could ask the …
0
votes
2answers
270 views

iphone SDK detect Wifi and Carrier network

Hello everybody, my app accesses the internet and i just want to detect whether there is a connection either via wifi or via carrier data network or not apple has made an example …

1 2 3 4 next
15 30 50 per page