Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Designing Layout - Screen Resolution Minimum?

  1. #1
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default Designing Layout - Screen Resolution Minimum?

    I've seen sites such as electricpulp.com, darklightart.com, and many more than can't fix a 800x600 screen now.

    Is it considered a good idea to make a website design that doesn't look very good in 800*600?

    Yeah, I know... fluid layouts... one problem - doesn't work for images, We can't have stretched computers and bodies, way too ugly

    Is there some sort of an accessibility issue with this?

    It seems to me that you can only have a good design and not so good coding, and vice versa.

    Yeah, does are very nice websites

    [Hope I'm posting in the right area... "HTML" looks like the right section]
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    yes images do create a problem, however at the same time you need to consider your audience and scope of the website. and 800x600 resolution will give you usually somewhere in the range of 780x580 viewport (viewable non-scrolling window) which is still a good size image for the web. now on that note there are alot of times that images can be 1500 - 2000 pixels wide, but those are used for background images which are okay because only what is necessary will show.

    comprimise is the key... there are many ways of creating good design with good coding, and remember that sometimes elegance looks better then extravagence. there is such a thing as going overboard in either direction, and usually that is what happens. graphic designers wont make their site scalable, and coders wont make their design accessible. that is why when I see a site that is visually appealing I test the accessibility of it as well. take a look at Bark Huff

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    and 800x600 resolution will give you usually somewhere in the range of 780x580 viewport (viewable non-scrolling window) which is still a good size image for the web.
    And now we create a problem where the widescreen/almost-a-tv-screen-size users (*cough*Macs*cough*) will see a puny tube.

    I think I should make it look good in 1024*768 and above, to suit the widescreen /almost-a-tv-screen-size users. 800*600 is almost extinct now.

    take a look at Bark Huff
    Nice site, but bad coding skills. See what I mean? You can't have both, it's one or the either it seems.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    I think I should make it look good in 1024*768 and above, to suit the widescreen /almost-a-tv-screen-size users. 800*600 is almost extinct now.
    thats not true. I know many people that have 800x600 browsers... but regardless of regular comptuers... you also need to think of PDA and other cell phone like utilities, which will definitely have a very small screen size... (eg iPhone) just something else to think of

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I have a 1600×1200 screen, but usually browse with a roughly 1024×768 or 800×600 window depending on what else I've got open.

    I usually consider it acceptably accessible if it works (even if it doesn't look quite as good; remember, images should be optional) at 640×480. Users with windows smaller than this, if you've developed your website correctly, should be able to disable images anyway and view your page as text only, which should be designed to fit any size.

    Roll on SVG support and CSS proportional sizing!
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Quote Originally Posted by boggyman
    thats not true. I know many people that have 800x600 browsers... but regardless of regular comptuers... you also need to think of PDA and other cell phone like utilities, which will definitely have a very small screen size... (eg iPhone) just something else to think of
    Isn't that why we have a separate mobile stylesheet?

    Quote Originally Posted by Twey
    I usually consider it acceptably accessible if it works (even if it doesn't look quite as good; remember, images should be optional) at 640×480.
    That's so small. How would the 30" widescreen users feel when their page is like a skinny tube?

    And images optional? Not the best looking site without images. An image is worth a thousand words...

    Oh, and BTW, Your site menu doesn't look very well on 640*480
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    How would the 30" widescreen users feel when their page is like a skinny tube?
    The site should expand. It's one thing to have a minimum size in pixels, but a maximum size in pixels is another altogether. Theoretically, a high enough resolution would see only a character or two per line in such a design.
    And images optional? Not the best looking site without images.
    Like I said, users being able to actually access your content is more important than the site looking good. Certainly it's nice to have a good-looking site, but the user should be able to disable all the extras (images &c.) and still be able to use it if necessary. This doesn't just apply to small resolutions, but also to user agents like search engines and screen readers.
    Oh, and BTW, Your site menu doesn't look very well on 640*480
    But it is usable. My site does have some major updates in the offing, by the bye. I've rewritten the whole thing but for now have nowhere to host the new site, which uses Django. I'm hoping to kill several birds with one stone by renting a dedicated server soon; at that point the new site will go up.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Quote Originally Posted by Twey
    The site should expand. It's one thing to have a minimum size in pixels, but a maximum size in pixels is another altogether. Theoretically, a high enough resolution would see only a character or two per line in such a design.
    Banners can't expand
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    They can, actually.

    http://boards.theforce.net
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I've been experimenting on my most recent project. All of the pages are set to a width in em's that will just barely fit in an 800x600 screen's browser at normal font size. But since a 800x600 user usually has their default text size one step smaller than normal, it works out fine for them. Users with much larger screens/browser ports can increase the font-size. For intermediate sizes, the default settings are fine. I've even expressed image dimensions in em's so that they can shrink and grow with the text size changes on the user's end.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •