A good[ish] website
Web development blog, loads of UI and JavaScript topics
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…
An easy way to make: custom post types, custom taxonomies, and custom meta boxes in WordPress by using the helper class Easy-WordPress…
Here's two different methods to read and write cookies using JavaScript and/or jQuery. Pure JavaScript Here’s a set of functions: Source It…
Giving an excerpt an unique class may come handy when writing CSS in BEM style. Here's a small function to do that. This goes into your…
It’s good accessibility have a large click area on form elements. The label and field can be "linked" with by adding a for attribute to…