CSC/ECE 517 Fall 2009/wiki2 2 pz: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Introduction to AJAX==
==Introduction to AJAX==
'''AJAX''' was first coined by Jesse James Garrett of Adaptive Path in February 2005 in his essay [http://www.adaptivepath.com/ideas/essays/archives/000385.php "Ajax: A New Approach to Web Applications”]. Ajax (asynchronous JavaScript and XML) is more of a technique than it is a specific technology. Its greatest advantage in web browser is to enable the client to request data without reloading the page.
'''AJAX''' was first coined by Jesse James Garrett of Adaptive Path in February 2005 in his essay [http://www.adaptivepath.com/ideas/essays/archives/000385.php "Ajax: A New Approach to Web Applications”]. Ajax (asynchronous JavaScript and XML) is more of a technique than it is a specific technology. Its greatest advantage in web browser is to enable the client to request data from server asychronously without reloading the page. The technology makes Internet applications smaller, faster and more user friendly.

Revision as of 03:28, 9 October 2009

Introduction to AJAX

AJAX was first coined by Jesse James Garrett of Adaptive Path in February 2005 in his essay "Ajax: A New Approach to Web Applications”. Ajax (asynchronous JavaScript and XML) is more of a technique than it is a specific technology. Its greatest advantage in web browser is to enable the client to request data from server asychronously without reloading the page. The technology makes Internet applications smaller, faster and more user friendly.