Book Image

Learning Zurb Foundation

By : Kevin Horek
Book Image

Learning Zurb Foundation

By: Kevin Horek

Overview of this book

<p>Responsive web design is the next big thing in web design right now. It allows you to control and adapt to the user experience across a variety of devices, screens, and resolutions. Foundation is one of the most well-known responsive frameworks available, and allows you to speed up the prototyping, designing, and theming of your web project; as well as allowing you to create your own custom themes to suit your needs. It makes your life easier by giving you a grid, elements, and JavaScript functions that are responsive and easily customized to work with any web or mobile project that arises.</p> <p>This book starts off with teaching you the basics, and gradually moves on to cover the most advanced parts of this amazing framework. You will learn how to use Foundation to prototype, design, and theme your projects as well as discover how to use the framework with any programming language or content management system.</p>
Table of Contents (17 chapters)
Learning Zurb Foundation
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Testing IE 6-11


Let's cover what every person that works on the web dreads: testing and making their modern websites work on old versions of IE. We are going to talk about a number of ways to make this process less painful.

Did you know that Microsoft provides you with free virtual machines that have every version of IE installed on them? Well, they do, and you can download them from http://www.modern.ie/en-us/virtualization-tools.

Once you go there, you will notice a gray bar area Download a Virtual Machine. For Mac, Linux, or Windows. All these are free and when you click on Get Free VMs, you will be able to select a platform (Mac, Linux, or Windows). You can see in the next screenshot that Mac has been selected. You will also notice that you need to select a virtualization platform and you will be able to select from VirtualBox, VMWare Fusion, and Parallels. All three of these virtualization platforms are great and I have experience with all of them. Let's just use VirtualBox because it...