What you need for this book

There will be instances where you may need to install software for a particular recipe. We will go through the specifics of each piece of software ahead of any task. In the meantime, you will need the following:

  • An Internet connection for downloading various pieces of software for each chapter
  • A working installation of WordPress for the form demo towards the end of the book

Many of the exercises in this book will follow the same format. I would recommend saving a copy of the following code as a template to help you when you start working on the exercises throughout this book:

<!DOCType html>
<html>
  <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet/less" type="text/css" href="XXXXXX.less">
  <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.3.1/less.min.js"> </script>
  </head>
<body>
</body>
</html>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset