Tagged Questions

139
votes
147answers
8k 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 w …
0
votes
1answer
30 views

Does Apples UI define Drag&Drop in menus and/or context menus for menu items

I'm trying to update my GUI a little bit but don't want to run into porting problems later next year when a native Cocoa Port will be started. On Windows/Linux it is common to dra …
0
votes
3answers
27 views

How to allow users to print and download MySQL query results

I've developed an application that users can use to store lists of their favourite books, books they've read, books they'd like to read, etc., and it's all working fine, but it's j …
0
votes
3answers
72 views

How to make textbox behave like a popup info box in C#

i intend to display some information when i right click on a textbox. this information is just plain readable information. My approach was to use a richtextbox to be visible whene …
189
votes
215answers
21k 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 th …
1
vote
1answer
16 views

Qt Dialog Window Opens in Same Window

I managed to get a QPushButton to open a new window when pressed by using the following code (just snippets of code): AppDialog::AppDialog(QWidget *parent) : QDialog(paren …
17
votes
18answers
699 views

Re-learning CSS the right way

I am a programmer doing web development for over two years now. Even though I’ve been doing front end engineering for the past two years I don’t think I have done it the right way …
5
votes
8answers
109 views

Which open source project to choose for an usability evaluation?

For an university project on usability I'm looking for an open source project that is useful but hardly usable. My group would do a complete usability review and give recommendatio …
15
votes
24answers
1k views

What is the cleverest UI feature you have seen in a website?

What is the cleverest UI feature you have seen in a website? Something that: Made the user experience more intuitive Added significantly to the usefulness of the app. Added to t …
13
votes
21answers
628 views

How can I enhance the aesthetics of an ugly windows form packed with too many (necessary) features?

One of the window dialog of a software I'm working on looks a bit like this : (original screen-shot copied from this coding horror post, other examples available on this SO questio …
2
votes
6answers
84 views

User interface question. I am building a music album search engine.

There will be a thumbnail as a left float, followed by the title and description as a left float. `````````` BEATLES `````````` DescriptionDescriptionDescription `````````` Des …
5
votes
3answers
105 views

How do I implement an interstitial “loading…” page in ASP.NET MVC?

I have a SearchController with an action that can execute some long running searches and return a results page. The searches can take anywhere from 1 to 60 seconds. The URL for a …
76
votes
61answers
6k views

Why is good UI design so hard for some Developers?

Some of us just have a hard time with the softer aspects of UI design (myself especially). Are "back-end coders" doomed to only design business logic and data layers? Is there so …
61
votes
122answers
10k views

What is the best UI you’ve ever used?

What is the best user interface you've ever used? One that made doing your task a pleasure, that was perfectly designed for the task it was intended for and facilitated doing it wi …
6
votes
6answers
187 views

In a user interface, is it better to “gray out” or hide features that are unavailable?

In my particular situation, I have a comment form than cannot be used until the user has logged in and joined a specific topic. Then, they can comment on that topic. In your opini …

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