Git branches cleanup

After you have done a lot of work with branches on Git, things might become a bit unwieldy and hard to manage. So it is a good housekeeping practice to regularly cleanup your git branches; both local and remote tracking ones. One way you can remove remote tracking branches that have been deleted in your …

Truecrypt is already running

Sometimes, when trying to start up Truecrypt, a message will come up saying “Truecrypt is already running”. This may happen when the previous Truecrypt session was not closed properly. To resolve the problem type at a terminal prompt: where USERNAME is your username.

Tried and tested processes and techniques for front end web development

Over the years of developing and creating different websites I have come up with my own tried and tested method for doing web development. I would like to describe here my method for developing front end code in particular. All of these techniques will probably be familiar to seasoned web developers as they have proven …