Recently Popular Xmlhttprequest Tagged Tutorials



Jul 21

AJAX Caching Strategy

Posted by , in AJAX Tutorials

The ability of AJAX applications to make an HTTP connection behind the scenes to fetch small bits of information is one of the powerful tools that the modern browser APIs come equipped with. For most browsers (e.g., Firefox 1.5, Safari 2.0, Opera 8.5), the engine behind this task is the window object's XMLHttpRequest (XHR) object. [...]

Popularity: 19%

Thumbnail for AJAX Caching Strategy
Clique It


Jul 12

Mastering Ajax, Part 3: Advanced requests and responses in...

Posted by , in AJAX Tutorials

For many Web developers, making simple requests and receiving simple responses is all they’ll ever need, but for developers who want to master Ajax, a complete understanding of HTTP status codes, ready states, and the XMLHttpRequest object is required.

Popularity: 21%

Thumbnail for Mastering Ajax, Part 3: Advanced requests and responses in...
Clique It


Jul 12

Mastering Ajax, Part 2: Make asynchronous requests with...

Posted by , in AJAX Tutorials

Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more.

Popularity: 21.4%

Thumbnail for Mastering Ajax, Part 2: Make asynchronous requests with...
Clique It


Jul 12

Mastering Ajax, Part 1: Introduction to Ajax

Posted by , in AJAX Tutorials

Ajax, which consists of HTML, JavaScriptâ„¢ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications.

Popularity: 21%

Thumbnail for Mastering Ajax, Part 1: Introduction to Ajax
Clique It