Debugging JavaScript in Internet Explorer is notoriously hard because of it’s unhelpful error messages. BernieCode explains the best way I have found to step through JavaScript in IE with a debugger using the free Visual Web Developer Express. One thing though is that I needed to change my default browser so that it launched IE… Read more »
Monthly Archives: February 2009
PHP 4 and 5 on IIS
PHP 4 should be long dead, but one of the reasons it isn’t is surely that it can be hard to have 4 and 5 installed on the same server. If you upgrade to 5, you then have to make sure all your PHP sites are still working. And who has time for that? I’ve… Read more »
Quick Tip: Debugging JavaScript XML problems
When reading an XML file in JavaScript everything was fine in Firefox but IE didn’t seem to be able to understand it. Seems obvious now but after a lot of head scratching we realised an easy way to find out what IE thinks of an XML file is, of course, to load the XML file… Read more »