Sponsorised links
March 2008
November 2007
Access Control for Cross-site Requests
Maybe it's time to test cross-domain xmlhttprequest in Firefox 3
Sponsorised links
October 2007
September 2007
August 2007
Ext FileTree Widget Example by Saki
FileTreePanel is client-server application where client (browser) provides the user interface (UI) which displays the tree and context menu, handles drag & drop operations, etc. The filesystem that is displayed and managed by the UI is stored on a server.
Therefore, we need some communication layer between client and server. Client sends a command to server, server processes this command and responds with a result. Client in turn processes the response and display results.
All this communication is running in the background by Ajax (XMLHttpRequest) calls. The XMLHttpRequest is not used directly but the Ext JS - JavaScript Library ajax layer is used for this purpose.
Client requests data from server with standard POST method and server is expected to respond with JSON (JavaScript Object Notation) string and appropriate HTTP headers.
July 2007
XMLHttpRequest HTTP Feature Tests
This is not a compliance or conformance test suite; an implementation can fail many of the tests here and still be HTTP conformant. Instead, the idea is to show what HTTP mechanisms different implementations support, and how they support them, since many aspects of these libraries are underdefined.
Each group of tests explains what is being tested and what the implications of failure are. Although many of the tests are automated, some may require user interaction, via a "run test" button. Be sure to follow any instructions carefully.
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
XmlHttpRequest et PHP
Petite fonction sympa pour utiliser l'objet XmlHttpRequest
