Tagged Questions
2
votes
5answers
669 views
How to accomodate a large set of filter controls horizontally on a page?
Since the left column is occupied by the left navigation, this leaves only the middle area for placing filter controls. But there is a need to provide for more filtering options in future. In such a ...
4
votes
2answers
204 views
What to call UI element like 'like' or 'mark as favorite' ?
Is it a kind of button? Do such UI components have a specific name?
0
votes
3answers
364 views
Magic meaning of Apply button on a form
I understood that [Apply] button does the same as [OK] without closing the modal form. Is it a programmer's trick to see changes outside current form and still be focused to it? Maybe it is like safe ...
5
votes
4answers
479 views
How to represent a one time action
I am doing serious games and simulations and I sometimes have the need to represent actions to the user that they can only do once. Basically the user issues a command that only needs to be done once. ...