Tagged Questions

the effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments. This covers ease of use and learnability of software applications, websites, processes, or anything a human interacts with.

learn more… | top users | synonyms

92
votes
42answers
4k views

Should We Mask Passwords?

From Jacob Nielson's "Stop Password Masking": Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn't even ...
63
votes
31answers
5k views

Usability hints for building an adult web site?

What are the usability considerations that should be taken into account by anyone who decided to build a good adult web site? Disclaimer: I know the question is going to cause some controversy, but ...
44
votes
23answers
4k views

GUI design techniques to enhance user experience [closed]

What techniques do you know\use to create user-friendly GUI ? I can name following techniques that I find especially useful: Non-blocking notifications (floating dialogs like in Firefox3 or ...
38
votes
26answers
3k 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 the 'wow factor' of ...
36
votes
67answers
3k views

What is the worst web usability error you have encountered? [closed]

Related to web pages / application, what is the worst web usability error you have encountered? The one that hit you the most; that which arguably could trip the most users? Or, from another point ...
35
votes
21answers
4k views

OK-Cancel or Cancel-OK?

Which is the right order for arranging buttons in a dialog box?
33
votes
9answers
12k views

Optimize website for touch devices

On a touch device like iPhone/iPad/Android it can be difficult to hit a small button with your finger. There is no cross-browser way to detect touch devices with CSS media queries that I know of. So I ...
29
votes
11answers
2k views

How to test GUI for color blind person?

Is there a way to test if a GUI is usable for color blind person? I know that it has many degrees and I guess that's why simply doing a screenshot in black & white is not the best way to test the ...
29
votes
17answers
3k views

Best books to learn about design [closed]

What books do you recommend for a programmer who wants to learn about design? Every programmer needs to evolve and learn things outside of his specialization. I would like to collect a list of the ...
25
votes
21answers
8k views

What's the best UI for entering date of birth?

What is the best method for date of birth selector? 3 text inputs (month / day / year) or one mask input. User MUST use keyboard 3 select boxes. User can use keyboard or mouse. One nice datepicker. ...
25
votes
17answers
1k views

What are some good usability guidelines an average developer should follow?

I'm not a usability specialist, and I really don't care to be one. I just want a small set of rules of thumb that I can follow while coding my User Interfaces so that my product has decent usability. ...
21
votes
10answers
1k views

Web Usability - Background Music

I personally loathe background music on a website. My client has opposite feelings on the subject. I added music because the customer is always right, though I'd like to revisit the subject with them. ...
21
votes
12answers
17k views

Should I avoid using “text-align: justify;”?

Is there any reason to avoid using "text-align: justify;"? Does it reduce readability or cause problems?
20
votes
3answers
976 views

Mac OS X Lion, scrollbars, and website usability

I have a number of overflowed divs that I use to display a lot of content in small space (like long lists, etc). Giving the divs the CSS rule of overflow: auto; always worked like a charm, giving the ...
20
votes
10answers
679 views

Why are Page Titles on some websites (including Stack Overflow) Clickable URLs?

Why on sites like Stack Overflow, Techcrunch, Smashingmagazine, etc. are the page titles (i.e. the text at the top of the page) clickable URLs that redirect to the same page that the user is on? Some ...
20
votes
15answers
3k views

How does one write good error messages?

While this is more of a written language issue than a coding one, it is something that programmers must do in circumstances where copy is not provided by a client or someone else. Any examples of ...
19
votes
13answers
4k views

Eclipse's Ctrl+click in Visual Studio?

After working for a few days with Eclipse Java I totally got addicted to pressing Ctrl and clicking on an identifier to go to its definition. Since then I've been looking for a way to achieve this in ...
18
votes
21answers
1k views

Is the reset button really required?

On a web contact form, is the reset button really required? Is it really used by anyone? If I don't put it in a page, is there an usability fail? 10x!
18
votes
30answers
3k views

Examples of usability disasters?

Anybody have good examples of usability disasters? Here's an example. Hector is a manager with a large team. Department admin wants to send Hector a spreadsheet with his team's salaries. She types ...
18
votes
6answers
2k views

H1 in article page - site title or article title?

Within an article-oriented page (such as a blog post), the <h1> element (level 1 heading) is commonly used to markup either: the blog title (i.e. the often-large site title at the top of the ...
17
votes
19answers
2k views

Easily digestible UI tips for developers

What are some key UI design tips that every developer should know? While there are a number of UI resources for developers (for example, Joel Spolsky's User Interface Design for Programmers), I'm ...
17
votes
12answers
6k views

Best practices for login pages?

I am working on a single sign-on login page using Shibboleth that will be used for a variety of web applications. Obviously we would like to make this page as secure and usable as possible while ...
16
votes
4answers
11k views

Minimum sensible button size on iPhone

I'm designing an iPhone app that features a rather large set of onscreen rounded rect buttons. Given finger-based touchscreen UI, what do you think would be the smallest sensible button size? I need ...
16
votes
7answers
2k views

Tooltips in the era of touch

Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user ...
16
votes
14answers
889 views

How to convince a customer that what he wants is a bad thing to do?

For instance, customers that we're creating web sites for, request things like: all links should open in a new window put custom 'Back' button on every page while there is a working browser's ...
15
votes
12answers
821 views

What is the minimum screen resolution for which you guys currently optimize your web designs?

I don't really know if I'm asking in the right place, so if my question has to be transferred I apologize for it. I am totally noob in this place. Thank you.
15
votes
12answers
738 views

What are some good examples showing that “I am not the user”?

I'm a software developer who has a background in usability engineering. When I studied usability engineering in grad school, one of the professors had a mantra: "You are not the user". The idea was ...
15
votes
24answers
1k views

Important UI Features That Are Often Left Out

I really want to know if I'm missing anything obvious in the software I'm developing. What User Interface features that you consider important are often missing in most software?
14
votes
8answers
286 views

Keeping track of utility classes

I've recently been more and more frustrated with a problem I see emerging in my projects code-base. I'm working on a large scale java project that has >1M lines of code. The interfaces and class ...
14
votes
4answers
2k views

Making checkbox and radio labels clickable

A large number of (dare I say most?) sites do not make the labels clickable for their checkbox and radio inputs. It seems to be a huge usability gain for very little effort. Are there any ...
14
votes
5answers
10k views

Webcam-based eye tracking & heatmaps

Anyone know of not-perfect-but-usable, affordable eye tracking software that works with run-of-the-mill webcams, preferably iSight?
14
votes
11answers
515 views

Should a UI display actions that are not available?

What is currently regarded as best practice in UI design for displaying actions that are not available in the current context. For example, A page displays customers who can have many associated ...
13
votes
4answers
536 views

How does the scrolling on “Google Maps for Mobile” work?

Visit http://www.google.com/gmm with a mobile device - the scrolling is super smooth even with floating toolbars. How are they accomplishing this with GWT? Update I mean the site as seen by a mobile ...
13
votes
8answers
7k views

Good examples of GUI design for business-oriented, heavy data-entry (CRUD) applications

Where can I find examples of very well produced enterprise-y software that have: Good, consistent use of keyboard shortcuts. Good keyboard form navigation Standarized form validation Standarized use ...
13
votes
6answers
7k views

Html label tag and ASP.NET

What is the best way to use the <label> tag within an ASP.NET application? I want it to be XHTML valid, accessible and usable. I understand the optimal way is this: <label ...
12
votes
17answers
2k views

“Date of birth” validation: How far/much would you go?

I'm quite anal about form validation. So while creating a validator for a "data of birth" (DOB) field in one of my current projects for a job application form (platform/language is neutral in this ...
12
votes
10answers
935 views

Why is UI programming so time consuming, and what can you do to mitigate this?

In my experience, UI programming is very time consuming, expensive (designers, graphics, etc) and error prone - and by definition UI bugs or glitches are very visible embarasing. What do you do to ...
11
votes
12answers
364 views

What turns away users/prospective users?

In your experience as a developer, what kinds of things have turned away users and prospective users from using your programs? Also, what kinds of things turn you away from using someone else's ...
11
votes
1answer
228 views

How to make registration in web applications userfriendly?

I'm designing a new web application and I'm aware that the process of registration (creating a profile) is really frustrating for the users (also to me) - everywhere we go, people should register. ...
11
votes
13answers
4k views

How would you design a good search UI?

I want to provide my users with an 'advanced' search engine. I basically have a lot of search criteria to chose from : some are very simple/common and will be largely use (ie time period, item id) ...
11
votes
9answers
775 views

Is it ok not to have a button for a search box?

I was wondering if it was ever ok not to have a submit button (Ok, Go or Search for example) near a search box in Web pages. I know that hitting enter is much faster and that it will perform the ...
11
votes
2answers
4k views

SSRS Report Builder - Issues From Experience?

I'm looking into the idea of rolling out the web-based SSRS Report Builder to our end users to allow them to create their own reports against our production application databases. From what I have ...
11
votes
3answers
25k views

How do you control what monitor your application opens on?

As a two-monitor user at work, I've noticed that applications behave differently with regards to what monitor they open on (primary or secondary monitor, the last monitor the application opened on, ...
11
votes
12answers
606 views

How do you test the usability of your user interfaces

How do you test the usability of the user interfaces of your applications - be they web or desktop? Do you just throw it all together and then tweak it based on user experience once the application ...
10
votes
12answers
384 views

How can I simplify my toolbar interface as the list of commands grows? [closed]

I'm writing an internal-tools webapp; one of the central pages in this tool has a whole bunch of related commands the user can execute by clicking one of a number of buttons on the page, like this: ...
10
votes
7answers
391 views

How to write “good” user interface texts?

Many applications are let down by the quality of the 'writing' in their user interfaces: typically, poor spelling, grammar, inconsistent tone, and worse yet, "humour" are the usual offenders. Are ...
10
votes
8answers
3k views

POS UI design & development: what should be included & avoided?

I'm having to design & develop UI for a Point of Sale (POS) system. There are obvious features that need to be included, like product selection & quantity, payment method, tender amount, user ...
10
votes
3answers
1k views

What are the best practices for designing a Command Line Interface (CLI)?

I need to rollout an application in appliance form factor and have been asked to design a CLI as exposing BASH is problematic from a simplicity/usability perspective. I would like to understand the ...
10
votes
7answers
473 views

What's the most irrational user behaviour you have witnessed? [closed]

While novice software designers expect their users to behave rationally, it's far from being the case ; I've seen many times the user perception being totally disconnected from reality, or it's ...
10
votes
3answers
2k views

How to default the source folder for new JUnit tests in Eclipse?

Most of our Eclipse projects have multiple source folders, for example: src/main/java src/test/java When you right-click on a class and choose New JUnit Test, the default source folder for the new ...

1 2 3 4 5 13