Hello, world!

About Me

I'm a web developer and musician living in Bristol, currently working at Conscious Solutions.

This site contains various projects and demos, most of which are in a useable state.

Latest Projects

All projects »

Latest Project

Noughts and Crosses

Play noughts and crosses in the browser against a simple AI.

Play »

Latest Blog

jQuery: Open external links in new tab

Use this snippet to make external links on a page open in a new tab:

$("a[href^='http']").attr('target','_blank');

Read more »

Get in touch