How to develop a site for multiple browsers these days ?
Posted
by Misha Moroshko
on Stack Overflow
See other posts from Stack Overflow
or by Misha Moroshko
Published on 2010-05-29T02:11:37Z
Indexed on
2010/05/29
2:12 UTC
Read the original article
Hit count: 301
web-development
|cross-browser
I would like to develop a site that works in all major browsers.
I wonder what tools are available these days that may help me to check the functionality across browsers.
I mean after I add some functionality to my site, I want to check it in all browsers. Are there any tools/software for this task ? I understand that it's impossible to check everything because it is pretty subjective if something works as expected or not, but maybe there are some tools that may found major errors (like IE is not supporting indexOf
).
© Stack Overflow or respective owner