Forum Moderators: open

Message Too Old, No Replies

Web page cross-browser optimization

         

Compworld

5:34 am on Apr 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there a site our page I can go to in order to see if my sites' are in compliance with the majority of popular browsers?

Thanks,

CompWorld

tedster

6:33 am on Apr 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure exactly what you mean by compliance. The best thing to do is test your HTML and CSS with the W3C - they are the standards body.

Validator for HTML [validator.w3.org]
Validator for CSS [jigsaw.w3.org]

Then, once you know your code is valid, you need to actually see how various browsers render your page. This isn't just a question of compliance, it's also a question of various quirks, bugs, and other nuisances.

There are a few sites that offer a cross browser checking service (or a simulator in some cases), some for a fee and some free. Y=They are not hard to find through a search engine. But most web developers I know would not trust this kind of service, and especially we would not trust a browser simulator of any kind.

There really is no substitue for installing a few browsers on your own computer and seeing with your own eyes how your pages look and if all the functionality you intended is actually working correctly -- and no service will be able to give you that kind of report.

You can install several versions of Netscape, Opera, Mozilla -- and thanks to one of our members here, DrDoc, you can even install muplitple versions of IE. See this thread for instructions:

[webmasterworld.com...]

That leaves you with the challenge of browsers on theother operating systems. Usually, if your mark-up is W3C valid, and the pages look good on PC browsers, then you'll have little to correct for Mac or *nix.

If you're not ready to invest in a second hand system to run another OS, you can always put your pages online and rent a little bit of time at an Internet cafe or go to a public library that has a mac available.

j4mes

2:42 pm on Apr 18, 2004 (gmt 0)

10+ Year Member



I find the following very useful: [danvine.com...]

It's hit or miss whether it'll be in working order when you try it, but it's an awful lot easier than downloading 6 browsers!

hth

renegade

3:31 pm on Apr 18, 2004 (gmt 0)



^^ is a great link. I have been looking for a simple way to do this.

Thanks!

Compworld

6:19 pm on Apr 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thans for the tips.

CompWorld