How to became a user experience designer

Written on July 2nd, 2009, by Cristian

Whitney Hess has put together the first part of a series of articles for those looking to get into user experience design. The first part is a collection of resources to get immersed in the topics of the field. Whitney writes:

The best way to learn a new language is to go to a country where it’s spoken and immerse yourself in the confusion. Soon the unfamiliar will become familiar, and before you know it you’ll be fluent.

If you’re interested in getting to know more about user experience, I recommend doing the same. You may choose to simply understand the terminology, or become conversant. You might later decide to tackle some of the more complex concepts.

Read Part 1 on Whitney’s blog, Pleasure and Pain.

Visitor Attention and Web Page Exposure

Written on June 1st, 2009, by Cristian

ClickTale makes some observations about scrolling based on their research of users’ browsing behaviors around “the fold” and “attention”.

tn_visitor_attention_vs_absolute_scrolling_reach

Read the rest of this entry »

The Periodic Table of Typefaces

Written on May 30th, 2009, by Cristian

periodic_table_of_typefaces_large

A better ways to organize fonts by creating a spoof of the Periodic Table of Elements.

The Periodic Table of Typefaces covers a number of major fonts and includes information about the family and classification of each, the designer, the year the font was designed, and a ranking as cribbed from a number of internet sources.

As with traditional periodic tables, this table presents the subject matter grouped categorically.  The Table of Typefaces groups by families and classes of typefaces:  sans-serif, serif, script, blackletter, glyphic, display, grotesque, realist, didone, garalde, geometric, humanist, slab-serif and mixed.

Automatic Tabs Content Rotator with jQuery

Written on May 26th, 2009, by Cristian

content-rotatorRaymond Selda has published a tutorial about how to Create a Tabbed Content Rotator using jQuery and the interface library called jQuery UI. This effect can be used effectively on your homepage to present customers with your products and services. Very nice user experience!

Safari 3.0 & Google Chrome CSS hack

Written on February 27th, 2009, by Cristian

I’m working now at a UI of a Java platform for selling flowers. One thing that I’m doing is implementing the design into the template system. There are some important things that I should take care like: everything should easy be translate in N’ languages.

One of the elements that need to be translated are the buttons. They are very fancy, with icon and glow effect so I’m implenting them using the full-button-resize technique that I described in a previous post. Everything is going ok but I have some problems with Safari, the height of the button should be with 1px less that the Firefox css code, so I search for a css hack.  Nobody likes css hack but most of us have use of them once in a while.

Here is the way that I solved my problem:

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
}

Advertise / Sponsors