• Complain

Ben Frain - Sass and Compass for Designers

Here you can read online Ben Frain - Sass and Compass for Designers full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ben Frain Sass and Compass for Designers
  • Book:
    Sass and Compass for Designers
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2013
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Sass and Compass for Designers: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Sass and Compass for Designers" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Produce and maintain cross-browser CSS files easier than ever before with the Sass CSS preprocessor and its companion authoring framework, Compass

Overview

  • Simple, clear, and thorough. This book ensures you dont need to be a programming mastermind to wield the power of Sass and Compass!
  • Previously tricky and time-consuming CSS tasks will become trivial. Easily produce cross-browser CSS3 gradients, shadows, and transformations along with image sprites, data URIs, and more.
  • Follow along with installing, setting up, and working through an entire project, implementing the Sass and Compass techniques and tools as we go.

In Detail

The CSS preprocessor, Sass, is becoming the de-facto standard for producing cross-browser CSS more maintainable and with more ease. It supercharges CSS with features that make previously difficult and time-consuming tasks trivial. This book concentrates on distilling the techniques in a straightforward manner making it accessible to all, even to those that only know HTML and CSS.

Written by the author of the bestselling Responsive Web Design with HTML5 and CSS3, Sass and Compass for Designers will explain everything you need to get Sass and Compass installed, mastered, and making your life easier. There will be no perplexing terminology or baffling syntax left unexplained. Well get you set up and then build a site together, step by step, using the incredible power of Sass and Compass.

We will start with a completely unstyled HTML document and build a responsive Sass and Compass powered website step by step.

Sass and Compass make CSS easy. Youll learn how to manipulate color in the stylesheet with a single command, create responsive grids with ease, automatically create image sprites, and create CSS3 powered rules that work across all modern browsers.

Sass and Compass for Designers explains how to produce great CSS easier than ever before.

What you will learn from this book

  • Install Sass and Compass on your system and then set up and maintain Sass and Compass powered projects!
  • Learn how to easily manipulate colors; tinting, shading, mixing, and complementing existing colors in your stylesheets becomes a cinch.
  • Make your own responsive CSS-based layout grid that scales across any viewport with no extra markup needed.
  • Create media query-based CSS rules alongside existing styles, making responsive website building simpler.
  • Explore Compasss many helpers and tools. Youll learn to embed images and fonts and produce advanced cross-browser CSS3.
  • Create perfect image sprites with Compass in moments.
  • Learn how to create loops with Sass to automate repetitive CSS tasks.
  • Understand how to compartmentalize code, making your CSS more maintainable, understandable, and modular than ever before.

Approach

A step-by-step tutorial guide, taking you through how to build a responsive Sass and Compass powered website.

Who this book is written for

If you understand HTML and CSS, this book is all you need to take your code to the next level with Sass and Compass. No prior understanding of CSS preprocessors or programming conventions is needed.

Ben Frain: author's other books


Who wrote Sass and Compass for Designers? Find out the surname, the name of the author of the book and a list of all author's works by series.

Sass and Compass for Designers — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Sass and Compass for Designers" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Sass and Compass for Designers

Sass and Compass for Designers

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: April 2013

Production Reference: 1180413

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-84969-454-4

www.packtpub.com

Cover Image by Shutter Stock

Credits

Author

Ben Frain

Reviewers

Daniel Eden

Matt Mitchell

Matt Wilcox

Acquisition Editor

Edward Gordon

Lead Technical Editor

Azharuddin Sheikh

Technical Editors

Soumya Kanti

Dominic Pereira

Varun Pius Rodrigues

Project Coordinator

Joel Goveya

Proofreaders

Maria Gould

Paul Hindle

Vivienne Frain

Indexer

Tejal Soni

Production Coordinator

Conidon Miranda

Cover Work

Conidon Miranda

Foreword
You're doing it wrong!

One day, a few years ago, I tweeted (https://twitter.com/Malarkey/status/6435096054):

"Pro tip 'If your CSS is complicated enough to need a compiler or pre-processor, youre [sic] doing it wrong!'"

After all, CSS isn't difficult to learn and it's easy to write and write quickly, so why would you need something like Sass?

People reacted (as they do) and told me I was wrong. They offered plenty of advice and plenty of reasons why using Sass would benefit what I do. I wasn't oblivious to their enthusiasm, so I pulled up the Sass website, ready to dive in:

"First of all, let's get Sass up and running. If you're using OS X, you'll already have Ruby installed. Windows users can install Ruby via the Windows installer, and Linux users can install it via their package manager."

Oh.

"Once you have Ruby installed, you can install Sass by running gem install sass."

Now you can berate me for not understanding the command line, if you like, but I'm a designer, not a developer. My degree is in Fine Art, not Computer Science. My background is print, not programming so I'll trade your ruby gems for my under-color removal and dot gain any day of the week.

How hard should this Sass thing be anyway?

sass --watch style.scss:style.csssass --watch stylesheets/sass:stylesheets/compiled

That hard? Obviously.

My problem was that Sass documentation had typically been written by developers for developers. It used technical language and references and made assumptions about what a person wanting to get started with Sass would know. As I wasn't familiar with neither its language nor technologies I felt frustrated, stupid even, for not understanding and as a result I avoided using Sass for a long time.

Over the last few years, using HTML and CSS as tools as well as deliverables has become a huge part of my design workflow. I use code like I use Fireworks and I quickly iterate through design ideas by rapidly writing and rewriting CSS. I need writing code to be fast and fluid so I look out for tools that reduce friction.

Sass was a clear choice, and today I can't imagine writing CSS without it. I'd miss its extends, nested selectors, and variables. I'd miss mixins and the way Sass helps me manage color throughout my style sheets. But getting comfortable with Sass took more time than I would've liked.

That's why I wish I'd had this book when I was learning Sass. Ben has a rare talent for explaining complex concepts in clear language and he makes everything look simple and sound enjoyable. As a designer I felt Ben had written this book with me in mind and I'm sure developers will feel the same way.

I hope, no I know, that you'll enjoy this book as much as I did.

Andrew Clarke

Andrew Clarke is a web designer at Stuff and Nonsense (http://stuffandnonsense.co.uk), author of the best-selling book Transcending CSS and the critically acclaimed Hardboiled Web Design , and co-host of the web business podcast Unfinished Business (http://unfinished.bz).

About the Author

Ben Frain has been a frontend web designer/developer since 1996. He also works as a technology journalist, contributing regularly to a number of diverse publications on the Mac platform, consumer technology, website design, and the aviation industry.

Before that, he worked as an underrated (and modest) TV actor, having graduated from Salford University with a degree in Media and Performance. He has written four equally underrated (his opinion) screenplays and still harbors the (fading) belief he might sell one. Outside of work he enjoys simple pleasures; playing indoor football while his body (and wife) still allow it, and wrestling with his son.

Visit him online at www.benfrain.com and follow him on Twitter at twitter.com/benfrain.

Thanks first and foremost to the creators, maintainers, and contributors to the Sass and Compass projects. Thanks to their combined efforts we have a brilliant tool that makes wrangling cross-browser CSS easier than ever before.

Next, I'd like to thank the technical reviewers of this book for giving up their free time to provide heaps of valuable input to make this a better product.

Finally, a note of appreciation to my family. Many episodes of sub-standard TV (wife), delicious cups of tea (parents), and piratical sword-fights (son) were sacrificed for the writing of this book.

About the Reviewers

Daniel Eden is a student, writer, designer, and developer from Manchester, UK, currently studying at Nottingham Trent University. In 2011, he created the CSS animation library, Animate.css, which has since been used by companies such as Hipstamatic, Foursquare, and EA Games.

Matt Mitchell is a graphic designer, who fell in love with designing for the web 10 years ago. With that came an unhealthy obsession with typography, grids, and harmony in design. He'll bore anyone who will listen about the power of musicality and proportion, never quite getting over the failure of his many musical projects. Currently head of web design at www.bet365.com, he has to fight the strong urge to be a designer by day and by night.

See what Matt's up to at mattmitchell.co.uk or on Twitter @_m_d_m.

Matt Wilcox is lead developer at View Creative Agency; a team of twenty-something designers, illustrators, typographers, artists, and web-developers working hard to raise the reputation of North Wales' creative sector. His role encompasses the frontend skills he's honed since starting out in the industry nine years ago and includes continual learning, sharing of ideas, teaching, project management, and meeting the unique challenges of working with a mix of clients and co-workers from differing creative backgrounds. He's sure no other group could have come up with something like our local chippie's website (http://enochs.co.uk) while simultaneously delivering big-name projects for world-renowned companies in both electronic and print media.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Sass and Compass for Designers»

Look at similar books to Sass and Compass for Designers. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Sass and Compass for Designers»

Discussion, reviews of the book Sass and Compass for Designers and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.