35
votes
6answers
2k views

How can I highlight errors when bright red is the main color of the brand?

I'm working on a mobile website for a client whose main brand color is red. The website header and headings are all red. CTA buttons are red too. How can I effectively separate errors (mostly in form ...
3
votes
2answers
96 views

Generic or dedicated error pages

The most common errorpage is the 404 error. Right now we are working on a website for a big client with several country websites. My idea for http errors is: One generic page which appologies for ...
2
votes
2answers
68 views

Do we need to indicate that an activity that ran very quickly didn't error-out immediately?

We have a system that has a few maintenance activities that run very quickly (less than a second). Problem is, when users look at the log file for the system, seeing an activity that ran for 0 seconds ...
9
votes
3answers
242 views

Should we be optimistic or pessimistic with UI updates on AJAX requests?

We are discussing in our team how best to handle UI updates after a user does something to cause an AJAX request to the server. Here are options we are considering: Instantly update the UI and ...
20
votes
4answers
10k views

How to create a useful 500 internal server error page

I'm trying to create a useful HTTP Error 500 Internal server error page and the recommendations I have found and the live examples I have stumpled upon use a very simple layout. They basically ...
4
votes
3answers
132 views

How do I inform the user a component has stopped working?

This is my design challenge: The idea is to have a separate component integrated into a website, displaying data retrieved from another system. When a problem occurs with this other system, we are ...