Reddit Reddit reviews CSS: The Missing Manual (Missing Manuals)

We found 9 Reddit comments about CSS: The Missing Manual (Missing Manuals). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
CSS: The Missing Manual (Missing Manuals)
Used Book in Good Condition
Check price on Amazon

9 Reddit comments about CSS: The Missing Manual (Missing Manuals):

u/cuddles666 · 4 pointsr/web_design

CSS: The Missing Manual. Clear, concise, and a real gorram book.

u/attilad · 2 pointsr/webdesign

I was in the same boat as you last year. Over the Winter I read a few books that finally made CSS and the DOM click in my head; the two best were

CSS: The Missing Manual

jQuery Animation Techniques


If you have a Safari Books subscription, they're both available there!

u/snahor · 2 pointsr/programming

I like this book CSS: The Missing Manual

u/cheetah007 · 1 pointr/web_design

Thanks I'm going to order this book - CSS The missing Manual

Don't really feel confident enough just yet to tear up all my hard work and change it all to CSS. But i'll certainly give it a crack sometime soon...

If you can suggest any good books for total novices, that would be great!

Thanks again,
H

u/ClarenceCW · 1 pointr/learnprogramming

This book helped me go from wingin' it to actually knowing what I'm doing:

CSS: The Missing Manual

u/[deleted] · 1 pointr/programming

Head First HTML with CSS & XHTML is pretty good for the absolute basics, DOM Scripting for beginning JavaScript, and CSS: The Missing Manual for CSS.

By the time you finish working through those, the 2nd edtion of jQuery in Action should be out. I have the pre-release version through the publisher, and it's coming along well. You can make do with the 1st edition or even the online documentation is pretty good if you want to dive in before that.

If you're in the US at least, all these books should be available through your local library, or inter-library loan at the worst. Also, I think most if not all of them are in O'Reilly Safari, which is the best value in ongoing education out there at the moment.

u/drsco · 1 pointr/web_design

When I started, I picked up O'Reilly's Missing Manual for CSS. I found it really useful for getting my head around the concepts and quirks. Unlike w3schools or reference sites, the book actually presents the rationale behind CSS and the problems it is designed to solve. Work through examples with something like JSFiddle, so that you get instant feedback. After you get a feel for the basics, pick something you see on another website and try to emulate it.