Category Archives: regular

Python – nice feature #1

I’ve been playing around with the official Python tutorial. I have to admit I like what I see so far. Python appears to have some very nice language features. The first really interesting one is the way you can specify … Continue reading

Posted in regular | Tagged , | Leave a comment

Eclipse + Subversive

If you ever install or re-install Subversive into Eclipse and you aren’t seeing the file or folder labelling or the full ‘Team’ context menu then be sure to ‘Share’ the folder. Right click on the project, then Team -> Share. … Continue reading

Posted in regular | Leave a comment

Ruby in anger

Ruby I finally had a chance to use Ruby for a legitimate work-related task today. I quickly used the Ruby Windows Installer to install Ruby – it even sorted out my PATH variable and file associations so *.rb files run … Continue reading

Posted in regular | Tagged , | Leave a comment

64bit Problems: IIS 7 with Coldfusion 9 on Win 2008

Today we had to install 64bit CF9 on Windows Server 2008 64bit running IIS 7. Even though the installation ran just fine, IIS was not configured with the correct ISAPI mappings to server CFM files. In fact it looks like … Continue reading

Posted in regular | Tagged , , , , | 10 Comments