Ajax 
Ajax, shorthand for
Asynchronous Javascript and
XML, is a set of technologies that allows you to create
Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uploading and downloading data, and display the results in the browser using dynamic
HTML. Using
Ajax gives your Web pages the feel of a desktop application--the
more...