Don't Make Me READ: Steven Krug's book Don't Make Me Think

| |

Don't Make Me Think: A Common Sense Approach to Web Usability (2nd Edition)

Recently, I started into a great, handy, and very attractive book called Don't Make Me Think. It's an easy-to-follow guide to creating usable interfaces on the web.

Ok, I have to admit. I say "recently," but really, the attractiveness of the book caught my eye while at FlashForward2006 a few months ago. I haven't even finished reading the book... It's not tough to follow at all, but with all that it covers, one thing it doesn't do is create pockets of reading time and bark at me to return to it when time does present itself.

You can click the image above to go straight to Amazon and snag a copy for yourself.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

workshop notes

Coincidentally, before seeing your post about the book, a friend had just sent me a link to someone's notes from Steve Krug's workshop. They're not as comprehensive as the book, but they offer a good overview/refresher of the material.

p.s. - Your WYSIWYG editor for comments is using gray text on a navy blue background, making it a bit hard to read/edit.

agreed wysiwyg is hard to read

My apologies about the blue on grey.. I tossed together this theme in short order for the public and overlooked the editor's colors-- and have been kicking myself every time I make my own posts :)

Thanks for the post and motivation-- I'll take care of it ... one day..

tinyMCE editor background takes on

Thanks again for the reminder to look into this. Turns out that TinyMCE rtf editor for Drupal inherits the site's body css background definitions, b/c it is itself an iframe and therefore complete html document. However, it does expose it's own .mceContentBody class on the body tag, so I was able to add this to the stylesheet:

body.mceContentBody { background: #d1d1ff url(); }