Hey, this AJAX thing is pretty easy, after all
Friday, July 29th, 2005Today, for the first time, I added AJAX (aka XMLHttpRequest) to a web application. (Well, it wasn’t actually AJAX, because I was making a synchronous request instead of an asynchronous one, but close enough.) I’ve known about the technique for just slightly longer than it has been dubbed “AJAX”, but never taken the […]