1
vote
1answer
12 views
Setup.exe files downloading without cab files over poor connections
We have customers who are trying to download a setup.exe file over mobile connections that appear to be very slow.
They have reported that when they click on the downloaded setup.exe, the install …
1
vote
4answers
74 views
What is the length of time to send a list of 200,000 integers from a client’s browser to an internet sever?
Over the connections that most people in the USA have in their homes, what is the approximate length of time to send a list of 200,000 integers from a client's browser to an internet sever (say Google …
5
votes
4answers
159 views
Check if Internet Connection Exists with Javascript?
How do you check if there is an internet connection using Javascript? That way I could have some conditionals saying "use the google cached version of JQuery during production, use either that or a …
4
votes
1answer
57 views
Check if Internet Connection Exists with Ruby?
Just asked how to check if an internet connection exists using javascript and got some great answers. What's the easiest way to do this in Ruby? In trying to make generated html markup code as clean …
2
votes
4answers
313 views
ANDROID: if WiFi is enabled AND active, launch an intent …
This is what I would like to do :
=> IF WiFi is enabled AND active, launch an intent (in fact it's a WebView that gets its content=>the instructions of my app on the web)
=> IF NOT, then I would …
1
vote
2answers
74 views
Visual Studio internet connection failue
Last night my Visual Studio was working fine. Today it fails to connect to the internet (can't download rss feeds or connect to my TFS Server).
My internet connection is working fine (I am using it …
0
votes
1answer
105 views
Android: internet access connection
Hi,
i'm retreiving data from an internet service.
Is there a way to control which (data) connection the device uses for connecting to a website?(access via wifi or via the cellular network)
thx
1
vote
5answers
181 views
How can make a C# Client - Server run over internet?
The current application that I'm working on is a Client - Server C# application and work very well on a network. Now I'm thinking if it can run over the internet. The question is how to do this? How …
2
votes
1answer
107 views
Nokia E50 and mac internet sharing
Hi,
I am using a nokia E50 and imac. my imac is connected to the internet. i want to share my internet connection to my E50 too via bluetooth. is there any way to do this. help needed..
is there any …
-1
votes
0answers
25 views
iphone - internet connection
is there a way to get a notification each time I'm connecting to the internet and get how much data was passed and the URL?
Thanks
1
vote
5answers
693 views
Detect internet Connection using Java
I want to see if anyone has an easy way of detecting if there is an internet connection when using Java. The current app used the "InternetGetConnectedState" method in the WinInit DLL for windows, but …
0
votes
4answers
223 views
Check if host computer is online with PHP?
I've been having some issues with my Internet connection and I was wondering what is the fastest, error-less and most reliable way to check if the host computer is connected to the Internet.
I'm …
0
votes
1answer
183 views
Consuming a web service through an internet proxy server, using a WCF client in C#; providing proxy server authentication
I have a client program that consumes a web service. It works quite well in a number of installations. Now I have a situation where a new customer connects to the internet via a proxy server, and my …
0
votes
2answers
41 views
Are there any reliable methods of calculating the current bitrate of an internet connection?
I have experimented with a technique that involves a web page request which you use to calculate the bit-rate based on bytes divided by the time elapsed. You can average multiple data points of …
3
votes
6answers
238 views
What should I use instead of ping?
In my Windows Forms application (on startup) I use the ping command to check if both the Internet connection and my SQL Server are alive.
Is there any "better" way-command I should use for …
