internet

Word and IE (Close Word needs to Refresh IE)

I am able to open Word with a specific template from the browser, but when Word closes and the user returns to the browser the page needs to be refreshed. ...

rounded corners of input elements in IE

is there a way to make rounded corners on elements so that they are visible in Internet Explorer. Currently, I am using curvycorners.js but it only works on block elements... ...

Why is `to.` a valid domain name?

In visiting http://to./ you are given a legitimate website. Is to. a valid domain name then, despite not ending with a TLD and having a superfluous period? Why? Being valid, what would its DNS hierarchy be? ...

Html errors in Internet explorer 8

On this website: http://fa-aft6157.org/ , when viewed in IE8, when you hover the mouse over the links on the left they appear at the top of the page. How can this be fixed in the HTML code? ...

HTTP gateway timeout

Hi buddies, When I tried to request the data across the internet through a web service I received an error as: Error: The request failed with HTTP status 504: Gateway Time-out. Can anyone please give an insight about this error, and a solution too? Thanks in advance. ...

Check if the internet cannot be accessed in Python

I have an app that makes a HTTP GET request to a particular URL on the internet. But when the network is down (say, no public wifi - or my ISP is down, or some such thing), I get the following traceback at urllib2.urlopen: 70, in get u = urllib2.urlopen(req) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/url...

Is there a Perl module to test internet connection speed?

Does anybody know a module to test the speed of internet-connection? ...

Internet Explorer Error

The main error shown in IE is : ' Could not complete the operation due to error 80020101.' The error is displayed when the ExtJS framework tries to load a page containing a Ext grid component through an ajax request. It works without problems in Firefox and Chrome. Another error which is shown by IE is 'Expected identifier, string or n...

Javascript scrolling, XHTML Doctype, IE6 - IE8 and a coronary

I've been working for hours on this and I can't figure it out. I've got a setup that pulls some coordinate data into javascript and parses it into an interactive map (using canvas {and excanvas for IE6 users}) on the browser for the user. Everything is working fine except for one problem: when hovering on the map after scrolling down th...

Change user agent string

Hi I want to change a USER AGENT string in Internet Explorer whilst it is running (or after launching). So I can't change through a registry key. Is there any other way to do this? ...

Connect to internet with Qt for symbian

I'm creating a Qt Symbian application and need to connect to internet. In some way I need to let the user choose a connection when the app starts. I could use Qt Mobility to get it working but when Nokia approves I wan't do publish my application on Ovi Store. As the Qt Mobility is not included in Qt 4.6 it might be a problem to publish ...

Block internet connection for windows 7 using c#

Hey guys just I wanted to know if there is a way to block internet access to my PC by writing code in c#. I'm using windows 7, a way to control the firewall will also help, I've seen solutions for XP and vista , but didn't find any for '7'. Thanks:) ...

Android internet connectivity check problem

Hello, I'm new to Android development and working on an Android application that requires the phone to be connected to the internet, through either Wifi, EDGE or 3G. This is the code that I'm using to check whether an internet connection is available public static boolean isConnected() { ConnectivityManager cm = (ConnectivityManag...

How could i use two background images in one page

Hi All I have a one problem, I have one background image having 1000px height. which i used in body of css having fixed height but on some pages my content height goes incresed more than background image its not look good, so i searched on google and i got a way to solve this issue, then iused a height in body tag, and then i used ...

Is there any online free movie information api's?

For music there is the Gracenote CDDB SDK, etc. but does an online service exist for getting information about movies? The only solution i can see at the minute is querying IMDB and scraping the page. The problem i have is that i have a list of film titles and i want to retrieve stuff like the plot, director, cast, when released, get d...

I can't fix a broken image in Internet Explorer

Hi All, I have a broken image in IE that I can't seem to fix. I have tried everything I could think of so far. It works just fine in all browsers except IE. You can view the broken image here... http://74.53.164.152/~maury66/index.php?cPath=5_11 As you can see, all of the product images work except for the one for the product titled...

Add button to Internet Explorer toolbar during run time

I am currently create a simple additional button to my Internet Explorer 7, toolbar. The button works. I am using Visual C++. But now, I would like to create a to create a button during my Internet Explorer is running. Means, on certain condition, my program (a dll registered with regsvr32) will add a button to the toolbar. and after ce...

Networking with extremely high latency.

Are there any protocols, systems, etc. experimental or otherwise designed for allowing normal (as normal as can be) network operations (E-mail, DNS, HTML, etc.) over very high latency links? I'm thinking of minutes to an hour, or maybe two. Think light speed lag at a solar system scale. As a side note: research or speculation on the s...

How can I use a 3G internet connection in my Android App?

I have made an App that can connect to a program that I am running on a server, but it only seems to work with WiFi. When I try to use 3G it doesn't make the connection. Is there something special that I have to turn on or set in order to use 3G? ...

Enable mobile network

In my application it is necessary to have internet connection. Therefore i check while starting if a Internet connection is availaible. If not I ask the user if he would establish an Internet Connection, and what type (wifi oder mobile). The wifi connection i can establish with the following code WifiManager wifiManager = (WifiManager)...