Tagged Questions
0
votes
0answers
51 views
What is the best name for login/logout button [duplicate]
About the system:
Web application with users like WordPress.
The question:
What is the best name for this "login" toggle button?
Options:
Login / Logout
Log in / Log out
Log In / Log Out
Sign ...
9
votes
4answers
216 views
What do you think is a better label “New” or “Add”
At the moment I am building a web application that stores a lot of data inside of tables. In each of the pages containing the tables the users have many actions; they can add, delete, or edit the ...
5
votes
4answers
198 views
Adding a state to a control that indicates a row hasn't been saved yet
I'm working on a web application that users use to approve a bunch of items from a list. Imagine, say, an expense report that someone has to approve every item that's listed.
Currently, the system ...
4
votes
2answers
143 views
Where to put a global “add item” button?
We're adding a global "Add new X" button to our application (it will show a CRUD form for an activity, the fundamental "thing" in our app). We want it to be clickable from anywhere in the application ...
3
votes
5answers
286 views
Testing OK/Cancel buttons
Related: OK/Cancel on left/right?
I have been looking in to whether OK/Cancel should be on left or right, and after looking at lots of views on each side it seems there are good reasons for both. I ...
2
votes
3answers
178 views
Buttons for showing None, Some or All of list
I have a set of list headings eg.
List One (24)
List Two (34)
etc. and I want to start with them collapsed, but allow the user to view the first 10, or expand to view all. So, I have setup so the ...
4
votes
4answers
393 views
What Is the Best Approach To Minimalist Buttons (Icons)?
My web app, like most, is trying to utilize as much space as possible by trying to use an icon as a button to perform specific tasks. I have quite a few that would make for a pretty obscure button, ...
1
vote
2answers
152 views
What is better better for the main buttons: icons or text? [duplicate]
Possible Duplicate:
When to use icons vs. icons with text vs. just text links?
I'm currently making a ticket system, but I don't know what would be better, icons for the main buttons or ...
1
vote
1answer
134 views
Width For Group Of Buttons
We are implementing browser based client, and we are having a little debate reg. setting width of buttons which are grouped together (either just layout wise or both layout and functionality wise). I ...
8
votes
3answers
274 views
App icons borderless or on a button?
In an app, when using icons, we can have place it on a button, or have the icon borderless. I would think that having it on a button gives better affordance, but it seems that many reputable ...
14
votes
6answers
600 views
With 'OK' button, 'Cancel' should appear as secondary button or link?
When I make web application designs, every time I style form or overlay boxes with OK and Cancel button. I think of making them different. But is it a good practice?
Some people recommend primary and ...
7
votes
3answers
1k views
Toggle button for actions
In our web application, we have a list of items for which multiple actions can be scheduled. If an action is available but not selected, it is displayed as a gray button. When the user clicks on it, ...
