Top "User-experience" questions

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.

Possible to detect if a user has multiple tabs of your site open?

I'm just thinking about the whole site registration process. A user goes to your site, signs up, and then you …

javascript browser tabs user-experience
Creating base PSD to design Android App UI for mdpi, 320/480px device

I'm starting my first Android Phone design work. I have some experience with iPhone, iPad design but Android is totally …

android user-interface user-experience psd
JavaScript in <head> or just before </body>?

I am about to embark on a new web project and I plan to put some JavaScripts in the <…

javascript html firefox user-experience
The best way to change favicon in browser

I have a web application that's branded according to the user that's currently logged in. I'd like to change the …

javascript user-experience favicon visual-effects
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 …

angularjs user-experience
What is a better way to sort by a 5 star rating?

I'm trying to sort a bunch of products by customer ratings using a 5 star system. The site I'm setting this …

sorting statistics user-experience rating bayesian
How to set initial values for NSUserDefault Keys?

I want to set some initial values for my NSUserDefault keys so that the first run of the app has …

ios plist nsuserdefaults user-experience
Make a wizard like application in Android

Which you think is the best way of doing a wizard like application (user can navigate between screens with a …

android user-interface wizard user-experience
How long should you debounce text input

Lets say we have a simple example as below. <input id="filter" type="text" /> <script> function …

javascript user-interface user-experience
Only request geolocation information in response to a user gesture?

I just updated to Chrome 64 and started noticing this message in our webapp: [Violation] Only request geolocation information in response …

javascript google-chrome-devtools user-experience