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.

Setting background colour of Android layout element

I am trying to, somewhat clone the design of an activity from a set of slides on Android UI design. …

android android-layout user-experience adt
ASP.NET MVC Custom Error Handling Application_Error Global.asax?

I have some basic code to determine errors in my MVC application. Currently in my project I have a controller …

c# asp.net asp.net-mvc error-handling user-experience
Easiest css for Facebook style "red" notifications

I need a facebook style notification, but getting something that looks nice cross browser seems tricky. For example, different browsers …

javascript html css user-interface user-experience
How to implement a blinking label on a form

I have a form that displays queue of messages and number this messages can be changed. Really I want to …

c# winforms controls usability user-experience
Save icon: Still a floppy disk?

I'm working on a project where the user is able to save their work (most likely to the HDD but …

user-interface icons user-experience
Android, How to make a transparent status bar correctly

I'm trying to make transparent status bar on Android 4.4+ I know how to make it transparent by defining my own …

android android-layout user-experience
Client-side "Feature Tour" (tutorial/instructional) overlay system?

Is there a system/framework in existence which focuses on providing tutorial / help like overlays in the browser? Example: You …

javascript overlay client-side user-experience
Hide traceback unless a debug flag is set

What is the idiomatic python way to hide traceback errors unless a verbose or debug flag is set? Example code: …

python error-handling user-experience
What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development?

What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development? BTB, link found below …

user-interface terminology user-experience
Scroll page on text input focus for mobile devices?

Im making a mobile optimised site with a text input which filters a list as you type. Its similar to …

mobile user-experience