473,756 Members | 4,165 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Info on Site-Design

Appologies, this isn't really a javascript specific question....

Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days).

Any suggestions.

Thanx in advance,

Litron
Jul 23 '05
21 1738
On Mon, 29 Nov 2004 11:20:11 GMT, Litron wrote:

Please refrain from top-posting.
<http://www.physci.org/codes/javafaq.jsp#net iquette>

See further comments below.
"Andrew Thompson" <Se********@www .invalid> wrote in message
news:cy******** *************** *****@40tude.ne t...
On Mon, 29 Nov 2004 02:46:49 GMT, Litron wrote:
Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days).
100% of the content window.
100% of the content window.
Yep.
That seems logical - although the "size" of the content window differs on a
machine with a monitor resolution of 800 x 600 than one with a resolution of
1024 x 768 -
It also differs of my 800x600 monitor from moment to moment,
depending upon whether I want a the browser across the whole
screen.

In all situations, I want the content to fit the window.
..I was wondering what general "Screen Size" I should design for
irregardless of content.


My size, your size, anybody's size..
<http://www.google.com/search?hl=en&lr =&c2coff=1&q=%2 2any+size+desig n%22+web>

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Jul 23 '05 #11
Litron wrote:
Thanks Jimm,
from the previous replys and my own research it seems I have a little work
ahead of me scaling down the graphics on my site....

As a general rule I keep image width to a maximum of 500 px. It's a
somewhat arbitrary choice and it prevents the window from expanding too
much horizontally. Otherwise the text lines become too long and the image
dominates the window. If it is important, provide a link to the full size
image.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #12
JRS: In article <t4wqd.242999$9 b.196793@edtnps 84>, dated Mon, 29 Nov
2004 02:46:49, seen in news:comp.lang. javascript, Litron <wt*@noshit.c a>
posted :
Appologies, this isn't really a javascript specific question....

Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days).


Web pages should be designed to work at all reasonable screen and window
sizes. I "never" use full-screen windows - and some people have twin
monitors, making full-screen ridiculous.

You can assume that a reasonable amount of user-preferred-size text will
fit across a user-preferred-size window, unless the user is visually
challenged or the display device is hand-held or otherwise small.

I work with a preferred window size of 640 px wide and 960 px deep, and
a font such that the capacity of the window resembles that of an A4
default-printed page. But I am willing to broaden that for tabular
material that needs it.

Most users will be happy with a page that works well at 800*600.

--
© John Stockton, Surrey, UK. ??*@merlyn.demo n.co.uk Turnpike v4.00 MIME. ©
Web <URL:http://www.merlyn.demo n.co.uk/> - w. FAQish topics, links, acronyms
Dates - miscdate.htm Year 2000 - date2000.htm Critical Dates - critdate.htm
Euro computing - european.htm UK Y2k mini-FAQ: y2k_mfaq.txt Don't Mail News
Jul 23 '05 #13
Yes, I'm aware that the size of the "content area" depends on whether the
browser window is resized, maximized, etc. The size of the "content area"
also depends on whether the user has their "Favorites" or "Search" windows
open... or whether they have a menu-bar plug-in... etc.
The reason I asked for the approx. pixel size of the screen for design is
because the content of my site is quite graphic intensive... formatting text
for varying screen sizes is easy... formatting tables of graphics is not
(assuming one wants to maintain the integrity of the images)...
The answer you have given..." [I would design for] 100% of the content
window" is both and ambiguous and superfluos ...
Based on your answer, I ask a superfluous question "At what screen size
would you "design" web-content in the case of a "Minimized" browser window
i.e. No Content Area....?
I believe the previous Posts answered the question succinctly and quite
well... irregardless of browser window size there is still a large
domographic of the population using the 800 x 600 monitor resolution... and
I fully intend to design my graphics and text to maximize "100%" of the
available content area.

"Andrew Thompson" <Se********@www .invalid> wrote in message
news:5b******** *************** ******@40tude.n et...
On Mon, 29 Nov 2004 11:20:11 GMT, Litron wrote:

Please refrain from top-posting.
<http://www.physci.org/codes/javafaq.jsp#net iquette>

See further comments below.
"Andrew Thompson" <Se********@www .invalid> wrote in message
news:cy******** *************** *****@40tude.ne t...
On Mon, 29 Nov 2004 02:46:49 GMT, Litron wrote: Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days). 100% of the content window.

100% of the content window.


Yep.
That seems logical - although the "size" of the content window differs on
a
machine with a monitor resolution of 800 x 600 than one with a resolution
of
1024 x 768 -


It also differs of my 800x600 monitor from moment to moment,
depending upon whether I want a the browser across the whole
screen.

In all situations, I want the content to fit the window.
..I was wondering what general "Screen Size" I should design for
irregardless of content.


My size, your size, anybody's size..
<http://www.google.com/search?hl=en&lr =&c2coff=1&q=%2 2any+size+desig n%22+web>

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane

Jul 23 '05 #14
Good Advice...

Thanx again Jimm.
"jmm-list-gn" <jm************ ***@sohnen-moe.com> wrote in message
news:w_******** ************@gi ganews.com...
Litron wrote:
Thanks Jimm,
from the previous replys and my own research it seems I have a little
work ahead of me scaling down the graphics on my site....

As a general rule I keep image width to a maximum of 500 px. It's a
somewhat arbitrary choice and it prevents the window from expanding too
much horizontally. Otherwise the text lines become too long and the image
dominates the window. If it is important, provide a link to the full size
image.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)

Jul 23 '05 #15
Thanx John,
I'm familiar with CSS margins, etc... formatting the text,/graphic layouts
to fit the available screen size will not be a problem.
Your answer of 640 px by 960 px window size is what I'm looking for... this
gives me a good basis for designing the content layout as the site will be
fairly graphic intensive and I need to make the size of the graphics work
well within the minimal available space.

Litron
"Dr John Stockton" <sp**@merlyn.de mon.co.uk> wrote in message
news:f9******** ******@merlyn.d emon.co.uk...
JRS: In article <t4wqd.242999$9 b.196793@edtnps 84>, dated Mon, 29 Nov
2004 02:46:49, seen in news:comp.lang. javascript, Litron <wt*@noshit.c a>
posted :
Appologies, this isn't really a javascript specific question....

Just wondering what the current size standard is for web-page design...
it used to be 800 x 600 pxls (which seems quite small these days).


Web pages should be designed to work at all reasonable screen and window
sizes. I "never" use full-screen windows - and some people have twin
monitors, making full-screen ridiculous.

You can assume that a reasonable amount of user-preferred-size text will
fit across a user-preferred-size window, unless the user is visually
challenged or the display device is hand-held or otherwise small.

I work with a preferred window size of 640 px wide and 960 px deep, and
a font such that the capacity of the window resembles that of an A4
default-printed page. But I am willing to broaden that for tabular
material that needs it.

Most users will be happy with a page that works well at 800*600.

--
© John Stockton, Surrey, UK. ??*@merlyn.demo n.co.uk Turnpike v4.00
MIME. ©
Web <URL:http://www.merlyn.demo n.co.uk/> - w. FAQish topics, links,
acronyms
Dates - miscdate.htm Year 2000 - date2000.htm Critical Dates -
critdate.htm
Euro computing - european.htm UK Y2k mini-FAQ: y2k_mfaq.txt Don't Mail
News

Jul 23 '05 #16
Litron wrote:
I'm familiar with CSS margins, etc... formatting the text,/graphic layouts
to fit the available screen size will not be a problem.


I think you are getting there, but still seem to have slightly missed
the point. You can rely on neither the object size (in pixels), nor the
screen resolution, nor the amount of screen used by the browser, nor the
specific text sizes (even if you use your own CSS), nor the font used,
nor the graphic width (in pixels). Your design point is slightly
meaningless since you assume that your design or your CSS will apply and
neither of these need be true.

What you should do is assume a reasonable resolution and then both
position and size graphics according to percentage proportions of the
available content area (which may well change). It is particularly
tricky for Flash and Shockwave, I find, but well worth the effort since
your page will look reasonable whatever the user does with the browser
window - though making it incredibly tiny or making the text incredibly
large can still cause some problems even then.
Jul 23 '05 #17

"Mark Preston" <us****@nosourc e.co.uk> wrote in message
news:co******** ***********@new s.demon.co.uk.. .
Litron wrote:
I'm familiar with CSS margins, etc... formatting the text,/graphic
layouts to fit the available screen size will not be a problem.


I think you are getting there, but still seem to have slightly missed the
point. You can rely on neither the object size (in pixels), nor the screen
resolution, nor the amount of screen used by the browser, nor the specific
text sizes (even if you use your own CSS), nor the font used, nor the
graphic width (in pixels). Your design point is slightly meaningless since
you assume that your design or your CSS will apply and neither of these
need be true.

What you should do is assume a reasonable resolution and then both
position and size graphics according to percentage proportions of the
available content area (which may well change). It is particularly tricky
for Flash and Shockwave, I find, but well worth the effort since your page
will look reasonable whatever the user does with the browser window -
though making it incredibly tiny or making the text incredibly large can
still cause some problems even then.

---
Thanx Mark..

Actually, I am aware of the variables that may or may not detract from the
available content area - I was just wondering what current "Monitor"
resolution web-designers are creating content for.... eg. 800 x 600 still
seems to be the standard - I realize that not all of the 800 x 600 pixel
screen space may be available based on reasons mentioned earlier.... as
John mentioned: his screen resolution is 800 x 600 pixels but he designs his
web content to fit within 640 x 960 pixels - he suggested keeping the
graphics to a maximum width of 500 pixels. This is useful to me because it
gives me an idea of the approximate size I need to create my graphics to
maintain the layout I have in mind. I understand that window sizes may
change at the given resolution, but by using percentage settings for CSS
margins and the various HTML formatting tags I can design for the
approximate minimum screen space while still formatting the content to look
reasonable at larger window sizes (the graphical navigation frame on the
left of the screen will remain static, while the visible area of the content
frame on the right will expand or decrease with the window size).
I don't want to exclude people with lower monitor resolutions.

Jul 23 '05 #18
JRS: In article <Dx1rd.14763$cE 3.8771@clgrps12 >, dated Tue, 30 Nov 2004
16:50:43, seen in news:comp.lang. javascript, Litron <wt*@noshit.c a>
posted :
I realize that not all of the 800 x 600 pixel
screen space may be available based on reasons mentioned earlier.... as
John mentioned: his screen resolution is 800 x 600 pixels but he designs his
web content to fit within 640 x 960 pixels - he suggested keeping the
graphics to a maximum width of 500 pixels.


I did not give my screen resolution; it is 1280 * 1024 pixels.

I did not state a graphics size; I'm happy to use 575 px approx.

My 640 * 960 means that the window uses half of the width and most of
the height; I can have an HTML window beside the editor window, with the
editor at *about* 550 px wide and showing 60 72-character lines in
Lucida Console 9 pt regular - also A4-like.

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 23 '05 #19

"Dr John Stockton" <sp**@merlyn.de mon.co.uk> wrote in message
news:um******** ******@merlyn.d emon.co.uk...
JRS: In article <Dx1rd.14763$cE 3.8771@clgrps12 >, dated Tue, 30 Nov 2004
16:50:43, seen in news:comp.lang. javascript, Litron <wt*@noshit.c a>
posted :
I realize that not all of the 800 x 600 pixel
screen space may be available based on reasons mentioned earlier.... as
John mentioned: his screen resolution is 800 x 600 pixels but he designs
his
web content to fit within 640 x 960 pixels - he suggested keeping the
graphics to a maximum width of 500 pixels.


I did not give my screen resolution; it is 1280 * 1024 pixels.

I did not state a graphics size; I'm happy to use 575 px approx.

My 640 * 960 means that the window uses half of the width and most of
the height; I can have an HTML window beside the editor window, with the
editor at *about* 550 px wide and showing 60 72-character lines in
Lucida Console 9 pt regular - also A4-like.

----

Yes, I appologize... I confused parts of the information from Jimm's reply
with yours. Sorry.
Jul 23 '05 #20

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

Similar topics

1
2549
by: GChong | last post by:
Hi, Im looking for some general 'marketing' info on dotnet: how long it has been in use (i.e first release date), how many companies are using it, number of .NET developers in the world, popularity of .NET in different industries, etc. Ive searched on MS .NET homepage and googled it but surprisingly, such general info are hard to find.
2
1583
by: Andrew Rawnsley | last post by:
A new build of my modifications to eRServer is available at http://grayling.ravensfield.com. Changes/fixes: * Fixed existing column as unique problem I had a bug in the replication threads that manifested itself if you used existing columns as the unique column. Caused everything to stop. * Added RMI signaling structure There is now an RMI-based signaling structure to the whole thing. Currently, it only supports shutdown, but will...
2
1181
by: roy anderson | last post by:
Hey all, I'm not new to web development, but totally clueless regarding web security/logins and such. I have a website which requires users to login, checks their info against a SQL Server backend, then saves their login as a session variable. As they browse through the various pages of the site, each page checks to see if the Session variable exists/is not null, etc. If the check fails, the page redirects them to the login form. ...
7
9535
by: Alan Pretre | last post by:
I have an application installed at a customer site that has been getting a general network error for a couple of years. I was hoping that .NET 2.0 would clear it up, but unfortunately it didn't. The .NET 2.0 exception does give a little more info than .NET 1.1 did, but not much. Can anybody give any pointers about how to track this down? It occurs every 10 hrs around the clock, like clockwork. I have included the stack trace, but...
4
2021
by: tony | last post by:
I'm designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far with this I was wondering if anyone could perhaps offer advice or point me to any documents/web pages that could help with ensuring the security of the form/page and site. It is likely that the form will come under attack I expect. Even comments...
6
2163
by: djc | last post by:
I had previously (in asp.net 1.1 and asp.net web matrix) just done this to populate a listbox with data from a database: ------------ this was from the page load event ---------------- 'fill recipient address list box Dim cnn As SqlConnection cnn = New SqlConnection(Application("cnn").ToString()) Dim cmdGetAllRecipientAddresses As SqlCommand = New SqlCommand("GetAllRecipientAddresses", cnn)
5
3740
by: Jeff | last post by:
Hey ASP.NET 2.0 I'm working on a web site and I want info about the domain stored in web.config. By domain I mean for example: www.domain.com The reason I want info about the domain stored is that the web site will send email to it's registered users. This email will contain a link to a web page on the web site. If I don't know the domain then I must hard code it...
20
1982
by: upperclass | last post by:
Hi, I'm trying to find a decent way of measuring the running time of a long-running program. Say, the running time ranges from several seconds to more than a day. The standard clock() function seems inadequate for this task. (I read somewhere in this group that clock_t would likely overflow after <1 hour).
16
1897
by: =?Utf-8?B?VGRhclRkYXI=?= | last post by:
Hello, I want to get reffering site info like if the way they got to the site is from google, While that is easy enough, of course, but I want to get that info after they have been on the site for a while, I was thinking that I could get the reffer in the session_onstart event, and make it a session var but that did not work, So I am looking for thoughts about this. Tdar
1
3606
by: cumupkid | last post by:
II am trying to create a form that will allow me to upload photos to a folder in the site root directory and add the information to the mysql db at the same time. I have created two forms, one that uploads to photo to the folder in the site root diorectory. One that uploads the info to mysql database. but... When I try to upload them both ways at the same time i cant get it. I am Including code for both pages i have working. Code for...
0
9487
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10069
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9904
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7285
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6556
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5324
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3395
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2697
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.