Ajax wrapper class
April 22nd, 2008
I’m not really a big fan of “AJAX” ( yes, I put it in quotes ). To be honest, I’ve being doing AJAX type stuff since the dawn of Javscript and IFRAMES, but now it has a name and everyone is using it. My pet hate is AJAX for the sake of AJAX, reloading 5mb of data when a simple page refresh will do.
Saying all that, what AJAX I do now, I do with this great wrapper class
http://www.cmarshall.net/MySoftware/ajax/
Works like a charm and really simple to impliment. If I get the time, I’ll add in some very simple PHP examples on how to make re-usable AJAX type code for populating lists etc.