Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2006, 07:00 PM
toby_bird's Avatar
WebProWorld Pro
 

Join Date: Dec 2004
Posts: 107
toby_bird RepRank 0
Default Resolution / Screen Size

Sorry, I feel like this is a really stupid question...

Is designing for 800 x 600 still considered the standard for size today? Or would you think that most design at 100% of screen size which would allow the page to be dynamic in a sense?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 05-18-2006, 08:13 PM
arvana's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: Guelph, Ontario, Canada
Posts: 157
arvana RepRank 0
Default

Hi toby_bird,

I recently read some statistics on screen resolutions: apparently just under 20% of users have 800x600 screens; by far the most popular resolution is 1024x768 with about 70% of users.

My personal preference is fluid layouts, but if you're going to go for a fixed-width, then it will depend on your target market. If they are likely to be high-tech users, you can probably get away with a 1024px width; otherwise you may want to stick with 800px for now.
__________________
Arvana
arvanadesign.com
Reply With Quote
  #3 (permalink)  
Old 05-19-2006, 03:14 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: California,USA
Posts: 373
drummin RepRank 0
Default

Why not let your visitors decide.

I used this script for changing layout from two column to three as well as adjusting font size. If you're not afraid of some JS, then let visitor make the choice. Visitors with JS turned off will only see your default CSS so you could go with 800 or 1024 resolution as you choose.
http://www.dynamicdrive.com/dynamici...etswitcher.htm

I liked the results and was easy to implement.
Drummin
Reply With Quote
  #4 (permalink)  
Old 05-19-2006, 03:46 AM
sands's Avatar
WebProWorld Veteran
 

Join Date: Sep 2005
Location: Kerala, India
Posts: 397
sands RepRank 1
Default

A lot depends upon the page content. If the pages contain a lot of text, example WPW itself, it is best if you were to go in for 100%. If the site is say a small business or personal site with a limited amount of text, then it is best if you use a fixed width design to prevent an empty look. A lot of folks are still designing for 800x600 with a 780px width table or DIVs encapsulating the whole content. This makes sense as it would look good for all resolutions. Just make sure that all pages of the site use the same layout.
__________________
My Nook | My Biz | My Photos
Reply With Quote
  #5 (permalink)  
Old 05-19-2006, 10:02 AM
WebProWorld Pro
 

Join Date: Jul 2004
Posts: 212
Eagle Imagery RepRank 0
Default

Current trends indicate that screen resolution is creeping up to the 1024x768 standard. However, whilst people may have that resolution set on their desktop, most won't browse with a maximised window. So it'll still be 800x600.

My screen res is set at 1280x960 but I browse in 1024x768 windows. :)
Reply With Quote
  #6 (permalink)  
Old 05-19-2006, 10:28 AM
WebProWorld MVP
WebProWorld MVP
 

Join Date: Jul 2003
Location: KCMO
Posts: 1,110
Chris RepRank 4Chris RepRank 4Chris RepRank 4
Default

i'll be glad when 1024x768 goes the way of 800x600...
__________________
Former WebProWorld Admin
Reply With Quote
  #7 (permalink)  
Old 05-19-2006, 10:57 AM
ran_dizolph's Avatar
WebProWorld Veteran
 

Join Date: Jul 2005
Location: Windsor, ON
Posts: 507
ran_dizolph RepRank 1
Default

Also, if you're going with 800x600, set your maximum width to 780px, and no more. That way, there won't be any horizontal scrolling.

good luck.
Reply With Quote
  #8 (permalink)  
Old 05-19-2006, 12:03 PM
WebProWorld Member
 

Join Date: Aug 2005
Location: Florida
Posts: 98
WebMasterKrames RepRank 0
Default

Quote:
Originally Posted by ran_dizolph
Also, if you're going with 800x600, set your maximum width to 780px, and no more. That way, there won't be any horizontal scrolling.
I do 760px width, horizontal scoll is very bad. Make sure you change your resolution and test it.
Reply With Quote
  #9 (permalink)  
Old 05-19-2006, 04:54 PM
toby_bird's Avatar
WebProWorld Pro
 

Join Date: Dec 2004
Posts: 107
toby_bird RepRank 0
Default

...sigh Thanks guys. I don't know what I was thinking when I wrote dynamic... I meant fluid. Anyway, It's been a while since I've created a site and I typically design for a width of 760 which is just so small. Well to me anyway. Unfortunately, I was correct in assuming that these were the responses I'd receive. Hopefully that "standard" will shift in the near future. Thanks again!
Reply With Quote
  #10 (permalink)  
Old 05-20-2006, 06:13 AM
WebProWorld New Member
 

Join Date: Jan 2005
Location: Melbourne, Australia
Posts: 5
daamsie RepRank 0
Default

I don't see it shifting at all. Don't forget the growing number of mobile devices going online with screen resolutions well under 800x600 :)

And as Eagle Imagery says, just because people mostly have screens with 1024x768 resolution, it doesn't mean they are browsing at that site.

At the same time, it is good to use a fluid design so the users who DO have large resolutions and want to make the most of it can.
Reply With Quote
  #11 (permalink)  
Old 05-21-2006, 02:05 PM
MtraX's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Cape Town, South Africa
Posts: 451
MtraX RepRank 0
Default

I think once all browsers catch on to minimum width you can start designing fluid sites with a minimum of say 760 pixels and a maximum 1024 if you don't want things to stretch out into abnormal proportions. That will entertain the best of both worlds. As I understand the new IE does allow of minimum width? Haven't tested yet...
Reply With Quote
  #12 (permalink)  
Old 05-22-2006, 09:44 AM
bockereyer's Avatar
WebProWorld New Member
 

Join Date: Oct 2005
Location: Wellen (Belgium)
Posts: 23
bockereyer RepRank 0
Default

I'll say fluid layout using CSS and test your design in different screen resolutions
Reply With Quote
  #13 (permalink)  
Old 05-22-2006, 09:49 AM
bockereyer's Avatar
WebProWorld New Member
 

Join Date: Oct 2005
Location: Wellen (Belgium)
Posts: 23
bockereyer RepRank 0
Default Re: Resolution / Screen Size

Try using CSS-based fluid layout and test your design in different screen resolutions. If after all you want to use a fixed layout keep in mind most surfers use one or more toolbars.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , ,



Thread Tools
Display Modes

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

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


Search Engine Optimization by vBSEO 3.2.0