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
15
votes
6 answers

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 application is it better to present a user with the option…
ftrotter
  • 3,066
  • 2
  • 38
  • 52
15
votes
3 answers

Render 404 instead of redirecting 404 in angularjs

I'm looking for a good approach to render 404 page instead of redirecting 404 page in angularjs. Many solutions I have found is all about redirecting to another page. It will create a problem that if the user click on browser's back button I will…
Dzung Nguyen
  • 9,152
  • 14
  • 65
  • 104
15
votes
4 answers

How to populate a fake browser history?

I am working on a website related to physically/psychologically abused person. There is an emergency exit button available all time so the user can click on it before the "aggressive" person enter the room where the computer is located. When the…
Tom Sawyer
  • 835
  • 2
  • 10
  • 32
15
votes
2 answers

DAT.gui - production ready alternative

i am a happy user of DAT.gui for local debugging and controls of charts that i'm working on, but i need something that has basically the same functionality control int or float range with a slider pick a color but i need it to be bit more…
15
votes
2 answers

How is 'reader mode' in Firefox triggered?

I'm using Firefox Mobile on an Android device and I'm fond of the 'Reader mode' features. However, the feature is not always available (e.g. Bash Guide). So I'm looking for information on the mechanism of this feature, because it's still…
Édouard Lopez
  • 40,270
  • 28
  • 126
  • 178
15
votes
4 answers

How can I get a user to input a duration into an HTML5 web form without annoying them?

My users need to enter a duration in Days, Hours and Minutes. Right now I've just implemented this as three fields which is okay and works, but which is not exactly a nice bit of design. The alternative is to just have 1 field and let them type 2…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
14
votes
4 answers

Horizontal RecyclerView inside ListView not scrolling very smooth

I have a ListView, each of whose items is a Horizontal RecyclerView. The problem that I am facing is, the horizontal scroll is not very smooth. If I scroll/swipe in a perfectly horizontal direction, then it works fine but if the scroll is even…
Amit Tiwari
  • 3,684
  • 6
  • 33
  • 75
14
votes
3 answers

PyCharm scrolling down like SublimeText

I started using PyCharm again and I am missing this perfect scrolling from Sublime Text where you can scroll down so much that the last lines of code are in the middle (or even top) of the screen. Is it somehow possible in PyCharm? I can only…
misoK
  • 415
  • 1
  • 3
  • 15
14
votes
5 answers

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] link that the user clearly sees but never gets…
Sam3k
  • 960
  • 1
  • 11
  • 22
14
votes
9 answers

"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 part of this site, logged-in users can go to their…
Fer
  • 4,116
  • 16
  • 59
  • 102
14
votes
4 answers

Four-way navigation algorithm

Consider a rectangular shaped canvas, containing rectangles of random sizes and positions. To navigate between these rectangles, a user can use four arrows: up, down, left, right. Are you familiar with any algorithm of navigation that would produce…
mlkwrz
  • 189
  • 1
  • 13
14
votes
8 answers

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 developer's) just don't get localization. Here’s my take…
Mark
  • 2,392
  • 4
  • 21
  • 42
13
votes
4 answers

Getting GPS metadata from a picture with Paperclip

I have a question about Paperclip. Many modern cameras and phones add GPS metadata to a photo when taken: Users of my Rails app can upload photos and manually add the location data to them. However, this sucks as users don't want to enter that:…
user142019
13
votes
3 answers

How to minimize the delay in loading the Font Awesome icons?

I have linked the minified CSS of Font Awesome from Bootstrap CDN in a webpage. The problem is that the icons appear later than the rest of the page content after a visible delay. What is the best way to get rid of this delay? (FYI, I have already…
Price
  • 2,683
  • 3
  • 17
  • 43
13
votes
4 answers

Add Text Hint to Bootstrap Navbar Toggle Button on Mobile-View

Some tests have shown that the "hamburger" button for collapsable menus on mobile devices are mysteries to users and I would like to add the word "Menu" next to my Bootstrap menu button as seen in mobile-view. For further reading check out this…