How Many Browsers?

Discussion in 'HTML & Website Design' started by saurabhk, Jul 25, 2006.

  1. #1
    How many browsers should I use to test website code?
     
    saurabhk, Jul 25, 2006 IP
  2. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    I test with W3C validator and with Internet Explorer, Firefox and Opera (screen sizes of 1152 x 864 and 800 x 600).

    Jean-Luc
     
    Jean-Luc, Jul 25, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    All you have. ;)

    Use Firefox as your primary testbed, and be sure the page(s) make(s) sense in a plain text browser like Lynx. Make the odd check in Opera and Safari, then apply hacks, dumbing down, and work-arounds for IE.

    Authoring against standards compliant browsers like Firefox and the other modern browser ensures your code is decent. Tweaking for IE makes sure that users of that PoS get a page that resembles the others.

    cheers,

    gary
     
    kk5st, Jul 25, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It depends how complex it is. A website that has lots of dhtml and Javascript needs more testing than a simple site with some tables.
     
    mad4, Jul 25, 2006 IP
  5. saurabhk

    saurabhk Peon

    Messages:
    149
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    And what about LYNX? I've never used it but some people advice to design a separate text-only page for this Browser is that OK?
     
    saurabhk, Jul 25, 2006 IP
  6. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #6
    klown, Jul 25, 2006 IP
  7. saurabhk

    saurabhk Peon

    Messages:
    149
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks for the link, try the DP forum site.
     
    saurabhk, Jul 25, 2006 IP
  8. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #8
    That, a separate page, is generally a not-good idea. The pages you code should have all basic functionality in the html. They should work just fine in Lynx. Style, images, javascript/AJAX and plugin stuff should be "progressive enhancements" layered over the base page. If your page doesn't function with everything turned off, you don't have a well made page.

    cheers,

    gary
     
    kk5st, Jul 25, 2006 IP
  9. saurabhk

    saurabhk Peon

    Messages:
    149
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks to all for replying I never heard of Safari what %age of net surfers are using them? Any Idea?
     
    saurabhk, Jul 25, 2006 IP
  10. seoindia

    seoindia Notable Member

    Messages:
    1,684
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    200
    #10
    I check in all resolutions of IE, 1024 for firefox.
     
    seoindia, Jul 25, 2006 IP
  11. Lever

    Lever Deep Thought

    Messages:
    1,823
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    145
    #11
    Test primarily in FireFox and validate to W3C then test to make sure it works on the most common IE. Ensure it works on at least 800x600 as a start. You'll need to make a decision as to how much time it takes to test in other browsers like Opera, Lynx, Safari and at which desktop sizes.

    Testing is good but can be time-consuming & boring and, if you've written well-structured, compliant & relatively simple code you could still spend too much time immersed in the detail.

    Best that you test yourself on testing and see how it goes - you don't want to be tied up in to much design/dev bureaucracy ;)

    Safari - as an example 3% on one site, 1.6% on another.
     
    Lever, Jul 25, 2006 IP
  12. weknowtheworld

    weknowtheworld Guest

    Messages:
    306
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I think u should test the websites in FF and Netscape and then in IE bcaz IE doesn't show the errors in the coding part...
     
    weknowtheworld, Dec 9, 2006 IP
  13. dp-user-1

    dp-user-1 Well-Known Member

    Messages:
    794
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #13
    I test in IE7, IE6 and Firefox.
     
    dp-user-1, Dec 9, 2006 IP