Tagged Questions
The interaction-design tag has no wiki summary.
7
votes
1answer
151 views
Does a reference work with human behavior/perception patterns exist?
In all current and future projects I pledged to concentrate all the ground work around interaction design.
I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference ...
3
votes
3answers
1k views
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 ...
2
votes
3answers
559 views
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 ...
2
votes
3answers
371 views
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 ...
2
votes
0answers
504 views
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 ...
2
votes
1answer
46 views
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 ...
1
vote
4answers
142 views
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 ...
1
vote
3answers
470 views
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 ...
0
votes
2answers
129 views
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 ...
0
votes
4answers
914 views
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 ...