Style Sheets Books
Related Subjects: XSL
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64

Used price: $1.17

Excellent as reference or teaching text.Review Date: 1998-11-03
Best CSS guide availableReview Date: 1998-11-13
Great book but...Review Date: 1999-03-26
The best style-sheet referenceReview Date: 1999-06-19
Waaay out of dateReview Date: 1999-06-17

Used price: $0.40

I just skimmed through in 5 mins, and I knew CSS thouroughlyReview Date: 1999-05-03
Gets you up to speed fast.Review Date: 1999-04-04
A Solid Quick Reference to a New Web ConceptReview Date: 1997-07-16
A good read, but longer than 10 minutes.Review Date: 1999-08-25


good book for a patient readerReview Date: 2008-03-21
i did learn a lot from reading it, and i did retain the information. however, i might bravely suggest that i could have done this anyway, even if the book contained prodigiously less reiteration.
i would have unreservedly given the book at least 4 stars if it had been more condensed. but that's how bad the repetition was in this book. it got pretty exhausting at times, for the reader.
for a future edition, i would recommend to the writer and/or editor to cut out all of the needless verbosity.
WonderfulReview Date: 2007-07-26
The author also takes time to talk about the differences in browsers and how each one presents the code. There are few things more aggravating to a web developer than having to deal with the various quirks of each browser. What looks great in IE may not look so hot in Firefox or Safari. And vice versa. The author cites various examples of this throughout the book, as well as "workarounds" for each "issue."
Another thing that makes this book so enjoyable is how the author goes through step by step instructions on how to achieve a particular style. This is one way to show how styles affect presentation.
It's amazing how powerful CSS has become over the last few years. There's a lot you can do with styles and Mr York has shown all web developers ways we can take advantage of this power.
One of the bests CSS booksReview Date: 2008-03-18
Congratulations to Wrox, and I expect that other books could be printed with same quality presentation.
Everything I was looking for in just one bookReview Date: 2008-05-18
I sat down with a stack of about 15 books on CSS, including the most popular listed on Amazon, and started thumbing through them to evaluate their content, organization, reference material, indexing, etc. I eliminated several books, and had a tall stack of possible books to one side when I opened this book. I was first struck by the simple beauty of the book layout. The material in this book is presented in an exceptionally pleasing manner, easy to read, and well punctuated with examples and graphics. Code is colorcoded so the reader can easily pick out the portions being described in the text, and followed by color photos of the actual screens resulting from the code.
The book is logically organized and includes the best and most comprehensive reference section of all the books I considered.
The topics are easy to read and clearly presented. There are exercises to do which allow the reader to actually test-drive the techniques described and accompanying code files are available on the website to go along with the book.
I was surprised to find one book that contained everything that I look for in a technical manual. Hurray! I didn't have to buy 2 or 3 books to cover all the bases.
Thank you Richard York.

Used price: $6.23

Great reference: perfect if it had illustrationsReview Date: 2008-04-17
The information on it is impeccable and serves as a great resource for those who what they are looking for (think of it as a dictionary). However, if you are clueless about CSS and want to learn from scratch, look elsewhere (his title CSS Web Site Design Hands on Training (Hands-On Training) is a very good starting point) as there are no concessions made her for newbies nor any illustrations to help you visualize the impact that changing things in a CSS expression can have.
best cheat sheet out thereReview Date: 2008-03-24
Handy and complete referenceReview Date: 2007-10-23
Chapter 1. CSS Pocket Reference
Section 1.1. Conventions Used in This Book
Section 1.2. Safari Books Online
Section 1.3. Adding Styles to HTML and XHTML
Section 1.4. Rule Structure
Section 1.5. Style Precedence
Section 1.6. Element Classification
Section 1.7. Element Display Roles
Section 1.8. Basic Visual Layout
Section 1.9. Floating Rules
Section 1.10. Positioning Rules
Section 1.11. Table Layout
Section 1.12. Values
Section 1.13. Selectors
Section 1.14. Pseudo-Classes and Pseudo-Elements
Section 1.15. Property Reference
Section 1.16. Tables
Section 1.17. Paged Media
Section 1.18. Dropped from CSS2.1
Section 1.19. Visual Styles
Section 1.20. Paged Media
Section 1.21. Aural Styles
Index
CSS Pocket ReferenceReview Date: 2007-12-25
The author, Eric A. Meyer, thoughtfully provides a basic CSS primer in the first 33 pages of the reference.
A must have, go anywhere, reference for every web page author/designer.

Used price: $31.45

great for what it isReview Date: 2008-06-01
A very EXCELLENT reference book on CSSReview Date: 2008-07-20
So, when I saw the pre-announcement of this book I immediately ordered a copy. Since recieving and using the book I am not dissappointed. The book is a thorough "reference" treatment of all aspects of CSS. I keep it close by while working on websites (along with a copy of "The Ultimate HTML Reference").
It is what it is...Review Date: 2008-06-03
I have become a big fan of the Sitepoint books. I own, "The Principles of Beautiful Web Design" and "The CSS Anthology". There are other books by Sitepoint that I will be buying.
This reference does help, if you forget what certain selectors are used for, or if you need a selector to help with your development.
I wish it did provide more insight into tips on how to use the selectors with examples. Which there aren't many of them. But, I guess that's what the other books are for.
Think of this as a dictionary for CSS.
The Ultimate CSS ReferenceReview Date: 2008-06-18
sitepoint has long been my favorite web publisher of books and nothing has changed with this release. A solid release albeit a different one from what has been released in the past.
***** RECOMMENDED

Used price: $4.30

Eases the TransitionReview Date: 2005-06-06
This book is different. It starts with the presumption that you are already an HTML programmer. In fact you are probably running a site that has a few hundred pages on line and you don't want to go redo the whole thing. This book starts with a fictional web site that uses good HTML 4.0 as was proper in the late 1990's. It's a typical site with lots of tables within tables as was the style of the day.
The first thing that he does is go re-write the HTML into XHTML, removing the commands that handle the style of the presentation. Going to XHMTL is a pretty straightford thing, but without the style aspects you have a pretty dull page.
Second he says let's use CSS to make the page pretty once again. Since you've seen the pages. And you've looked at the HTML that generated them, the task is a conversion, not a design the page problem. This probably matches your real problem a lot better than the way most books cover the subject.
Third is the first word in the title: Accessible. There are now laws coming into effect that say a web site should be accessible to people with various disabilities. What does this mean, and how must you think about page design to make the site accessible?
Finally there is a chapter on what's coming. The web is dynamic and the rules are still changing. This chapter covers the things that are being considered, designed, or discussed about in the committees that make the rules. This is what you will be having to learn next.
Goes beyond and explains it allReview Date: 2006-01-25
This is an easy book to read but it takes some time as it educates you about related topics that you might want to know about.
Not only do you get to learn XHTML and CSS but you also get to update a website the publisher provides to put your new skills to practice and make sure you get it in your head. It also makes a good reference book as it explains CSS properties in detail and their values.
Now adays accesibility is a key tool for websites and that's what you'll learn at the end of the book.
I recommend this book to anyone who already knows HTML and has written websites in HTML (if you dont, dont buy this book to start with) that is willing to take their skills to the next level.
Accesibility or notReview Date: 2005-11-25
Unfortunately, the finished site does not magnify without the page objects loosing there relative positioning to one another. This makes the page look like a scambled jig saw puzzle. I tested in Firefox 1 and the 1.5 beta version. IE 6 limits what you can do with magnification, so ive stopped using it. Opera magnifys beautifully.
I have tried raising the question as to whether this is an issue with the underlying code that the book promotes or is it a browser issue? No response (over a month at time of writing this) from publisher other than to confirm that the forum is 'live'.Really.
Im disappointed and can only rate as 3.


Great Reference Guide for any DeveloperReview Date: 2008-04-26
For the Serious Web DeveloperReview Date: 2005-03-29
Great time-saverReview Date: 2005-02-01

Used price: $3.65

Awarded "BEST BOOK " award for 2002Review Date: 2003-01-04
Need we say more.
Repackaging of Some Long-in-the-Tooth TitlesReview Date: 2002-05-21
Some of these titles are definitely looking a bit long-in-the-tooth ("Information Architecture for the World Wide Web" was published back in early 1998, and the "Cascading Style Sheets" title is looking a lot less "definitive" in the two years since it first came out). In fact, with the sole exception of the book included with this CD pack, all of the books are at least a year old, limiting their usefulness. Can you say "retread"?
The ActionScript title is good but I would have preferred a more generally-applicable book instead, like, say O'Reilly's recent book on JavaScript...
Still, having all of this info at your fingertips in a CD-ROM format is genuinely useful -- the search feature is fast and accurate -- more so than you're likely to get when looking up the same keyword on a major search engine. So far I've found the XHTML title and the Web Design in a Nutshell (which is the "book" included in this package) the most-referenced titles, the latter in particular an excellent (and relatively recent) publication.
Contains six different, complete guidesReview Date: 2002-02-09

Used price: $5.97
Collectible price: $12.95

Fun book to sight-read!Review Date: 2007-05-17
Octave LifestyleReview Date: 2004-07-17
Look at it from their perspective: forced to sit on folding metal chairs, usually in a church's rec-room on a Saturday, listening to semi-skilled seventh-graders bungle their way through countless renditions of "Greensleeves" and AM radio-style feel-good tunes.
When it's your turn on the bench, blow them through the back wall with startling adaptations of popular Hollywood film songs!
You might not think that an instrumental version of Huey Lewis' song from "Back to the Future" would be something people would enjoy, but you would be WRONG! "That's the Power of Love!"
And you can't even imagine the applause you'll receive if you double-up for a medley of Aerosmith's obscure, underplayed song from "Armageddon" and "Somewhere Out There" from the Fievel movie.
Lull them into a stupor with the repetitive "Harry Potter" jingle, then make them shaken, not stirred, when you crank into some 007 action!
Now then, how to close out the show? Sting always likes to leave his audience on a subdued note (hence his tendency to play "Fragile" for the encore), so you may want to follow this philosophy by playing the song from "Lord of the Rings" (even though it's not the boring one by Enya). Or, you can leave 'em on their feet clapping with some old-school '70s action: "Stayin' Alive, Stayin' Alive" ah ah ah ah "Stayin' Aliiiii-iiiiii-iiiiiiiiiiiii-iiiive"!
NOTE: "Axel F," the "Jaws" theme, and that keyboard-thing from "Top Gun" are not included, because everybody already knows how to play them.
This book will also come in handy if one of the weird girls in your class makes a misguided effort to regale high-school students with her stirring performance of "Wind Beneath My Wings" and asks you to play the accompaniment.

Used price: $17.48

Excellent reference book - highly recommend itReview Date: 2008-05-14
Note that this book isn't good for learning the basics. Rather, it is useful reference once you know the basics and need a source that tells you authoritatively that this such and such tag (e.g., 'p') does or doesn't support such and such attribute (e.g., 'padding') - fyi, it doesn't, except thru the 'style' attribute.
If that's what you need, then this is what you should buy.
Amazon is conning you.Review Date: 2008-03-07
Watch out. Though Amazon has it covered by the "look inside", the book entitled only HTML is the 3rd edition of a book that is in it's sixth Edition. Amazon has combined all the reviews for all the editions. This should not be done!!!!!!! I have always felt comfortable buying from Amazon, no longer. I did have a seller (ordered through Amazon)send me this edition for the full price of the 6th. He got the sixth to me, but it took my time to get it corrected. The 3rd edition is probably not even worth the $10 for the used edition, but is certainly not worth the $20 for the new. Don't be fooled! I can't believe Amazon is stooping to this sort of a con. The most serious problem is that much of what you learn in this edition is being put out to pasture in the next 5 years.
There is a World Wide Consortium that is trying to standardize language and browswers. HTML is being replace in the interim with XHTML and eventually XML. A new, more powerful, formating language, CSS, Cascading Style Sheets, is replacing any formating in HTML.
Many of the reviews you see are for the 6th edition. It does have errors (it doesn't stick to the more stringent XHTML as it should, and the redundancy is annoying. Castro's is annoying in that she sectionalizes the code and it's not clear at first what she's doing. I haven't yet seen the others that are offered.
A Reference Book, not a TextbookReview Date: 2008-02-16
I use it everyday - the older versionReview Date: 2007-09-29
Yup, it's definitive (complete)Review Date: 2007-06-08
Related Subjects: XSL
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64