Main menu:

Site search

Pages

Categories

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  

Archive

Ajax: A New Approach to Web Applications

The continuous development technology gives birth to new approach in Web Applications One of them is Ajax. Ajax is not actually a technology. It is really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates standards-based presentation using XHTML and CSS; dynamic display and interaction using the Document Object Model; data interchange and manipulation using XML and XSLT; asynchronous data retrieval using XML Http Request; and JavaScript binding everything together. The classic web application model works like this. Most user actions in the interface trigger an HTTP request back to a web server.