Daily Archives: August 25, 2012

PHP documentation and Sphinx

Documentation is important, but commonly forgotten. Writing any code requires filling your brain with information – what the language is doing – what the API you’re calling is doing – what you want the code to do – and most of this information will fall out again a few days later. A month later a bug […]

Posted in Computing | 1 Response

Developing in a Linux Virtual Machine on Windows (3)

This post is part of a series about my development stack – I use an Ubuntu Server VM running on Windows. Part 1 showed how to set up the VM Part 2 demonstrated how we could share code on the host system with the guest in order to execute it in a Linux environment There’s some […]

Posted in Computing | Leave a comment