Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
22answers
1k views

How would you handle users who don't read dialog boxes?

A recent article on Ars Technica discusses a recent study performed by the Psychology Department of North Carolina State University, that showed users have a tendency to do whatever it takes to get ...
8
votes
5answers
868 views

Eye-tracking for code editing

Is there a decent eye tracking package to replace the mouse for code editing? I want to free up the mouse, but keep using my keyboard for editing code. Having done some research on it, I concluded ...
6
votes
6answers
178 views

1 Hour for Human Factors and Usability [closed]

I have volunteered to give a one hour lunchtime briefing at my workplace to our user experience team. I have a passion and love for human factors and user interface design and have had my hand in it ...
5
votes
3answers
123 views

What's the most Cocoaish way to show that a text field is invalid?

I have a text field which is validated whenever it loses focus. I want to be able to indicate that the value invalid during input so the user has the opportunity to correct their mistake before ...
3
votes
6answers
454 views

Can humor cut down on perceived response time?

After reading a StackoOverflow question http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused, I was really intrigued to ponder upon this question "Can humor cut ...
2
votes
2answers
158 views

Which direction is better for sorting multi-column lists?

Please note, I'm not asking how to implement or code a multi-column list. There are two ways to sort multi-column lists: horizontal and vertical. Many of the Microsoft System.Web.UI.WebControls have ...
2
votes
1answer
556 views

Existing Objective-C library for dealing with human readability (and based on Cocoa's Foundation framework)?

Is there an existing Objective-C library for dealing with human readability of object counts, file sizes, dates, time durations and so on? (and based on Cocoa's Foundation framework?) In other words, ...
2
votes
2answers
292 views

Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?

Are standards like ISO 9241 "Ergonomics of Human System Interaction" of any relevance in the industry? Are there examples of certified software products? And would you do a certification of your ...
1
vote
1answer
58 views

Easy eye tracking algorithm

I'm looking for an algorithm that can tell me where are the eye(s) looking at on a photo/webcam realtime feed. I've already searched a lot but I don't want to start with a lot of complexity right ...
1
vote
1answer
70 views

What is the suggested audio volume to design iPhone apps for?

Is there a favored audio level that one should equalize their audio assets for playback on an iOS device? Twenty, 50% or 66% of max volume? We're building a game that has a variety of sounds for ...
1
vote
2answers
184 views

HCI - How to evaluate a device to the relation with these theories such as: “senses (Visual, Auditory, Haptic) and cognition (short term and long term memory)”?

How can to evaluate a computerized device or a software application in the HCI field to the relation with these theories such as: "Senses (Visual, Auditory, Haptic) and cognition (short term and long ...
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 ...
1
vote
1answer
64 views

Which UI Design is better for iPhone?

I have a PickerView for choosing time. For example, the user can choose 5 hours and 10 minutes. I should use one picker view to display two row... or I should separate to two picker view, in the ...
1
vote
3answers
107 views

Can tabbar appear only on first view?

Would I violate the HIG by showing a tab bar on my first view only? The first view also has a tableview and navigation bar at the top. Once the user selects a row, it goes to another tableview and no ...
1
vote
1answer
98 views

Home Interior Design Rules as an AI/Computer Intelligence problem?

Are there any sites out there that describe interior design principles in a really logical way? Eg, walkways should have a minimum width of xx Inches. I've done some googling, but most of the ...
0
votes
0answers
40 views

iPhone/iPad Human Interface Guidelines for Settings

My settings are getting rather "robust". I don't want to re-invent a good human interface for them if someone has come up with guidelines already. I'm looking for how I should organize items like ...
0
votes
2answers
68 views

Android - buttons inside listview elements

I intend to use button inside listview items, however I have not see much apps doing so and sdk also does not provide any straightforward way to do so, I am assuming that it conflicts some of the HCI ...
0
votes
0answers
36 views

Measure “visual impact” of a piece of text from its bitmap

I am driven to this mostly out of curiosity, in the quest to create the perfect tag cloud algorithm. When given a data of the form (term,score), it renders the text so that it's visual impact is ...
0
votes
0answers
13 views

HIG for the web?

The Apple HIG is a really useful and thought provoking document. As well as setting the ground rules for what you should and shouldn't do, it has some interesting discussion about general UI usability ...
0
votes
0answers
38 views

Unable to Test Login messagebox in sharepoint

I try to test login form of sharepoint site. it promptes username and password message box. But type username\password Selanioum IDE not showing any command in there list. So, How can I test thate ...
0
votes
1answer
584 views

Controlling mouse pointer through camshift algorithm of OpenCV (or how mouse basically functions)

I have written a program in C# using EmguCV (wrapper of openCV). The program tracks an object using camshift algorithm. A rectangle is drawn around the object. The cursor is moved by center of the ...
0
votes
1answer
304 views

UIToolBar left/right side button text

Apple's "human interface guidelines" is clear about which side (left or right) you should place certain tool-bar buttons: CANCEL (left).... and.... DONE (right). Which side (left or right) should ...
0
votes
1answer
72 views

Novel Interaction Techniques

What exactly are Novel Interaction Techniques, in the context of Human Computer Interaction and Computer Graphics? I have some confusion in mind regarding this, can someone explain with examples? ...