The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
8answers
3k views

How should I interview UI and IA job applicants?

I'm a programmer who knows enough about UI/IA to sound convincing and cares enough to want to hire someone who actually knows what they are doing. Interviewing programmers is easy - they go on and on ...
11
votes
7answers
531 views

Are 'hints' or 'tips' popups a good idea?

I have a popup that will show every time the user navigates through different sections of the website, with hints like 'how to find feature X'. The popup can be disabled by clicking in a checkbox. I ...
4
votes
3answers
132 views

How to hint that there's more beyond what you see in a scroll view?

I'm developing an (iOS) app that mainly consists of a UIScrollView. The view is paged and the scroll bar turned off, so currently there is nothing to indicate to the user that they can scroll down and ...
3
votes
1answer
75 views

Best way to add extra information to a log table?

In a web application, I've just added a log tables that displays chronologicaly the last events that are monitored by the application. Those events are of two main types: inputs and outputs. In ...
0
votes
1answer
53 views

When to show lengthy search hints: always, on focus, after trial, other?

I'm working on a address search which is targeted at a not very web/tech-savvy audience (mostly mid-aged male electricians or electrical engineers). The implementation already allows us to have a ...