1. How to remove image dimension attributes in WordPress

    Just a quick snippet. May come handy on responsive layouts.

  2. Get WordPress post ID inside and outside of the loop

    Getting the post ID comes in handy when writing conditional logic.

  3. Make WordPress SEO friendly with a proper title and description tags

    Someone said something like "if you're ever been charged of SEO, you've bee cheated". Having the basics right, gets you long way.

  4. Change the WordPress title field placeholder text

    Really handy snippet to change the "Enter title here" text to suit your post type better.

  5. Automatic backup solutions for WordPress

    Here’s a guide to different ways to automatically back up a WordPress database and its files.

  6. CSS beveled corners

    Beveled corners aren’t as easy to achieve as rounded ones, but there’s few extremely handy methods to do them, other one even works down to IE8.

  7. Firefox won't take percentage padding on form elements

    An irritating little bug. But there is a fix, as always.

  8. Obey the natural flow of a website

    When designing a website in Fireworks or Photoshop you should keep in mind how things fall on their places in a browser.

  9. Get custom taxonomy term name on an archive page on WordPress

    How to retrieve the term’s name when rendering a custom taxonomy route.

  10. Advanced WordPress loop techniques

    How to get posts only from a specific custom post type, or how to show posts only from a custom taxonomy. How to keep the original query around, how to deal with posts that have post formats enabled and how to enable pagination on a custom loop.