Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Smashing CSS: Professional Techniques for Modern Layout (Smashing Magazine Book Series)
 
 

Smashing CSS: Professional Techniques for Modern Layout (Smashing Magazine Book Series) [Kindle Edition]

Eric Meyer
3.9 out of 5 stars  See all reviews (22 customer reviews)

Digital List Price: £25.74 What's this?
Print List Price: £24.99
Kindle Price: £6.74 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £18.25 (73%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £6.74  
Paperback £19.24  


Product Description

Product Description

PROFESSIONAL TECHNIQUES FOR MODERN LAYOUT

Smashing CSS takes you well beyond the basics, covering not only the finer points of layout and effects, but introduces you to the future with HTML5 and CSS3. Very few in the industry can show you the ins and outs of CSS like Eric Meyer and inside Smashing CSS Eric provides techniques that are thorough, utterly useful, and universally applicable in the real world. From choosing the right tools, to CSS effects and CSS3 techniques with jQuery, Smashing CSS is the practical guide to building modern web layouts.

With Smashing CSS you will learn how to:

  • Throw elements offscreen/hide them
  • Create body/HTML backgrounds in XHTML
  • Usemore than 15 layout techniques including clearfix, two/three simple columns, faux columns, One True Layout, Holy Grail, em-based layout, fluid grids, sticky footers, and more
  • Use a variety of CSS effects including CSS popups, boxpunching, rounded corners, CSS sprites, Sliding Doors, Liquid Bleach, ragged floats, and more
  • Apply CSS table styling including using thead, tfoot, and tbody, row headers, column-oriented styling (classes); styling data tables with jQuery, tables to graphs, tables to maps; and more
  • Use CSS3 elements including rounded corners, multiple backgrounds, RGBA, using jQuery to do CSS3 selections and so much more.

Eric Meyer is an internationally recognized expert on the subjects of HTML, CSS, and Web standards, and has been working on the Web since 1993. Smashing CSS is for developers who already have some experience with CSS and JavaScript and are ready for more advanced techniques.

Smashing Magazine (smashingmagazine.com) is one of the world's most popular web design sites. True to the Smashing mission, the Smashing Magazine book series delivers useful and innovative information to Web designers and developers.

About the Author

Eric Meyer is an internationally recognized expert on the subjects of HTML, CSS, and Web standards, and has been working on the Web since 1993. Smashing CSS is for developers who already have some experience with CSS and JavaScript and are ready for more advanced techniques.

Smashing Magazine (smashingmagazine.com) is one of the world′s most popular web design sites. True to the Smashing mission, the Smashing Magazine book series delivers useful and innovative information to Web designers and developers.


Product details


More About the Author

Eric A. Meyer
Discover books, learn about writers, and more.

Visit Amazon's Eric A. Meyer Page

What Other Items Do Customers Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

Most Helpful Customer Reviews
7 of 7 people found the following review helpful
By Mr. T. Anderson TOP 500 REVIEWER
Format:Paperback|Amazon Vine™ Review (What's this?)
Eric Meyer is a true CSS expert; he has worked on CSS at the W3C and currently runs the busy css-discuss discussion list; he is also a good writer with a sense of humour, and it was his O'Reilly book CSS: The Definitive Guide that made sense of CSS for me for the first time ten years back. CSS has changed a lot since then, so I was keen to read this new title.

The problem with CSS is that it can be puzzling and counter-intuitive; there is a lot to get your head around, which makes a book like this really useful if you need to understand it - and if you do web design and layout, you do need to understand it. There is also the tricky issue of cross-browser compatibility, and I like the way Meyer is pragmatic and realistic in his advice.

That said, this title is NOT an introduction to CSS, nor is it a complete guide. The introduction makes it clear:

"This book contains close to 100 tips, techniques, tools, and tricks for making great Web sites using CSS. Each of them is meant to stand on its own: you can flip to any random page and just read what you find there."

In other words, this should not be your first book on CSS unless you are already familiar with it, but is a good second or third book on the subject.

Smashing CSS is in three sections. The first is called Fundamentals and kicks off with a survey of browser-based CSS tools. It really gets going with the second chapter on CSS selectors: a must read.

The second section is called Essentials, and begins with a chapter of tips with good stuff on element visibility and list designs, followed by another must-read chapter on layouts.Chapter 5 is on effects, including the inevitable tip on rounded corners (but better done than most), as well has how to make tabs, float text round curves, and more.

The third section is called Cutting Edge and has a chapter on tables and graphs, followed by one on techniques you can use in the near future, such as alpha transparency and 2D transforms. Actually you can use these techniques now, if you are willing to accept that only recent browsers will be supported.

I am a big Eric Meyer fan and enjoyed the book, though like any collection of tips and techniques, there is no guarantee that it will solve your particular problem. I treated it as a series of expert sessions, and learnt as much from the little asides and comments as from the core content.

It is also worth noting that Meyer is not a designer and his expertise is on the theory and mechanics of CSS rather than making web pages look fantastic. If you need design examples, look elsewhere.

The book is illustrated in colour throughout and printed on high quality semi-glossy paper; I found the pages a bit too shiny, to be honest, but that is nit-picking.
Was this review helpful to you?
7 of 8 people found the following review helpful
By Andy
Format:Paperback
This is a good book to read if you already have a basic understanding of how to use CSS to layout web pages. You should at least know how to link to external style sheets and be able to change a range of elements' properties. These basics are not covered in the book. If you are looking to develop an understanding of specificity, IDs vs classes, CSS grids and layouts, floats, styling child elements... then this is for you. If you have never heard of these terms, then I'd suggest you look for something more basic.

The book itself is very appropriately printed in full colour, as you really need colour in order to test and understand how CSS styles work. Explanations are clear and concise with adequate examples of CSS code with corresponding images of the browser output. You could use this book as a reference book to address specific issues as they become relevant to you.

I chose this book because Eric Meyer is (as it says on the back cover) an "internationally recognised expert on html, css and web standards" - which is certainly true. My reasoning is that he is in a position to provide an overview of many of the core CSS design issues that a novice web designer has to understand. I have not been disappointed.

In summary, I'd say that the book achieves its aims at developing an "advanced beginner to intermediate" user's knowledge and understanding of CSS.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
By R. Tait VINE™ VOICE
Format:Paperback|Amazon Vine™ Review (What's this?)
There's no long introduction to CSS and 'web standards' here; the book dives directly into the good stuff. It's all practical techniques for direct results, with straightforward explanation. For example, there's multiple techniques for layouts and clearfixing. There's very precise discussion about attribute selector, as ID vs class, ID with class, and multiple classes. As a practicing web designer, it's stuff I've figured out over many months, but it's great to see it all explained head on. None of this is surprising as Eric Meyer is the 'godfather of css' in the web community.

I'd definitely recommend this to all aspiring and practicing web designers and developers. I'd love to have had this years ago.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Great CSS book
This is a great book for learning about styling with CSS. My job involves some UI work every now and then so I have a bit of experience of using CSS but I found this book brilliant... Read more
Published 1 month ago by D. Gibson
Not for beginners.
I first tried to get to grips with the contents of this book with no prior experience of CSS, and expecting an introduction and a beginners' crash course... Read more
Published 1 month ago by Guitar Heroine
Smashing CSS: Professional Techniques for Modern Layout (Smashing...
Item exceedingly and fascinatingly SUPERB to grips !!!!!
Besides advanced introductory levels of CSS, it takes you to the underground levels secrets of it and even justifiably... Read more
Published 4 months ago by J.L
Clever tricks by css grand master
Eric is like the Tony Hawk of css - coming up with new ways to flip over and whatnot, and that's very impressive, but that makes his book a good book to have in addition to your... Read more
Published 5 months ago by Mr. Richard I. Calvert
Not Much Help!
Eric Meyer is a propeller head: which is immediately apparent the moment you start flicking through the pages. Read more
Published 5 months ago by Chris Carson
Great, but not for the beginner
I really find this book interesting, and it contains a lot of the information which you'll need if you want to learn CSS. Read more
Published 7 months ago by Richard Stowey
Useful reference
This is a practical guide to using CSS, combining detailed technical explanations of CSS basics with thoroughly explained examples of various layout techniques. Read more
Published 11 months ago by M. V. Clarke
Smashing CSS book
This is an excellent book, bringing together many of the latest tricks in CSS. It's not specifically a 'CSS3 Primer', but contains examples of how to do stuff in CSS2. Read more
Published 12 months ago by ramasaig
Useful refresher for CSS best practices
I first came across Eric Meyer when I was learning CSS a few years back. His CSS bible published by O'Reilly gave me a thorough yet somewhat dry understanding about the ins and... Read more
Published 13 months ago by Facebook Answers
Lots of good information
I'm a web developer myself, but because I'm a coder that doesn't make me an expert on look & feel. In web development, I tend to separate skills into three camps - (i) requirement... Read more
Published 14 months ago by Paul
Search Customer Reviews
Only search this product's reviews

Popular Highlights

 (What's this?)
&quote;
{width: 55em; margin: 0 auto;} &quote;
Highlighted by 4 Kindle users
&quote;
; &quote;
Highlighted by 4 Kindle users
&quote;
Yes, you can style html. Why not? To CSS, its just another element. &quote;
Highlighted by 4 Kindle users

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges