Future of Web Apps Summit
September 12th, 2006
I’m in San Francisco this week for the Future of Web Apps Summit. I’m looking forward to networking and hearing from great speakers over the next couple of days.
IconFactory Redesigns
July 29th, 2006
IconFactory takes the “Under Construction” animated gif to a whole new level as they prepare for the launch of their new site.
Things Designers Wish You Knew
July 16th, 2006
Seth Godin hits the nail on the head with 13 things designers wish their organization knew.
The Science and Art of User Experience at Google
July 13th, 2006
Break Button = Bad
June 30th, 2006
Never label a button with the word “Break” unless you really intend for the resulting action to break something.
Font Management and Parenting
April 27th, 2006
Had this IM conversation yesterday with a friend about font management…
Brian S: I need to uninstall all the fonts I never use
Brian S: It’s been a while since I’ve needed Brush Script, Blackmoor, or Chalkboard
Jared H: I would, but there’s this part of me that can’t throw away any font, no matter how useless. It’s weird, like people who don’t abandon their ugly children.
Brian S: I only feel that way about Cooper Black. I’d probably never use it, but it’s just nice knowing it’s there
Jared H: Yeah. Like earwax. It’s annoying, but if it suddenly goes away, it kind of makes you wonder what’s wrong with you.
Brian S: I’ve got it. I’ll disable those fonts, instead of deleting them. It’s like putting them in the attic.
Jared H: That’s all fine and good, until your children find them. Then it’s, “Well you used Haettanschweiler, and you turned out okay. I don’t see why I can’t. You’re such a hypocrite. You’re the worst dad in the world! I hate you!”
Implications of Application Design Decisions
April 13th, 2006
Nuggets of wisdom from Apple’s Human Interface Guidelines.
Leaving for Austin
March 10th, 2006
I’m off to SXSW this morning. For those of you going, I look forward to seeing you there. For those of you staying, I’ll be blogging as much of it as I can.
Touch Screen Interface (Think Minority Report)
March 8th, 2006
Conspicuous Consumption in Interface Design
November 20th, 2005
“Conspicuous Consumption” is a term coined by the American economist Thorstein Veblen in 1899 to describe the consumption of expensive goods, commodities and services for the sake of displaying social status and wealth. Basically it’s doing something extravagant only because you can. How does this relate to interface design? I’ve been test driving WordPress 2.0 beta, and I see some of this going on in the interface.
In the Presentation section of the administration control panel, there is a section called “Current Theme Options” (see screenshot) where the sole purpose is to change the colors in the header image. Now a person with little knowledge of HTML should be able to customize the colors of their site, but a whole section that is devoted to changing the colors of a single image and a couple lines of text? That my friends is “conspicuous consumption” in interface design.
Another example from the WordPress 2.0 beta, is in the writing interface. The WordPress team has tried to clean up the writing interface in a pretty big way. The problem is, that the current writing interface (see screenshot) is not that bad to begin with. One reason people choose WordPress over other blogging software, is because it gives you a lot of power. Therefore, there are quite a few options when writing a post. The clever thing about the current interface is that extraneous options are either hidden or “below the fold”. When I write a new post, the fields I see most prominently at the top of the page are title, excerpt, body, category, and finally I have the buttons: “Save as Draft”, “Save as Private”, “Publish”, and “Advanced Editing >>” (which exposes a bunch of extra things I can change about this post). Contrast that with the new WordPress 2.0 beta (see screenshot), they have put all the extraneous options for a post in the interface, but hide them until you click on them. Okay, so that’s okay, but the “we did it because we can” part is that I can re-organize the options by dragging and dropping them via javascript and AJAX. So now they are just giving me more work to do. The average person simply does not need that level of customization of their interface. Another case of “conspicuous consumption” in interface design.
So how do you know if you’re guilty of “conspicuous consumption” in your interface? Ask yourself this set of questions: “Will more than 20% of the people using this product even use this feature?”. “And if so, does that 20% need this feature in order to be productive with this product?” If the answer to the first is “No” or if the answer to the first is “Yes” and the answer to the second is “No”, then you are adding a feature just because you can.