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).
I would like to develop a site that works in all major browsers. I
Share
Cross-platform libraries like jQuery, MooTools, Prototype, and YUI will help you a lot with writing sites that work in all of the major browsers.
As far as testing goes, sites like BrowserShots can let you test for rendering issues across a wide variety of browsers, but for checking interactive functionality, nothing really beats just having installs of all the major browsers handy and actually working through the site’s functionality on all of them.