I love it when companies add a little personal touch to their 404 pages (though they're taking 'personal' to a whole new level here!)
I saw an incredibly great collection of creative 404 pages a few months back. I can't find the one I saw, though Fab404 (http://fab404.com/) has a bunch.
The site is tiny, which let's me be a little bit sillier than normal. Personally I think playfulness is the core of what it means to be a hacker, so I love this type of stuff :)
Am I the only one wondering if it was a prank on Justin? I think it's more likely that a coworker was being funny than Justin's desperate for a date :)
The problem with Groupon's unsubscribe page is that for all of their "please come back to us" they don't have a one step "Undo" button. I unsubscribed to watch the video and then had to re-go through the whole process of making an account again. I would be curious what the logs say about how many people started the re-subscribe process only to bail before they were done.
I actually can't stand Groupon's unsubscribe video. It feels like they're trying to guilt trip you into remaining subscribed. If I don't like your service, I don't want to be bugged by that when I'm just trying to quit.
I know this is off topic but beware of Mint. As they say, if you are not paying then you are not the customer.
EDIT: ooh -4, I guess ya'll REALLY didn't want to be warned. It was just intended as a friendly warning but in reality I don't care what you do, go ahead use Mint all you want then.
Am I the only one who finds the picture a bit disconcerting? It is mostly the kissy face pose. The photo seems so over the top that it just doesn't seem sincere.
A 404 means the server can't find what I asked for, can't tell me where it went, has no idea what I'm looking for. By definition, my browser shouldn't show me the content that was returned-- it knows it's not what I want!
If I get a 404 code, the page shouldn't change. The browser should just show a message indicating that that resource doesn't exist, include the reason message if it's something other than "NOT FOUND", and let me either try a different link or correct my spelling. If I clicked a link to get there, it could even set a style on the link to indicate the resource doesn't exist.
It's strange how much we're still living in the nineties. I wonder how many of the use cases of Ajax could be replaced by an intelligent browser using the existing HTTP standard?
The server does have one way of getting an idea of what you’re looking for: the URL you requested. I’ve seen 404 pages that search the site from a slug in the URL and display the search results. There’s usually not enough in the URL for it to be useful, but I think once a site found the page I was looking for like that.
Also, if the 404 link was from another site, now that you’re on the site with the missing page, you can at least click their navigation and try to navigate to the resource yourself. Like if you follow a link titled “buy red yarn” from knitting-patterns.com to buy-yarn.com/products/8221 and get a 404, you can click Store and search for “red” and thus find buy-yarn.com/store/2539.
The webmaster wanted you to see it. If browsers didn't show the content of a 404, webmasters would just send you the same "not found" page but with a 200 code, which would be even worse.
I don't really see a problem? I think the point is you wanted to go to foobar.com/naughtygirls but it's actually foobar.com/naughty-girls. At the very least, the 404 brings you to the right website, presumably, ideally with a coherent enough sitemap/navigation to get you to your desired place.
Though, I wonder how often 404s actually happen outside of people not properly setting up redirects. I imagine 95% of people just type in domains or use bookmarks.
[+] [-] chimeracoder|14 years ago|reply
I saw an incredibly great collection of creative 404 pages a few months back. I can't find the one I saw, though Fab404 (http://fab404.com/) has a bunch.
[+] [-] blhack|14 years ago|reply
And also 500: http://thingist.com/errordocs/500error.html
The site is tiny, which let's me be a little bit sillier than normal. Personally I think playfulness is the core of what it means to be a hacker, so I love this type of stuff :)
[+] [-] effigies|14 years ago|reply
[+] [-] sushrutbidwai|14 years ago|reply
[+] [-] blacksmythe|14 years ago|reply
[+] [-] ebun|14 years ago|reply
[+] [-] pdk|14 years ago|reply
[+] [-] davidhansen|14 years ago|reply
[+] [-] ComputerGuru|14 years ago|reply
[+] [-] MichaelApproved|14 years ago|reply
[+] [-] aaronbrethorst|14 years ago|reply
[+] [-] wtn|14 years ago|reply
[+] [-] icefox|14 years ago|reply
[+] [-] oconnor0|14 years ago|reply
[+] [-] josegonzalez|14 years ago|reply
http://seatgeek.com/404 (Image: http://d2o7bfz2il9cb7.cloudfront.net/main-qimg-e859ed4563650...)
[+] [-] goodweeds|14 years ago|reply
[+] [-] bostonpete|14 years ago|reply
[+] [-] guelo|14 years ago|reply
EDIT: ooh -4, I guess ya'll REALLY didn't want to be warned. It was just intended as a friendly warning but in reality I don't care what you do, go ahead use Mint all you want then.
[+] [-] chc|14 years ago|reply
[+] [-] LearnYouALisp|14 years ago|reply
[+] [-] vinhboy|14 years ago|reply
[+] [-] hendrix|14 years ago|reply
[+] [-] Aloisius|14 years ago|reply
And is that a sweater vest? Nice.
[+] [-] maratd|14 years ago|reply
[+] [-] Geekette|14 years ago|reply
[+] [-] hirojin|14 years ago|reply
[+] [-] yogrish|14 years ago|reply
[+] [-] bbrizzi|14 years ago|reply
[+] [-] rehashed|14 years ago|reply
[+] [-] hansy|14 years ago|reply
[+] [-] richardw|14 years ago|reply
http://xkcd.com/403/
http://xkcd.com/404/ <--
http://xkcd.com/405/
[+] [-] beaumartinez|14 years ago|reply
[+] [-] RobertKohr|14 years ago|reply
[+] [-] jspash|14 years ago|reply
[+] [-] sp332|14 years ago|reply
[+] [-] jdelsman|14 years ago|reply
[+] [-] emwa|14 years ago|reply
[+] [-] winston23|14 years ago|reply
[deleted]
[+] [-] Cushman|14 years ago|reply
A 404 means the server can't find what I asked for, can't tell me where it went, has no idea what I'm looking for. By definition, my browser shouldn't show me the content that was returned-- it knows it's not what I want!
If I get a 404 code, the page shouldn't change. The browser should just show a message indicating that that resource doesn't exist, include the reason message if it's something other than "NOT FOUND", and let me either try a different link or correct my spelling. If I clicked a link to get there, it could even set a style on the link to indicate the resource doesn't exist.
It's strange how much we're still living in the nineties. I wonder how many of the use cases of Ajax could be replaced by an intelligent browser using the existing HTTP standard?
[+] [-] roryokane|14 years ago|reply
Also, if the 404 link was from another site, now that you’re on the site with the missing page, you can at least click their navigation and try to navigate to the resource yourself. Like if you follow a link titled “buy red yarn” from knitting-patterns.com to buy-yarn.com/products/8221 and get a 404, you can click Store and search for “red” and thus find buy-yarn.com/store/2539.
[+] [-] eck|14 years ago|reply
[+] [-] gospelwut|14 years ago|reply
Though, I wonder how often 404s actually happen outside of people not properly setting up redirects. I imagine 95% of people just type in domains or use bookmarks.
[+] [-] jm4|14 years ago|reply
[+] [-] noja|14 years ago|reply
[+] [-] yarone|14 years ago|reply
[+] [-] CyrusL|14 years ago|reply
[+] [-] mindcrime|14 years ago|reply
[+] [-] Groxx|14 years ago|reply
This might just take the cake for my favorite 404 page ever.
[+] [-] alapshah|14 years ago|reply
[+] [-] tomlin|14 years ago|reply