2
votes
3answers
26 views
What are some methods of analyzing a website for user experience, usability, and accessibility?
I'm a recent graduate who is looking to get a job doing user experience. Next week, I have a technical interview in which I will be given a website and will have to talk about its …
0
votes
4answers
87 views
Ask the user or try not to bother him?
I have an application that might receive a net request for data from another computer. The data can be grouped into several categories so that filtering can be made upon it.
In th …
0
votes
7answers
47 views
Looking for guidance on writing tutorials for users
Hi,
We are developing a desktop application.We are writing tutorials for users in a wiki.I was looking for some guidance ..good practices when writing such tutorials.
regards
3
votes
1answer
151 views
How Do I Add A TLabel To The Menu Bar in Delphi?
I use Beyond Compare (a great program), and was very impressed when it displayed a "New Version Available" label on its Menu Bar. I clicked on it, up popped an install new version …
140
votes
152answers
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 w …
0
votes
1answer
52 views
What’s the second-best way to make a skinnable user interface component?
I've been asked to make one of the components, which mimics a real-world appliance, in our application have a custom appearance, which varies depending on the make of the appliance …
191
votes
215answers
22k 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
votes
3answers
91 views
What is the rationale behind Most-Recent-Order for tab switching?
I can't understand the reasoning behind Most-Recent-Order (how Windows sorts windows when switching via Alt+Tab) when used for tab/window/document/task switching. The way Firefox d …
0
votes
1answer
30 views
Show a form on all worksheets in an Excel file
I am writing a little generator script (using Excel VBA) to generate a bunch of source code, given various input from users.
Currently I have one 'generator control' worksheet tha …
0
votes
1answer
29 views
Switching from MDI to SDI and Back Again
This sounds like it would be a simple task, but I'm running into some issues.
I have some fairly straightforward code for my C# application:
private void SwitchToSdi()
{
…
2
votes
1answer
26 views
Is There A Standard Way To Allow The User To Select A Text Viewer?
In my Windows desktop program, I want to be able to allow the user to select a text viewer that my program will use.
By default, I'll have it set to be the program (s)he uses to v …
1
vote
1answer
59 views
Smallest functional UI unit?
Hi,
I'm making a timeline with relatively small bars representing events over time. Right now they are roughly 8px by 200px (the length is variable, but all are 8px high).
Is th …
19
votes
19answers
759 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
…
0
votes
3answers
39 views
Required form field communication
I've always communicated required form fields on web applications to users by hanging an asterisk off the end of the control or the label and having a little sentence along the lin …
0
votes
2answers
38 views
Refactor or Rewrite UI Layer from Scratch
In most cases it is better to refactor than rewrite a full codebase. We have quite interesting situation. In our application business layer is pretty good. With unit tests, separat …
