Google finally has a 404 page that isn't ugly
11–20 of 113 posts
Re: Google finally has a 404 page that isn't ugly
#12View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
One image is inline, the other is a conventional file. I wonder why. Oh, and it validates indeed: http://validator.w3.org/check?uri=http://www.google.com/nota...
Re: Google finally has a 404 page that isn't ugly
#13View the source. All the css is inlined, the images are base64 encoded, and there's no closing tag. That's one efficient 404!
One image is inline, the other is a conventional file. I wonder why. Oh, and it validates indeed: http://validator.w3.org/check?uri=http://www.google.com/nota...
Re: Google finally has a 404 page that isn't ugly
#14Re: Google finally has a 404 page that isn't ugly
#15yea typo in the title !!1,
Re: Google finally has a 404 page that isn't ugly
#16You might have typed the URL incorrectly, for instance. Or (less likely but certainly plausible) we might have coded the URL incorrectly. Or (far less plausible, but theoretically possible, depending on which ill-defined Grand Unifying Theory of physics one subscribes to), some random fluctuation in the space-time continuum might have produced a shatteringly brief but nonetheless real electromagnetic discombobulation which caused this error page to appear.
Re: Google finally has a 404 page that isn't ugly
#17Earlier quoted context omitted.
Does every browser support base64 encoded images embedded in css?
I don't think the older ones do; however, I'm sure Google gives them a different 404 page (change your User-Agent to IE6 and see how different the search results HTML is).
Re: Google finally has a 404 page that isn't ugly
#18To be honest, I prefer the idea of a more intelligent 404 page. You'd think Google would have sufficient horsepower to make a good guess at what you might have been trying to find.
Re: Google finally has a 404 page that isn't ugly
#19Earlier quoted context omitted.
Also: href=//www.google.com/ Title is funny :) I think they could drop margin:0; padding:0 from css, default values in browsers won't change much for this type of page anyway.
`//www.google.com` will automatically translate the url to http/https depending on the requested protocol.
Re: Google finally has a 404 page that isn't ugly
#20Earlier quoted context omitted.
Also: href=//www.google.com/ Title is funny :) I think they could drop margin:0; padding:0 from css, default values in browsers won't change much for this type of page anyway.
`//www.google.com` will automatically translate the url to http/https depending on the requested protocol.