This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: Tip: Save your users 15+ seconds of their day
Feed Title: Robby on Rails
Feed URL: http://feeds.feedburner.com/RobbyOnRails
Feed Description: Ruby on Rails development, consulting, and hosting from the trenches...
Since understanding the context is so important when designing interfaces, I wanted to point out one of those things that caused me to shake my head at.
When logging into our Basecamp account this afternoon (via openid)... I was presented the following helpful notice.
What’s amusing in this scenario… is that I’m sure that Basecamp knows that I’m logged in via openid and it is, in fact, displaying the OpenBar across the top of the page. Yet, it’s making this helpful recommendation that I’m obviously already aware of.
What harm is there? Well, in this scenario, I caught it and thought, “wow, this isn’t helpful or informative.” Over time, it’s these short-lived experiences that affect our overall perceptions of the product.
When we’re designing and developing applications, we must be very consistent with how we communicate with our audience. We don’t need to provide them information that isn’t relevant to them.
I’m not picking on Basecamp here, I’m sure that they have great intentions with this, but as a developer, I know that it doesn’t take a whole lot of extra work to avoid small problems like this, which could lead your people to feel like you’re not being respectful of their time.
Saving customers 15-30 seconds is something that we can quantify.
100 customers = 25-50 minutes
1,000 customers = ~4-8 hours
10,000 customers = 40-80 hours
etc…
Just a little reminder that it’s easy for us to overlook things like that can make a difference.