vote up 4 vote down star
7

What books about web user interface design can you recommend?

I know, the technology behind a web site does not really matter for the UI design. But as I'm using ASP.NET, ASP.NET AJAX and jquery, it would be a plus if the book contains examples using these technologies.

flag

65% accept rate
Just a quick suggestion - stay away from ASP.NET AJAX. It doesn't scale well. – Mike Robinson Feb 5 at 15:47
jQuery and YUI are good alternatives – Chris Ballance Feb 5 at 15:54
@Mike ASP.NET AJAX works fine for some things and not so great for others, just like any other tool. It plays a big part in RAD for certain functionality. – Rex M Feb 5 at 16:02

9 Answers

vote up 8 vote down check

I own copies of all of the following and have found them very helpful; have lent them out to others and gotten lots of positive feedback.

Don't Make Me Think - Krug

Defensive Design for the Web - 37signals

The Design of Sites - Duyne, Landay, Hong

Designing the Obvious - Hoekman

The Elements of Graphic Design - White

Grid Systems - Muller-Brockmann

Designing Web Usability - Nielsen

link|flag
+1 on Don't Make Me Think. It made me think about it. – Lieven Feb 5 at 15:46
vote up 2 vote down

The Design of Everyday Things by Don Norman

Why Software Sucks, and what you can do about it by David Platt

link|flag
vote up 0 vote down

I agree with Rex. Don't Make Me Think by Steve Krug

link|flag
vote up 2 vote down

There's a new book to be released: Designing Web Interfaces. It looks pretty interesting based on few blog posts: 12 Standard Screen Patterns and 30 Essential Controls.

link|flag
vote up 1 vote down

I was given a copy of The Zen of CSS Design and so far it's been a good read.

link|flag
vote up 0 vote down

Gui Bloopers 2.0: Common User Interface Design Don'ts and Dos by Jeff Johnson is a good list to get you thinking.

Not a book, but an interesting "UX Patterns" site: Quince

link|flag
vote up 0 vote down

I really liked Web Form Design by Luke Wroblewski.

link|flag
vote up 0 vote down

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

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

link|flag
vote up 0 vote down

A pretty good book I would recommend: "Pro CSS and HTML Design Patterns" by Michael Bowers. It provide the basic blocks to build on with proven cross browser patterns.

link|flag

Your Answer

Get an OpenID
or

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