Lessons: 18Length: 2.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Top-Speed HTML and Easy Templating

In this course you’ll learn how to use Jade in two powerful ways. First you’ll get your coding to top speed with lightning fast Jade shorthand HTML. Then you’ll create your own reusable boilerplate systems with Jade’s quick and easy templating functionality. In this lesson we’ll take a sneak peak at what you’re about to learn.

1.1 Top-Speed HTML and Easy Templating

If you're a web designer and you ever have to produce a single line of HTML and you're not using Jade, then you're missing out on some of the fastest HTML you'll ever produce, as well incredibly simple and flexible boilplate templating methods you can use in any way you need to for your projects. When you complete top speed HTML development with Jade, you'll be fully equipped with two must have new weapons in your development arsenal. Firstly, you'll learn to use Jade as an HTML shorthand tool. You'll take less than half the keystrokes to produce the same code. And you'll never again have any tags left open accidentally or incorrectly nested elements. Your code will be written fast and virtually error free, thanks to Jade. Next, you'll learn how to use Jade to create your own fully configurable boilerplate templates that you can use over and over again. You'll never again need to write the same code out twice, and your static HTML site production will be faster than ever before. Through all this you'll also learn all the essentials of working with Jade language, so you can use it in any way you want from that point forward. And at the same time, you'll have a set of extremely practical implementations of that knowledge, that you can use to completely change the way you develop HTML immediately. So let's go right now and get started on top speed HTML development with Jade.

Back to the top