AJAX Home
TutorialsMake the XMLHttpRequest Object Work Cross-Browser
Author: techno Category: Tutorials Add CommentMicrosoft invented the XMLHttpRequest object for Internet Explorer, but it's now supported in Safari, Opera and Mozilla browsers, although the underlying implementation is different. Still, the interfaces are similar enough that with a little effort you can use the XMLHttpRequest object to exchange data with servers, no matter which browser is running.
Read Article Sponsored Links
Related Articles
• Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance.
However, the number of objects in an Ajax a ...
• Ajax’s Future Lies in the Browser Since Ajax was introduced to the public, there was little to no doubt among developers that this would be the future of our online experience. Even with the daunting task of learning JavaScript up to an advanced stage and all the security risk, developers are more than willing to dip themselves into ...
• Misusing XMLHttpRequest in a Website One of the best features of Ajax is the function XMLHTTPRequest. This function practically suggests the user’s ability to asynchronously receive information from the server. Although it is still possible for web developers to build an Ajax based application without using XMLHTTPRequest, this f ...
• Ensure Ajax’s Browser Compatibility
A constant challenge for Ajax developers is to create a website that’s compatible for two major types of web browsers. Netscape based browsers such as Mozilla and Safari has used XMLHttpRequest to access the server and do its business. On the other hand, IE has opted to use Microsoft.XMLHTTP which ...
• Cross Domain Ajax
Launching Ajax in cross domain is a difficult task considering the security properties that is usually attached to the coding language.
The main “culprit” of cross domain prevention is the same origin policy that is enforced in most Ajax based programs and websites. This is actually a security ...
• XMLHttpRequest Properties
In developing Ajax, one of the most common codes you’ll be using is the XMLHttpRequest. Getting things done in Ajax without using this type of code is really impossible. This code represents the communication between program and the server. Even though users don’t see the literal interaction betwe ...
• SSS Research to Work With NGA
A recent announcement was made by the SSS Research that it’s working with the NGA or the National Geospatial-Intelligence Agency. It’s a program that will help boost the intelligence group to get more information different places not only the in country but also in various parts of the world. SSS ...
• Nokia Releases N810 with Ajax Capable Browser
Nokia recently released the Nokia N810, their latest offering to tablet PC users. This tablet PC is an upgraded version of the N800 tablet PC.
The Nokia N810 is anything but a mobile phone. That’s right; this latest gadget from Nokia has great features that any Nokia fan would drool on except t ...
• How AJAX can Work for you If you’ve been in the internet world for sometime, you might have bumped in the word AJAX. No, it’s not the European Soccer team but it’s a new web development tool that has been the craze for millions of web developers. Every training center and computer schools are scrambling to learn this new sof ...
• Expanding the Browser to a New Level The browser as we know it is simple and very functional. Because we have been using the same browser layout for more than a decade, we have grown accustomed to using the browsers for our web information. The most basic application for developing a good web based application, HTML, has been used and ...