iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar 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.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-28-2009, 04:11 AM
WebProWorld Pro
 
Join Date: Aug 2007
Location: Stuttgart Germany
Posts: 174
kruser RepRank 1
Default Website Page Width

Hello,

Wondering what your preferred page width is when you design a website?

I originally designed pages to be about 650 pixels wide back in 2000. Then I made the width stretch to the window around 2004, but browser complications put a stop to that approach. For the last couple of years I have been building sites to be about 775 pixels wide, but in the last couple of months several clients have asked for the pages to be even wider.

Can someone share thoughts on the best approach for page width for 2009?

Best Regards,
Randy
__________________
Best Regards,
Randy
Reply With Quote
  #2 (permalink)  
Old 07-28-2009, 05:00 AM
jamescabrera's Avatar
WebProWorld New Member
 
Join Date: Jul 2009
Posts: 17
jamescabrera RepRank 2jamescabrera RepRank 2
Default Re: Website Page Width

You should consider moving up. I used to design pages at a width of 750px for the 800x600 crowd but I think it's safe to say, from stats I've seen, that the computer makers have already saturated the market with computers having resolutions equal to or greater than 1024x768 (since about 5+ years ago I think they started selling computers with res of 1024x768 as a standard).

With that said I now design web pages with a minimum width of 900px nowadays it's impractical to be viewing the internet on 800x600 no matter what site you're looking at.
__________________
James Cabrera - Web & Graphic Designer
Reply With Quote
  #3 (permalink)  
Old 08-24-2009, 10:34 AM
morestar's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jun 2007
Location: Burlington, Ontario (Toronto)
Posts: 998
morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5
Default Re: Website Page Width

you could also consider designing your website(s) according to the golden ration...apparently it would be much more pleasing to the user's eye...

Golden Ratio Calculator
__________________
Join free dating sites and meet single people without paying a penny.
Reply With Quote
  #4 (permalink)  
Old 08-24-2009, 10:59 AM
Uncle Dog's Avatar
WebProWorld Pro
 
Join Date: Apr 2008
Location: Scotland
Posts: 269
Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5
Default Re: Website Page Width

Quote:
Originally Posted by morestar View Post
golden ration
Is that a chicken nugget?

I still tend to design for 750 and always with a serious eye on how a page looks when printed.

The average user rarely opens their browser in full screen mode - "it's easier to get at stuff on the desktop" - so looking to the average screen size for inspiration is misguided.
Reply With Quote
  #5 (permalink)  
Old 08-24-2009, 11:08 AM
morestar's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jun 2007
Location: Burlington, Ontario (Toronto)
Posts: 998
morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5
Default Re: Website Page Width

chicken nugget? KFC?
__________________
Join free dating sites and meet single people without paying a penny.
Reply With Quote
  #6 (permalink)  
Old 09-07-2009, 06:08 PM
WebProWorld Member
 
Join Date: May 2009
Posts: 29
junosama RepRank 1
Default Re: Website Page Width

I try to stay a bit under 1024 pixels wide so around 900 is prob good, but its ok to fluctuate a bit =)
Reply With Quote
  #7 (permalink)  
Old 09-07-2009, 06:57 PM
Doc's Avatar
Doc Doc is online now
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jun 2009
Location: Baja California
Posts: 697
Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9Doc RepRank 9
Default Re: Website Page Width

Is there a downside to coding for a %, rather than a specific width?
__________________
If I ever stop learning, let the wolves have my carcass.
http://doccampbell.wordpress.com/
http://cleanstreamwaterconditioning.com
http://carforums-online.com
Reply With Quote
  #8 (permalink)  
Old 09-17-2009, 11:47 AM
WebProWorld New Member
 
Join Date: Sep 2009
Posts: 6
keddy1 RepRank 0
Default Re: Website Page Width

I feel apart from the technical side the most important part is how it looks and suits.its the main deciding factor for me
Reply With Quote
  #9 (permalink)  
Old 09-21-2009, 01:27 PM
ran_dizolph's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Windsor, ON
Posts: 543
ran_dizolph RepRank 2
Default Re: Website Page Width

Quote:
Is there a downside to coding for a %, rather than a specific width?
I just find that a fixed width gives me more predictable control over positioning/layout.

Also, I typically design @ 960px width, which is a good width for average monitor resolutions.
Reply With Quote
  #10 (permalink)  
Old 10-04-2009, 02:36 AM
WebProWorld Member
 
Join Date: May 2009
Posts: 29
junosama RepRank 1
Default Re: Website Page Width

My fav with is 960 pixels wide this will work for most users and is a very standard size in the web design community.
Reply With Quote
  #11 (permalink)  
Old 10-04-2009, 10:42 PM
DaveSawers's Avatar
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 492
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: Website Page Width

There's really no good reason not to design a flexible width for whatever browser width the user decides. It really isn't that hard to do.
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote
  #12 (permalink)  
Old 10-05-2009, 01:57 PM
WebProWorld New Member
 
Join Date: Jul 2008
Posts: 13
korbs RepRank 0
Default Re: Website Page Width

960 is the width I use most often now. Look up "960 grid system" for examples and css.
Reply With Quote
  #13 (permalink)  
Old 10-12-2009, 03:53 PM
jamescabrera's Avatar
WebProWorld New Member
 
Join Date: Jul 2009
Posts: 17
jamescabrera RepRank 2jamescabrera RepRank 2
Default Re: Website Page Width

Quote:
Originally Posted by Doc View Post
Is there a downside to coding for a %, rather than a specific width?
I like working in fixed width so you have absolute control of positioning elements. Mainly in marketing design you want certain things to appear above others or to the right or to left, and also top-to-bottom design is very important in designing for marketing. These kinds of things it's better to work in a fixed width environment.

As for fluid designs, it's still evolving and there's a lot more artistic freedom and room for innovation in this field. I believe it's better suited for artists as opposed to businesses. Browsers and resolutions will constantly be evolving so there's some risk involved in coming up with a fluid design for a business, but that's just my personal opinion.
__________________
James Cabrera - Web & Graphic Designer
Reply With Quote
  #14 (permalink)  
Old 10-14-2009, 05:23 PM
WebProWorld Member
 
Join Date: May 2009
Posts: 29
junosama RepRank 1
Default Re: Website Page Width

960 pixel page with for website designs is very popular now there is even a movement to try and make it a web standard at: 960.gs

I basically try and keep my sites under 1,000 pixels in width.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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

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
Width of website simonm Graphics & Design Discussion Forum 29 10-13-2008 08:45 AM
My Sites Width Olynsky Graphics & Design Discussion Forum 4 04-16-2008 04:24 PM
Page Width mickstaf35 Graphics & Design Discussion Forum 2 08-01-2006 04:15 PM
DIV width jannmirch Graphics & Design Discussion Forum 1 07-27-2006 04:49 PM
max-width table or div bushbass Graphics & Design Discussion Forum 5 10-22-2003 04:00 AM


All times are GMT -4. The time now is 08:25 PM.



Search Engine Optimization by vBSEO 3.3.0