AJAX TUTORIAL
Description
· AJAX stands for Asynchronous JavaScript And XML.
· AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).
· AJAX is not a new programming language, but a new way to use existing standards.
· With AJAX you can create better, faster, and more user-friendly web applications.
· AJAX is based on JavaScript and HTTP requests
AJAX = Asynchronous JavaScript and XML
AJAX is not a new programming language, but a technique for creating better, faster, and more interactive web applications.
With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page.
Chukwuemeka UgwuanyiPosted Dec 27, 2008, 10:00 PM
Good intro but we 'll need more code snippets