Submit Your Article Forum Rules

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

Thread: Standards for web page viewable area size

Hybrid View

  1. #1

    Standards for web page viewable area size

    I would like to ask exert opinion re: how wide do they typically make viewable area for web pages.

    Most templates would have 800 pixels wide area with 780 suggested for Chrome. At the same time monitors set for 800x600 resolution is a thing in the past (probably was a thing in the past five years ago). On a 24'' monitor with a default resolution 800 wide template is a relatively small box, to read a standard size font that comes with a template one may need a magnifying glass.

    Would a say 1000 pixels wide viewable area be an issue?
    Taraboom

  2. #2
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    761

    Re: Standards for web page viewable area size

    I nearly always make the width dynamc these days and let the user decide on the size of his browser window.

    Why design a wide site if it's going to be viewed on someone's mobile phone?
    Dynamic Software Development
    www.activeminds.ca

  3. #3

    Re: Standards for web page viewable area size

    Thank you, good point. Didn't think about mobile phones.

    Do you actually have a script that returns browser settings, and then based on that re-sizes the page accordingly? That sounds like a lot of resizing as it page graphics and fonts would have to be re sized as well
    Taraboom

  4. #4
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    761

    Re: Standards for web page viewable area size

    No. Just use percentages for widths instead of px or whatever. As long as your graphics are reasonably sized, the browser makes a pretty good job of repositioning them before adding scroll bars for a really small browser window size.

    Font sizes should always be under the users' control, not the web designers so that those with impaired sight can make the text bigger.
    Dynamic Software Development
    www.activeminds.ca

  5. #5
    Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Re: Standards for web page viewable area size

    I would have a separate mobile version of the site, something ive always planned to do, but never got round to it!

  6. #6
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    761

    Re: Standards for web page viewable area size

    Quote Originally Posted by djdirect View Post
    I would have a separate mobile version of the site, something ive always planned to do, but never got round to it!
    I don't think it's worth doing that anymore. Mobile devices are getting better at viewing "full size" browser wondows and as a result few developers bother developing a separate version.
    Dynamic Software Development
    www.activeminds.ca

  7. #7
    Member
    Join Date
    Mar 2010
    Posts
    51
    I don`t know if 1000px are an issue, but I personally use 960px width all the time

  8. #8
    Banned
    Join Date
    Feb 2010
    Posts
    109
    Well, 1024x768 is the standard screen size (because mainly people use this dimension size).

  9. #9
    Moderator HTMLBasicTutor's Avatar
    Join Date
    Apr 2010
    Location
    Canada
    Posts
    971
    Quote Originally Posted by SusanMart View Post
    Well, 1024x768 is the standard screen size (because mainly people use this dimension size).
    You are referring to the resolution setting of the monitor, not the screen size.

    As a website owner or web designer you have to take into consideration what are the most common screen resolutions for the intended target audience of the website to determine what web page width is suitable for the website.

    Have you visited a website that has a web page width too wide for your monitor or browser window? You have to use the horizontal scroll to go back and forth reading and/or looking for information on the page. This makes reading the website very hard and can be very annoying if the website has some information the visitor is interested in.
    Not Designing for Most Common Screen Resolution

    I go with a flexible (fluid) size so it adjusts to the user's browser window. Just because the user has a large monitor does not mean they have the browser maximized to fill the screen. On some sizes I have used the max-width or min-width properties which only work in browsers that support CSS 2 or greater.

    Using a flexible font size makes life so much better for those with vision problems and those who can't read your tiny font, even with their glasses on.

    For mobile device design, if you keep the Mobile Web Best Practices as you design your regular site/blog then a separate design for mobile devices wouldn't be necessary.
    Accrete Web Solutions - Search engine friendly websites, ecommerce websites & blogs
    Web Page Mistakes - Web page mistakes with solutions
    HTML Basic Tutor - HTML help to learn HTML basics

  10. #10
    Banned
    Join Date
    Feb 2010
    Posts
    109
    Quote Originally Posted by HTMLBasicTutor View Post
    You are referring to the resolution setting of the monitor, not the screen size.
    hehe, thanks for correcting me))

Page 1 of 2 12 LastLast

Similar Threads

  1. Fixed size browser windows - searched outside the viewable content?
    By dgm2006 in forum Search Engine Optimization Forum
    Replies: 2
    Last Post: 07-11-2007, 04:25 PM
  2. Page Load Size?
    By Cristal7 in forum Accessibility and Usability Forum
    Replies: 126
    Last Post: 05-19-2007, 06:45 PM
  3. Client's Area/Login Area/Upload File/Photo
    By logowaves in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 02-15-2005, 08:13 PM
  4. Page Size?
    By ergobob in forum Search Engine Optimization Forum
    Replies: 4
    Last Post: 07-01-2004, 12:16 AM

Posting Permissions

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