Do negative words impact UX?
I’m interested to know if using negative words impacts the UX.
Let’s say you have a headline for your website. Should you consider “We can help you” instead of “We solve problems” because the word “problems” is a negative on…
How do I handle errors in a children’s application?
I’m developing a children’s learning app for preschoolers where the basic idea is that the parent hands the device to the child, and is free to then leave the room. I anticipate, of course, that the app will run as expected; …
How do I handle errors in a children’s application?
I’m developing a children’s learning app for preschoolers where the basic idea is that the parent hands the device to the child, and is free to then leave the room. I anticipate, of course, that the app will run as expected; …
Textual search/ query
Writing a textual based SQL like search for documents. Close to a Westlaw syntax.
This search has a syntax error:
select field1, field2,, field3 from documents
Should I tell them the “,,” is wrong and make them fix it …
What are the best practices for saving? Incompatible errors vs user-input error?
I’ve been trying to set a standard for my team. Right now, I have it as when there is a system error there would be a toast
And when there is a user error, the field becomes red and there is an error message below the fiel…
What are is a best practice for saving? Incompatible errors vs user-input error?
I’ve been trying to set a standard for my team. Right now, I have it as when there is a system error there would be a toast
And when there is a user error, the field becomes red and there is an error message below the fiel…
Selecting easily distinguishable colors
I am writing a game and I need a choose a color for each player. The colors need to be easily distinguishable so that a human can identify the player by the color relatively easily. I need about 20 colors (the more, the bette…
Keeping users in context with modal window or shifting user to another page
I’m working on a UI that consists of a list of items that I have received. From this list I can click on the ‘pick list’ which is an enhanced cart/wishlist in this application. I currently have it designed as a modal window t…
Language selection screen – Should it be present Before or Within the Form?
We are building an application that allows a user/owner to create forms and get input from anonymous users (eg:- Customer satisfaction surveys) . And we recently introduced a feature that allows the user/owner to provide the …