14 Aug

Sajax, without ActiveX

On Friday, I announced a non-ActiveX version of XMLHttpRequest, with the proviso that it would require server-side magic. Sajax 0.10 (the current “stable” version) does not provide that needed fiddliness, but, perfect timing, really, Sajax 0.11 does. I have hacked that code and improved it. Here is my amended Sajax.php. The improvements: The script falls […]

12 Aug

AJAX in IE without ActiveX

What a day! Recently, one of our customers was saying that his site wasn’t working whenever he viewed it in his local net-cafe. This was incredible, to me, as every computer I’ve checked it on has displayed fine. I finally had an inkling of an idea why this was happening, when I asked him to […]

15 Sep

xmlhttprequest object for ie7

According to this post, IE7 will have a native XMLHTTPRequest object which will not require ActiveX to be enabled (after all my hard work writing a workaround for IE6 and IE5!) – this is great news for those of use who are excited about AJAX. Other interesting fixes include a rebuilt <select> box which allows […]