Forum Moderators: open

Message Too Old, No Replies

Older Browsers and Low Resolution

Should older browsers and 8x6 resolution still be a consideration?

         

kiwanji

1:48 pm on Dec 16, 2002 (gmt 0)

10+ Year Member



I teach high school students how to design web pages in the US. One of the topics we cover consistently is designing for the older browsers and low res monitors that for some reason are still in existence. My question is: At what point does the share of older browsers and these low res monitors out there become small enough that the design of sites no longer needs to be driven by the need for these people to see our sites?

What I teach is that if the site is to be commercial you want as many people as possible to be able to view the site. However, I am certain that as every day passes fewer and fewer of these users exist - when is that group of users going to be a small enough minority so that we can stop writing to them?

Thanks for your thoughts.

Scott

txbakers

1:56 pm on Dec 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi K, and welcome to the WEbmasterWorld Forums.

This topic is a hot topic. You can search through many threads on the subject in the "site search" link at the top of the page.

There are statistics galore on the saturation of certain browsers and resolutions, but the general consensus is that a good design should "degrade gracefully" as far back as you can.

There are still some surffers using Netscape 2 on 14" monitors who will never upgrade.

The choice, as a business decision, is to decide what YOU want to support. In my business, I chose not to support anything less than IE 5 and Netscape 7. Yes, I might lose business, but so be it. I design my screens to fit on 800 x 600, anyone with a smaller resolution will have to scroll.

I accept this.

korkus2000

2:05 pm on Dec 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld kiwanji,

What you are saying is true but I think you are looking at it wrong. You want to create code that is valid [validator.w3.org], and not use proprietary browser code. You want to use a base code level that most browsers can read that your audience uses. I think a problem exists when people design sites to go all the way back to 2.0 browsers when their audience doesn't even use anything below 5.0 browsers.

You can get a good general stat list here:
[thecounter.com...]

Here a thread about code compatability:
[webmasterworld.com...]

It really is the law of diminishing returns [bartleby.com]. I stop at netscape 5 ie5 and 800x600. I also make sure that my site can be seen correctly by spiders [searchengineworld.com] because those are very important browsers.

kiwanji

4:54 pm on Dec 16, 2002 (gmt 0)

10+ Year Member



I appreciate the feedback. I will share this with my students and keep it in mind for myself also.