All articles from: March, 2009
AJAX – Asynchronous Java Script and XML
Posted on March 22, 2009 by Senthil Kumar
and has 2 comments.
AJAX is one of the hottest buzzword in the IT especially in the Web Development. AJAX has become so much popular especially with the use of this technology in Google Suggest, Gmail, Yahoo Mail, Windows Live, Google Maps etc. AJAX stands for Asynchronous JavaScript and XML.
Ajax is not a technology in itself, but a term that refers to the use of a group of technologies. AJAX is not a new technology as the major technologies like HTML, XML, DOM, XMLHttp and JavaScript that is used in AJAX have been around for quite a long period of time. AJAX is not tied to any programming language or Data Format and is defined by partial screen update and asynchronous communication.
Read more

