Archives for November 2007

CSS letter spacing oddities

Published on 12 Nov 2007 at 8:43 pm.
Filed under Web stuff.

While trying to help my friend Jeff help work on his sister’s web site I explained to him that he had a text-align justify rule. For a lark I suggested if he wanted to keep that going he could always use letter-spacing/word-spacing. While looking for a URL to send to him I discovered that word/letter-spacing […]

Read ‘CSS letter spacing oddities’

100th Post!

Published on 11 Nov 2007 at 3:10 pm.
Filed under Life.

Okay, technically a couple of articles have been deleted during my early days testing out the system, but this is my 100th blog entry. So what should I blog about? My new car of course! My 2006 Chevrolet Monte Carlo It was a rental car from Massachusetts that was bought from a GM auction with […]

Read ‘100th Post!’

Yet Another CSS Based Column Layout

Published on 1 Nov 2007 at 11:46 pm.
Filed under Uncategorized.

The concept of a CSS column based layout has been written about to death. We all have our favorite method of accomplishing it, be it floats or absolute/relative positioning, but no one seems interested in using the simplest method available display: table;. The reasoning behind this stems from the fact that Internet Explorer does not […]

Read ‘Yet Another CSS Based Column Layout’