Tagged Questions
5
votes
4answers
186 views
Users don't understand how to interact with my grid
The problem
The users that I have tested my application on don't see that clicking individual cells in the grid gives them the possibility to configure the content of that cell. Basically they all ...
3
votes
2answers
224 views
What is the best way to display 15-50 choices when most users will select all and not know meanings, but some users will want specific choices?
In a program with users spanning from basic users with limited knowledge to super users with specific needs and detailed knowledge, we need to offer the option to select and deselect among elements ...
11
votes
6answers
991 views
List vs tiles for links
I am designing a drop down panel which houses a collection of quick links / bookmarks to other areas of an intranet. Users access the intranet through a laptop or desktop pc running windows or mac ...
2
votes
1answer
211 views
When to use grids vs lists?
In which cases are grids more useful? With grids I mean something like the homepage of youtube, where you have many rows of videos, and in which cases are lists better, such as the youtube search ...
0
votes
2answers
223 views
How to display many different kinds of video material on one page?
Best examples and practices of displaying different video types (series, single program, short clip, trailer etc.) on one page.
How to indicate the differences between them?
0
votes
5answers
200 views
Listing of all videos in one category on a VideoOnDemand service
What is the best way to list all videos in one category?
thumbnails grid with minimal info (fex. Name and duration)
list with thumbnails and more info or
something completely different?
3
votes
5answers
695 views
In a grid, how to manually reorder rows?
I wish to let my users reorder elements in a grid - not do automatic sorting on a column. They select which element is the first, which one comes after the other, etc.
I thought of and saw some ...