Thursday, March 12, 2009

Test javascript in IE

Firefox is a perfect companion to web developers due to its web development tools like firebug. However, in some cases it might be too good especially when we are working on javascript. Or, maybe more precisely, i should say IE sucks! However, we have to accept such a reality that most internet users still use IE as their default and only browser. So, just keep in mind that you should test your javascript in IE ALWAYS. Don't assume that JQuery or other javascript frameworks or libraries can take care of this issue for you. The truth is, none of them can. In the world of javascript, we don't have the magic like java and java VM that let you write once, run everywhere.

No comments: