the extent to which time or effort is well used for the intended task or purpose
21
votes
6answers
7k views
What should be the default option of a required dropdown list?
Given that there is no logically default animal from the list of animals below, what should be the "Default Value" below, according to best practice?
<label for="animal">Animal ...
7
votes
2answers
556 views
Whats is the best UI interface for permission?
I would like to know what is the best user interface to represent Multi-group inheritance permission.
I am not sure the treeview is the best way to show permission. What should be the best UI ?
...
20
votes
5answers
581 views
Will faster GUI always make one more efficient?
Are there any studies on whether one will actually get more done during a days work if delays went down i. e. from 10 ms to 5 ms for each update. My point is that if we are already working at the ...
4
votes
3answers
120 views
Why not default a user's view to the middle of a sorted list?
Is there a compelling reason (besides convention) why a user's typical default view of a long sorted list is always the beginning of the list and not the middle? Assuming a random distribution of ...