The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
4answers
476 views

What is the most intuitive way to highlight items which require attention or were updated since last log-in?

We are writing an app that manages workflow processes. Users needs to be able to identify which task have been updated since their last log-in and which tasks require their input. The tasks are ...
10
votes
5answers
227 views

Page updating: “full”, “notification” or “replacing”

What is the best user experience with the auto-updating pages - for example, a list of songs. Currently I'm thinking about three good possible solutions: "Full" update: when the new content appear ...
5
votes
6answers
183 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 ...
4
votes
1answer
136 views

How should a strip chart of data be displayed?

I have a strip chart which is constantly accepting data. I have been displaying it like this: Under this design, data is added to the right edge, and old data "falls off" the left edge, but it can ...
2
votes
3answers
147 views

Presenting real-time data stream

I am displaying a real time twitter stream using websockets. The way I am doing currently is just appending the new tweet to a division. Depending on the activity,the stream becomes unreadable due ...
0
votes
2answers
156 views

Designing UX for an In Vehicle Infotainment system

I am working on an In Vehicle Infotainment System. This is one particular use case I am finding difficult to think in terms of UX : There is an IVI system attached in car which can take commands ...
0
votes
0answers
32 views

Reducing flicker in a real-time graph?

I am rendering a scatter plot every 5 seconds where the X-axis denotes time and Y-axis denotes a set of names ordered alphabetically. download bmml source – Wireframes created with ...