Forum Moderators: open
Im new here so Im not sure if this has been asked before . How much testing do you guys do on your sites ? What browser and browser version do you test ? Im running Win2000 and so I can only go as low as IE5.5 and I discovered that I can have multiple versions of Netscape so Ive got Netscape4.7 and 6.1 . I also have opera 5 .
Is there anyway of installing multiple versions of IE on the same system , not partioning my hard drive or anything like that . And also can I install multiple versions of Opera on the same system ie. Opera 5 and 6 ?
What other browsers would you recommend ? Mozilla / AOL / Lynx ? As far as I can see AOL displays the same as IE and lynx is only text based (Im not even going to bother with it, no offence)
I think my current settings are pretty much average with testing on IE5.5 , Netscape 4.7 and Opera 5 . Are there any hectic differences if I check on others ? I know Netscape 6.1 is alot friendler than Netscape 4.7 (which is a relief) But are there any others that would show up drastically different that I should have a look at ?
v1c
I think you are off to a great start with those browsers you do have. I would suggest validating your code at the W3C [validator.w3.org]. You will find that you can catch browser problems here if your code is not validating.
Is there anyway of installing multiple versions of IE on the same system ,
Nope, best way is to either run multiple versions of Win on your machine or like me, ask on an email list that allows this....
Or.... install multiple versions and then go to system-tools -> system info -> then 'restore previous version'
Only problem is it's a little touch and go and I'm not certain about Win 2000, being a Linux freak I only have '98!
Nick
Obviously, in most cases, the more browsers you test on the better. But if you are creating a rock band's official website (for example), you might not worry too much about Lynx or 28.8k modems.
If you wanting to have your web page work in all browsers (not browser specific) then I would recommend developing your web pages to render properly in Netscape Communicator 4.x. Then view the page in say IE, Mozilla and Opera. If you notice a few problems you can do a few tweaks usually and it should work fine. Of course you are limited to what Netscape Communicator 4.x supports.
To be honest it all depennds on the audenice you are develope the site for. For instance if you are doing a gaming site you most likey would want state of the art techonology but if you are making a site for senior citizens then you will want something that supports the old 4.x browsers.
1. Opera 6 (and sometimes Opera 5.12 - just for fun in most cases, since there are no any problems in both)
2. IE5 (and I'm sure that what I see will be the same in IE5.5 and IE6)
3. NN4.x (I have NN4.08 and NN4.7 as one of the first and last representatives of the family)
4. Mozilla/N6.2 (any of them, but more frequently in Mozilla since it loads faster)
This is for Win platform, of course. Unfortunately, I have no option to test on different OS.
Regarding NN4 - I make sure that the site functionality is OK, and if sometimes the look is slightly different (like big margins of <H_> tags that cannot be fixed with CSS) I close my eyes of this.
For all browsers I make sure that the layout is exactly the same in all od them.
IE5.5
Netscape 4.7 + 6.1
Opera 5.12 + 6.04
So Im pretty happy with that . As I found out I can have multiple copies of Netscape and Opera on the same machine but not IE . My new questions are ...
How are far back should I go with Netscape ? Maybe 4.5 ? same with Opera , How far back or are those two alright ?
Secondly , How much of a difference is there with IE from 4.x to 5.5 ? Am I missing anything important ? Will visitors see error messages or will stuff just not appear at all in earlier versions?
Thirdly , Ive heard of people testing on Macs , but Im not to sure how much can go wrong . Could you give me an example of possible problems , like javascript wont work / tables dont display ? Ive never worked with a Mac and I have no cash to get one (Have you seen the exchange rate between South Africa and USA ?)
And lastly , Do you think I should test on Mozilla as well ? Ive pretty much decided against AOL and Lynx and Ive never heard of Konkerer and others .
As far as color , I work with true color(16bit) but only use browser safe colors so I dont think theres a problem with that and resolutions I stick to 800x600 which doesnt look to bad at 1024 . I think Ive taken most things into consideration as far as targetting as large an audience as possible .
Thanks again for your quick responses .
v1c
Opera 5.12 and Opera 6.0x have differences, but it seems that you should stick with O6 because Opera community is rather mobile and upgrade quickly.
Also, there are some news about further O7 release (which is promised to have many improvements), so you won't need to worry about O5 at all.
2. How much of a difference is there with IE from 4.x to 5.5 ?
A lot of differences. The main ones are:
CSS support (IE4 is very bad here - like NN4), IE5 is better, IE5.5 is probably better than 5.0, but there were also many IE-olny things added in it, so beware.
Another thing is that IE5 started supporting some standard DOM.
document.all is IE4-only, IE5+ understands document.getElementById (though still support document.all).
3. Can't tell anyting specific about Mac. All I know that IE5 for Win IE5 for Mac are two different things. Opera is also something like that. Netscape and Mozilla are more or less the same here and there, but you can't be 100% sure until you test both versions.
4. Do you think I should test on Mozilla as well ?
Mozilla, Netscape6+, K-Meleon, Galeon, etc. are browsers based on same rendering engine, named Gecko. So there should not be any differences in them. It's the same engine, but different "covers". The only issue is rendering engine version (for example, N6.2 is based on Gecko 0.9, while N7 is based on Gecko 1.x)
So the answer is - YES, get Mozilla and test there (is it very good for development purposes due to it's JS console and DOM inspector, for example). You can be sure that what you see there will be the same in Netscape 6+ as well.
5. As far as color/resolution, adapt your pages to min. 800x600, it doesn't seem to make sence to support resolutions less than that. Also keep in mind that page will look slightly different on higher resolutions. If you follow all this, you'll be OK.
As for me, if we look into future, the most promising ones are Mozilla and Opera (the latter is my choice for about 3 years already).
The best way I believe to deal with it is to have you web site setup to select which CSS to use based on browser/os. This will allow you to adjust the font sizes so it renders properly. Or you could use em sizes instead of pixels.
Have a read of this article.. it gives an excellant explation of the whole deal for atleast Windows vs. Mac issues.
[wpdfd.com...]
To form an upper or lower case character takes a minimum of five pixel in height. Because of their ascenders and descenders, it takes nine pixels in height to render a lower case character.So you can have a five or seven pixel high screen font if it has only capitals, but a normal font, with upper and lower case characters, requires nine pixels.