developer environment Compiling tmux in Ubuntu 14.04 I've recently started using Ubuntu for development work and noticed that after installing tmux from the Ubuntu software repositories (sudo apt-get install tmux) they currently only contain tmux version 1.8. Unfortunately, this
css Real-world Background Clip Text Whilst recently browsing Dribbble, I came across a great shot by the Balkan Brothers of a new pricing page for a website redesign.Their use of gradient coloured text for the prices really
vim Mass delete lines in VIM In VIM, one of the features I always manage to forget exists is the g ex command.Recently I had the need to delete all lines in a file containing a certain pattern.
symfony Symfony2: Accessing form field attributes Recently when creating a form within Symfony2 I came across the need to get the label of a form field, before having called createView().After a bit of digging around it turns out
javascript Accessing the webcam in javascript Recently I've been looking into the getUserMedia/Stream API which allows Javascript direct access to a users webcam. I decided to throw together a small jQuery plugin which will allow you to stream