Thursday, March 10, 2005

A New Approach to Web Applications

Ajax isn’t a technology. It's really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:
1) standards-based presentation using XHTML and CSS;
2) dynamic display and interaction using the Document Object Model;
3) data interchange and manipulation using XML and XSLT;
4) asynchronous data retrieval using XMLHttpRequest;
5) and JavaScript binding everything together.


More..

No comments: