473,399 Members | 4,192 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,399 software developers and data experts.

Optimising pages for 640x480 or 800x600

This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600 and
above? The pages I have created look fine in 800x600 or above but my boss has
just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something about".
Nov 19 '05 #1
7 1223
The only solution I can figure out is to create two copy of the page, e.g
page1.htm for 640x480 and page2.htm for 800x600.

Then everytime you load the page, you check the client screen resolution
from a javascript and load the correct page.

May be anybody else have a better solutions?

weichung

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600
and
above? The pages I have created look fine in 800x600 or above but my boss
has
just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something
about".

Nov 19 '05 #2
I think this really comes down to pleasing your client base... at my
company we've made a decision that we just don't support anybody with a
lower resolution than 800x600... and probably soon the requirement will
be 1024x768.

If your client base absolutely cannot upgrade, then you may have to redo
everything... which sounds like a really nasty chore with no good way to
handle it.

Personally, I'd push that whoever is running machines that friggin old
that are stuck at 640x480... whew... time to upgrade!

I mean, I imagine you aren't still supporting netscape 3.0 or IE3 customers.

Lowell


weichung[MCSD,MCDBA] wrote:
The only solution I can figure out is to create two copy of the page, e.g
page1.htm for 640x480 and page2.htm for 800x600.

Then everytime you load the page, you check the client screen resolution
from a javascript and load the correct page.

May be anybody else have a better solutions?

weichung

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600
and
above? The pages I have created look fine in 800x600 or above but my boss
has
just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something
about".


Nov 19 '05 #3
Agree. But what can do? this is the client requirement.

"Lowell Heddings" <lo****@mindjunction.com> wrote in message
news:uE**************@TK2MSFTNGP11.phx.gbl...
I think this really comes down to pleasing your client base... at my
company we've made a decision that we just don't support anybody with a
lower resolution than 800x600... and probably soon the requirement will be
1024x768.

If your client base absolutely cannot upgrade, then you may have to redo
everything... which sounds like a really nasty chore with no good way to
handle it.

Personally, I'd push that whoever is running machines that friggin old
that are stuck at 640x480... whew... time to upgrade!

I mean, I imagine you aren't still supporting netscape 3.0 or IE3
customers.

Lowell


weichung[MCSD,MCDBA] wrote:
The only solution I can figure out is to create two copy of the page, e.g
page1.htm for 640x480 and page2.htm for 800x600.

Then everytime you load the page, you check the client screen resolution
from a javascript and load the correct page.

May be anybody else have a better solutions?

weichung

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600
and
above? The pages I have created look fine in 800x600 or above but my boss
has
just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something
about".



Nov 19 '05 #4
This link will give u some better ideas.

http://webdesign.about.com/od/webdesign/a/aa080904.htm

Regards,
Jignesh Desai.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600 and above? The pages I have created look fine in 800x600 or above but my boss has just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something

about".
Nov 19 '05 #5
Thanks to everyone who replied. I think we only have a couple of clients
running at 640x480. The one client that is pushing for 640x480 only has one
person running at 640 resolution but unfortunately he is their MD and has the
final say. He's also running XP Pro.

Everything had been does for 800x600 until my boss visited this client.

Chris.

"Jignesh Desai" wrote:
This link will give u some better ideas.

http://webdesign.about.com/od/webdesign/a/aa080904.htm

Regards,
Jignesh Desai.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600

and
above? The pages I have created look fine in 800x600 or above but my boss

has
just been to a site that runs their desktops at 640x480 and has come back
with a load of comments about how rubbish it all looks. It was all great
until he went to this site and now it's all "we need to do something

about".

Nov 19 '05 #6
SA
This is probably a little OT, but he's running XP Pro in 640x480? Someone
should just show him how to increase the resolution.

Can't imagine he doesn't have any issues with other soft...
---

Sven.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:55**********************************@microsof t.com...
Thanks to everyone who replied. I think we only have a couple of clients
running at 640x480. The one client that is pushing for 640x480 only has one person running at 640 resolution but unfortunately he is their MD and has the final say. He's also running XP Pro.

Everything had been does for 800x600 until my boss visited this client.

Chris.

"Jignesh Desai" wrote:
This link will give u some better ideas.

http://webdesign.about.com/od/webdesign/a/aa080904.htm

Regards,
Jignesh Desai.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message news:DB**********************************@microsof t.com...
This is probably a stupid question but here goes anyway.

What's the best way to design web pages that work in 640x480 or 800x600
and
above? The pages I have created look fine in 800x600 or above but my
boss has
just been to a site that runs their desktops at 640x480 and has come

back with a load of comments about how rubbish it all looks. It was all great until he went to this site and now it's all "we need to do something

about".

Nov 19 '05 #7
He is "as blind as a bat" or so I'm told. He is running in 640x480 with very
large font and won't use any of the Accessibility features. I don't know,
he's a customer, what can I say...

"SA" wrote:
This is probably a little OT, but he's running XP Pro in 640x480? Someone
should just show him how to increase the resolution.

Can't imagine he doesn't have any issues with other soft...
---

Sven.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:55**********************************@microsof t.com...
Thanks to everyone who replied. I think we only have a couple of clients
running at 640x480. The one client that is pushing for 640x480 only has

one
person running at 640 resolution but unfortunately he is their MD and has

the
final say. He's also running XP Pro.

Everything had been does for 800x600 until my boss visited this client.

Chris.

"Jignesh Desai" wrote:
This link will give u some better ideas.

http://webdesign.about.com/od/webdesign/a/aa080904.htm

Regards,
Jignesh Desai.

"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message news:DB**********************************@microsof t.com...
> This is probably a stupid question but here goes anyway.
>
> What's the best way to design web pages that work in 640x480 or 800x600 and
> above? The pages I have created look fine in 800x600 or above but my boss has
> just been to a site that runs their desktops at 640x480 and has come back > with a load of comments about how rubbish it all looks. It was all great > until he went to this site and now it's all "we need to do something
about".


Nov 19 '05 #8

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

Similar topics

4
by: Shane Malden | last post by:
Hi, I am trying to create a page which will automaticlly change the size of tables/graphics etc based on the screen resolution. Eg, if someone is using a 800x600 the page layout will utilise this....
1
by: Adrian Gans | last post by:
Hi I've been free-coding html for a couple of years but lack any formal training. I would be grateful for your help. I am not comfortable with CSS at the moment so use fixed tables for...
23
by: Dufe | last post by:
Hello all: To deal with the problem of differing user screen resolutions, I've explored: 1) making the pages in PHP, 2) having different pages on the same page and selecting the proper one via...
8
by: Mason A. Clark | last post by:
Can anyone comment on the frequency (prevalence?) of pages that are stacked on the left? I see it as a concession to 800x600 screens. OK. But is there a way of using the full 1024x768 or...
2
by: ktaf | last post by:
Hi I have designed my site in 1024*768 resolution. But when i examine it in 800*600 i see that the lines breaks in a bad shape and indent. I saw some sites that have designed in higher...
5
by: Chris Weston | last post by:
Hi. Maybe I'm just being dim, but I'm struggling to get my head around optimising a query with regard to indexes. If I make a select query, such as a pseudo-example 'select * from bigtable...
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?
31
by: melinama | last post by:
Hello, I've looked through alt.html and this group for an answer to my question. However, I found only cranky arguments with, occasionally, bits of hard-to-understand code - out of context -...
4
by: W. Watson | last post by:
I'm getting a 640x480 greyscale image from a video device. I'd like to place it on a canvas and then draw on the image. Does PIL or some image facility allow me to do that? -- Wayne Watson...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
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
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
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...

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.