Color picker for temperature/intensity adjustable light
I’m designing a color picker for intensity and color temperature on a lamp, where the user can adjust the intensity on the vertical axis and the color temperature on the horizontal axis.
Is this a good design pattern? What would be the bet…
share this post : )
What are the barriers to developing a UX culture? [closed]
In a recent question about measuring the embeddedness of UX practices in a company, I suggested the Feijo Maturity Model. How to assess how embedded UX is in an organization or team?
If we assume that this model makes sense, what are some…
share this post : )
Would this approach to prompting the user to be added to a mailing list be received well?
When the user signs up for an account, as is common, there’s a prompt for them to select whether or not they want to receive email regarding news about the app (changes, events, etc). Obviously its beneficial to be able to stay in touch wi…
share this post : )
Best UI pattern to group multiple uncategorised items (i.e. questions)
Problem: User has an ability to add x number of questions (uncategorized questions). Normally, user adds 2 – 5 questions. However, the problem is when the user add more than 10. The tricky part that I haven’t thought of how to implement is…
share this post : )
p2p web application, terms and icons to distinguish caller from callee?
I’m working on a web application which uses web rtc. Peers can connect to other peers. The interface will change quite a bit depending on who is the caller vs. callee.
What are appropriate terms and/or icons to notify the current user…
share this post : )
Reset password, appropriate response if email doesn’t exist?
It is common on login forms to see “Email or password is incorrect” when the user types in their account details incorrectly instead of just “password is incorrect”. This is, for among other reasons, because it is a security vulnerability …
share this post : )
User Experience Design vs Design Thinking: What’s really the difference?
I’ve been hearing a lot of talk about “Design Thinking” as a “thing” but every time I look up information on it, it seems to be exactly what we do in UX design but just in other areas.
A definition floating out there is “Design Thinking …
share this post : )
Are Germans a different kind of human?
My title is facetious, but my question is serious:
I’m being told by a client’s business-analyst team that Germans WANT to read every detail on a website and WANT to read every word in a contract—more so than people from other cultures.
…
share this post : )
How to allow two actions per list item?
I’m developing a mobile application which function is basically to let the user fill in forms. What forms and how many different forms varies per user.
Obviously, the primary function of the app is to let the user create a new registrati…
share this post : )
Where to put logout in an Android app?
I have an app that relies on a particular web service. It can’t be used without login in, so the first screen users see is the login screen. Until recently I didn’t thought that users would ever want to log out, but indeed that can happen …