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
1 answer

UX: frontend validation - OK, but backend validation - fails

I am interested in UX perspective for the following case. I have a web form with javascript validation and backend validation in Java. Theoretically, if JS passes, backend validation should also pass, but in practice, sometimes, it is not the case…
walv
  • 2,680
  • 3
  • 31
  • 36
0
votes
1 answer

What type of gestures or other controls do Windows Phone 8 apps typically use for deletion?

I'm an iOS developer who uses an Android device who has recently started Windows Phone 8 development. I have a LongListSelector in a Pivot control, and I want to give users the ability to delete items from the LongListSelector. What type of…
Kamaros
  • 4,536
  • 1
  • 24
  • 39
0
votes
2 answers

the same @media doesn't work on different sites

Here's the css code: @media (max-width:600) { body{ background-color:red; } } p{ color:blue; } The problem is that the @media part doesn't work at all. I tested it on 3 devices (including PC) and tried to change my browser's window…
goodmove
  • 51
  • 5
0
votes
1 answer

Single Page Application / Confused with the loading of main navbar's contents

I own a single page application implemented using AngularJs. Let's suppose my application has 2 pages, sharing the same main top-navbar. The navbar should display (among other things of course) the current number of unread messages addressed to the…
Mik378
  • 21,881
  • 15
  • 82
  • 180
0
votes
1 answer

how to add multiple items when there is single textbox

I am new to programming and I have a project to develop of a small shopping mall kind What I want to know is how to add multiple items since there is only a single Textbox for a single item but when there are multiple items how should it work 1)Is…
user3252479
  • 31
  • 1
  • 6
0
votes
1 answer

Bootstrap 3 popovers not moving along with elements

I am new to front end development and I am really seeking for the solution. Basically I have this input fields in the page and validated each of them using ajax. Now, if something is wrong with the texts inputted to the element, I returned a…
0
votes
1 answer

Is it worth developing a CPU intensive mobile app?

I am considering developing a poker robot to play against for mobile phones. Needless to say that this is a very CPU intensive application as confirmed by the prototype. What is the consensus on a CPU intensive mobile apps? Is it even worth…
alexm
  • 33
  • 5
0
votes
1 answer

Hotkey to give suggestion list of an instance's methods while coding

In general, I dislike it when Eclipse will give me suggestions of methods when I am typing objectInstance. (at which point the list drops down). Thus I have disabled this feature. However there are times when I want this suggestion list. Is there a…
user2763361
  • 3,789
  • 11
  • 45
  • 81
0
votes
1 answer

Is editing simultaneous data in database data really matter?

I worked at a inventory tracking web application. I got some problem when designing the user interface, especially editing purchase list. Here is the overview data structure of my Purchase table +------+-------+------+------+----------- | ID |…
David Aditya
  • 21
  • 1
  • 5
0
votes
2 answers

Android height width of all objest for all screen resolution

android height width of all object for all screen resolution of android devices : for example: 240px 320px 480px etc.. devices have different resolution. I need complete size list for all object like , button , icon, tab-bar, tab-bar-icon, top nav…
0
votes
0 answers

What is behind Basecamp user experience design?

Can any one tell what technologies are behind UX design of Basecamp? What makes its so rich UX on so simple UI? Is it just AJAX UX or a mix of more techs?
arxoft
  • 1,385
  • 3
  • 17
  • 34
0
votes
1 answer

Multiple Form Submission Wordpress

I have a form with validation, I need to prevent multiple form submission during lag time before redirect. Any ideas on how to do this while maintaing a good user experience?
NateShumate
  • 292
  • 1
  • 8
0
votes
1 answer

Handling dummy items in ObservableCollection

In my WPF application I need to implement the drag and drop functionality like windows explorer shell. I have had a look at canvas and it was pretty good but then since we wanted items to be aligned, went in to add dummy items into the…
Aster Veigas
  • 866
  • 3
  • 13
  • 34
0
votes
1 answer

Hide sections of the UI or backend functions from user in django application

I want to hide some section of interface from my django application. For example if I have a widget that shows some stats I don't want this widget to be appear on every user after they login to the site. I want to hide randomly. In addition lets say…
add-semi-colons
  • 18,094
  • 55
  • 145
  • 232
0
votes
2 answers

Highcharts make pie chart goal value only 50%

I am attempting to make my goal in the fiddle below any value other than 100%, but it will not accept my changes, it stays 100%. http://jsfiddle.net/erkin092/Yc3jF/1/ The code below is where i set the values type: 'pie', name: 'Goal', size:…
1 2 3
99
100