francois schnell a écrit 3 commentaires

  • [^] # Re: AJAX

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

    Voici aussi ce qu'en pense O'Reilly Radar:


    Flash is Ajax, or Flash versus Ajax, at the Ajax Summit
    ....

    The Ajax model makes Flash (and Java, and ActiveX) unnecessary for some kinds of interface models. When I first wanted to make, say, a dynamically updating table, Java was the only choice; later, Flash was a much more pleasing choice. Now, Ajax/JavaScript offers a number of advantages over Flash: faster load time, consistent interface with the rest of the browser, a standard/free HTTP server backend, and broader development tool support. These advantages and others must be significant -- Google Maps could have been done years ago in Flash, but for whatever reason it wasn't. What I think will happen is that Ajax will be a "worse is better" solution compared to Flash -- that is, it will cover most of the functionality most of the people would want from Flash, and do it messier but easier.

    ....


    source:
    http://radar.oreilly.com/archives/2005/05/flash_is_ajax_o.html(...)
  • [^] # Re: AJAX

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

    La question était:

    Quels sont selon vous les meilleurs outils pour réaliser des contenus web interactifs ?


    et j'ai répondu à cette question avec Ajax dont la "définition" est:

    Ajax or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications ...
  • # 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)