internet

Client Server Performance - very long distance

Hi We have a site hosted one side of the planet and a customer on the other. Its asp.net and theres load of complex business rules on the forms. So there are many instances where the user takes some actions and the site posts back to alter the form based on business rules. So now the customer is complaining about site lag. For us, ...

What factors other than latency and bandwidth affect network speed?

I have noticed that viewing images or websites that are hosted on US servers (Im in europe) is considerably slower. The main reason would be the latency because of the distance. But if 1 packet takes n milliseconds to be received, can't this be alleviated by sending more packets simultaneously? Does this actually happen or are the pack...

Video Url Resolver for dailymotion and blip.tv

I'm stuck in getting the direct link of the video file on dailymotion and blip.tv website. Ex: direct video url of http: //www.dailymotion.com/video/x96bku_the-forest-short-animation-film_shortfilms is http: //proxy-36.dailymotion.com/video/684/114/15411486%3amp4_h264_aac_hq.mp4?auth=1281348558-2a834e9c8537ef9c8301dcae7c5c565a http: //b...

Creating COM Component in .NET to override IE functioanlity(custom download manager)

Hello, I have to create a custom download manager that will replace a standard download manager in internet explorer. After googling I've learned that I have to create a COM component that implements IDownloadManager interface. As far as I understand I have to create a dll, generate guid for it and register it using regasm.exe utility,...

Book on explaining the basics of programming for inexperienced friends

Hey all, I have a friend who's going to jail on Wednesday, for about a year. I want him to utilize his time in county learning how to program and about the internet so I can help him land a job when he gets out. What are some of the best books that teach programming basics, which languages do what, how servers & databases work, how the...

IE 8 - session variables are lost while window.open

Hi, I encountered with a weird problem at one of our machine. Machine has: Microsoft Windows 7 Professional (6.1.7600 Build 7600) Internet Explorer 8 (8.0.7600.16385) Consider below case: Page1 renders an anchor link with window.open("page2.aspx",some attributes etc) When user clicks on above link, page2.aspx opens but no sessions ...

Book on "Internet Programming"

I'm about to begin a Software Engineering course and am in the process of gathering the reading lists for each class, however one class, "Internet Programming", doesn't specify a reading list on the grounds that it would be out of date before it was even published, and so I was wondering if anyone knew any good modern books on the subjec...

What is the fastest way to upload files to Akamai?

I have an ftp directory with Akamai now and I need to upload images as fast as possible (possibly 1+ million per day) What would be the fastest way to sync local files to an ftp site? thanks ...

JavaScript: using Flattr API. how to wait until API is loaded?

Hi, I'm trying to use the Flattr JavaScript API. I included the loading code as described. But FlattrLoader.setup() does not work. I am getting the exception ReferenceError: FlattrLoader is not defined. I tried both <script type="text/javascript"> FlattrLoader.setup(); </script> and <script type="text/javascript"> window.onlo...

Connection refused error

I am writing this message on my iTouch. For a while now I am been getting connection refused error in all my browsers. The weird thing is I still see an instant message, I just can't browse. Can anyone help me? I am really frustrated with this. Thanks in advance ...

Software Validation Server in Python?

I have been working on a huge project for work for a while now, and it is almost done. However, in an effort to prevent the program was being pirated (I already know there is pretty much no method that can't be cracked ), the software needs to be able to validate. I'm not exactly sure how to do this. Could some sort of software validatio...

What is the best way to sync computer time with an internet time server?

I need to get the current time from one of internet time server in my desktop application. I suppose I need something like a request string and a regular expression to get time from any site that user wants (may be with several predefined sites). Or may be there are some free libraries exist? Thanks. ...

Installshield, how to verify internet connection before installation?

Hi all, I am using Installshield for the installation of a product. I am attempting to find a way to verify an active internet connection before I continue with the installation of my product. I checked all over, even the manual/help guides from the Installshield people. I am setting "Program Features" through the Installation Design...

css & jquery drop down menu: z-index bug on IE

Hi, following up to the thread below, I managed to create the drop down menu like blip.tv's, http://stackoverflow.com/questions/3508484/drop-down-menu-dotted-border-and-solid-border-in-one-line here is the outcome, http://quack-project.net/tmp/3/index.php I use css and jquery to achieve that. It works fine on all browers (Firefox, ...

Jqzoom implementation to Joomla Opera IE problem

Hi everyone! I've implemented the jQzoom plugin in my Joomla based website. It works great on all browsers but IE and Opera, both latest versions. It seems that it's not getting the mouse position correctly. Although I've tested the same layout and options on a non joomla site, everything was fine, so I really don't know. Here's the way ...

JavaScript expanding div doesn't work in IE

I have a script that lets you put a link at the bottom of some text so you can reveal more text. It works great in Firefox. When you click the link, the div appears and the other parent divs expand with the growing child div. But the parent divs don't expand in IE. The text actually disappears behind the row (this is in a table create...

Simulating Slow Internet Connection

I know this is kind of an odd question. Since I usually develop applications based on the "assumption" that all users have a slow internet connection. But, does anybody think that there is a way to programmatically simulate a slow internet connection, so I can "see" how an application performs under various "connection speeds"? I'm not ...

iphone - retrieving information from the internet (rss alternative?)

(Very) basically my app is just a load of information collected from the internet - eg: someone can log into an admin panel on a website and update their app from there. The information gets put into a mysql database. The way I thought about going about this was to use an RSS feed - it works for blog/twitter feeds, so I thought why not ...

Problem loading ASP.NET report in iFrame with Internet Explorer

Hello, I have seen multiple posts and websites regarding this issue, yet none of the solutions / workarounds posted have worked for me. I am trying to load an ASP.NET report into an iFrame. The iFrame will load correctly (across all browsers), but when I run the report, Internet Explorer only will show the following error: "ASP.NET ses...

Android unknownhostexception

I have the following code that if not connected to the internet hits the catch but crashes the app with the error in the subject. Is there a graceful way to detect the connection being up or just ignore this? try { GeoPoint center = myMapView.getMapCenter(); double minLat = (double) (center.getLatitudeE6() - (myMapVie...