Tagged Questions
5
votes
7answers
249 views
Show 6 share buttons vs one button that opens tooltip with 6 share buttons
I have a web application that hosts some user content, say tutorials.
I'd want to give users opportunity to share this content using social network buttons like Facebook Like/Share, Twitter, Reddit, ...
2
votes
2answers
75 views
Static tooltips vs tooltips that follow the mouse
This is for a debug app (programming) that prints additional information when the mouse is over a certain element.
For example, the app can display a list of class methods. When the user mouse over a ...
7
votes
5answers
274 views
Can we just use tooltip on some rather than on all controls?
I do like to place tooltips whenever I feel that the user could benefit from them.
I tend not to place tooltips on controls when I think it's pretty obvious what their effects are.
However, on some ...