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

Preface

Responsive web design is one of the most discussed topics on web, and a very demanding feature for today's websites. It lets the website to adapt in difference viewport sizes nicely. But, if you think that building a responsive website is hard, wait until you have finished this book.

It will also show you how to use some development tools that allow you to build responsive websites faster, more efficiently with lesser number of hurdles.

What this book covers

Chapter 1, Responsive Web Design, explains the basics of responsive web design, explores the development tools to build it, and highlights some good examples of a responsive website.

Chapter 2, Constructing a Responsive Portfolio Page with Skeleton, introduces Skeleton, discusses how to use its responsive grid, and starts the first project by constructing the webpage with HTML5.

Chapter 3, Enhancing the Portfolio Website with CSS3, introduces some additional features in CSS3 like Transforms and Transitions, and discusses how to incorporate them to enhance our responsive portfolio website.

Chapter 4, Developing a Product Launch Site with Bootstrap, introduces Bootstrap framework, and explores some of its components to build responsive websites.

Chapter 5, Enhancing the Product Launch Site with CSS3 and LESS, explains several LESS functions to author CSS3, and discusses how to use them to make our responsive Product Launch site look stunning, yet also maintainable. In this chapter, we also test our website to see how it looks in several difference viewport sizes.

Chapter 6, A Responsive Website for Business with Foundation Framework, introduces Foundation framework, and walks through the key features. We also start the third project to build responsive website for business purposes.

Chapter 7, Extending Foundation, explores the Sass CSS preprocessors, SCSS and Compass, and discusses how to extend the website appearance by configuring several Foundation framework variables.

What you need for this book

You will need, at least a basic understanding in HTML and CSS, a code editor, and modern browsers.

Who this book is for

This book aims for beginners who are quite familiar with HTML and CSS, and want to extend their skills to develop responsive websites that virtually fit on any screen size.

Conventions

In this book, you will find several headings appearing frequently.

To give clear instructions of how to complete a procedure or task, we use:

Time for action – heading

  1. Action 1

  2. Action 2

  3. Action 3

Instructions often need some extra explanation so that they make sense, so they are followed with:

What just happened?

This heading explains the workings of tasks or instructions that you have just completed.

You will also find some other learning aids in the book, including:

Pop quiz – heading

These are short multiple-choice questions intended to help you test your own understanding.

Have a go hero – heading

These practical challenges and give you ideas for experimenting with what you have learned.

You will also find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "You may notice that we used the Unix command rm to remove the Drush directory rather than the DOS del command."

A block of code is set as follows:

<meta name="viewport" content="width=device-width, initial-scale=1">

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<picture alt="responsive images">
  <source src=big.jpg media="min-width:768px">
  <source src=medium.jpg media="min-width:320px">
  <source src=small.jpg>
  <img src=medium.jpg alt="responsive images">
</picture>

Any command-line input or output is written as follows:

compass watch

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "On the Select Destination Location screen, click on Next to accept the default destination."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to , and mention the book title through the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website, or added to any list of existing errata, under the Errata section of that title.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.