Tagged Questions

0
votes
0answers
8 views

Pattern for radio buttons, each selecting a “set” of other controls?

I have noticed a common scenario in UI development (both Web and fat client) where there is a group of radio buttons, and clicking on a radio button means you want to "select" a certain "set" of other …
0
votes
1answer
27 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 …
4
votes
8answers
318 views

How to design a good about box?

There is not official standard dealing with the layout of about boxes, which display the credits of a computer software and other information. What should a good about box contain? And... is it okay …
203
votes
222answers
23k 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 …
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 …
0
votes
1answer
39 views

How can I implement a thumbnail-based view for user selection in Cocoa?

Hi, I have what I thought was a pretty simple need but I'm not sure how to go about implementing it. At various points in my interface, the user is asked to make a selection of something rather …
1
vote
3answers
38 views

creating custom button in gwt

hi, i am trying to do something pretty common with GWT. creating a button behavior with an image and a text. by positioning the text on top of the image. i have used the HTML widget but how can i …
1
vote
2answers
940 views

Java: Flash a window to grab user’s attention

Is there a better way to flash a window in Java than this: public static void flashWindow(JFrame frame) throws InterruptedException { int sleepTime = 50; frame.setVisible(false); …
7
votes
4answers
9k views

How do I add options to a DropDownList using jQuery?

As the question says, how do I add a new option to a DropDownList using jQuery? Thanks
8
votes
8answers
120 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 …
1
vote
5answers
116 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 …
2
votes
3answers
91 views

Mac Based Python GUI Libraries

Hello all, I am currently building a GUI based Python application on my mac and was wondering could anyone suggest a good GUI library to use? I was looking at python's gui programming faq and there …
0
votes
8answers
1k views

Is WPF the future of user interface design? Should I learn it now?

There has been a lot of talk surrounding the likes of WPF. I am wondering if WPF will become a new standard for graphical interactive user interface design. Is this where we are headed in terms of …
0
votes
1answer
29 views

Trying to use a Google Maps user interface to caputre Lat/Lon in Django

I'm a Django newbie, and learning quickly. But I just can't figure out how to get this simple Google Maps user interface to pass the resulting lat/lon into my database. Can anyone help?
0
votes
3answers
20 views

In what scenarios can i use an auto-suggest textbox?

I have a list of brand names for a particular product in the db. I can either display it on the screen using a drop down or and auto-suggest textbox. I love the user experience of the auto-suggest …

1 2 3 4 5 45 next
15 30 50 per page