Archive

Articles from September 2009

Handcrafted CSS Workshop

September 16th, 2009 · 6 Comments

On Monday I joined nearly a hundred web geeks in historic Salem for a full day of markup and style at the Handcrafted CSS Workshop, hosted by Dan Cederholm and Ethan Marcotte.
Dan and Ethan are both excellent writers with presentation skills to boot. So when I heard they were hosting a full-day workshop, I pounced […]

(Read more →)

Filed under: Design · Web · Reading · CSS · Speaking · Conferences · Inspiration · Education · Sketching

How to flip the text direction & layout of a website with CSS

September 3rd, 2009 · 3 Comments

This is how I flipped a web site layout from a left-to-right text direction (English, Spanish, etc.) to a right-to-left text direction (Hebrew, Arabic). Unfortunately it’s not as easy as typing text-align: right. But the process was far easier than I imagined it could be. Here’s how I did it. This isn’t meant to be […]

(Read more →)

Filed under: Web · Typography · CSS · HTML · Example