Tagged Questions
3
votes
3answers
108 views
Whether to use pointer (hand) over a button or just the default cursor
Gmail uses the pointer on mouse over of a button,
while many of other websites uses a hand
So I am wondering which kind of cursor is more friendly to users (on web applications), or it just ...
11
votes
6answers
440 views
Best Practice for a button that performs multiple actions
Consider this scenario:
A Connect button, which changes to a "Cancel" button when clicked. When the connection succeeds, it changes to a "Disconnect" button.
Should this be handled with 3 different ...
7
votes
4answers
345 views
How do you show non-affordance?
There is a tendency to use badges or status images to show information, but very often these badges look like other items which you interact with, such as buttons.
There is a lot of information on ...
3
votes
1answer
106 views
Is a layout with '3D' elements easier to parse?
Contemporary web applications favor designs that make heavy use of shadows and gradients to create the effect of 3D elements.
One justification for this practice is that 3D effects can be used to ...
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 ...
3
votes
3answers
230 views
Does a visual “Active” state on a button improve affordance?
I've noticed some web sites neglect adding an "active" state on certain buttons or links; the visual effect when the button is pressed, usually making the button look like it's being pushed in ...
12
votes
3answers
523 views
What is the reason for Concave round buttons in Elevators
What is the reason many elevators have concave shaped buttons.
Like this:
Any special reason behind this?
2
votes
1answer
213 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 ...
10
votes
1answer
247 views
Improve affordance of “mark as answer” on StackExchange
It seems like many new users to StackExchange don't know that they should mark a response as the answer. I often see pissed off veterans shouting "you're not going to get any help if your accept rate ...
11
votes
8answers
233 views
A button with a link: understandable or confusing?
I'm working on a design of a touchscreen version of some web application. Since it's a touchscreen I would like all clickable elements to be rather big and easy to tap (it's a simple kiosk, so ...
20
votes
6answers
470 views
Should “dangerous” buttons be big and red or small and inconspicuous?
In a web app, some people think a "Delete" button should be obvious and bright red, signifying danger. The trouble is that this draws the eye to the button and may make accidental clicks more likely. ...