Questions tagged [user-experience]

The user experience (UX) is 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.

User experience is dynamic as it is constantly modified over time due to changing usage circumstances and changes to individual systems as well as the wider usage context in which they can be found. The end-user experience is about how the user interacts and experience the product.

Note: There's now an entire Stack Exchange site devoted to the subject of User Experience, so please consider whether your question would be better asked there.

Questions on Stack Overflow should be about the implementation of something that arises as a result of UX considerations. It could cover things like:

  • AJAX updates of web pages to avoid page refreshes.
  • Implementation of validation of and verification schemes

They should not be about whether design "A" is better than design "B" etc.

1697 questions
0
votes
4 answers

How to slow down installation progress bar in WiX Toolset installer?

Well, i am not joking... my client wants me to slow down the installation process. The argumentation is clear: if the customers pay as much as a middle-class car for a software, they expect a bit more than 3 sec. installation process... Any ideas?
Martin Booka Weser
  • 3,192
  • 5
  • 28
  • 41
0
votes
1 answer

CSS3 Menu Animation Flicker

I've created a simple hamburger menu that transforms into a plus sign when the user hovers over it but there's an annoying flicker that occurs on hover. Is it possible to increase the hover region around the entire hamburger in CSS3 so that the…
user3133586
  • 189
  • 3
  • 13
0
votes
2 answers

Android application with the icon as the only user interface

I am currently working on an app which is just a event trigger. I want it to be as simple as possible so I was wondering if it was possible to create an app which works as follows: When you click on the launcher icon, instead of going into an…
Forde
  • 863
  • 1
  • 7
  • 9
0
votes
1 answer

Loading css background images dynamically for slider

I have a slider implemented for latest movies coming in. The images are loaded from css background image property. Is there any way to call this background images dynamically into the slider only using css background property
0
votes
1 answer

How can I separate emails like in gmail, outlook, or on the iphone on commas?

I am having my users type in multiple email addresses in one portion of my app. Every time they press comma or semicolon, I want that email to split off into an individual cell, kind of like tags in stack overflow: I was wondering if their were any…
David Mckee
  • 1,100
  • 3
  • 19
  • 35
0
votes
0 answers

Win 8 UX Design : can we use Rounded Buttons and Box in Design

Win 8 UX / UI Design : Can we use Rounded Buttons and Box in Design of window 8 App I am going to design fro multiple platform so. I need to design as all device support the design. and must be no issue for App stores to accept the app for Design…
0
votes
2 answers

What is the lightest HTML color code for readable cross platform web pages?

I want my slightly faded text to be readable in both Mac, Windows, iOS, and Android. Assuming a white background, what is the lightest shade of gray that would still be safely readable for the average viewer considering indoor lighting.
pmagunia
  • 1,718
  • 1
  • 22
  • 33
0
votes
1 answer

ExpressionEngine: how user friendly is it for client admins?

Wordpress kind of sets the standard for great interfaces for end-users. Drupal is a little more mixed: it is a great experience if the developer updates the UX when they update the site functionality. Concrete5 and other CMSs basically exist soley…
doub1ejack
  • 10,627
  • 20
  • 66
  • 125
0
votes
0 answers

UITableViewCell design to indicate expansion, what kind of indicator?

I have a table of review items, each one can be of variable length. I need to show a snippet of the review content in each cell and allow the user to tap on it to expand the review content in place. A disclosure rectangle seems wrong since it is…
ahwulf
  • 2,584
  • 15
  • 29
0
votes
2 answers

should I refresh the page upon user logout

Whenever the user clicks logout from my website's page I log him out on server (destroy session and autologin token). Should I refresh the page or I can just update header part where the user name is displayed?
Max Koretskyi
  • 101,079
  • 60
  • 333
  • 488
0
votes
1 answer

Is it possible to animate opacity of QIcon in QStyledItemDelegate?

Context I have a QTreeView with a QStandardItemModel. My model can be changed to display it's items in 4 different modes: Level 0: Artist \ Level 1: Album \ Level 2: Tracks Level 0: Artist - Album \ Level 1: Tracks Level 0: Albums \ Level 1:…
MBach
  • 1,647
  • 16
  • 30
0
votes
1 answer

Copy many files and directories using the system file progress dialog?

I'm looking to copy many files or folders to a different folder, but run it as a utility - ie. my application starting the process as if the user had copied the files into their clipboard and then pasted them into the destination. I've seen answers…
Steffan Donal
  • 2,244
  • 4
  • 24
  • 47
0
votes
1 answer

Is it OK for a web app to refresh itself when server is pushing the update?

Basically, we are building a small apps for mobile that list and display all applications/builds/details availables on the server. The listing is between 3-25 apps and each apps on the display occupy about 60 pixel hight with nice UI. Apps 1 version…
0
votes
1 answer

Does your code cater for double clicking?

More specifically, when developing websites/web applications, do you cater for users double clicking on elements that aren't originally designed to be double clicked? I know this sounds like a slightly off-topic question but it's something I've only…
user1017882
0
votes
1 answer

Android - UX design conventions concerning "Cancel" and "Done" buttons

I am new to Android and I am creating an app in which you have a form which you can save similar to how it is done in the contacts app. My question is: how should I display "Cancel" and "Done" buttons? Should I even display a "Cancel" button in the…
Tom van Zummeren
  • 9,130
  • 12
  • 52
  • 63
1 2 3
99
100