Tagged Questions
6
votes
4answers
166 views
Partial success message when deleting items
In one of our applications, the user can select multiple items and delete as many of them as they wish in single click.
However, while processing this request there is some validation and ...
4
votes
2answers
672 views
Best Way to provide Notifications to user using Metro UI approach?
I'm a developer, not a designer or UI designer.
I'm developing a system and trying to use Metro UI concepts.
What is the best (or correct) way to provide a user notifications about errors using ...
6
votes
4answers
290 views
Should a confirmation of the style “Your message has been deleted” be green, yellow, red?
For success messages, I usually use green, for warnings yellow and for errors red. Now in the trash folder users can delete messages permanently and restore messages.
I got confused which color would ...
0
votes
1answer
96 views
Notification display time
What is the "thumbs up" duration time for displaying notification?
Context: mobile app which is a client for the REST web service. I'd like to show error notification for cases when connection is ...
3
votes
1answer
749 views
Alerts, notifications, (status) messages - looking for real practical examples [closed]
Are there somewhere real practical examples of texts for alerts, notifications and status messages? I thought of something like a library where you could search for an area and find ideas and ...
8
votes
3answers
401 views
Given CSRF protection, how can I deal with an extremely slow user?
We use a CSRF cookie on all of our forms that send data via HTTP POST. By default, the CSRF cookie out lives the session cookie by 2+ hours, in order to ensure it does not expire for users that still ...
1
vote
2answers
491 views
Why do error and success messages have a close button?
It seems really weird as they usually do nothing, only hide themselves. Is it a "turn a blind eye to problem in hope it goes away"?
I'm talking about inline status message like this one from ...
4
votes
3answers
539 views
best approach to notification/error message notifications
in the application i'm working on, there are 2 types of notifications:
Confirmation messages (successful action results) and Alerts (unsuccessful action results/errors and Session expiration prompts). ...
5
votes
2answers
335 views
What image and message use in the “Not found” page (404 error page) [closed]
I've seen the robot of Google, the creature that has Github. I think that is question of imagination and what kind of data manages your web app to design a custom image and the message to show to the ...
6
votes
4answers
661 views
What will be the Best notifications and error messages?
As a UI architect, I am always wondering about the best format to display errors and notifications to users.
Which of the following examples is the best format?
Name is required
Name cannot be ...