A good[ish] website
Web development blog, loads of UI and JavaScript topics
Short Markdown cheat sheet, and how to write markdown with WordPress, plus some external resources. 20.05.2014 added line break syntax 1…
The very first moments with the Atom editor: how it looks, how it works, what’s missing still. I got a beta invite, I feel special. Atom.io…
This posts looks into using computer from the command line: how to navigate around your file system and how to do basic tasks such as…
Let users decide which meta key is used to sort each post. I’ll be using WPAlchemy metabox class to create and save the custom fields…
Yes, it's possible nowadays to have sourcemaps when using Compass. Sourcemaps also enable us to save straight from Chrome Devtools. Set up…
Sass and Compass alpha releases have the ability to generate sourcemaps, thus making them very appealing. Maybe you also want to see my…
Editors note from 2020: This post is a total trip 🔥 How to destroy the web - Bruce Lawson at FOWA/FOM London 2012 (that version was…
The way we write CSS has changed a lot in last few years, and the abbreviation jungle gets deeper and deeper. Heres a list of links to…
A quick regex snippet on how to match punctuation on a string and strip them out. Source
A quick post on how to restart or turn of a unix-like server. There are 4 commands that all can restart or shutdown a machine: shutdown…