Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Is it important to test website in windows?

Is it important to test website in windows?
Thread Tools
Forum Regular
Join Date: Jun 2004
Location: Sydney, Australia
Status: Offline
Reply With Quote
Oct 18, 2004, 02:42 AM
 
I've been told that it is important to test your Mac created website on a windows platform using internet explorer to ensure that it is working correctly. Is this true?

I have VPC but have not installed it cause I hate the way it grinds when it's running.
PowerBook Rev C 12 " Combo, 1.25 gig ram, OSX 10.3.5, Airport Express, iPod 3G, Fuji Finepix F700, Harmon Kardon Sound Sticks II.
     
Moderator
Join Date: Mar 2004
Location: Copenhagen
Status: Offline
Reply With Quote
Oct 18, 2004, 04:09 AM
 
It's only important if you care that people running Windows (and using IE) view your website as it's supposed to look, and not as some screwed up mess with hair on it's back.

IE for Mac has many weird bugs. IE for Windows has many weird bugs. Unfortunately, very few of these many weird bugs seem to be the same.

In other words, yes, it is true.
     
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 18, 2004, 04:33 AM
 
Originally posted by iluvmypowerbook:
I've been told that it is important to test your Mac created website on a windows platform using internet explorer to ensure that it is working correctly. Is this true?
IE for windows still accounts for most page hits on most websites, forgive the less than accurate figures, but I can remember seeing some stats recently where 90% of the hits were from IE, followed by Firefox I believe, with Netscape down at 1%.
     
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Oct 18, 2004, 04:58 AM
 
Usually it's a good idea, simply because you're almost guaranteed to run into at least one problem. IE/Win just plain sucks that much.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Mac Elite
Join Date: Jan 2001
Status: Offline
Reply With Quote
Oct 18, 2004, 05:07 AM
 
^^What those guys said. Yes, be sure to test in Windows, as any semi-complex site will surely have small things that render incorrectly in IE/win. Also, to stop VPC 'grinding' so much, you will need more RAM. VPC loves RAM.
     
Forum Regular
Join Date: Jun 2004
Location: Sydney, Australia
Status: Offline
Reply With Quote
Oct 18, 2004, 07:15 AM
 
That's what I was afraid of.

Thanks everyone.
PowerBook Rev C 12 " Combo, 1.25 gig ram, OSX 10.3.5, Airport Express, iPod 3G, Fuji Finepix F700, Harmon Kardon Sound Sticks II.
     
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Oct 18, 2004, 08:15 AM
 
Originally posted by iluvmypowerbook:
That's what I was afraid of.

Thanks everyone.
Sorry we couldn't be more helpful. Note that many of IE's CSS issues are very subtle, and you might decide that you don't care about the problems you find. Heck; sometimes you'll get lucky and the "bugs" actually look pretty good themselves.

Even if you don't care about IE issues, though, it's good to know what they are, because inevitably you'll run into someone who does care, misguided though they may be, and you'll need to be ready to discuss that..
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
Forum Regular
Join Date: Jun 2004
Location: Sydney, Australia
Status: Offline
Reply With Quote
Oct 18, 2004, 08:30 AM
 
Originally posted by Millennium:
Sorry we couldn't be more helpful. Note that many of IE's CSS issues are very subtle, and you might decide that you don't care about the problems you find. Heck; sometimes you'll get lucky and the "bugs" actually look pretty good themselves.

Even if you don't care about IE issues, though, it's good to know what they are, because inevitably you'll run into someone who does care, misguided though they may be, and you'll need to be ready to discuss that..
What kind of bugs are you referring to?
PowerBook Rev C 12 " Combo, 1.25 gig ram, OSX 10.3.5, Airport Express, iPod 3G, Fuji Finepix F700, Harmon Kardon Sound Sticks II.
     
mdc
Addicted to MacNN
Join Date: Feb 2003
Location: NY²
Status: Offline
Reply With Quote
Oct 18, 2004, 12:27 PM
 
my site has fixed a positioned image block at the top of the page and a transparent .png image with a random .jpg behind the transparent .png.

one of ie's 'bugs' is that it does not support some of the css features. fixed positioning is one of them. i got ready to play with ie and get it working with my fixed block. as it happened ie, for some reason, did not display the transparent .png and it scrolled the fixed block.

luckily i did not have much to change on that one.

for me the two biggest ie problems i run into are:
no fixed positioning
.png transparency (can be fixed with sleight but does not work in all cases)
     
Mac Elite
Join Date: Jun 2004
Location: College
Status: Offline
Reply With Quote
Oct 18, 2004, 03:08 PM
 
Originally posted by mdc:
for me the two biggest ie problems i run into are:
no fixed positioning
.png transparency (can be fixed with sleight but does not work in all cases)
sleight is terrible compaired to PngBehavior.htc. Png behavior work wonders... check it out on my website... everything is a png with transparent corners (click my sig).
     
Mac Elite
Join Date: Nov 2003
Location: Minnesota
Status: Offline
Reply With Quote
Oct 18, 2004, 03:20 PM
 
Originally posted by MacMan4000:
sleight is terrible compaired to PngBehavior.htc. Png behavior work wonders... check it out on my website... everything is a png with transparent corners (click my sig).
I can see the corners of your images using: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041004 Firefox/0.10.1



Does PngArtifact do that for all browsers? Or is what I am seeing different than what you see?
     
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 18, 2004, 03:40 PM
 
me = confused

I see on the site (IE 6 windows) corners (gray) for a bit, then what you screenshotted, which btw looks round and normal, like.
     
Mac Elite
Join Date: Nov 2003
Location: Minnesota
Status: Offline
Reply With Quote
Oct 18, 2004, 03:42 PM
 
Originally posted by skalie:
me = confused

I see on the site (IE 6 windows) corners (gray) for a bit, then what you screenshotted, which btw looks round and normal, like.
The actual site looks slightly worse than the screenshot I posted. Maybe the jpeg compression of the image is making it look better than it actually is?
     
mdc
Addicted to MacNN
Join Date: Feb 2003
Location: NY²
Status: Offline
Reply With Quote
Oct 18, 2004, 04:34 PM
 
Originally posted by MacMan4000:
sleight is terrible compaired to PngBehavior.htc. Png behavior work wonders... check it out on my website... everything is a png with transparent corners (click my sig).
i tried that also. if you go to my site (click sig) you will see a top banner (transparent .png) with a random image behind it. to get this working on ie i had to drop the transparent .png. and replace it with a .gif (no drop shadow).

sleight and pngbehavior worked, they got the image transparent. with my site you can switch style and color themes. with sleight/pngbehavior working it would not swop out the image it made transparent when you switched styles.

oh well.
     
Mac Elite
Join Date: Jun 2004
Location: College
Status: Offline
Reply With Quote
Oct 19, 2004, 05:59 PM
 
well crap. I tested in VPC )windows XP) and at school (Windows 2000) and both looked fine, as did every browser i could think of for mac...

is it bad enough to make a re-do necessary? Man I really hate windoze... and all Microsoft programs... and all employees of Microsoft... and all there family members...
     
Mac Elite
Join Date: Nov 2003
Location: Minnesota
Status: Offline
Reply With Quote
Oct 19, 2004, 08:53 PM
 
Originally posted by MacMan4000:
well crap. I tested in VPC )windows XP) and at school (Windows 2000) and both looked fine, as did every browser i could think of for mac...

is it bad enough to make a re-do necessary? Man I really hate windoze... and all Microsoft programs... and all employees of Microsoft... and all there family members...
It's noticeable, but it doesn't look that bad. The image above pretty much sums it up.

Just curious, though, since there is no drop shadow, why didn't you just go with a gif?
     
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Oct 20, 2004, 04:23 AM
 
     
Clinically Insane
Join Date: Nov 1999
Status: Offline
Reply With Quote
Oct 20, 2004, 08:51 AM
 
Originally posted by iluvmypowerbook:
What kind of bugs are you referring to?
The box model is generally considered the worst of IE's problems, but there are also many aspects of CSS that IE just plain doesn't do at all, even though every single other browser on the market today does.

A lot of this can be remedied by Dean Edwards' IE7. Despite the name, this isn't a new browser; rather, it's a set of JavaScript routines which can be added to any page. The results are nothing short of miraculous.
You are in Soviet Russia. It is dark. Grue is likely to be eaten by YOU!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:16 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2