About Me

kolkata, west bengal, India
Working on Vovici Survey Tool in PWC kolkata.

Thursday, July 22, 2010

Ajax guide

simple Ajax guide :

AJAX is about updating parts of a web page, without reloading the whole page.

What is AJAX?

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.

http://www.w3schools.com/php/php_ajax_database.asp

No comments:

Post a Comment