Post Archive:
Coding Issues

Tweaking WordPress get_sidebar

For a recent WordPress project I wanted to create a number of different pages which pulled in different sidebars using the default WordPress get_sidebar function. The layout of the pages was identical apart from the different navigation sidebars. I wanted... [read more]

Using Configuration Options for Rails Web Design

One of the challenges when creating a universal structure that will apply to multiple websites is providing flexibility of configuration options. Each of the 18 TerraCycle websites run on the same Rails 2.3 structure, allowing development to continue on a... [read more]

Super Simple jQuery Height Manipulation

This is a really easy way to use jQuery to equalize a two column web page layout or otherwise manipulate element heights . As well as providing for visual symmetry, this method of jQuery height manipulation provides wider layout flexibility.... [read more]

Partials Simplify Rails Web Design

In working with the Ruby on Rails based TerraCycle site, I’ve become a huge fan of the code framework from a web designer’s point of view. The simplicity and convention based aspects of Rails extend beyond the back-end code and... [read more]

Correct Use of H1 Tags in WordPress

One of the basics of semantic HTML is the correct use of <h1> tags. It also has benefits for search engine optimization. It’s not that correct use of <h1> is going to have a massive impact in itself, but it’s... [read more]