A dynamic UI changes in response to the system's state, exposing more interface elements or hiding them, or changing their configuration.
5
votes
3answers
456 views
What is the UI pattern used for managing people in Google+ called?
I've tried to find more info on this particular UI pattern Google+ exposes, and I'm sure I've seen it before, but still, I haven't been able to find references to it.
If you go to the Circles section ...
4
votes
3answers
109 views
Search Panel and Search Results when adding a new entry
I've screen with search panel on the left and search results on the right (results are displayed when user sets search criteria and presses "Search"). I also have 'Add Good' button on the right, which ...
2
votes
4answers
285 views
Combining email and phone inputs into a single text field
Let's say you want to combine both email and phone input into a single text field because you require either or, not both. What's the best way would you approach this? As far as making it clear ...