Jump to content

Screen Resolution to design for

the age old debate

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Screen Resolution to design for the age old debate Rate Topic: -----

#1 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 06 September 2006 - 01:03 PM

Often I have read various articles about the pros and cons of designing for different screen resolutions. So I thought I'd put it to everyone here to openly discuss what they do and why.

I believe that the screen resolution you design for should be based on your audience (for fixed width sites). For example if you are designing a site for a client whose target audience is senior citizens, you'll likely be designing a site at 800x600. Where as if you are working on a site design for web designers and developers you might be designing it for 1024x768.

With that said I still design for 800x600 (as a general rule) regardless of the audience for 2 main reasons.

1. It is still a fairly common and safe resolution to design for.
2. The majority of people using higher screen resolutions do not browse with a maximized browser window.

For an interesting read and to get your mental gears running you should check this article out.

Design for Browser Size - Not Screen Size

This post has been edited by JPMitchell: 06 September 2006 - 01:03 PM

Posted Image
0

#2 User is offline   Catalyst 

  • Codesmith
  • Group: Administrators
  • Posts: 1,049
  • Joined: 04-April 06
  • Gender:Male
  • Location:San Diego

Posted 06 September 2006 - 01:26 PM

I think 1024 is pretty safe now. I still do a lot of site at 800 though as I think many people don't use their browsers at full window size now that they're running at high rez.
0

#3 User is offline   sypher 

  • the owner3r
  • Group: Administrators
  • Posts: 1,578
  • Joined: 04-April 06
  • Location:North Wales, UK
  • Interests:Art, Boxing, MMA, Graphic Design, Web Design etc. ;)

Posted 06 September 2006 - 03:42 PM

I try and do all my sites fluid, altho design implications sometimes make it impossible. But in the site plan i either choose 800x600 or 1024x768 depending on how busy the page design is.
sypher design - North Wales Web Design | Latest Work: - Scala Cinema

CSS - Can't See Sh*t
0

#4 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 06 September 2006 - 04:48 PM

When designing a fixed-width layout (which is rare), I'll always go for 800x600 (but I technically set it up for about 770px in width).

90% of the time though, I'm doing everything fluid with percentages and ems, then setting a min-width of about 700px, and a max-width of about 1300px. I know IE6 doesn't support that, but a: I don't care, and b: IE7 isn't very far away.
0

#5 User is offline   sypher 

  • the owner3r
  • Group: Administrators
  • Posts: 1,578
  • Joined: 04-April 06
  • Location:North Wales, UK
  • Interests:Art, Boxing, MMA, Graphic Design, Web Design etc. ;)

Posted 06 September 2006 - 05:03 PM

Herk i hear IE7 has some kind of anti aliasing on normal text? Making problem with display.
sypher design - North Wales Web Design | Latest Work: - Scala Cinema

CSS - Can't See Sh*t
0

#6 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 06 September 2006 - 05:47 PM

View Postsypher, on Sep 6 2006, 06:03 PM, said:

Herk i hear IE7 has some kind of anti aliasing on normal text? Making problem with display.

IE7 has some sort of ClearType built right into it. I personally welcome it and I think it looks decent. It's a tiny bit softer than os x (which has a slight anti-aliasing on everything), and I honestly haven't seen IE7 do anything funky with the old display I use it on at work.
0

#7 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 07 September 2006 - 04:03 AM

Yes, it's very similiar to the anti-aliasing used on Mac and Linux. It isn't a bad thing and shouldn't effect your sites. If anything, it should make using text much easier as it'll look more like a graphic.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#8 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 07 September 2006 - 07:52 AM

View Postherkalees, on Sep 6 2006, 05:48 PM, said:

When designing a fixed-width layout (which is rare), I'll always go for 800x600 (but I technically set it up for about 770px in width).

Is your designing for fluid layouts more a common practice because of the browser window not typically maximized?

Which in turn is that why you are using the max-width as well?
Posted Image
0

#9 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 07 September 2006 - 09:46 AM

View PostJPMitchell, on Sep 7 2006, 08:52 AM, said:

Is your designing for fluid layouts more a common practice because of the browser window not typically maximized?

Which in turn is that why you are using the max-width as well?

I never particularly have that in mind (whether a browser is max/minimized). I make the sites fluid so that they scale on different resolutions (and inherently, browser sizes).

As far as using max-width, I like to have my sites scale up to a certain point (typically about 1300px) for one main reason; it's absurd to imagine a few paragraphs of text word-wrapping at a resolution that high, assuming the viewer maximizes his or her browser window. In the rare cases that this happens, I don't want my site's content to get too wide. The viewer can simply deal with their maximized browser window still showing left-and-right whitespace after my site stops scaling up on the x-axis (around 1300px).
0

#10 User is offline   moojoo 

  • Argh!
  • Group: Members
  • Posts: 449
  • Joined: 03-August 06
  • Location:Texas

Post icon  Posted 07 September 2006 - 10:08 AM

It all boils down to demographics. 800x600 in some cases, 1024x768 + in others such as gaming sites blah blah.
Its not girly, its web 2.0!
0

#11 User is offline   BigMike Sidelka 

  • W.R. Sergeant
  • Group: Members
  • Posts: 241
  • Joined: 31-July 06
  • Gender:Male
  • Location:C-Town, Ohio

Posted 13 September 2006 - 07:41 PM

Ive had this proublem. Im on a 1280 res so ive made things and people tell me, 'YOUR IMAGES ARE HUGE"

although usually if i do numerical table widths the highest i got is 800px

tho im trying to use percents now, its harder to design for, but the final output will look nice.
0

#12 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 14 September 2006 - 12:22 AM

View PostNewAge.Mike, on Sep 13 2006, 08:41 PM, said:

Ive had this proublem. Im on a 1280 res so ive made things and people tell me, 'YOUR IMAGES ARE HUGE"

although usually if i do numerical table widths the highest i got is 800px

tho im trying to use percents now, its harder to design for, but the final output will look nice.

Designing in percenteges and/or ems is a hard transition to make; I remember doing it myself. But let me assure you, like anything else new, the discomfort goes away, and before you know it, you'll be buzzing along and happy that all your sites are fitting as they should on many different resolutions.
0

#13 User is offline   webia 

  • W.R. Private
  • Group: Members
  • Posts: 8
  • Joined: 13-September 06

Posted 14 September 2006 - 02:08 AM

The best way to find out what resolution to use when you are creating a new website, is to look in the logs at your own websites that have related content with the new website, and see what percentages are there.

If you are redesiging is way easier. Look just for that website, and make the most so that the majority of your visitors feel great.
0

#14 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 14 September 2006 - 03:30 AM

Webia - what do you mean? Webserver logs will not record client resolution information as this is not sent in the client's request. It can usually only be recorded with the assistance of Javascript.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#15 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 14 September 2006 - 07:43 AM

View PostSirkent, on Sep 14 2006, 04:30 AM, said:

Webia - what do you mean? Webserver logs will not record client resolution information as this is not sent in the client's request. It can usually only be recorded with the assistance of Javascript.

I believe Webia is referring to add-on scripts for the admin of a site (likely in cPanel, Plesk, etc.) such as Awstats; It does a very good job tracking the screen resolution of your visitors and turns them into a pie chart graph.
0

#16 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 14 September 2006 - 08:22 AM

I think it all goes back to what Marc said on Post #4 of this thread. Design it right from the beginning to be compatible with all and you don't have to worry about it. Thanks!

This post has been edited by JPMitchell: 14 September 2006 - 08:24 AM

Posted Image
0

#17 User is offline   BigMike Sidelka 

  • W.R. Sergeant
  • Group: Members
  • Posts: 241
  • Joined: 31-July 06
  • Gender:Male
  • Location:C-Town, Ohio

Posted 14 September 2006 - 10:57 AM

View Postherkalees, on Sep 14 2006, 01:22 AM, said:

Designing in percenteges and/or ems is a hard transition to make; I remember doing it myself. But let me assure you, like anything else new, the discomfort goes away, and before you know it, you'll be buzzing along and happy that all your sites are fitting as they should on many different resolutions.

The worst part with %'s is a low resolution with a non maximized screen, and text becomes badly aligned and backgrounds can get messed up that way, other than the hardest part is have to slice image even furher, make alot of background images and corner images. As you said the end result is worth it.

EDIT: heres a simple web site immaking for a client
hes hard to work with, the only colors he wants me to uses is red and green
and he wants it real simple, heres what i have
http://www.shark-flash.com/beta

This post has been edited by NewAge.Mike: 14 September 2006 - 10:58 AM

0

#18 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 14 September 2006 - 11:50 AM

View PostNewAge.Mike, on Sep 14 2006, 11:57 AM, said:

The worst part with %'s is a low resolution with a non maximized screen, and text becomes badly aligned and backgrounds can get messed up that way..

To resolve this issue, I typically use the CSS property 'min-width', like so:
div#wrapper {min-width:650px;}

I know IE 6 and under does not support this property, but that will change soon. For those currently using IE6 on a small monitor and not maximized... tough luck.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users