One simple trick to find design issues

Published

Two times in the last few hours I’ve found areas of a design that could be improved by using one simple trick: By shifting my perspective, literally, I was able to see the design in a different way. Here are some practical exercises to literally shift your perspective: Turn the entire design upside down. While [...]

New Business Cards

Published

I just finished my first batch of handmade business cards. I’m very pleased how they are coming out. I decided that instead of ordering cards, I’d attempt to hand make them in small batches. This will allow me to tweak, update, or even switch designs as often as I need. These cards have a special [...]

New version of TDD Progress Bars

Published

Just pushed version TDD-Progress-Bars v0.3 to WordPress/Extend. It incorporates some of the things that I’ve been meaning to get around to. Widget The progress bars can now be displayed easily in a widgetized sidebar. It’s a basic implementation using just a text-box to take a comma separated list of progress bar IDs, but it’ll work [...]

Taxonomy Archive Pagination 404

Published

The issue: When creating a custom taxonomy archive and you want to modify the posts_per_page setting. The first page works just fine, but subsequent pages will take into account the blog’s posts per page setting. This means that while the first page will show the number of taxonomy terms specified by the “posts_per_page” query_posts() variable, [...]

My server doesn’t hate me anymore thanks to W3 Total Cache

Published

After finding serious issues with my VPS running multiple WordPress sites I installed W3 Total Cache and in this post walk through my settings.

fluid width oEmbed videos in WordPress

Published

Video embedding in a fluid layout is tricky. The videos just don’t scale properly. Here’s a solution for oEmbeds in WordPress

New Plugin: TDD Progress Bars

Published

Need a beautiful and easy to use progress bar for your WordPress site? I just launched this new plugin.

Adding a sub-menu to a custom post type

Published

Here I add an admin sub-menu to a custom post type. Yeah, it’s nerdy.

Wireframe stencils full of old-school win

Published

There are tons of online wireframe and mockup tools, but putting together a wireframe in any of the many online wireframing tools has one, big problem for me…

H5BP a fancy acronym, a fancy way to design

Published

The HTML 5 Boilerplate is a fantastic bit ‘o code to get started designing modern websites. Combined with the 320 and Up “mobile-first” development ideas, it’s quite powerful. Unfortunately, it doesn’t work well as a WordPress theme starter — especially not if you intend on using the included (and awesome) build script. So, while designing this site, I created my own version of H5BP that *does* work well with WordPress.