AJAX Security
From Computing and Software Wiki
(Difference between revisions)
Line 9: | Line 9: | ||
- | |||
==Advantages over Preceding Technologies== | ==Advantages over Preceding Technologies== |
Revision as of 06:00, 6 April 2009
AJAX stands for Asynchronous JavaScript And XML.
AJAX is a type of programming, it is not a new language since it is based on JavaScript and HTTP requests , AJAX is a way to use existing standards.
The use of AJAX provides faster and more user friendly web applications.
Contents |
Advantages over Preceding Technologies
Uses Client-side scripting which is faster for the user. Only small segments of a page need to be reloaded to change content instead of full page. Interacts asynchronously with the server.