Ajax JavaScript CSS HTML 5 Gecko XUL Forum

Ajax Tutorials, demos and applications

For a programmer of the Web 2.0, Ajax is the main part of the library. For a Web application on a modern site, Ajax allows to build a smooth interface and update instantaneously the content.

Ajax scripts

Add-ons to Ajax and application of the technology.

Extensions

ResponseHTML

Why not also the responseHTML attribute? But this is not a problem, this feature may be added easily to Ajax.

Ajax Extensible Page

A framework to build web pages the reader can expand for details.

Cross-sites Ajax

The XMLHttpRequest object in its current definition is limited to the site of the Web page that uses it. A version 2 is being defined for use Ajax on several sites. But some browser have already implemented the cross-domains feature, Firefox 3.5 through the XMLHttpRequest object, Internet Explorer 8 with the XDomainRequest object.

Cross-sites Ajax

How to load data from another website and to display it asynchronously.
Cross-sites Ajax: Part two shows how to execute a script on a remote site, to provide it data and retrieve the results to display them in Ajax.

XDomainRequest

A new object created by Microsoft to exchange data between websites. Could be a successor to XMLHttpRequest.

Applications

Image Gallery

Displays automatically image when the mouse pass over them.

Lightbox

The Ajax version speeds up the display.

Dynamic Select

With JavaScript, the content of lists and menus, the select form tag, may be changed dynamically. Ajax can also save the modified list and load it at a later session.

Tutorials

Tutorials of technologies involved by Ajax.

Ajax tutorials

XMLHttpRequest

Description of the W3C specification with some examples.

JavaScript, HTML and DOM

Interactive JavaScript tutorial and case studies.
Main methods of DOM, the standard interface to XML documents and HTML web pages.

Ajax tutorial

Complete tutorial, how to interface JavaScript and XMLHttpRequest for updating a Web page.
Examples with text and XML.

Ajax and PHP

What is the relationship between Ajax en PHP?

JSON tutorial

JSON is another format to save data on the server that can be retrieved by Ajax, it is structured but simpler than XML.

Ajax demos

These demos are designed as templates you can use to start your own Web pages.
How to get info about a file on the server, how to interact with the server through Ajax, and more.

Tools

Ajax programming with NetBeans

How to build Ajax applications with this IDE.

Ajax FAQ
  1. Should I use Ajax?
  2. What means the word Ajax?
  3. Where to start to use Ajax?
  4. Do I need to use XML?
  5. Ajax can it evolve?
  6. When should I use GET or POST with XMLHttpRequest?
  7. What is Ajax navigation?
  8. Ajax can it make a site difficult to use?
  9. Asynchronous JavaScript can it replace Ajax?
  10. Ajax can it replace Flash?

More infos and resources

© 200-2011 Xul.fr