Here it is.

Coding, Humans and where it all goes wrong.

Tag: vim

Sync config files over dropbox

One of the many reasons for my love of linux is the idea of keeping config information in simple texts files in the home directory of each user. It all very painless. And now with Dropbox I can have a set of application configurations stored via the web.
Using Dropbox, add a folder(I’ve called mine dotfiles) [...]

Php Beautifier

Why?
When you’re faced with an ugly PHP file(or files) with little to do but trawl through it, there is a solution.
Php beautifier is a pear package that will process PHP files and reformat them in a (hopefully) nicer format.
Installation
You can install it using pear with a very simple
pear install PHP_Beautifier

Usage
Usage is pretty dependent on your [...]