Host/controller interface in Bluetooth
2
votes
4answers
7k views
Android connect to WiFi without human interaction
I'm wondering if there are some code snippets that can be used to connect an Android device to a WiFi network. The network should be either open or WEP/WPA encypted, and visible to that device. ...
25
votes
10answers
1k views
What should a developer know about interface design, usability and user psychology to create great software? [duplicate]
Possible Duplicate:
Human factors design (meeting psychological needs in UI design)
What should a developer know about user interface design, usability and less technical aspects of human ...
9
votes
4answers
3k views
How can I handle multiple mouse inputs in Java?
A friend of mine asked me to implement a blue and a red pointer to represent the inputs of two separate mice to expedite a mixing desk scenario for real time audio mixing. I'd love to, but as much as ...
6
votes
7answers
485 views
Recommend book on Human Computer Interaction [closed]
I'm looking for a good book to read on HCI over the xmas holidays, is there a particular book you would recommend on this topic?
Thanks,
7
votes
9answers
1k views
Quick and Dirty Usability testing tips?
What are your best usability testing tips?
I need quick & cheap.
5
votes
6answers
723 views
What is the most intuitive, usable way of entering a time of day or a duration?
I'm building a line-of-business application in Silverlight and need to get the user to edit two .NET TimeSpan values. One is a time of day (relative to midnight) and the other is a duration. Currently ...
1
vote
2answers
258 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 ...
2
votes
1answer
171 views
Is there a good replacement for Borenstein's “Programming as if People Mattered”? [closed]
Borenstein's classic book "Programming as if People Mattered" dates from 1991.
Is there a more modern book (say from this millennium instead of the last) that covers similar ground in a similar way, ...
0
votes
1answer
91 views
Downloading photos on the client side every 10 seconds on an ajax enabled asp.net environment?
There is a web site page which is coded on asp.net with using c# and ajax is enabled too.
I want a very fast loading web page; which is going to happen with the following architecture;
1- First all ...