AJAX Made Easy - Learn AJAX
AJAX Home Tutorials

Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax

Author: microbee  Category: Tutorials Add Comment

In the last article of this series (see Resources for links), you were introduced to the Ajax applications and looked at some of the basic concepts that drive Ajax applications. At the center of this was a lot of technology that you probably already know about: JavaScript, HTML and XHTML, a bit of dynamic HTML, and even some DOM (the Document Object Model). In this article, I will zoom in from that 10,000-foot view and focus on specific Ajax details. In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: The XMLHttpRequest object. This object is really the only common thread across all Ajax applications and -- as you might expect -- you will want to understand it thoroughly to take your programming to the limits of what's possible. In fact, you'll find out that sometimes, to use XMLHttpRequest properly, you explicitly won't use XMLHttpRequest. What in the world is that all about?

Read Article
 

Sponsored Links

 


Related Articles

 Progressive Enhancement in Ajax Technological advances have given us a lot of gadgets that are able to handle complicated websites, applications and games. A computer today could be easily outshined in less than a year because of the constant updates on hardware. Five years ago, the hard disk capacity of a computer is usually limi ...

 Unobtrusive JavaScript for Better Ajax Applications An Ajax based application is being developed to provide users an easier way to navigate through the webpage or the application. The requirements in successfully running an Ajax based application is to properly code JavaScript as this ensures that the client side is able to handle different commands ...

 JavaScript Sandbox The rush in the development of applications for the web has been phenomenal. What used to be a simple browser for finding information in websites has become the platform for different web-based applications. Office applications can now be obtained online, eliminating the need for software to be inst ...

 Firefox and JavaScript Together in the Future A few weeks ago, Firefox released their long awaited version 3.0. It was really hyped for months as the beta version has been scrutinized by most tech related blogs. When Firefox was released, it just didn’t crash the servers, it also crashed the record books in terms of user download. The sta ...

 Frameworks for Efficient Ajax Loading Every developer wants to build a highly efficient Ajax based application. One of the challenges a developer has to go through is to load the application as fast as possible. Running on JavaScript, users will have a hard time loading the webpage if the Ajax based application is loaded at the same tim ...

 Effectively Using RegExp in Ajax RegExp or Regular Expressions is a very smart tool that could be used in JavaScript which could eventually be implemented in an Ajax based application. Regular Expressions has been integrated in JavaScript since its 1.2 version and could be supported by browsers since IE4. Its counterpart in Adobe ...

 twoBirds Framework for Lightweight Ajax There are two types of frameworks that you’ll see today in terms of execution. The first type of Ajax framework is its efficient use of XHR (XMHttpRequest) in JavaScript and DHTML. They can easily load the functions and data to the client side as long as the server is powerful enough to load t ...

 Properly Deploying JavaScript Applications Coding JavaScript could be done really fast if the developer knows how to piece together functions and represent them through proper coding. As long as every information and data needed for developing an application is in place, developers could continuously build an application without any problem. ...

 Optimizing Style in JavaScript Optimizing Style in JavaScript JavaScript could provide optimum user experience without the necessity of additional softwares from the client’s computer. Because of the popularity of Ajax, JavaScript become one the “must” known languages for developers who wanted to build rich in ...

 Unlocking Cross Browser Capabilities in Ajax One of the main challenges in building an Ajax based application is browser incompatibility. In one area we have Mozilla who have been the preferred platform for developers because of its ability for customization. Being an open-source, the potential of Mozilla to provide above and beyond experience ...



Next: Mastering AJAX, Part 1



Post Comment


You need to Login to post your comment...

Click here to login

Title:
 
Comment:



Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates

Popular AJAX Articles