views:

607

answers:

15

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.

+12  A: 

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

Naveen
+8  A: 

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.

danswain
+1 Since these are the exact two books I was lent when I asked the same question to my manager
Jacob Adams
+1 for dont make me think
solomongaby
+10  A: 

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

Mark Freedman
A: 

Duplicate? Check out that link for a similar question.

Andy
I would argue that these are different. That question was about web design from a graphic design standpoint. This question is for books from a usability standpoint
Jacob Adams
You're right. Link updated to be hopefully more useful.
Andy
+5  A: 

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

Don Dickinson
+2  A: 

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

Slim
+1  A: 

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

smok1
linkage http://www.joelonsoftware.com/
jasonk
+1  A: 

I have heard good things of the book uriDium suggests, and I can also recommend this book from personal experience.

Daan
+2  A: 

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.

LeonZandman
Upvote for design of everyday things. Originally published as the psychology of everyday things.
Omar Kooheji
+1  A: 

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.

DMMcKinnon
+1  A: 

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

Omar Kooheji
+1  A: 

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.

Alex Feinman
+1  A: 

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.

Ashwin Prabhu