Book Image

Responsive Web Design by Example : Beginner's Guide

By : Thoriq Firdaus
Book Image

Responsive Web Design by Example : Beginner's Guide

By: Thoriq Firdaus

Overview of this book

<p>Responsive web design is an explosive area of growth in modern web development due to the huge volume of different device sizes and resolutions that are now commercially available. You can now create your very own responsive website quickly and efficiently, allowing you to showcase your content in a format that will work on any device with an Internet browser.<br /><br />By following our detailed step-by-step instructions in this structured reference guide, you will learn how you can build engaging responsive websites. With coverage of Bootstrap, Skeleton, and Zurb Foundation you'll learn about three of the most powerful responsive frameworks available today.<br /><br />Leading you through by practical example, you'll find that this essential reference develops your understanding by actually helping you create beautiful websites step by step in front of your very eyes. After going over the basics, you'll be able to choose between creating your own responsive portfolio page with Skeleton, building a stunning product page with Bootstrap, or setting up your own professional business website with Zurb Foundation. Ultimately you'll learn how to decide which framework is right for you, and how you can deploy and customize it to your exact specifications!</p>
Table of Contents (14 chapters)
Responsive Web Design by Example Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Learning more on CSS preprocessors


Unfortunately, we are not going to dive further into the CSS preprocessor as it is actually beyond the scope of this book, and there are many other CSS preprocessor features that are yet to be covered. So if you are interested in the subject, I recommend you refer to the following sections.

Learning LESS

To learn more about LESS, refer to the documentations mentioned as follows:

Learning Sass

To learn more about Saas, refer to the documentations mentioned as follows:

Note

For further reference, Jonathan Verrecchia (http://verekia.com) has shared a good presentation slide about CSS preprocessors (http://www.slideshare.net/verekia/deep-dive-into-css-preprocessors). A few points that he has discussed in this presentation include CSS's limitations, a comparison between LESS, Sass, and Stylus, and also which CSS preprocessors you should use.