Ajax or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of:
* HTML (or XHTML) and CSS for presenting information
* The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
* The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any text format will work, including preformatted HTML, plain text, and JSON)
# AJAX
Posté par francois schnell . En réponse à la dépêche Logiciels libres et contenus web interactifs. Évalué à 6.
Voir par exemple l'outil Orgnizr de Flickr pour s'en convaincre.
http://en.wikipedia.org/wiki/AJAX(...)
http://www.flickr.com/tools/organizr.gne(...)