Monthly Archives: February 2009

JavaScript Debugging

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 »

Posted

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 »

Posted