Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just ordered Steve Krug's "Dont make me think" off of Amazon, which I'm looking forward to.

I'm just curious to know what other books people have enjoyed on the topic of usability/design practices on the web.

Thanks!

share|improve this question
great book ;) i read it like twice and i learn a LOT from it. congrats – Ionut Staicu Dec 28 '08 at 20:39

closed as not constructive by casperOne Aug 9 '12 at 13:25

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

5 Answers

up vote 9 down vote accepted

It depends which area you want to read about. Design and usability involves many things. I have already written a long answer with many reading suggestions to a similar question. I've culled from there to give you a list of books, links, comments.

There are many aspects to design. Here are my recommending books on some key topics.

Fundamental design concepts. You should know about affordances, visibility, feedback, mappings, Fitt's law, poka-yokes, and more. I recommend:

Usability testing. Discount testing is easy and effective. But for many UIs, usability is hard to do well. You can learn the basics quickly, but good usability people are invaluable. If you want a book, the classic is

  • The Handbook of Usability Testing (Jeffrey Rubin). It's older but offers thorough coverage of lab-based testing.
  • Don't Make Me Think (2nd Ed) (Steve Krug). A popular starter book. I caution people about this one: Krug makes it sound easier than it is. But it is a good starting point. The user research books also cover this topic.

Paper prototyping. The fastest way to iteratively test an interface before you write code. Different from sketching and usability testing. The definitive book here:

Sketching designs. Sketching is fast way to explore design options and find the right design, whereas usability testing is about getting the design right. Paper prototyping is fast, cheap, and effective during the early design stages. Much faster than coding a digital prototype. The key text here is

Information architecture (IA). IA is about designing information spaces and structures to help people find what they want. Key topics include organization, navigation, labeling, search, and metadata. The best books here are:

Interaction design (ID). ID is closely related to IA. Where IA deals more with information structure, ID deals more with interactive processes. IA has been more web-focused, historically. ID has been more application focused. This is is roughly a design-oriented term to describe HCI, which is the more academic and computer-science based term.

share|improve this answer

The Non-designer design book is a good read on how to do a good page design.

Also you might want to check out this previous discussion: whats-the-best-book-about-web-usability-and-ui-design

share|improve this answer

Jakob Nielsen's (useit.com) books are pretty good.

share|improve this answer

Simple and Usable by Giles Colborne - ISBN 978-0321703545 - brief, beautiful and first-rate treatise on how to create simple experiences for users.

share|improve this answer

Check out my list of good recently published books related to web development:

http://www.riaguy.com/books/

share|improve this answer

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