Code

February 4, 2011, by Nudge

WordPress Custom Header

I know i’m a little late on this, but I finally got the chance to play around with the custom header feature which rolled out with WordPress 3.0. It gives users the option to add their own custom image in the header of the site. The question was asked a few times for the last theme I created, so I decided I would enable the feature for the one I am currently working on.

Except for the last bit, all the code you see goes in your functions.php. I’ll try to explain each chunk to my understanding and as best I can.

Read more

January 16, 2011, by Nudge

Thinking @font-face through – a bilingual’s story

@font-face: what it is

A few months ago I redesigned my client site nudgedesign.ca. I had already played around with the CSS3 @font-face attribute, but wanted to use it a little more on my site. Like a lot of us who had been restricted to the web-safe fonts for years, we suddenly felt like kids in a candy store.

Read more