Differences between IE and FireFox

9 replies
Hi

I ran into an article today that you may find useful:

7 JavaScript Differences Between Firefox & IE Web Design Articles & Tutorials

Basically it's as the title says, a list of differences in the way IE and FireFox interpret JavaScript. Good stuff to know - I'm writing an AJAX-based user interface right now and obviously JavaScript is a fundemental component.

Hope you find it useful too.

Bill
#differences #firefox
  • Profile picture of the author yaji
    very useful. thanks.
    Signature

    Thanks, Yaji

    Hypnosis Weight Loss Fun Info about Hypnosis Weight Loss | Cheap Car Insurance
    Cat Dandruff All about Cat Dandruff. A Must-Read for Cat Lovers

    {{ DiscussionBoard.errors[740453].message }}
    • Profile picture of the author stevenh512
      These (and a few other) differences are among the reasons I like to use JQuery when I'm working with all but the simplest of scripts in Javascript.

      BTW it's interesting that the article doesn't mention one of the differences between the two browsers that's definitely going to affect you if you're working with AJAX (unless you're using a framework like JQuery, Prototype, etc). The browsers handle XMLHttpRequest differently. In Firefox the XMLHttpRequest object is "part of the language" and it's simple to create an instance when you need it. In IE it's still pretty simple, but it requires a couple ActiveX calls to get the object and create an instance.
      Signature

      This signature intentionally left blank.

      {{ DiscussionBoard.errors[741347].message }}
  • Profile picture of the author mywebwork
    Yes I'm aware of the XMLHTTPRequest issue, fortunately it's a fairly easy one to code around. Another typical example of Microsoft doing it differently than everyone else!

    I have to say that Internet Explorer quirks (JavaScript and others) are probably the most frustrating part of designing online applications, I recall dealing with this 10 years ago when I was coding sites to detect browser type and used different pages for Explorer and Netscape (ugh!). There is another list of IE oddities at this site:

    Explorer Exposed!

    Unfortunately IE is not going to go away, as the default browser included with Windows it will remain a dominant force. Lets face it, many people with limited Internet knowledge think the the "blue e" is the only way to access the web, and thats not likely to change soon.

    Of course you could also handle it the way this guy did!

    Secret Trick For Dealing With Internet Explorer Problems | David Risley dot com

    Happy coding!

    Bill
    {{ DiscussionBoard.errors[741461].message }}
    • Profile picture of the author sunitasaloni
      yes thats the main difference between IE and fire fox
      {{ DiscussionBoard.errors[758874].message }}
  • Profile picture of the author janicejan
    its cool and very informative, thanks for bringing this up.. cheers.!
    {{ DiscussionBoard.errors[760088].message }}
  • Profile picture of the author CaffeinatedWorld
    Hey!

    There should be a more complete list of differences between all browsers out there!
    But thanks for the article, very informative!
    {{ DiscussionBoard.errors[763907].message }}
  • Profile picture of the author chuawenching
    css is probably the most confusing part of browsers ... it works fine in 1 but not the other one ...

    good article
    {{ DiscussionBoard.errors[806954].message }}
  • Profile picture of the author JeffLam
    quite useful, thanks.
    Signature
    *********************
    Secret Technique Effortlessly CATAPULTS YOUR Opt-In Rates By: 100%..200%..Even 400% Higher!
    >> Interested? Click to find out more.. <<
    *********************
    {{ DiscussionBoard.errors[807062].message }}
  • Profile picture of the author Aaron Sustar
    @delsauzo: You might have not been using IE for years, but if you are a web developer (which means you are creating websites and web applications for end users), you simply have to use it to thoroughly test every aspect of your websites ...

    Things have gone for the better with IE7 (and I am hoping for the best with IE8), but in IE6 quite a lot of javascript might not work properly and your design might be all messed up ...

    I guess this is why I have 7 browsers installed.
    {{ DiscussionBoard.errors[820820].message }}

Trending Topics