1. Change post order by meta key, per post basis, in WordPress

    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.

  2. How to enable sourcemaps in Sass and Compass

    Yes, it's possible nowadays to have sourcemaps when using Compass. Sourcemaps also enable us to save straight from Chrome Devtools.

  3. How to install Sass and Compass pre releases on an RVM

    Sass and Compass alpha releases have the ability to generate sourcemaps, thus making them very appealing.

  4. Inspirational talks about web and web development

  5. OOCSS, ACSS, BEM, SMACSS: what are they? What should I use?

    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 influential articles and quick summaries of the listed methodologies.

  6. Strip punctuation from a string with regex using PHP

    A quick regex snippet on how to match punctuation on a string and strip them out.

  7. How to remotely reboot or shutdown your linux server from the command prompt

    A quick post on how to restart or turn of a unix-like server.

  8. How to use: Easy-WordPress-Custom-Post-Types PHP class

    An easy way to make: custom post types, custom taxonomies, and custom meta boxes in WordPress by using the helper class Easy-WordPress-Custom-Post-Types.

  9. Setting and reading cookies with JavaScript

    Here's two different methods to read and write cookies using JavaScript and/or jQuery.

  10. Give each excerpt a unique class in WordPress

    Giving an excerpt a unique class can come in handy when writing CSS in the BEM style. Here's a small function to do that.