Posted by: Wenbo in: ● October 27, 2009
Do you remember every time you forgot to save something and tried to quit some application, an alertbox popped out abruptly with a loud “bang” saying “you haven’t finished saving, are you sure you want to quit?” This is an excellent error-proof mechanism but in some cases, we can improve it with a subtler alert, making it more usable.
Here is a comparison. In one of our application we have a text submitting form with a character limit of 600. Unlike the traditional “you have reached 600″ alert, I tried to implement in a more user friendly way.
So, how do you feel about it?
No related posts.
1 | DiDi
7 de November de 2009 to ● 5:13 am
woo, this blog is so technical!
excellent stuff, but i’m still more used to reading your writings in chinese
2 | aaron
12 de November de 2009 to ● 4:02 pm
this is a good comparison between what we mostly see today, but what we should see more of. excellent use of red to show the user to stop. make sure that you keep color blinded people in mind. perhaps a use of changing size will show them that if they cannot see the red color, there are still errors.
good article!
3 | wenbo
12 de November de 2009 to ● 8:38 pm
Thanks for the reply. Yes, color blindness is an important concern, according to stats, more than 10% of the total population suffers from certain types of color-blindness. Great point.