View Single Post
  #6  
Old 03-11-2014, 05:18 AM
Bhupender Pal Bhupender Pal is offline
Upcoming SEO
 
Join Date: Feb 2014
Posts: 40
Default

AJAX = Asynchronous JavaScript and XML.

AJAX is a technique for creating fast and dynamic web pages.

AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

Classic web pages, (which do not use AJAX) must reload the entire page if the content should change.

Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs.
Reply With Quote