Tag Archives: Uncategorized

The UX of Virgin America

First of all, Virgin America’s website kicks ass.  It blew my mind.  I put in the origination and the destination and it gave me the lowest prices that day and several days ahead and behind.  That clued me in to … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

The UX of Product Management

What is the difference between User Experience Design and Product Management?  Additionally, should product management come out of the marketing department or the engineering department?  This issues are coming to the fore recently at work as we start to mature … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

The UX of Voting

Great article on the psychology of voting.  This is exactly how you have to be thinking about your web applications.  Drill down deep into the mind.

Posted in Uncategorized | Tagged | Leave a comment

Refactor, Rebuild, Restructure.

There is a product development philosophy that I strongly believe in, especially for the Software-As-Service world (a.k.a. Extranet).  I call that philosophy the “Pendulum”.  The pendulum oscillates between features and quality in a product.  A feature is a new thing … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

CSS Preload Images

This is an interesting technique for preloading graphics. Resources: One here. This guy originated it, but it’s pulled down now. #preloadedImages {        width: 0px;        height: 0px;        display: inline;       … Continue reading

Posted in Uncategorized | Tagged | 9 Comments