Tagged Questions

12
votes
21answers
2k views

How can I enhance the aesthetics of an ugly windows form packed with too many (necessary) features?

One of the window dialog of a software I'm working on looks a bit like this : (original screen-shot copied from this coding horror post, other examples available on this SO question) The thing is ...
3
votes
6answers
223 views

What are some common elements/features for a more user-friendly GUI?

I presented a prototype piece of software to the "customer" of a product I've been working on. The program's requirements were extremely vague because the customer had doubts as to what can be ...
2
votes
3answers
77 views

How to teach users not to double click in webapps? [closed]

How should I train my users not to double click links? The back-end protects itself against it, but usually these checks lead to ugly error messages (XY already in state completed etc). At some ...
0
votes
5answers
294 views

Best way to show screens to user on application

I'm developing a Winforms application which has been running for years with an explorer view (TreeView left, screen right). I means that: All the screens have an hierarchy organization All the nodes ...