History refers to the past or a chain of actions that lie in the past.

learn more… | top users | synonyms

2
votes
1answer
67 views

Best way to indicate a new cycle (of a set of actions)

I'm building a feature where the user is asked to send customized messages to their friends. The process involves two steps: Selecting a friend (will have autocomplete / suggestions) Selecting ...
2
votes
4answers
123 views

What is the best way to show Log Information of user actions

I am trying to find an intuitive way to show the Log/History information of the users actions on the application. The actions may include the following: Type | Date & Time | ...
10
votes
4answers
151 views

Keyboard number row ordering

On a typical keyboard, why is the 0 in the number row next to the 9 instead of the 1? This seems like a question which should have a straight-forward answer, but the only one I could find is this ...
4
votes
4answers
179 views

Best order for the company history page?

I'm making a company history page for 2005 to today. Each year has a paragraph about what happened that year. I'm conflicted as to whether I should show 2005 first (and let the user scroll down to ...
5
votes
2answers
98 views

Time based undo/redo?

A friend of mine works on a tool allowing visually presenting ideas and she asked me how it should let users go back to any changes made previously. Firstly, I told her to just provide History and ...
5
votes
5answers
186 views

How to handle history events from scolling and other in-page events

On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
1
vote
1answer
188 views

Display change history of grid

Assumption: if there is a grid with 20 columns (I mean a lot of columns), and users can add/edit/remove rows and columns in bulk. Now we want to display the detailed changes of this grid (which means ...
17
votes
6answers
850 views

When did UX start being called UX?

When did people start talking about User Experience as a role/domain similar to the way that it's used today? The earliest reference I can find is the Norman, Miller, Henderson CHI 95 piece on ...
17
votes
6answers
651 views

How to represent an X/Y mood data to a user within a very small space (32x32)?

I'm building a mood tracker app for iPhone and am running into a user experience issue - I would like users to be able to track their moods, along with other events in a vertical "history". The mood ...