up vote 5 down vote favorite
2
share [g+] share [fb]

What real-life error web pages have you seen that have really impressed you AND would be genuinely useful to all types of users (savvy,novice,laid-back,frustrated,etc). Why were you impressed by the error?

link|improve this question
feedback

closed as not constructive by bemace, Mark Elliot, Gilles, Bill the Lizard Jul 12 '11 at 13:21

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

5 Answers

up vote 4 down vote accepted

Check out this page and you will know how to create proper 404 pages :)

link|improve this answer
feedback

Not exactly professional, but it gets the point across: http://www.thecenter2000.com/last/

link|improve this answer
feedback

It's not just web pages, but About Face (Alan Cooper's book) has a good section on error message. Something like:

  • What happened. In laymans terms.

  • How does this effect the user. Did they lose data? Just an annoyance?

  • What they should do now (reboot, try again etc)

And put the techo info in a hidden area (ie, click here to get the propeller head version)

I did this for a project in WinForms and it worked well, tho we didn't get much feedback from the customers (tho they didn't moan either)

link|improve this answer
feedback

Stackoverflow :) getting an error when using my claimID,...

the good thing I read on the error message/site was that this was NOT my fault, and its due to an internal error (and optional contact was there too)

why I think this is impressing?

there are thousands of sites, where you get an error and it just states "404" or "error, try again" - no word if I may doing something wrong or internal problems or, or...

link|improve this answer
feedback

The Firefox extension "Resurrect Pages". This replaces Firefox's standard error page, which is fairly informative but only marginally useful, with a page that is just as informative but also gives the user some tools to help work around the issue.

http://trac.arantius.com/wiki/Extensions/Resurrect#Screenshots

EDIT: Yes I know it's not a webpage itself, but there's no reason an actual webpage couldn't be at least this nice and helpful.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.