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''' is more of a technique than it is a specific technology. 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''' 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 is to enable the client to request data without reloading the page.

Revision as of 02:50, 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 is to enable the client to request data without reloading the page.