473,387 Members | 1,512 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,387 software developers and data experts.

What's your screen resolution?

About a week ago, I upped my screen resolution from 800x600 to 1024x768. From
that point on, I started making gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide. Fonts seem too small!

Is this a bad habit I'm getting into? By the way, what resolution are you at?

--
============================
- Dave
http://members.cox.net/grundage/
Jul 20 '05 #1
12 5652
Dave wrote:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From
that point on, I started making gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide. Fonts seem too small!

Is this a bad habit I'm getting into? By the way, what resolution are you at?


The screen resolution is mostly irrelvant on the web. It is the size of
the viewport that matters. You should try to make your layout work
reasonably well in small windows. It doesn't have to be perfect, just
as long as it's still readable wthout too much difficulty with
horizontal scrolling. If your fonts seem to small at 1024×768, then
you've obviosly set your font size too small, but without a URI, I have
no idea how small it is. I don't recommend using anything smaller than
font-size: small or around 90% for the main content, but some will argue
that nothing smaller than 100% should ever be used for main content.

1024×768 isn't a very high resolution, unless you've only got a 15"
monitor. Many people run on 1152×864, 1280×1024, 1600×1200 or higher
and now that wide screen monitors with an aspect ratio of 16:10 are
becoming popular, resolutions of 1440×900 or 1680×1050, or higher are
being used. Very few people still run on 640×480, but be aware that
there are some that do either because they choose to or they don't know
how to change it.

--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to ab***@127.0.0.1
Thank you.
Jul 20 '05 #2
Dave wrote:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From
that point on, I started making gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide.
Oh dear. http://www.allmyfaqs.com/faq.pl?AnySizeDesign
Fonts seem too small!
So adjust them in your browser. Your site does use flexible font sizes,
doesn't it? By the way, what resolution are you at?


1280x1024. Would be higher, but I'm using an LCD display with a (pretty
much) fixed resolution.
Jul 20 '05 #3
"Dave" <da**@yahoo.com> wrote in news:1sa_c.3856$OZ6.3795@okepread06:
About a week ago, I upped my screen resolution from 800x600 to
1024x768. From that point on, I started making gradual adjustments to
my web site, in which the margins are tailored to 800 pixels wide.
Fonts seem too small!

Is this a bad habit I'm getting into?
Yes. Use fluid design that adapts to the available
viewport size.
By the way, what resolution are you at?


You'll never know, and its not relevant anyway,
because the screen resolution generally doesn't
equal the browser viewport size.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 20 '05 #4
On Fri, 3 Sep 2004, Dave wrote:
Is this a bad habit I'm getting into?
It sounds as if the bad habit was already there; you're just drawing
the usual wrong conclusions. If 1em isn't the right size for you,
adjust your browsers.
By the way, what resolution are you at?


About 135dpi on the desktop, and about 107dpi on the usual laptop.
Jul 20 '05 #5
Dave wrote:
By the way, what resolution are you at?


102dpi.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./rolling_stones/satisfaction.ogg

Jul 20 '05 #6
"Dave" <da**@yahoo.com> wrote in
comp.infosystems.www.authoring.html:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From
that point on, I started making gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide. Fonts seem too small!

Is this a bad habit I'm getting into?
Yes.
By the way, what resolution are you at?


I mean this in the nicest possible way, but my screen resolution is
none of your business. If your site is "tailored" (your word) to any
screen resolution, your site is badly authored.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #7
Dave da**@yahoo.com wrote:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From
that point on, I started making gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide. Fonts seem too small!

Is this a bad habit I'm getting into? By the way, what resolution are you at?


Yes. Keep it up and everyone will go blind.

Seriously, I change screen resolution depending on what I'm doing and
alter default font size depending on the state of my eyesight. On a good
day I can use around 40% of web sites without problems. On a bad day I'm
down to the tiny number of sites created by the developers smart enough
not to ask the question.

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 20 '05 #8
Lachlan Hunt <la**********@lachy.id.au.invalid> writes:
have no idea how small it is. I don't recommend using anything
smaller than font-size: small or around 90% for the main content,


http://www.w3.org/TR/CSS2/fonts.html#font-size-props suggests a 1.2
scaling factor for screen, and CSS1 suggested 1.5 [the note about user
experience suggests at least *something* implemented it]

So 'small' is likely to be ~equivalent to 80% in many browsers [1] (apart
from the browser bugs related to the size keyword, of course)

[1] Of course, there's nothing to stop a browser using any other
scaling factor - or even an inconsistent scaling factor [2], and
media='tty' would use 1.0

[2] As will occur with minimum font-size settings, for example.

--
Chris
Jul 20 '05 #9
Dave wrote:
About a week ago, I upped my screen resolution
from 800x600 to 1024x768. From that point on, I started making
gradual adjustments to my web site, in which the
margins are tailored to 800 pixels wide. Fonts seem too small!
If fonts seem to be too small, either
a) you have too small font size on your browser
b) you had fixed size of fonts on you webpage
c) both above

To fix things:

a) adjust fontsize of your browser to something you like
b) don't set font for plain text in your webpage
c) both above
Is this a bad habit I'm getting into?
Yes, it is like if you owned a tv station and instead of turning volume
of your tv-set at home, you would adjust volume of broadcast from
station.

Of course broadcast might need adjusting too, but it should try to be as
similar as possible compared to other broadcasts. In web that is easy,
all you need to do is nothing, or maybe undo something...
By the way, what resolution are you at?


800*600 on 15" (about 72dpi) for usenet, music and web testing and
1600*800 on 19" (113dpi) for mail, irc, tv, web, shell screens etc.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
I'm looking for work | Etsin työtä
Jul 20 '05 #10
On Mon, 6 Sep 2004 20:20:22 +0300, Lauri Raittila
<la***@raittila.cjb.net> wrote:
Dave wrote: [...]
margins are tailored to 800 pixels wide.

Fonts seem too small!

If fonts seem to be too small, either
a) you have too small font size on your browser
b) you had fixed size of fonts on you webpage
c) both above

To fix things:

a) adjust fontsize of your browser to something you like
b) don't set font for plain text in your webpage
c) both above
Is this a bad habit I'm getting into?


Yes, it is like if you owned a tv station and instead of turning volume
of your tv-set at home, you would adjust volume of broadcast from
station.


Funny you should say that :-)

<http://www.css.nu/articles/font-analogy.html>
--
"Jan Roland Eriksson" <re*@css.nu>
www resourses @ <http://css.nu>
Jul 20 '05 #11
On Fri, 3 Sep 2004 22:16:24 -0500, "Dave" <da**@yahoo.com> wrote:
By the way, what resolution are you at?

Right behind the "at", as my mother and my grammar teachers used to
tell me.

As others have answered with valuable hints, I'm "at" somewhere
between 79 and 133 dpi, with window dimensions in pixels ranging from
300x300 to 1600x1200, depending on the client and the purpose; or
occasionally at 80 columns by 25 rows.

--
Chuck Taylor
http://home.hiwaay.net/~taylorc/contact/
Jul 20 '05 #12
begin message

[I'm setting followups to c.i.w.a.html, it's possible this is more on-topic
for c.i.w.a.stylesheets though]

begin quote from Dave in <1sa_c.3856$OZ6.3795@okepread06>:
About a week ago, I upped my screen resolution from 800x600 to 1024x768.
From that point on, I started making gradual adjustments to my web site,
in which the margins are tailored to 800 pixels wide.
In terms of the World Wide Web, this is a bad idea.
Fonts seem too small!
Then set your browser to show larger fonts.
Is this a bad habit I'm getting into? By the way, what resolution are you
at?


I could be using any screen resolution from 640x480 all the way up to
1400x1050. That's when I'm at a desktop PC (not necessarily one running
Windows, either).

--
Shawn K. Quinn
Jul 20 '05 #13

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

Similar topics

5
by: Chris | last post by:
After exhausting my search on the MS website, I can't find a straight answer. I fin dit hard to believe that MS left our something so useful in ASP.NET as screen resolution detection. Problem:...
10
by: Dave | last post by:
About a week ago, I upped my screen resolution from 800x600 to 1024x768. From that point on, I started making gradual adjustments to my web site, in which the margins are tailored to 800 pixels...
4
by: pjac | last post by:
I need some help with some VB language that will change the screen resolution on a monitor when a MS-Access 2000 database is opened from 1024 x 768 to 800 x 600. Any help with this effort would be...
8
by: lauren quantrell | last post by:
Is there a way to force a change in a user's screen resolution using VBA code without having any input from the user? Example: User John Backwards has his screen set to 800 x 600 pixels. Backwards...
1
by: fabrice | last post by:
Hi, I'm trying to get the screen resolution of the client and to realize a treatment in code behind. it seem to be hard. I can get information about the resolution with this following sub,...
6
by: Darian | last post by:
I am wondering how (if it is possible of course) I can change a users screen resolution to a certain size when running my application and then change it back when they exit my application. For...
4
by: Bill Nguyen | last post by:
My VB.Net app requires a minimum monitor resolution of 1024 x 768. How to get user's screen resolution and set it to the minimum at runtime? Thanks Bill
35
by: Friendly_Lola | last post by:
What Screen Resolution do You use? 800 X 600 1024 X 768 1280 X 1024 Wow! 1600 X 1200 (i can't imagine this) I use 1024 X 768. For what resolution you optimize your web pages?
9
by: Steve Wright | last post by:
Hi I'm developing a webpage that needs to include a different stylesheet depending on the screen resolution. I know that I could read the resolution in javascript and then do some sort of...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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...

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.