473,396 Members | 1,714 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Web content dimension

I have been designing my site for the 800x600 res for a long time.
This means that I am restricted to a dimension of around 750-760 in
width, since I'd like people who have a 800x600 laptop, let's say, to
be able to fit the content in without having to scroll horizontally. I
have seen quite a number of sites nowadays which has a "wider span".
So I am wondering ...

For you more experienced designers: what is the common dimension I can
use today which will accommodate most viewers? Are there any where I
can find up-tp-date stats on what % of viewers use which resolution
monitor settings etc.?

Thanks for any help.
Petre
Jul 20 '05 #1
4 2076
On 17 Jul 2003 22:36:08 -0700, ph****@yahoo.ca (Petre Huile) wrote:
I have been designing my site for the 800x600 res for a long time.
This means that I am restricted to a dimension of around 750-760 in
width, since I'd like people who have a 800x600 laptop, let's say, to
be able to fit the content in without having to scroll horizontally. I
have seen quite a number of sites nowadays which has a "wider span".
So I am wondering ...

For you more experienced designers: what is the common dimension I can
use today which will accommodate most viewers?
In general you cannot know, and should not care. See
http://www.xs4all.nl/~sbpoley/webmat...lexdesign.html for why.

Only if images make up an important part of the site content (as opposed
to the site presentation/decoration) do you need to make this sort of
decision. And even here there are ways around it:
http://www.xs4all.nl/~sbpoley/webmatters/resize.html
Are there any where I
can find up-tp-date stats on what % of viewers use which resolution
monitor settings etc.?


No reliable ones, no. Apart from anything else, the ones available
generally report screen size and not window size. I have a 1024x768
screen, but my window width is normally around 700 pixels.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #2
ph****@yahoo.ca (Petre Huile) writes:
I have been designing my site for the 800x600 res for a long time.
This means that I am restricted to a dimension of around 750-760 in
width, since I'd like people who have a 800x600 laptop, let's say, to
be able to fit the content in without having to scroll horizontally. I
have seen quite a number of sites nowadays which has a "wider span".
So I am wondering ...

For you more experienced designers: what is the common dimension I can
use today which will accommodate most viewers? Are there any where I
can find up-tp-date stats on what % of viewers use which resolution
monitor settings etc.?


You're asking the wrong question. For the record, the browsers I'm
commonly using are running at display resolutions of either 1024x768,
800x600 or 80x25 (characters, not pixels, this last one).

However, very few of them are running in a maximised window. The
browser I have open at the moment is running at 912x696. Feel free to
design for that if you like, but the next time I open it I'll probably
decide that 843x580 fits in better with the rest of my windows.

You can't get *reliable* stats on what % of viewers use what
resolution, even if having these stats would help, which it doesn't.

Using CSS (it's in old HTML as well, but it's not quite as flexible
there) you can suggest layouts based on the width of the browser window. So:
#content { /* for example */
width: 80%;
}
will make your content area take up 80% of the width, and you can put
something else in the other 20%. Assuming appropriately written HTML,
naturally.

--
Chris
Jul 20 '05 #3
On Fri, Jul 17, Petre Huile inscribed on the eternal scroll:
I have been designing my site for the 800x600 res for a long time.
Strange idea. I've been aiming for flexibility.
For you more experienced designers:
I make web pages. I'm not a "designer".
what is the common dimension I can
use today which will accommodate most viewers?


Flexibility accommodates all viewers - why would you decide to
deliberately exclude anyone?
Jul 20 '05 #4
In article <5a**************************@posting.google.com > in
comp.infosystems.www.authoring.html, Petre Huile <ph****@yahoo.ca>
wrote:
I have been designing my site for the 800x600 res for a long time.
This means that I am restricted to a dimension of around 750-760 in
width, since I'd like people who have a 800x600 laptop, let's say, to
be able to fit the content in without having to scroll horizontally.


Your intent is good, but your execution has problems.

First, WebTV users (and there are millions of them, last I heard)
are restricted to 544 pixels
<http://www.htmlhelp.com/faq/html/design.html#screen-size>.

But what about Palm Pilots and such? What about devices neither of
us knows about, or devices just now being created?

Really what you want to do is use what we call "liquid" design, i.e.
design that does not rely on any fixed screen dimensions, does not
set font sizes, etc.

A good test for "is my design liquid?" is this. DON'T run your
browser full screen (many people don't). Now try resizing the
window. Make it taller than it is wide, for instance. Try various
sizes and shapes. If the content reflows, your design is good;
otherwise it's bad.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Steve Jorgensen | last post by:
Hi all, I'm working on the schema for a database that must represent data about stock & bond funds over time. My connundrum is that, for any of several dimension fields, including the fund name...
4
by: Michael Kirchner | last post by:
Hi everybody The output of my multiple dimension array is quite confusing. Im declaring an array, store some values in it and then I save the array in a session variable. On an other page I...
1
by: Lo?c Henry-Gr?ard | last post by:
Hi, I'm using a homebrew, lightweight version of SIunits, the physical dimension checker. For example I define types such as m (meters), s (seconds) and mps (meters per second) in namespace SI...
9
by: James | last post by:
Hi, I am new to C++. I want to directly create a dynamic two-dimension double array, i.e. double pp. I found the "new" is only for one-dimension array, i.e. double *p = new p. How to "new" a...
2
by: SRL | last post by:
Hi, This is probably a classic scenario with a shared dimension that we need to use in different cubes, where all fact tables do not offer the same level of detail. Dimension is snow-flaked. ...
2
by: Michael Hill | last post by:
If I have a div set as follows: <div id="div_1" style="position:absolute; z-index:1; left:33px; top:177px; height:20px; width:910px; visibility:visible; overflow:hidden; border:1px solid...
5
by: juergen.riemer | last post by:
Hi all, I want to get the actual dimensions of a document's content, not the body's width/height. I want to do this to be able to resize an iframe element in which this document resides to...
2
by: Nathan Sokalski | last post by:
I have a multidimensional array declared as the following: Dim guesses(14, 5) As Integer I want to assign all values in a specific dimension to another array declared as follows:
5
by: Jackson | last post by:
I have something that is stumping me. I am trying to initialize a 3 dimensional string array with the code below, but it wont compile. Can anyone explain what Im doing wrong?????????????? Im...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.