Interaction Design is to design the bond between and interface and the user. It is to develop a story so interesting and enjoyable that the user is always engaged and happy with the interface.
Questions tagged [interaction-design]
17 questions
5
votes
4 answers
A Java GUI for a C++ application - Is this a good design?
Yes, I was a little surprised when an interviewer mentioned that they use a Java-swing GUI for a C/C++ application. I was curious and asked him how they actually integrate these together, his answer was "through messaging". Interesting!
Well, I am…

Chenna V
- 10,185
- 11
- 77
- 104
5
votes
1 answer
Human Computer Interaction vs Interaction Design
According to Wikipedia Human Computer Interaction involves the study, planning, and design of the interaction between people (users) and computers.
Interaction Design is the practice of:
understanding users’ needs and goals
designing tools for…

Aida E
- 1,108
- 2
- 22
- 40
4
votes
3 answers
GUI patterns for CRUD web applications
This is a vague question about user experience and interaction design patterns (not programming) for CRUD web applications.
Let there are few simple entities, e.g. Student, Course, and Lecturer with obvious relations.
As I understand, a CRUD…

Michael
- 41,026
- 70
- 193
- 341
4
votes
6 answers
What is a 'type of user' in a User story?
I work as a UX-designer and have some experience with user stories from agile development projects where they were used to document functional requirements on the form:
As a [type of user] I want to [goal] so that [reason]
After a discussion with…

filip
- 589
- 1
- 7
- 18
4
votes
3 answers
UI design pattern for multi level grid
currently I have a requirement to display related items in a multi level grid.
that is great grandparent -> grandparent-> parent-> child
For example:
Country-> state->City->Street is the order of display.
The proposed solution is to display all…

balalakshmi
- 3,968
- 6
- 40
- 48
2
votes
3 answers
What's the name of this UI pattern?
Sometimes when some feature requires many different settings, they are written in a cloze-like text, where the gaps (=variables) are displayed as comboboxes or hyperlinks which open some kind of lookup list.
Example:
If the available space is less…

Daniel Rikowski
- 71,375
- 57
- 251
- 329
2
votes
1 answer
Wizard pattern and other GUI patterns for infrequent, complicated task
We are thinking of using a Wizard pattern to help a user complete a task.
The Wizard pattern seems to solve our problem. We are also interested in what human factors research might have to say about the basic problem of a non-expert user needing to…

Paul Reiners
- 8,576
- 33
- 117
- 202
2
votes
1 answer
Create clickable PDF mockup
I am designing a new user interface and have the created images for each new screen. Now I want to combine these images in a clickable PDF so that by clicking on buttons within the images you can navigate from one screen to another.
What is the…

Sebastian Oberste-Vorth
- 979
- 15
- 31
1
vote
4 answers
Does anybody know of a mockup tool that can export into code?
I want a tool that allows me to design the screens pixel-by-pixel (almost like i took a screencap of the webpage) and gives me the option to export the entire screen into XHTML/CSS.
Does anybody know of such a tool?
As a note, I am NOT looking for…

yeahumok
- 2,940
- 19
- 52
- 63
1
vote
2 answers
Graphical, user friendly representation for 'All', 'Some', 'None'
I'm building a reporting tool where the user can filter results by selecting one or more options from various checkbox lists.
To save space I'd like to shrink each list once the selections are made but have a symbol next to each to remind the user…

Derek
- 2,092
- 1
- 24
- 38
1
vote
4 answers
what are evaluation techniques for HCI projects (without involving users, or psychologist)?
I'm going to choose a topic for my thesis and it will be a HCI project. (human computer interaction).
It will be a research project, and I need to think some kind of evaluation for it. I would prefer to not use human users or having to collaborate…

aneuryzm
- 63,052
- 100
- 273
- 488
1
vote
1 answer
Open source projects requiring interaction designers, usabilitity?
I am looking for any open source projects to get myself involved in where I can contribute my skills as an interaction designer - focusing on usability and obviously good user interaction. I looked at a couple at sourceforge, but looks like they…

DLS
- 5,313
- 8
- 37
- 50
0
votes
4 answers
Captcha algorithm
I've notised that Stack Overflow only presents me with a captcha occasionally. Does anyone know if it has a good algorithm for sensing if I might be a robot or, instead if it's just random.
Reducing reliance on captchas is obviously a good thing.

Rog
- 17,070
- 9
- 50
- 73
0
votes
1 answer
Indicating error by making UI element blink
I have a view where the user needs to make a selection before a button will work. To make this more obvious, I want to have the element that represents the selection that needs to be done blink if the (greyed-out) button is pressed first. I.e. I…

beta
- 2,380
- 21
- 38
0
votes
2 answers
What is the best way to model a richly interactive GUI (using use-cases or other approaches)?
My company develops a rich GUI from a detailed specification document, written as 100+ Use-cases (UC's). These detailed UC's drive the development. They are written as tables with actor and description columns. We (me and others) have mangled real…

David Kerr
- 375
- 2
- 12