Archive for March, 2011

How To Create a Subscribe Box For Your WordPress Sidebar

A few users have asked me how I’ve created the Subscribe box in the sidebar and some have even called for a WordPress plugin that helps automate it. In reality, it’s just simple HTML/CSS paired with the Feedburner subscribe code and can be replicated very easily. Let’s take a look at the code used to create it:

Polaroid Snapshot (PSD)

I came up with this simple Polaroid design for a small project and wanted to share it as a quick freebie. Download the PSD, play around with it and use it however you’d like – no attribution or credit is required.

Using the HTML5 ContentEditable Attribute

I’ve been trying to utilize HTML5 more recently in a few smaller projects and came across a really cool new attribute: ContentEditable. You can add this attribute to any HTML element and it automatically makes that (and any element within it) editable.