Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Which browsers do you test for? How old a browser should I include?
Old 05-29-2009, 05:20 AM Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Aall those hacks you need to make IE respect the box model...

...how far back do you go?

Are there still some who use IE5?

And which other browsers do you need hacks for so your design doesn't blow up?

So far I only heard about IE to need hacks.
World is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-29-2009, 09:37 AM Re: Which browsers do you test for? How old a browser should I include?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
Aall those hacks you need to make IE respect the box model...
If you have a fully patched version of IE6, the box model is no longer a problem, they finally fixed it with an update about 2 years ago.

I personally don't bother supporting anything older than IE6. There are a few vagaries in Safari, but, in general, if you write clean code, stay away from 'bleeding edge' stuff, you don't have to worry too much about other standards-compliant browsers.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-29-2009, 08:28 PM Re: Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Thanks, LadynRed.

Regarding Safari, Safari 2 doesn't recognize the background color of an iFrame.

I was shocked to see my site, which still uses iFrame (until I am done with Javascript to do my image gallery properly) lose the dark background.

The design was to use the iframe for images with a slightly different size. In order not to have any empty space, I made the iFrame background the same color as the rest of the page, and no borders. So you wouldn't see the where the iFrame was, just the projected image on a dark surface like a real slide show.

Safari 2 rendered the background blinding white and destroys the layout completely for any Safari 2 users (there is a good chance that there was a patch for this problem, and the lab didn't install it. Their computers were even running 10.4.7, missing four upgrades).

BOTTOM LINE: there will always be people who don't upgrade their software. Those are probably a minority and you can't worry about everyone.

Last edited by World; 05-29-2009 at 08:29 PM..
World is offline
Reply With Quote
View Public Profile
 
Old 05-29-2009, 11:11 PM Re: Which browsers do you test for? How old a browser should I include?
Skilled Talker

Posts: 51
Trades: 0
I use this site when testing my designs: http://browsershots.org/
The only browsers that I have issues with is IE, which is to be expected. I only test IE7 and IE8. Most people use windows update so they will have either IE7 or 8 depending on if they have XP SP3 or not, or later.

Last edited by eollis; 05-29-2009 at 11:13 PM..
eollis is offline
Reply With Quote
View Public Profile
 
Old 05-29-2009, 11:21 PM Re: Which browsers do you test for? How old a browser should I include?
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
I'd day much, depends upon your most likely users.

For a technology site, Firefox, Safari, Opera, and recent versions of IE are important (in that order).
For a non-technology site target a broad range of IE versions and recent Firefox and Safari.

Opera, Firefox, and Safari users tend to keep their browsers up to date. So supporting older versions aren't as important.

Few, IE users keep up to date. So, you might want to test with old versions.

OTOH, every site is unique. Watch your logs to see what your visitors use. Those are the people you want to take care of.
My site gets twice as many Linux users as Mac users. I doubt others see my traffic patterns.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 05-30-2009, 12:51 AM Re: Which browsers do you test for? How old a browser should I include?
Sleeping Troll's Avatar
Ultra Talker

Posts: 351
Name: Butch Begy
Trades: 0
I have recently begun using prototype for my scripting, it leaves few instances where you still need to make allowances for browser differences.
__________________
Sleeping Troll, EMUSE, Mind Expansion...Truly serendipity!
Sleeping Troll is offline
Reply With Quote
View Public Profile
 
Old 05-30-2009, 12:57 AM Re: Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Quote:
Originally Posted by Sleeping Troll View Post
I have recently begun using prototype for my scripting, it leaves few instances where you still need to make allowances for browser differences.
That's interesting!

So, using Javascript makes your site more compatible?

Starting Javascript as soon as I get it. The JQery flavor.
World is offline
Reply With Quote
View Public Profile
 
Old 05-30-2009, 12:58 AM Re: Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Quote:
Originally Posted by willcode4beer View Post
I'd day much, depends upon your most likely users.

For a technology site, Firefox, Safari, Opera, and recent versions of IE are important (in that order).
For a non-technology site target a broad range of IE versions and recent Firefox and Safari.

Opera, Firefox, and Safari users tend to keep their browsers up to date. So supporting older versions aren't as important.

Few, IE users keep up to date. So, you might want to test with old versions.

OTOH, every site is unique. Watch your logs to see what your visitors use. Those are the people you want to take care of.
My site gets twice as many Linux users as Mac users. I doubt others see my traffic patterns.
So you'd go back as far as IE 6?
World is offline
Reply With Quote
View Public Profile
 
Old 05-30-2009, 12:59 AM Re: Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
Then I found this thread.

http://www.webmaster-talk.com/html-f...about-ie8.html

I have no idea what this is about. I can only guess that you have to do something so IE8 goes into standards mode, or it will work like IE7. Big puzzlement...
World is offline
Reply With Quote
View Public Profile
 
Old 05-30-2009, 03:01 AM Re: Which browsers do you test for? How old a browser should I include?
Super Talker

Posts: 134
Name: Larry
Trades: 0
I test for IE6, 7, 8, firefox and chrome. You can find the statistics here:
http://www.w3schools.com/browsers/browsers_stats.asp
__________________

Please login or register to view this content. Registration is FREE
| Play
Please login or register to view this content. Registration is FREE
to kill time
larryatwt is offline
Reply With Quote
View Public Profile Visit larryatwt's homepage!
 
Old 05-30-2009, 03:06 AM Re: Which browsers do you test for? How old a browser should I include?
World's Avatar
Extreme Talker

Posts: 202
Location: Santa Monica, CA
Trades: 0
15% of users still use IE6. Got to test for that one.

IE5 is completely off the chart, as LadynRed said.
World is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Which browsers do you test for? How old a browser should I include?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting 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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.41329 seconds with 12 queries