211
votes
225answers
24k views
Worst UI You’ve Ever Used
What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a …
143
votes
154answers
9k views
What are common UI misconceptions and annoyances?
I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with".
On the other …
84
votes
33answers
3k views
Save icon: Still a floppy disk?
Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications.
I'm working on a project where the user is able to …
83
votes
62answers
7k views
Why is good UI design so hard for some Developers?
Some of us just have a hard time with the softer aspects of UI design (myself especially). Are "back-end coders" doomed to only design business logic and data layers? Is there something we can do to …
68
votes
123answers
11k views
What is the best UI you’ve ever used?
What is the best user interface you've ever used? One that made doing your task a pleasure, that was perfectly designed for the task it was intended for and facilitated doing it with ease. One that …
46
votes
41answers
2k views
Should We Mask Passwords?
From Jacob Nielson's "Stop Password Masking":
Usability suffers when users type in
passwords and the only feedback they
get is a row of bullets. Typically,
masking passwords doesn't even
…
45
votes
68answers
4k views
Most Astonishing Violation of the Principle of Least Astonishment
The Principle of Least Astonishment suggests that a system should operate as a user would expect it to, as much as possible. In other words, it should never "astonish" the user with unexpected …
28
votes
29answers
5k views
Tools for creating UI prototype.
Hello.
I need to create a prototype of ui.
I'm googling, and find "Axure RP", but it very expensive for us company.
Other way for creating UI prototype is tools like Qt Designer, but it doesn't …
26
votes
23answers
1k views
How do I become an authority (at my workplace) on user interface design?
I find that designers and managers tend to ridicule user interface designs created by programmers. Without question there have been tons of poor user interfaces made by programmers in the past, but it …
25
votes
12answers
1k views
Human factors design (meeting psychological needs in UI design)
Reading about the G.729 codec, I found this interesting tidbit about "Comfort Noise":
A comfort noise generator (CNG) is
also set up because in a communication
channel, if transmission is …
24
votes
22answers
1k views
How would you handle users who don’t read dialog boxes?
A recent article on Arstechnica discusses a recent study performed by Psychology Department of North Carolina State University, that showed users have a tendancy to do what ever it takes to get rid of …
24
votes
22answers
2k views
How far should one take e-mail address validation?
I'm wondering how far people should take the validation of e-mail address. My field is primarily web-development, but this applies anywhere.
I've seen a few approaches:
simply checking if there is …
21
votes
8answers
274 views
How can I improve the subjective speed of my application?
Today my co-worker noticed that when adding a decimal place to a progress indicator leads to the impression that the program is running faster than without. (i.e. instead of 1,2,3... it shows 1, 1.2, …
21
votes
14answers
706 views
Fighting programmer colors.
I have a couple of pet projects where I'm the sole designer/programmer and I spend too much time changing the user interface to make it easier to use by real users and avoiding bright yellow and green …
20
votes
14answers
1k views
User interface for reordering a list items
I have a list of items as a part of a web application. The question is how user could manipulate the order of items in the list (not the list sort order). The typical way is to use arrow buttons to …
