javascript compatibility tables

N

Neil Morris

Hi
I was wondering if anyone knows if of javascript compatibility tables or
some program that can convert the html/javascript etc to be as cross-browser
as possible!

thanks in advance
Neil Morris
 
M

Michael Winter

I was wondering if anyone knows if of javascript compatibility
tables or some program that can convert the html/javascript etc to
be as cross-browser as possible!

A list of what browsers support isn't going to be of much good as that
would lead to browser detection strategies which are just as unreliable as
the presence of JavaScript and it's proprietary components.

As for an automated conversion program, surely it would next to
impossible. Some things completely unsupported in certain browsers, so
there can be no equivalent alternative. Also, constructs might be too
complex for a machine to interprete and process.

Your safest approach is to implement standards, such as the DOM, which are
given good support by the more modern versions of Netscape, Opera,
Mozilla, and others (excluding IE). Using feature detection, you can then
determine when proprietary methods, such as DHTML and some minor aspects
of JavaScript v1.3, will be necessary. Finally, you should ensure that
nothing you do is dependant on the presence of some element of JavaScript,
so it shouldn't matter if you find a complete lack of support. This is
especially important for non-JavaScript enabled browsers.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,162
Latest member
GertrudeMa
Top