473,326 Members | 2,588 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,326 software developers and data experts.

Ouch: older windows laptops

I have two windows machines I use for testing: one IE6 and one IE7,
both XP boxes.

When I develop websites I use vi and firefox/linux, but I test
at various screen resolutions, on little silver Mac/Safari, Opera,
Firefox, IE6 and IE7. I thought that covered my bases.

But I just looked at one of my sites, that looks OK on XP 1024/768 IE6
on 17" Dell flatscreen.

But the same site is badly twisted at 1024/768 IE6 on an old Windows
laptop, of which there are still a zillion floating around.
So ok, I can start to test for that too.

But I wonder if there is any insight here. I thought
1024/768 XP IE6 would be the same regardless.
I'm obviously ignorant about something here.

The laptop display is physically smaller, but I thought
the resolution setting normalized that somehow.
And obviously it doesn't.
Sep 11 '08 #1
8 1396
In article <tO******************************@bresnan.com>,
salmobytes <sa***@byteme.orgwrote:
I have two windows machines I use for testing: one IE6 and one IE7,
both XP boxes.

When I develop websites I use vi and firefox/linux, but I test
at various screen resolutions, on little silver Mac/Safari, Opera,
Firefox, IE6 and IE7. I thought that covered my bases.

But I just looked at one of my sites, that looks OK on XP 1024/768 IE6
on 17" Dell flatscreen.

But the same site is badly twisted at 1024/768 IE6 on an old Windows
laptop, of which there are still a zillion floating around.
So ok, I can start to test for that too.

But I wonder if there is any insight here. I thought
1024/768 XP IE6 would be the same regardless.
I'm obviously ignorant about something here.

The laptop display is physically smaller, but I thought
the resolution setting normalized that somehow.
And obviously it doesn't.
Check the default fonts and font sizes used in the versions of IE 6
on each computer (if possible); this can make a difference if you are
relying on pixel sizing and positioning. (I guess you might also want
to compare the version numbers, in case that makes a difference to
the way the rendering engine handles things.)

Post a URL if you want more concrete information.
Sep 11 '08 #2
On 2008-09-11, salmobytes wrote:
I have two windows machines I use for testing: one IE6 and one IE7,
both XP boxes.

When I develop websites I use vi and firefox/linux, but I test
at various screen resolutions, on little silver Mac/Safari, Opera,
Firefox, IE6 and IE7. I thought that covered my bases.

But I just looked at one of my sites, that looks OK on XP 1024/768 IE6
on 17" Dell flatscreen.

But the same site is badly twisted at 1024/768 IE6 on an old Windows
laptop, of which there are still a zillion floating around.
So ok, I can start to test for that too.

But I wonder if there is any insight here. I thought
1024/768 XP IE6 would be the same regardless.
I'm obviously ignorant about something here.

The laptop display is physically smaller, but I thought
the resolution setting normalized that somehow.
And obviously it doesn't.
Do your pages vaildate? Check them out at
<http://validator.w3.org>.

Do you use fixed sizes (font-size, width, height, etc.) measured in
pk? (That's a common mistake.)

Do you have a URL for a sample page?

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Sep 11 '08 #3
salmobytes wrote:
But the same site is badly twisted at 1024/768 IE6 on an old Windows
laptop, of which there are still a zillion floating around.
So ok, I can start to test for that too.
Maybe automatic image resizing is moving things around on the low res PC?
Sep 11 '08 #4
In article <ga**********@registered.motzarella.org>,
C A Upsdell <cu******@upsdell.invalidwrote:
salmobytes wrote:
But the same site is badly twisted at 1024/768 IE6 on an old Windows
laptop, of which there are still a zillion floating around.
So ok, I can start to test for that too.

Maybe automatic image resizing is moving things around on the low res PC?
The res on the two screens he is comparing are claimed to be the same.

--
dorayme
Sep 11 '08 #5
David Stone wrote:
...post a url.
This site has some IRB clinical information on it, so I can't post it on
usenet....even thought that part is behind a password barrier,
I just can't do it.

I could make a hacked copy over the weekend, and post that.
I'm out of town tomorrow.

The site validates at 4.01` Transitional. I thought 4.01 transitional
(with DOCTYPE etc) was the most universally portable.

I could make it something else a bit stricter. Wouldn't have to tweak
much to do that.
Sep 11 '08 #6
salmobytes wrote:
David Stone wrote:
...post a url.
Double and now triple ouch.
This particular site has some "pure css" dropdown menus using
code from positioniseverything dot com or net, or what ever it is.

But that stuff requires a javascript hack for IE6 (works fine
in everything else).

That could be the problem. I'll look into that.
.....which would mean, among other things, this doesn't belong
as a discussion in this group.
Sep 11 '08 #7
On 09/11/08 03:25 pm, salmobytes wrote:
>
The site validates at 4.01` Transitional. I thought 4.01 transitional
(with DOCTYPE etc) was the most universally portable.
No, HTML Strict produces the most uniform experience.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Sep 13 '08 #8
On 11 Sep, 21:59, salmobytes <sa...@byteme.orgwrote:
But I wonder if there is any insight here. I thought
1024/768 XP IE6 would be the same regardless.
No, there's an IE bug that interacts with Windows.

If you have Windows running on a high resolution / small screen setup,
there's a Winodws Desktop (not IE) setting to use "large fonts" so as
to mkae things readable. Modern machinery (which means "old" for
desktops and "quite new" for laptops) is quite likely to be using this
setting.

IE over-compensates for this setting and applies it twice. So correct
HTML / CSS coding on IE, running on a high-res / small-size screen
with large fonts selected, may give incorrect font sizes, by which I
mean that "1em" on the web is different to the physical size of
default size text on that Windows desktop.
Sep 15 '08 #9

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

Similar topics

7
by: Peter King | last post by:
I am trying to figure out the best way to handle a system with lots of roaming laptops wanting to take the data with them. I have the following requirement: Web server (possibly several) which...
2
by: Nick Cardi | last post by:
I have a very strange issue. I have written a Dot Net application in VB.Net. When the application is run on some laptops the Forms are painted strangely. Labels are much wider then they were when...
1
by: Claudia Fong | last post by:
Hello, I'm having problems to open a project that I made in VS 2005 in my laptop. I have an older version installed in my laptop (VS 2000 or 2002, I'm not sure right now). Is there a way so I...
0
by: gazza | last post by:
Hi, I have an intranet application using ASP.NET. All works fine using desktop clients, but laptops is another matter: I have a data entry form with a Save button. If I type in all the data...
6
by: et | last post by:
I need a strong sturdy speedy can-do-it-all laptop that works well for programmers doing sql & .net. Any advice, suggestions? What to get, what not to get? Thanks and I am cross posting on the...
0
by: Franklin M. Gauer III | last post by:
Hi, We have an application running that uses FULL SCREEN ANCHORING in Windows Forms. The application runs fine on all of our desktops and some laptops. We are having problems with certain Dell...
16
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. I'm looking for a way to programmatically retrieve the following if possible: Windows Installation Key or COA from the registry Windows installed...
1
by: Charles Turner | last post by:
Hi guys, Hope some of you SQL database experts out there can help me, 'cos at the moment I'm going mad! I want to use ACT! 2008 which uses MSSQL on 2 Laptops, (Vista & XP) one is my own...
2
by: snowman984 | last post by:
The problem is this, all of our laptops are running windows xp with the sp2 update. When the laptops were originally setup they were joined to our domain controller. Once joined, it seems, the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.