Archived Posts

2008 annual report from everyman…

I love Nicholas Felton’s annual reports. The graphic design is impeccable and the minutiae contained within is fascinating.  A provocative, beautiful depiction of how moments accumulate into years and years into lifetimes.


dynamic headers in Wordpress

I’m creating a Wordpress theme for a client and she’s requested different header images on each page to break up the monotony of the site. Checked out Wordpress help and found that you can refer to the slug (or title) of a post using the following php code: $post->post_name
Adding this to the body tag then […]