Sign in
in
   
"It is the mark of an educated mind to be able to entertain a thought without accepting it."  -Aristotle

About Me

I am a co-founder of Notches, an early stage startup currently based in NYC. We are building a free, open reviews network that anyone can participate in and anyone can build on top of. You can find out more on our official blog.

Read more about my background.

Connect with me on...

<style> ul.padded li { padding-left: 5px; } </style>
<script src="http://api.notch.es/jscript/NotchesBadge.js"></script> <script>new NotchesBadge("My Reviews","tim",7);</script>

Recent Readers

<script src="http://pub.mybloglog.com/comm2.php?mblID=2006113020344226&amp;c_width=294&amp;c_sn_opt=n&amp;c_rows=2&amp;c_img_size=f&amp;c_heading_text=&amp;c_color_heading_bg=B7EOFF&amp;c_color_heading=1E4A6F&amp;c_color_link_bg=B7EOFF&amp;c_color_link=1E4A6F&amp;c_color_bottom_bg=B7EOFF"></script>

Flickr Photos

<script src="http://www.flickr.com/badge_code_v2.gne?count=6&amp;display=latest&amp;size=s&amp;layout=x&amp;source=user&amp;user=50409940%40N00"></script>
 

Browse by Tags

All Tags » Design » Slashstar » Programming » Blogging (RSS)
  • Creating a better 404

    Jeff Atwood rants about the typical 404 page , saying "the average internet user has no idea what 404 means or what to do about it. To them, it's yet another unintelligible error message from the computer. Most 404 pages are unvarnished geek-speak." Jeff lays out 5 ways to make the 404 error page better. Drop the 404 Yes, the HTTP response code is 404, but there's absolutely no reason that ever needs to be shown on the actual page. Error codes aren't helpful . A simple explanation of the problem in plain English is all that's required. Any 404 page that has the characters "404" on it, if not already an outright failure, is already well on its way to becoming one. Automatically notify you of the 404. Repeat after me: it is not the user's job to inform you about problems with your website . If you require the user to click a button to notify you about a 404, or if you require the user to fill out a broken link form, you have utterly failed your users...