Archive

Articles filed under 'Example'

My tools for sketching user experiences (synopsis)

October 6th, 2009 · 3 Comments

Today, an article I wrote was published in UX Booth (a web site by and for the user experience community). Check it out: Tools for Sketching User Experiences. I wrote about how I found the right tools, and why they work well for me. I learned a lot through the process, and this post is […]

(Read more →)

Filed under: User Experience · Blogging · Tools · Wireframes · Education · Documentation · Example · 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