Responsive Web Design By Example – Review
Recently I had the chance to read through a book written by Thoriq Firdaus of HongKiat – Responsive Web Design by Example.
The book walks you through creating 3 unique designs using 3 different responsive HTML5 & CSS3 ready front-end frameworks.
- Skeleton – a super slim css boilerplate with a responsive grid system and defaults for typography, forms and css buttons.
- Bootstrap – my favorite front-end framework. Bootstrap looks awesome and has a ton of cool JavaScript built in that makes it do amazing things but it is pretty big so you will want to strip out anything you aren’t using.
- Zurb Foundation – a framework I’d previously never heard of.
Each of the 3 projects in the book goes into detail about all of the code used, how media queries affect what you see and why it’s done that way. Very little previous knowledge is presumed and there’s plenty of reference material linked throughout if you do want to dig a bit deeper.
The only thing you need to know before you read this book is some basic HTML and CSS – as such it’s recommended for the beginner through to the intermediate web developer. Advanced web developers will still get something from this book though as the reference material is great for advanced devs and Thoriq goes into detail of setting up & using CSS Preprocessors, like Saa and less.
If you’re interested in the difference between Sass and Less then I encourage you to check out Thoriq’s blog post comparing the 2 CSS preprocessors.
Disclosure: I was contacted by the publisher and asked for my opinions. I was more than happy to oblige because I actually wind up reading Thoriq’s blog posts when I’m trying to figure something out for myself, so I knew the book would be good and I’m actually pretty chuffed to have been asked.