Tagged Questions
2
votes
1answer
110 views
Ordering a short list of images with HTML input elements
I want to create a quick survey in Amazon Mechanical Turk for an image sorting task, say from brighter to darker images. I know that I can even create an external website and design a drag-and-drop ...
7
votes
3answers
184 views
Insert New Item - Before or After Selected?
For a list that allows the user to control the order of items, where should new items be inserted?
Hamlet
**Ophelia**
Polonius
After hitting "New Item", where should it go?
Before the ...
5
votes
1answer
449 views
Flow of Dynamic Grid
There's a recent trend in web design to use dynamic masonry grids, like Pinterest, for just about everything these days. If you haven't seen such a layout before, it presents content of variable ...
9
votes
5answers
477 views
Which comment sorting order makes more sense on blogs?
I realize this is a pretty minor thing but anyway. I'm adding comment support to my website/blog. I'm trying to decide if I want the comments to be sorted from oldest to newest or from newest to ...
6
votes
1answer
654 views
Alphabetical lists - horizontal or vertical?
When listing a large set of data alphabetically Is it better to list them horizontally or vertically? Craiglist lists states in columns vertically. Another site I've been using ...
3
votes
2answers
414 views
How should I sort items in a drop down list?
I have a simple drop down list containing about 12 choices. The choices are not countries, states, or any other common set of items that users would be used to scanning alphabetically or by name. ...