If you have some interesting information you'd like me to share here, please Email Me!

Archive for the ‘Computers, User Interfaces’ Category

Honorable Mention: Woot PhotoChop Contest #174

Sunday, June 1st, 2008

Ive been a Woot (woot.com, what is Woot) customer since May of 2006, buying cheap electronics here and there whenever I saw Woot offering something that I really needed. When I subscribed to the Woot RSS feeds (so I wouldnt forget to check the daily sale) I noticed that they were holding weekly Photo-chopping contests there. And they were actually giving away monetary prizes too, or at least monetary credit for purchases on Woot! Ive got a little bit of Photo-chopping experience, so I started keeping my eyes open for a contest theme that I would enjoy working on. Then Woot Contest 174 caught my eye.

The Challenge: Show us how we can get rid of thousands of unsold Sandisk Sansa Media Players.

The idea that immediately came to mind was to use thousands of these cheap little electronic devices to build a supercomputer … or actually a not-so-super-computer.

Here is the Sansa image I used from Woot:

.original Sansa image

And here is the super computer image I used from Mississippi State University:

.Super computer original image

And here is my contest entry (http://www.woot.com/Forums/ViewPost.aspx?PostID=2265560):

.my woot contest entry

I spent probably 2 hours on this entry. A pro could have probably done it in 20 minutes, but I’m not that experienced … plus the TV was on while I was working on it. It was fun, though. I especially enjoyed turning the SUN microsystems logo on the side of the rack into Sandisk. I think it turned out rather well.

I didn’t win a monetary prize, but I was honored with an “Honorable Mention” which is worth free shipping on my next Woot purchase. Here are the complete results for Woot Contest 174.

Kurt

What’s wrong with this sign?

Saturday, May 17th, 2008

I recently saw this sign at the Sanford airport. I knew where I was going when I saw the sign, but the sign actually confused me and made me stop and think about whether I was going the right direction. I knew the mens bathroom was on the left, but the woman/man figures were on the wrong side. I wonder how many people see this sign and actually go into the wrong bathroom because of it.

. Poorly designed restroom sign

What does this sign mean?

Saturday, May 17th, 2008

Saw this sign in the bathroom at the local convenient store gas station. Not exactly sure what it is trying to say. Employees wearing gloves without thumbs must wash hands?

. Employees must wash hands

User Interface Annoyances: Indicator Buttons

Sunday, February 17th, 2008

As a software programmer, I feel the need to make the user happy so that they will like my product. We all just want to be loved, right? In order to make the user of my software happy, the user interface must not be annoying and the whole user experience must be positive. I personally have lots of opinions about what should and should not be done in a user interface, and I’m sure the whole world will not be totally in agreement with all of my opinions, and that’s fine. We can agree to disagree.

Today’s annoying user interface is inside the elevator in my building at work. It’s not very nice to make your floor indicators (which cannot be pressed by the user) look exactly like the floor selection buttons. (Sorry about the poor quality photos.)

.

Now, I consider myself a fairly sharp guy, but on the rare occasion that I actually use the elevator in my 2-story building, the indicator lights which look exactly like the floor buttons always throw me for a loop. They look like buttons that can be pressed.
.
The only reason I haven’t been tricked into pressing them is because they are way up high on the panel. But still, last time I was in the elevator I had to try to press them just to make sure they were not actually buttons. They’re not. But they sure look like buttons. Why would any user interface designer in their right mind design an indicator to look exactly like a button? Is this a game they play just to mess with our minds or something?

This would be even more annoying if this were done on a software user interface. But I don’t have any examples of that to post right now. Let’s just try to avoid using buttons as indicators, shall we?

Just my opinion,

Kurt (with a tip of my hat to Joel Spolsky)

User Interface Annoyances: Blind Confirmations

Wednesday, February 13th, 2008

As a software programmer, I feel the need to make the user happy so that they will like my product. We all just want to be loved, right? In order to make the user of my software happy, the user interface must not be annoying and the whole user experience must be positive. I personally have lots of opinions about what should and should not be done in a user interface, and I’m sure the whole world will not be totally in agreement with all of my opinions, and that’s fine. We can agree to disagree.

But one thing that I think is a bad idea is to pop up a dialog to the user that asks them if they are sure, without giving them any more information.

.

On an Internet Forum that I’m a member of we use the very popular forum software phpBB. And this evening I kept seeing this same “blind” confirmation dialog over and over again as I was making various unrelated configuration changes to my account profile. If something is worthy of an “are you sure you want to do this” type of dialog, then surely telling the user what they are about to do and why it could be bad is also worthy of mentioning? When I try to close Word without saving my document, it doesn’t just say “Are you sure?”. It says something more along the lines of “Don’t you want to save your document before closing Word?”.

Just my opinion,

Kurt (with a tip of my hat to Joel Spolsky)