A dynamic UI changes in response to the system's state, exposing more interface elements or hiding them, or changing their configuration.

learn more… | top users | synonyms

1
vote
1answer
105 views

Difference between VD,UI and UX? [duplicate]

I want to have a clear understanding of difference between user interface, user experience and visual design?
5
votes
4answers
158 views

What is the technical term or common name for this widget?

What would you call the UI element that allows a user to add and remove elements from a collection as the favourite / ignored tags widget on the homepage of any stack exchange site does?
0
votes
0answers
41 views

Free tool for capturing a dynamic action in the browser in the form of an image? [closed]

What free tool is available for capturing moving screen shots like the one below in the form of images? I found that Jing is a great free tool for taking screen shots and then annotating them but it ...
0
votes
1answer
64 views

Concept for adding reminders

I'm remaking some code for a survey-system I'm the maintainer of. And one of the problems is adding reminders for the survey invites. I made this: ...
5
votes
6answers
189 views

What are the strengths and weaknesses of dynamic responsive typography?

By dynamic responsive typography, I mean a system where the type changes in real time based on an external attribute of the environment or the user, without the user explicitly setting it. Here is an ...
0
votes
3answers
82 views

placement of interaction elements on screen?

What is the best place for interaction elements? Here's the situation: In our software there is an object (in this case a list with several items) that a user wants to work on. A user could perform ...
2
votes
4answers
295 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 ...
2
votes
1answer
190 views

Complex search window

Following a discussion here on my work, I like to call in the ideas of UX experts :-) Thet starting point is a web page on which users can make a configuration of complex products. On the screen, ...
4
votes
3answers
112 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 ...
3
votes
1answer
104 views

User generated dynamic document

The requirement is to allow the user of the website to create dynamic documents with placeholders. The placeholders can contain any item from a defined list. Example: Hello {name}, I'm contacting ...
7
votes
2answers
198 views

Elegantly display dynamic text in a fixed width & height area

This may be an impossible question to answer but I'll put it out there anyway. Basically whats an elegant way to handle dynamic text in a fixed width area. See the example below... how would you ...
2
votes
2answers
274 views

UI for adding/removing groups of form fields

I have this block/group of form fields, which together form a 'location' object. How should I show the add and delete buttons for these objects? I need one 'add location' button/icon, and a 'remove ...
4
votes
3answers
483 views

hide vs disable and redistribute empty space

I have complex UI form dialog with ~12 tabs and want to decide what is best: enable/disable (gray out) fields - classic convention hide/show if not necessary - could be confusing + jumping GUI hide ...
3
votes
3answers
159 views

User Interface that adjust itself to the user behaviour

I've been wondering why there so few apps that will adjust itself to the user needs? e.g. a user uses one button very often, so it will be bigger that the others. or a listbox item that is more used ...
4
votes
2answers
541 views

How can I preserve readability when using a dynamic grid layout?

There's a recent trend in web design to use dynamic masonry grids, like Pinterest, for just about everything these days. If you haven't seen such a layout before, it presents content of variable ...
5
votes
3answers
464 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 ...
2
votes
2answers
294 views

How to present data, part now, part later

Here's the scenario: You have a (hierarchical) catalogue of information about products. Some product information is local and the rest is remote. There could be upto 1000 distributed in some way - ...
3
votes
4answers
194 views

Revealing functionality (tabs) as the user enters more data

Assume that we have an application where the user can add his/her events. The application has 4 main functions (represented as horizontal tabs when the user logs in): calendar view list view graph ...