Assignment and homework help in AJAX
AJAX stands for Asynchronous JavaScript and XML. It is not a new programming language but is a new way of using the existing standards. IT is an art of exchanging the data with the server and simply updating the parts of the web page without making any efforts to reload the whole page.
Classic web pages which do not use AJAX need to reload the entire page if some content has to be changed.
Some of the applications which use AJAX are: Gmail, Google Maps, Facebook, and Youtube etc.