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

What is the best book about Webdesign and mainly CSS that you would recommend for starting webdesigner.

Is there any bible like The Art of Computer Programming or Code Complete for webdesign?

Does anybody know some video tutorials for Photoshop used for webdesign?

share|improve this question
Do you want to know about design or do you want to know about the technical aspects of building a Web site? Most books don't teach both. They'll either tell you how to code a Web site, or they'll teach you how to design one, but not often both. – Chuck Apr 5 '09 at 3:28
I'm talking only about design, since there are tons of articles which teach how to code a site, but very few that teach how to create the design in the first place. – Jakub Arnold Apr 5 '09 at 9:34

closed as not constructive by Bill the Lizard Mar 14 '12 at 17:36

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.

10 Answers

up vote 16 down vote accepted

If I had to choose just one book to give to any web designer, it'd be Steve Krug's Don't Make Me Think. Although some of his arguments may seem obvious, every time I pick the book up for a refresher I find that I am making the same mistakes in my interfaces. Krug thoroughly lays out the unique usability challenges of designing for the web.

edit: If you're looking for a book that will take your designing to another level, don't. The best way to improve is opening up Photoshop and getting to work. Not just websites, but business cards, logos, posters, packaging... do it all and soak it up. I can't stress enough how important it is to get exposed to a variety of styles and forms of design.

If you want reading material, I recommend these blogs and websites:

share|improve this answer
"Don't Make Me Think" is really good. – Rui Carneiro Apr 5 '09 at 1:48
1  
What an awesome book, thanks [Clicks 'add to basket'] – Dal May 8 '10 at 18:39

In addition to the already mentioned "Don't Make Me Think" (which is not only informational, but entertaining), I would recommend "Non-Designer's Design Book" by Robin Williams and "Designing Web Interfaces: Principles and Patterns for Rich Interaction" by Bill Scott and Theresa Neil. If you are particularly challenged at design, which most of us are, the first book can help you to turn from awful to more-or-less decent. The second book is helpful in the way it explores and explains the most common patterns in modern web design. These three books will help you better understand general design principles, design approaches applicable to web development, aspects of web development, and usability (to be a good web designer you need to master all these and probably more).

Regarding CSS, I did not read these but "Head First HTML with CSS & XHTML" by Eric Freeman and Elisabeth Freeman and "CSS: The Missing Manual" by David McFarland seem to have mostly positive Amazon reviews.

I would recommend subscribing to blogs that focus on design and web development, such as

just to name a few.

Also, watch MIX09 presentations that focus on design and user experience (UX). Many of them provide references to very good resources.

Here are some Photoshop resources:

share|improve this answer

Smashing Magazine.com is a good start. You will find tutorials, tips, examples, etc. It's a good feed to have in our google reader =)

share|improve this answer
I have a hard time taking that site seriously when it scores 45 in YSlow: 13 external JS files, no ETags, lots of HTTP requests, lots not gzipped, etc. – cletus Apr 5 '09 at 1:55
Almost articles in SmashingMagazine are not original content. It's just good material from someone else. – Rui Carneiro Apr 5 '09 at 2:00

For the graphical and user experience design I would second the recommendation of Don't Make Me Think: A Common Sense Approach to Web Usability by Steve Krug and add a recommendation for Visual Design for the Modern Web by Penny McIntire.

For the technical aspects of implementing your design with HTML and CSS I would recommend CSS: The Missing Manual by David McFarland

For Photoshop, if you check your local library you are likely to find the Classroom in a Book series for the Adobe products. These are excellent and usually have CD tutorials.

share|improve this answer

Krug's book is great. Also, check out Web Design for ROI and Designing the Moment.

share|improve this answer

Lot's of good suggestion's here that I won't echo. I do want to add Web Pages That Suck! Yeah, I'm sick ...

share|improve this answer

I work at a web design company and the first thing they had me read when I arrived was "Don't make me Think." It doesn't matter how good you are at Photoshop if no one can navigate your site and they all bounce. Remember, 40% of clicks on the internet are on the "back" button.

share|improve this answer

If you are interested in design theory, then here is a concise collection of web design theories from tutsplus : Web Design Theory

share|improve this answer

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