Ajax uses a combination of HTML and CSS to mark up and style information. The DOM is accessed with javascript to dynamically display, and to allow the user to interact with the information presented. javascript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads.
Ajax, shorthand for Asynchronous javascript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uploading and downloading data, and display the results in the browser using dynamic HTML. Using Ajax gives your Web pages the feel of a desktop application-the whole display will no longer flash when you click a button. VTC Author Steve Holzner helps you get started developing and building your own Ajax capable web pages. A familiarity with javascript, XML, PHP is recommended for this course. To begin learning, simply click the links.
Include:
1- Getting to know Ajax
2- Writing Ajax
3- Getting More Ajax Power
4- Creating Ajax Applications
5- Exploring The Browser-Side Ajax Frameworks
6- Exploring the Server-Side Ajax Frameworks
7- Using XML With Ajax
8- Using CSS With Ajax in Web Pages
9- Using PHP and Ajax
10- Doing It Right: Ajax Best Practices