QuirksBlog: Ajax, promise or hype? is a great summary of AJAX, the discussion around it, some history, and some suggestions.
(If you've missed it, AJAX stands for Asynchroneous JAvascript + XML. It's a paradigm for creating web applications by leveraging the support for sending HTTP requests and retrieving XML via Javascript, and for styling and processing XML/HTML via the DOM in modern browers.)