Tagged Questions

the experiential, affective, meaningful and valuable aspects of human-computer interaction and product ownership, but also a person’s perceptions of the practical aspects such as utility, ease of use and efficiency of the system. Essentially, it's about how a person feels about using a product.

learn more… | top users | synonyms (1)

174
votes
33answers
11k views

Save icon: Still a floppy disk?

Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications. I'm working on a project where the user is able to ...
37
votes
11answers
16k views

What free software can I use to create UI mockups?

What are good Open Source / Free software packages that let you design GUIs quickly, like "on a napkin" style, but also give a bit of polish that you could throw into a slide deck? Preference would ...
28
votes
12answers
1k views

Resources to Create Applications with a Great User Interaction Experience?

I am making the distinction between User Interaction Experience and pure User Interface (UI) design here, even though there is often a correspondence. You can have great user interaction even with a ...
27
votes
12answers
31k views

Best Java IDE for Visual Studio fan?

As a C# programmer I want to increase the java knowledge and the only barrier is getting grip with the java IDEs like Eclipse. What can I do or use to get Visual-Studio-like experience from these ...
24
votes
8answers
486 views

How can I improve the subjective speed of my application?

Today my co-worker noticed that when adding a decimal place to a progress indicator leads to the impression that the program is running faster than without. (i.e. instead of 1,2,3... it shows 1, 1.2, ...
21
votes
27answers
782 views

How do you find out what users really want?

I've read somewhere (I forget the source, sorry - I think the MS Office developer's blog?), that when you do a survey of users asking them about what features they would like to see in your ...
20
votes
7answers
17k views

ASP.NET MVC Custom Error Handling Application_Error Global.asax?

I have some basic code to determine errors in my MVC application. Currently In the project I have a controller called Error with action methods "HTTPError404", "HTTPError500", and "General". They ...
17
votes
11answers
2k views

Password generation, best practice

I need to generate some passwords, I want to avoid characters that can be confused for each other. Is there a definitive list of characters I should avoid? my current list is il10o8B3Evu![]{} Are ...
13
votes
5answers
466 views

Is it wrong to use the hand cursor for clickable items such as buttons?

I've always thought the hand cursor to be the ideal visual indicator for "you may click here" to the user. We are used to see it in this context daily because of it's usage on hyperlinks and hence all ...
13
votes
9answers
712 views

How should web sites deal with localization settings? (from “What are common UI misconceptions and annoyances?”)

I’ve chosen to take this as a question in its own right since it was generating so much debate in the comments of the original post. It’s interesting to see that a lot of people on SO (who are ...
12
votes
15answers
2k views

Where do you get your application sounds from?

Specifically for prompts, message boxes etc. Thanks
10
votes
8answers
689 views

“My account” or “Your account” labels

I have somewhat of a strange question that is not really technical, but I do hope to collect meaningful advice. I'm building a large web application, basically a photo sharing community site. As ...
10
votes
11answers
716 views

Good books on “designing for improving the User Experience” [closed]

I'm trying to learn some programming designing guidelines on User Experience in both web and desktop applications. I've read some online resources like ux_matters. I'd like to get some books on the ...
9
votes
4answers
238 views

How to implement a limited feature rollout (language agnostic) to your users?

I would like to know some common or best practices of rolling out a new website feature to a select group of the userbase. The users could be, for example, based solely on a percentage of your ...
9
votes
4answers
274 views

Warn the user a file is too big before the upload

To increase user experience, I would like to warn the user that the file is too big (let's say > 8M) before sending the whole file (which may take some time due to the size and the client connection). ...
9
votes
8answers
149 views

How forgiving should form inputs be?

I went to my bank website the other day and entered my account number with a trailing space. An error message popped that said, "Account number must consist of numeric values only." I thought to ...
9
votes
3answers
266 views

Is there any research on numbered vs. star voting systems?

Has anyone done any research on user acceptance of the following voting systems for different target audiences? Or I'm not interested which is more accurate or how the votes will be used for ...
9
votes
5answers
224 views

When to add “…” to the end of buttons?

I've noticed that many Microsoft applications will name some buttons with "..." at the end. These buttons always seem to open up a new dialog. There are some buttons, however, that don't have "...", ...
8
votes
5answers
224 views

How does Financial Times add a disclaimer when pasting text?

Here is an example of what happens when pasting text from Financial Times, the top paragraph is added. Thanks in advance! Example: Please respect FT.com's ts&cs and copyright policy which ...
8
votes
5answers
276 views

End user experience monitoring tools

I have a web application with a great deal of both client-side and server-side logic. It is considered business-critical that this application feel responsive to the end user, for some definition of ...
8
votes
5answers
203 views

Ways to enhance a trial user's first time experience

I am looking for some ideas on enhancing a trial-user's user experience when he uses a product for the first time. The product is aimed at a particular domain and has various features/workflows. ...
8
votes
7answers
1k views

How to collect customer feedback?

What's the best way to close the loop and have a desktop app "call home" with customer feedback? Right now our code will login to our SMTP server and send me some email.
7
votes
2answers
214 views

Use ListBox within Focus Scope

Short story: A ListBox inside a focus scope doesn't allow an item to be selected. Long story: I am trying to make a context-sensitive widget for data entry. I have the main panel with several ...
7
votes
2answers
314 views

iOS UI development: approach to building document “selector” screen

I'm looking to build a document "selector" screen, similar to Pages and Numbers on the iPad/iPhone: I come from a WPF background and have some iOS experience. That being said, I'm looking for a good ...
7
votes
7answers
172 views

UX question: is better to have “serious delete” or have “trash”

I am developing an application that allows for a user to manage some individual data points. One of the things that my users will want to do is "delete" but what should that mean? For a web ...
7
votes
5answers
656 views

Python: Separating the GUI process from the core logic process

I'm developing a Python project for dealing with computer simulations, and I'm also developing a GUI for it. (The core logic itself does not require a GUI.) The GUI toolkit I use for is wxPython, but ...
7
votes
7answers
797 views

Strategies for showing a nice “Currently Offline” page when the server is down

How can I make that a site automagically show a nice "Currently Offline" page when the server is down (I mean, the full server is down and the request can't reach IIS) Changing the DNS manually is ...
7
votes
16answers
740 views

What are great _specific_ usability guidelines?

Usability is extremely important, and yet there are so many products that violate a lot of rules. There are several questions on StackOverflow that are about usability (see: link1, link2, link3), ...
6
votes
1answer
94 views

Suggest good books/resources about modern CSS and design practices [closed]

Title says it all. Ideally it would be kept up-to date continuously. Some kind of CSS & Design weekly is another bonus. The problems I want to solve for myself are: Understand deeply all the ...
6
votes
3answers
332 views

What is the most accurate way to emulate the “placeholder” attribute in browsers that don't support it natively?

Recently I have been looking at jquery/javascript solutions to emulating the placeholder attribute, but none of them seem to have it right. Common issues are: Native browser support is not used ...
6
votes
4answers
355 views

Which is better for JavaScript load-time: Compress all in one big file or load all asynchronously?

A simple question that I'm not sure if it has a short answer! Description I have a files of JavaScript that to be loaded in a website here are some notes about them: They are all comes from the ...
6
votes
1answer
266 views

A Questionnaire For User Feedback

I've written an Android application as part of my masters thesis, used to algorithmically census flamingos in Kenya. It's going out to Kenya tomorrow, unfortunately I'm not going with the application. ...
6
votes
2answers
1k views

jQuery - Trigger click event on links with spacebar?

It looks like in most browsers, an <input type="submit"> treats both [spacebar] and [enter] as a click, but an <a> link only treats [enter] as a click. My app uses a number of links ...
6
votes
10answers
175 views

Displaying language lists: Which language should I use?

Every once in a while I'm confronted with displaying a list of available languages, and each and every time I ask my self: Is it better to display the language in: the currently selected language ...
6
votes
3answers
1k views

JQuery JEditable - How to Add A Visible Edit Me Button?

i love this plugin but the reality is that most people won't realize at first that they can click on the text to edit. Ideally, it would be nice to add a Button next to the text or a simple [Edit] ...
6
votes
7answers
419 views

What web sites are available that contain good examples of user interface design?

There must be many online resources for good user interface design principles. I'd like to see an easily-browsed list, perhaps categorized by desktop vs. on-line (or maybe not; that might be too ...
6
votes
5answers
318 views

OpenID vs custom user login for a website used by non-tech people

Does anyone have experience with implementing OpenID on a non technical website? If you do, how were your non tech users reacting to the concept of OpenID and creation of the account on a different ...
6
votes
9answers
895 views

Quick and Dirty Usability testing tips?

What are your best usability testing tips? I need quick & cheap.
5
votes
1answer
135 views

Hierarchical Autosuggest

I am designing an autosuggest feature on a quick-search box. Suggestions will include small icons, multiline text, etc. The application is handling orders. The search field will recognize a variety ...
5
votes
3answers
185 views

What is a good timeout for autocomplete results

When doing auto-complete/instant search in a text box, you often don't want to fire your lookup event after every keypress, but instead, only X milliseconds after the last keypress. I'm completely ...
5
votes
7answers
322 views

When do you use a circular slider/knob in a good user interface?

As I am familiar with some synthesizers, I often user real life circular sliders (e.g. to control the master volume), also called knobs. Like this one: Sometimes I also find these controls in ...
5
votes
6answers
276 views

How do you encourage users to fill out their profile?

I wanted to open up the topic to discuss ways to encourage or incentivize users to fill in information in a user profile on a website, such as skills, location, organization, etc. More information in ...
5
votes
1answer
96 views

Any C# SmartDate converters out there, e.g. “sun 11” --> 2009-12-06 11:00:00

In the spirit of not reinventing the wheel, can anyone point me to free C# code that does the following kinds of conversions? "sun" --> 2009-12-06 00:00:00 "tom" --> 2009-12-06 00:00:00 "tomorrow" ...
5
votes
2answers
251 views

What have people done to improve the OpenID user experience, particularly as a relying party?

I've noticed that there is a very dramatic difference in the user experience for sign on with different relying parties. I've implemented a few relying parties myself, so I already have a few ideas, ...
5
votes
3answers
2k views

Complying with the MIT license in an iPhone application

I'd like to use some MIT-licensed xml-parsing code in my iPhone game. This seems to require that I package the MIT license with the application. However, my iPhone app does not include extensive ...
5
votes
9answers
1k views

Crash Reporter for Cocoa app

I'm working on a Cocoa app targeting Leopard and above, and I'm thinking about adding a crash reporter to it (I'd like to think my app won't crash, but let's get real here). I have some mostly ...
5
votes
7answers
268 views

Why are usability evaluation methods so rarely employed?

There are many usability evaluation techniques that have been developed over the history of software development. But it seems to me that they are rarely used in practice. Why aren't usability ...
4
votes
2answers
50 views

Force Modal Form to be Shown in Taskbar

According to MS when you show a modal form in VB6 it does not show in the taskbar 'by design' But is there any way to make a VB6 Modal form to be shown in the taskbar (the ShowInTaskbar property has ...
4
votes
2answers
40 views

Should I give separate messages for an incorrect password and an incorrect username? Or keep it the same for security?

I think having separate messages may allow for a less frustrating user experience, as someone who has forgotten their details has less to narrow it down to. However, it's then possible for someone to ...
4
votes
3answers
103 views

Does unsubscribe link need to be idempotent? [closed]

So we have an unsubscribe link - this is by it's nature an HTTP GET. The appropriate RFC says this should be idempotent but to my mind the user expectation will be that they are clicking a link to ...

1 2 3 4 5 7