Tagged Questions
37
votes
7answers
928 views
How should you show that an accordion is expanded?
When you have an accordion, you need some way of showing the current state is expanded.
There are a number of different ways of handling this, and each is used by a number of respected websites and ...
3
votes
2answers
405 views
Can a mobile application be made using a totally flat design?
In a current attempt at designing a mobile app using a "flat" design à la Windows Modern UI, I noticed that some aspects of the application feel weird to the average user.
The main aspects here being ...
7
votes
3answers
209 views
How should I indicate that an element responds to user click?
I have a list of people that the user wants to contact. They can "Mark as done" when they have made the contact (then it goes to their follow up list 3 days later). Displaying the "Mark as done" ...
5
votes
2answers
358 views
What affords scrolling?
Besides the obvious:
Scrollbar
Touch interfaces (especially mobile ones)
A sign saying "You can scroll here you know!"
This for a desktop application.
2
votes
1answer
214 views
Best way to communicate the action of a non-button control
Question summary:
I'm wondering what are some recommended approaches for communicating to the user what will happen once he clicks on an object, in the case that it's not possible to spell out the ...
9
votes
6answers
356 views
Are multiple entry points good or bad?
My example is a web-based application, but I guess this could go for anything: Multiple entry points for the same action, good or bad?
My example:
Adding a product against a supplier (vendor).
This ...
