Links of Interest

If you come from a print background at all, one of the things you might sorely miss is the concept of “tabs”. For example, think of a restaurant menu where the title of the dish is on the left, then …

My 5 Favorite WordPress CSS Tricks

UPDATE October 2012: This article is almost five years old. It contains a bunch of stuff I’d never do anymore. Rather than delete it, I’m going to update each section with better information. 1. em strong

Perhaps more than I …

(Updated on )

Using CSS in HTML Emails: The Real Story

Should you be sending HTML emails at all?

This is surely a debated issue, but ultimately I say if you have a message you feel would benefit from a nicely designed email you should go for it. If you just …

(Updated on )

Links of Interest

If you’ve ever had to deal much with your `.htaccess` files, you know it’s like learning a whole new cryptic language onto itself. It’s high time someone made it easy. This online generator takes you through the options in …

(Updated on )

Avoid “CSS Jitter”

With more power, comes more responsibility.

One of the things that CSS allows you to control is the hover state of many objects, most notably, anchor (<a>) elements. Typically, the hover state is styled with color changes, or perhaps something …

(Updated on )

Quick Tip: Making a ‘Print This Page’ Button

Why bother?

Most people know how to print a web page, so including a “Print This Page” button on a website is often overkill. But there are some circumstances where it really makes sense. I just came across one of …

Links of Interest

  • I wrote a guest post over on Tutorial Blog about taking control of image rollovers. In the tutorial, I show 5 different techniques for image rollovers ranging from relatively simple borders, to going from black and white to color,

Quick CSS Trick: How To Center an Object Exactly In The Center

I recently needed to make a placeholder page for a site. I wanted the logo image to be centered exactly in the middle of the screen, that is, both vertically and horizontally centered. Quickly, I thought I’d just give the …

(Updated on )