The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
232 views

Points to be kept in mind while writing a document to redesign a web application?

I want to redesign a website and write a document explaining my design approach and thought process. I have recreated the layout and explained my suggested changes. I have the content for the document ...
5
votes
6answers
233 views

Making a legend Interactive?

I am working on an interactive map which displays various pieces of geographic information about a person - places worked, education, holidays taken, home addresses etc.. All in all there are 9 ...
4
votes
3answers
186 views

What are some good examples of guiding people through an infographic or interactive, but without it feeling like it's on rails?

I'm currently helping various corporate clients get their existing print resources online. Many of these clients are quite conservative and/or new to digital, so it's often a big information dump from ...
4
votes
2answers
52 views

Interaction model for hierarchical selection

For a line chart, I would like the user to be able to drill-down and look at how specific groups are fairing over time. First, there is the selection of dimension and then groups within that ...
4
votes
2answers
377 views

A special case of tree-view/collapsible panels

This might be considered a sort of special case of the issue described here: should arrows point left/down or down/up in collapsible accordion? I have this scenario: As can be seen in the ...
3
votes
6answers
480 views

How to create bands of number ranges for a field?

I have a field in a system called "Score" which ranges from an undetermined negative number to an undetermined positive number. I am trying to figure out a UI for the user to create "bands" of ...
3
votes
3answers
185 views

What is the best way to elegantly browse and select an item from a parent, child, or grandchild tree-structure?

they will select only one item the items in this case will be sporting activities the levels go from general to specific…..ex: biking (parent) > mountain biking (child) > downhill mountain biking ...
2
votes
0answers
42 views

ajax vs button(action) submission for configuration/option settings [duplicate]

I read this post (ajax checkboxes vs submit button) on a similar topic and I am at an impasse. I've noticed a move towards active changes for configuration and settings in applications for all sorts ...
1
vote
3answers
248 views

An intuitive way to present a Login interface

I'm designing a windowed application. When the application starts up the user needs to be presented with a Login interface. The initial (and minimum) window size is 800x600. A header of height 42 ...