1
vote
6answers
56 views
Maximum number of entries in a ListBox
What is the maximum number of entries a simple ListBox (ComboBox) should contain? There are fifty states in the US - is 50 too many? There are over 270 countries and territories in the world - is …
1
vote
4answers
34 views
Is there a generally acceptable definition of (soft) realtime delays?
Hi,
I'm trying to find a benchmark for how long users are willing to wait for a response from a remote service. In my case the response is for very useful but not business critical validation of data …
2
votes
4answers
67 views
“Back” behavior in rich web apps, true user assumption?
Hello Community,
Many client side code libraries & tool kits, for example Yahoo's YUI and Google's GWT support managing state history for the user experience. When implemented it allows a user …
0
votes
3answers
45 views
Decomposing an iPhone user interface — multiple views in one xib?
I have one main view with an associated controller. I have some rather complicated toolbars that I need to switch in and out depending on user interaction.
To keep things simple I manage the toolbars …
143
votes
153answers
9k views
What are common UI misconceptions and annoyances?
I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with".
On the other …
210
votes
225answers
24k views
Worst UI You’ve Ever Used
What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat them severely with a …
1
vote
2answers
35 views
How to display changed fields
Hi,
I am working on Audit Trail for my project and I have been asked to think of how can we display the fields which have changed between two versions. I have the list of changed fields I am looking …
1
vote
3answers
70 views
Combining graphics with a user interface in Java
Hey guys
I've got a nice text based java program that I'd like to add a GUI to.
I have dabbled with Netbeans and shouldn't have too much of a problem getting the components in place.
However, the …
1
vote
3answers
85 views
Inspiration on how to build a great command line interface
I am in the process of building interactive front-ends to a
distributed application which to date has been used to run workloads
that had a batch-job like structures and needed no UI at all. The …
0
votes
2answers
53 views
Rules Engines User Interface Design
Hi,
At work, we have optimization engines, and one of the inputs used by these engines are business rules, which we create and edit with a proprietary rule editor.
These rules are of our own …
8
votes
10answers
141 views
Should I revive Clippy ? aka how can i provide user-friendly tips and help in a desktop application ?
While I've been working hard to keep the WinForms application I'm working on simple and easy to learn, the functional domain I'm working in (finance) is pretty rich, and I feel I should help the user …
3
votes
4answers
56 views
Suggest tool for website structure prototyping
I am looking for some tool that would help me prototype basic website structure and logistics (or simply user interface).
It should be extremely efficient in the matter of time needed to do simple …
0
votes
1answer
34 views
save user actions?
i want to save logged in users actions so when they visit the page again they don't have to do the same thing again eg. what list values they chose or what page they were on before they logged out.
i …
0
votes
3answers
80 views
Interface design with canvas.
Hi guys. Do you know of any document or tutorial to make HTML5's canvas drawn interfaces?
I'm thinking of a layered structure, one for the main app interface and other for popups, menus, etc, working …
1
vote
5answers
121 views
Too much control is bad. But when?
I remember reading a law (well, maybe not exactly a law), but in software design, providing user with a lot of control without really giving him an option of a Basic and an Advanced Mode will …
