Tag Archives: javascript

Tripping up your JavaScript in IE7

After developing an intensive JavaScript website in Firefox and testing with other browsers, including IE8 in compatibility mode I discovered IE8′s compatibility mode doesn’t simulate IE7′s JS. Hence a JS bug was bringing all of IE7′s JS processing to a … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Debugging Javascript

So far my experience with Javascript has not required too much dealing with its raw form. I’m a big fan of the jQuery library and I’ve heard described as a swiss army knife for Javascript. I think that’s an understatement … Continue reading

Posted in Programming | Tagged , , | Leave a comment