Chapter 6. Optimizing Responsive Content
In this chapter, you will learn about:
- Responsive testing using IE's Developer Tools
- Browser testing – using plugins
- Development environments – getting a free IDE
- Virtualization – downloading VirtualBox
- Getting a browser resizer for Chrome
Introduction
The recipes in this chapter cover a broad range of topics. There is no code covered in this chapter, but the recipes fall under a more functional umbrella. This chapter talks more about the tools you will use to develop and test code. Here we will make sure that our code works the way we want it to. While this topic may seem uninteresting, it is as important as honing your skills in design and development. No amount of confident boasting makes a frontend developer immune to errors, and there are simply too many things that can go wrong as a project grows. Please go through these recipes and try out the tools, they will make your work easier and less prone to errors down...