Skip to content

All Posts

Colour Chooser

Often I find myself needing a convenient way to pick colours for CSS files and various other things, pretty much every single day. Unfortunately, it has always been a bit of a hassle, with no convenient tool for doing so – certainly opening up something like Photoshop just for choosing a colour is not ideal! I know there are hundreds of these out there already, but somehow none of them really worked for me. I decided to write (another) one, with the really imaginative name of Colour Chooser.

Continue reading

Using Map-Reduce in a MongoDB Based Application

Recently I've been working on a couple of sites on-and-off in my spare time which both have a couple of things in common: they both use MongoDB as a data store and both incorporate the concept of tagging. Using MongoDB's map-reduce functionality is ideal for getting the list of tags, but it does come with its own set of potential issues which are well worth bearing in mind.

Continue reading