Ajax JSON.stringify IE7 problem
Just a tip up front. IE7 runs an older script engine than IE8 and has no full support for Json. So your code that calls JSON.stringify does not work. The remedy is to include json2.js from...
View ArticleDebugging javascript in ie7
This is a dispersed article about caveats I found when forced to debug javascript in IE7. Out of date web browser. Out of date script engine. Limping solution. To fire up the debugger, enter...
View ArticleHow to write classes in Javascript
I am not doing yet a write up on how to write classes in javascript; instead I just link to the one stop shop by Douglas Crockford. It contains examples and explanations. By the way – if you are...
View ArticleMinfied respond.js does not work in unpatched IE7
I haven’t the full reason for the problem – exactly which implicit line ending that goes wrong – or whatever else that is broken. But the (almost) fix is – don’t use the minified version. At github...
View Article