AJAX

AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications



One area that's been pushed in web software development is AJAX - Asynchronous JavaScript with XmlHttpRequest. The fundamental idea is that it updates web pages without posting back the whole page.



links :

AJAX (technology used in Google Suggest)

http://en.wikipedia.org/wiki/AJAX

http://www.ajaxpatterns.org/

Comments