• # AJAX

    Posté par . En réponse à la dépêche Logiciels libres et contenus web interactifs. Évalué à 6.

    S'il n'y a pas besoin de vectoriel je pense qu' AJAX est très impressionnant.

    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(...)



    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)