Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: AJAX.

AJAX: Difference between revisions

From MoodleDocs
(delete HTML as link)
Line 12: Line 12:
== See also ==
== See also ==


* [[Javascript FAQ]]
* [[Javascript]]
* [[Javascript]]
* [[Unobtrusive javascript]]
* [[Unobtrusive javascript]]
* [[Hijax]]
* [[Hijax]]


* [http://www.adaptivepath.com/publications/essays/archives/000385.php ''Ajax: A New Approach to Web Applications'', the original Ajax article by Adaptive Path]
* [http://www.adaptivepath.com/publications/essays/archives/000385.php ''Ajax: A New Approach to Web Applications'', the original Ajax article by Adaptive Path]

Revision as of 13:13, 22 July 2009

AJAX (Asynchronous Javascript and XML) is a modern web design technique that allows for more interactivity by making webpages that fetch data in the background and alter themselves without reloading. This makes the website feel much more like an application. AJAX is a new way of working with existing technologies (including HTML, Javascript, CSS and the XMLHttpRequest object amongst others) rather than a new piece of technology in itself.

Ajax in Moodle

Moodle has recently (July 2006) adopted the Yahoo! user interface library and most future work in this area will build upon that foundation.

There are several current projects that make use of these technologies e.g.:

See also