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

I suck at User Interface design. I've always concentrated on the design/coding/programming part and I want to know what books I can use to be better at designing User Interfaces in general and Web Interfaces in particular.

Thanks.

share|improve this question
Duplicate? Check out that link for a similar question. – Andy May 15 '09 at 12:13

closed as not constructive by Bill the Lizard Sep 28 '11 at 11:32

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.

13 Answers

up vote 12 down vote accepted

This is a good place to start: User interface design for programmers

share|improve this answer
thank you for pointing out to a single page with all the chapters! The version I found had each chapter on a separate page and link between the pages are broken... Joel, how is that possible in a series on usability? :) – Michael Mar 3 '11 at 1:00
It's almost ironic to see that Joel is writing about UX, have you use any of Fogbugz products :) – dr. evil May 17 '11 at 14:28

There are many great books on the subject, but I'd start with Don't Make Me Think, by Steve Krug.

share|improve this answer

I'm no a UI designer, but I've looked at

I'd google Jakob Nielsen he used to be quite up in the field.

share|improve this answer
+1 Since these are the exact two books I was lent when I asked the same question to my manager – Jacob Adams May 15 '09 at 12:18
+1 for dont make me think – solomongaby May 15 '09 at 17:13

Alan Cooper's About Face is excellent: http://www.amazon.com/About-Face-Essentials-Interaction-Design/dp/0470084111

share|improve this answer

You definitely have to check out David S. Platt's book "Why Software Sucks... And What You Can Do About It". Also check his website

I also recommend an oldie: "Design of Everyday Things" by Donald Norman. Not really about software development, but it still required reading if you're into designing anything.

share|improve this answer
Upvote for design of everyday things. Originally published as the psychology of everyday things. – Omar Kooheji May 15 '09 at 12:51

Joel Spolsky. Not only the book, but his blog.

share|improve this answer
linkage joelonsoftware.com – jasonk Mar 17 '10 at 14:36

We used the book The Resonant Interface in my HCI class in school. It does a fairly decent job of covering the basics of design.

share|improve this answer
I recommend avoiding this. At least, the edition we used was painful. It contained typos, factual errors, and overall confusing statements. It was one of three books used in my software engineering curriculum that I did not keep, and the only book that I sold back and didn't donate. – Thomas Owens Nov 28 '11 at 13:08

Paul Dourish: "Where the action is" Available to read online for free here

share|improve this answer

I learned a lot from listening to Dot Net Rocks show# 338: Mark Miller on the Science of Good UI

share|improve this answer

Ben Shneiderman's got a decent textbook which has a companion website.

You might also check out Saul Greenberg's excellent set of PowerPoint slides, esseentially "What is HCI", which bring up many issues you may not have thought about in design. His full set of lectures is available too.

share|improve this answer

I have heard good things of the book uriDium suggests: Interaction Design: Beyond Human-Computer Interaction,
and I can also recommend User Interface Design and Evaluation (Interactive Technologies) from personal experience.

share|improve this answer

I recommend - Don't Make Me Think, by Steve Krug and Filling in the blanks by Luke Wroblewski in the same order. Also you will find a lot of UI/UX guidance in smashingmagazine.com.

share|improve this answer

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