Site Archives AJAX

Strange XMLHttpRequest bug in IE


I’ve been dumbfounded with a javascript issue under IE which doesn’t manifest itself under FireFox. Here’s the premise - I have a page which has a single XMLHttpRequest object making calls to the server for additional information in the background. The XMLHttpRequest object requests a URL from a queue of URLs and then the callback [...]

Learning AJAX


I’ve been working on creating a database architecture at work and while I was at, I had decided to create a simple web front end to the architecture using PHP and Oracle. Along the way, one of my pages took a bit too long to load so a coworker of mine suggested in a kidding [...]