Rules of Thumb for building sites for Firefox and IE???

Discussion in 'HTML & Website Design' started by jawinn, Sep 14, 2006.

  1. #1
    I just finished the first stage of a new site. I pretty much used firefox all the way to check and test it. Now I'm getting reports from users that it loads very slow in IE. Are there any rules of thumb to follow to optimize for both firefox and IE?
     
    jawinn, Sep 14, 2006 IP
  2. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I always build for IE and work out the bugs in Firefox. Since most users use IE I think it's smarter to do it that way.
     
    mdvaldosta, Sep 14, 2006 IP
  3. almir

    almir Peon

    Messages:
    1,104
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have learned this lesson, and will definitelly work on this way, in the future.
     
    almir, Sep 14, 2006 IP
  4. AdamSee

    AdamSee Well-Known Member

    Messages:
    422
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    135
    #4
    I wouldn't recommend building to suit for IE first, because you're starting on the wrong foot and putting buggy code into your work. How would it look in Opera, Safari and what about the soon to be release IE7?

    Slow loading sounds like you're doing something else like using JavaScript or something similar. CSS/XHTML based sites alone won't particularly load any faster or slower on other browsers, factoring the browsers usual response time.
     
    AdamSee, Sep 14, 2006 IP
  5. jose17

    jose17 Peon

    Messages:
    266
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What i do is i do something to the page and view it in both IE and in Firefox very often that way i know what's causing the problem when something does not look right in either one of them.
     
    jose17, Sep 14, 2006 IP
  6. abcdefGARY

    abcdefGARY Well-Known Member

    Messages:
    665
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #6
    I do it the other way... lol.

    oh well, Firefox will probably expand in the future to become universal.:eek:
     
    abcdefGARY, Sep 14, 2006 IP
  7. Mike Seiler

    Mike Seiler Peon

    Messages:
    80
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I just try to start out with good clean code, then I go back and break stuff to make it look right in both browsers. ;)

    I check with Firefox as I go, but each time I make a major change, I check with both Firefox and IE (or I just use the IE Tab Firefox extension and toggle between two tabs).
     
    Mike Seiler, Sep 14, 2006 IP