JavaScript& HTML CSS25 Mar 2005 12:29 pm
Brent Ashley explains what Ajax is
AJAX is an acronym for Asynchronous JAvascript XML. Ok, now that I’ve told you that, forget you ever heard it. Ajax (proper case) has already come to represent a wider concept. The concept is this: Load up and render a webpage, then remain at that page while scripted routines make background trips to the server for data that is used to update the page in place by re-rendering and or hiding/unhiding portions of the page.