AJAX Home
JavaScriptBrowser Compatibility
Author: techno Category: JavaScript Add CommentBrowser compatibility is one of the biggest issues facing Web developers, and has been since the original browser wars. This article is going to highlight browser compatibility issues and tell you how to avoid or simply deal with them.
Read Article Sponsored Links
Related Articles
• 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 ...
• 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 ...
• 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 ...
• 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 ...
• 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 ...
• XML in the Browser: Submitting forms using AJAX
One of the least user friendly features of most websites is forms. The longer the form, the more annoying it gets. However, a new technology called AJAX (that has nothing to do with household cleansers!) can help.Let's face it. Using forms on the Internet is a drag. This is especially true wh ...
• Explore Amazon Web Services with AJAX - Node Browser - Day 3 So Day 3 for Exploring Amazon Web Services with AJAX, we are going to see another feature in AWS today which is the Node Browser. The feature is also based on ItemSearch, but this time by setting a node number and a SearchIndex. In addition to Paging which I have written in server-side, so you can b ...
• Make the XMLHttpRequest Object Work Cross-Browser Microsoft 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 exch ...