Related to This Question, I'm interested in what I should do with a responsive design theme where the users have control over the columns which are displayed in a tabular, data rich page. Users are ...
To represent "sort ascending" (a -> b -> c -> ...) , my first sense told me that, I should use ↓ to represent it. This is because if I lay my data
a
b
c
It seems like thing is moving naturally toward ...
In UI design, sometimes settings are hidden behind a little arrow or "+" symbol. When the user clicks on it, the item expands to show additional details.
Does this UI pattern have a name? Other ...
What would be the best wording for a generic error message?
With generic error message I mean a message for an error that has occured but there are no details on what the error is or how to recover ...
Why is the default cursor an arrow when you hover over an HTML <button>? I always thought that arrows let you select stuff, but hands let you execute an action. Since buttons execute actions, ...
For a user, when is it better to be asked to do the following:
"Sign In" vs. "Log in"
"Join" vs. "Register" vs. "Sign Up"
"Sign Out" vs. "Log out"
Different websites seem to use them differently, and ...