Sunday, 4 January 2015

Ajax Basic Tutorial | Ajax Introducation

Ajax Introducation |


AJAX = Asynchronous JavaScript and XML. 
AJAX is not a new programming language, but a new way to use existing standards.
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.

Read More ....


AJAX is Based on Internet Standards |


AJAX is based on internet standards, and uses a combination of XMLHttpRequest object (to exchange data asynchronously with a server) JavaScript/DOM 

Read More ....

How AJAX Works |


Browser

Create an XMLHttpRequest object

send HttpRequest

Read More ....

No comments:

Post a Comment