Tagged Questions
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 ...
1
vote
4answers
176 views
How to indicate that a page section can be expanded?
Currently I am working on a project that displays available classes for each semester to college students. I have divided the classes into certain broad sections (ART, BIS, BIO etc..). A user has the ...
6
votes
5answers
911 views
Replacement for long drop-down list
I'm currently working on a part of our application in which the user edits a document. Part of the application allows the user to input certain "parts." We've implemented this as a couple of drop ...
46
votes
17answers
3k views
Adding USA at the top of dropdown list of countries. OK practice or not?
Some web sites have a country dropdownlist where USA and Canada are listed at the top of the list (as well in their normal positions). I read once that this was insulting to non US/Canada users. The ...