800x600 - should we care?

This is a discussion on "800x600 - should we care?" within the Web Page Design section. This forum, and the thread "800x600 - should we care? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 13th, 2006, 09:30
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
800x600 - should we care?

Checking the stats on all our sites recently I found that visitors using 800x600 were on a par with Safari browser users - that's about one a week!

Should we still design for 800 x 600 or is it time to move up to 1024x768?

Thank you.


Last edited by Rob; Oct 31st, 2007 at 11:00.
Reply With Quote

  #2 (permalink)  
Old May 13th, 2006, 11:08
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

I must admit I do now.
But if I wasn't so lazy I'd size in % and do both.
Reply With Quote
  #3 (permalink)  
Old May 13th, 2006, 11:36
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

I size in % if it suits the design but I've recently been asked by a client to display a map on their home page and you can't size gifs in % terms.

Maps, as I'm sure you know, carry a lot of detail and fitting into a 760 wide page means the place names are a bit on the small side; hence my question.
Reply With Quote
  #4 (permalink)  
Old May 13th, 2006, 12:56
Up'n'Coming Member
Join Date: Nov 2005
Location: England
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

If the content requires it go bigger. Theres no point catering for people that wont be able to see the information very well anyway i.e. if you have to squish the map so its not clear to let them see it then there's very little benefit in letting them see it! Obviously its a better situation if 800x600's can view your site easily but nowadays its not the end of the world.
Reply With Quote
  #5 (permalink)  
Old May 13th, 2006, 14:48
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: 800x600 - should we care?

You also have to take into consideration people who have their Favourites list open all the time (me included) so this reduces the amount of visible space on my screen.
Reply With Quote
  #6 (permalink)  
Old May 13th, 2006, 17:36
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

If I didn't take the 800x600 users into consideration I would be a failure, accessibility is one of the biggest things you need, anyway you can do liquid layouts
Reply With Quote
  #7 (permalink)  
Old May 13th, 2006, 17:53
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Quote:
Originally Posted by Dan Williamson
If I didn't take the 800x600 users into consideration I would be a failure, accessibility is one of the biggest things you need, anyway you can do liquid layouts
Dan, I'll leave you to argue accessibility with iZone but tell me, how do you make images fluid?
Reply With Quote
  #8 (permalink)  
Old May 13th, 2006, 17:54
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Quote:
Originally Posted by craig
You also have to take into consideration people who have their Favourites list open all the time (me included) so this reduces the amount of visible space on my screen.
So what size would you suggest we all aim for Craig?
Reply With Quote
  #9 (permalink)  
Old May 13th, 2006, 21:46
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: 800x600 - should we care?

You shouldnt be using % for images. You can use background images for anything that needs to repeat.

Some layouts dont suit liquid and some do, it depends what the client wants.
Reply With Quote
  #10 (permalink)  
Old May 13th, 2006, 22:37
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Quote:
Originally Posted by sypher
You shouldnt be using % for images. You can use background images for anything that needs to repeat.
I'm sorry but I don't understand what your're trying to say.
Reply With Quote
  #11 (permalink)  
Old May 13th, 2006, 22:41
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: 800x600 - should we care?

Quote:
I'm sorry but I don't understand what your're trying to say.
dont use for example
Code: Select all
<img src="path/to/domain/image.jpg" height="100%" width="100%" />
use
Code: Select all
<img src="path/to/domain/image.jpg" height="100" width="100" />
Pixels not %

You should aim for 1024*768. if your site shrinks down to 800*600 then its a bonus.
Reply With Quote
  #12 (permalink)  
Old May 14th, 2006, 19:54
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Actually you should use:

HTML: Select all
<img src="path/to/domain/image.jpg" height="100" width="100" alt="Your Alt here" />
You can never forget the ALT tag as it is XHTML.
Reply With Quote
  #13 (permalink)  
Old May 14th, 2006, 21:04
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: 800x600 - should we care?

I didnt add the alt because it was about image measurements :P
Reply With Quote
  #14 (permalink)  
Old May 14th, 2006, 22:06
Junior Member
Join Date: Jan 2006
Location: West Wycombe
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Actually gentlemen you're both wrong because this thread is about screen resolution and not how one should display images.

Unfortunately the thread has been pulled off-topic by people who should/think (they) know better.
Reply With Quote
  #15 (permalink)  
Old May 14th, 2006, 22:52
Up'n'Coming Member
Join Date: Feb 2006
Location: London
Age: 25
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Quote:
Originally Posted by Mike Henson
Should we still design for 800 x 600 or is it time to move up to 1024x768?
A week ago, I would have said no, even though I still design for 800 x 600.

Then I went to my parents house. They have a 15" monitor w/ 800 x 600.
I also fixed an old guys computer, same again.

But, on the other hand. Neither of them use the net to buy anything. Just to check email's and the occasional 'sunday drive' around the world wide web.

I still will continue to design for 800 x 600 because I'm anal.

Just my thoughts,
Jim.
Reply With Quote
  #16 (permalink)  
Old May 15th, 2006, 01:32
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: 800x600 - should we care?

Quote:
Originally Posted by Mike Henson
Actually gentlemen you're both wrong because this thread is about screen resolution and not how one should display images.

Unfortunately the thread has been pulled off-topic by people who should/think (they) know better.
Well maybe you or someone who is reading this thread has actually learned something about how to correctly display images?

Dont be an idiot all your life.
Reply With Quote
  #17 (permalink)  
Old May 15th, 2006, 01:34
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: 800x600 - should we care?

Quote:
Originally Posted by sypher
Well maybe you or someone who is reading this thread has actually learned something about how to correctly display images?

Dont be an idiot all your life.
Q4T
Reply With Quote
  #18 (permalink)  
Old May 15th, 2006, 08:34
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Quote:
Originally Posted by jimz
I went to my parents house. They have a 15" monitor w/ 800 x 600. I also fixed an old guys computer, same again.
Yep, my folks use 800x600 too and they have a 19" monitor. Their friends are all the same. A lot of them have tried a higher resolution (the ones who can figure out how to change it, or that it can be changed, lol) but find they can't see things properly so they go back to 800x600.
Reply With Quote
  #19 (permalink)  
Old May 15th, 2006, 10:00
Junior Member
Join Date: May 2006
Location: UK
Age: 35
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Re: 800x600 - should we care?

I always try and use % and a fluid design where possible - keeps everyone happy no matter what resolution they've got. I use CSS and a separate stylesheet for small screen devices as well. Though 800x600 numbers are falling dramatically, the number of people accessing the web on PDAs etc. is only going to increase.
Reply With Quote
  #20 (permalink)  
Old May 17th, 2006, 00:38
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 800x600 - should we care?

Even if the reports say screen resolution is 1024 wide, that doesn't mean the browser window is this wide. As been mentioned, many people have their favorites attached to the left or right, which I've also seen enough of to know it's pretty darn common. The other situation is that many people simply cannot stand to read something that wide. 800 wide is a pretty good representation of an 8 1/2 wide printed sheet. It's comfortable to read, not overbearing with too much information, and simply works. People are used to this format and know how to quickly scan it and locate what they want.

The problem with using up the entire 1024 wide space is that way too much information gets shoved down the gullet all at once and it's overwhelming to figure out what to read and where to click.

Fluid is the absolute best method for a website, but it simply won't work for every design out there. You have to plan a fluid site properly and respect the fact that certain things cannot be done yet. You also have to understand the concept of letting your page break gracefully. Some people would have a massive heartattack if their precious layout was a pixel off, where a fluid creator would be thrilled that it's only one pixel off.
Reply With Quote
Reply

Tags
800x600, care

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Disk Care Monie Webforumz Cafe 21 Aug 26th, 2007 01:41
Does Google still care about DMOZ roxane Search Engine Optimization (SEO) 23 Jun 29th, 2007 08:37
Got to fit the image to 800x600 popup window kivanc JavaScript Forum 2 Dec 29th, 2006 20:12


All times are GMT. The time now is 23:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43