Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
HTML5 Web Application Development By Example : Beginner's guide

You're reading from   HTML5 Web Application Development By Example : Beginner's guide Learn how to write rich, interactive web applications using HTML5 and CSS3 through real-world examples. In a world of proliferating platforms and devices, being able to create your own ‚Äúgo-anywhere‚Äù applications gives you a significant advantage.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849695947
Length 276 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Jody Gustafson Jody Gustafson
Author Profile Icon Jody Gustafson
Jody Gustafson
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. The Task at Hand FREE CHAPTER 2. Let's Get Stylish 3. The Devil is in the Details 4. A Blank Canvas 5. Not So Blank Canvas 6. Piano Man 7. Piano Hero 8. A Change in the Weather 9. Web Workers Unite 10. Releasing an App into the Wild A. Pop Quiz Answers Index

Preface

The time to start using HTML5 is now. HTML5 provides a complete application development framework for writing full featured applications that run in the web browser. Even though the HTML5 specification hasn't been fully completed yet, the most popular features are already widely supported by nearly every modern browser running on devices, from desktops to tablets to smartphones. That means you can write an application once and have it run on nearly any device.

If you are looking to start writing HTML5 web applications but don't know where to start, then this book is for you. We will start with the basics of building a web application and then learn about HTML5, CSS3, and JavaScript by building real working applications. This is not a reference book. We will keep the theory to a minimum and hands-on coding to a maximum.

Just a few years ago, writing full-featured applications in the browser required other technologies such as Flash or Java Applets that ran as browser plugins. Like most people, I had only used JavaScript to write simple client validation scripts. I didn't even think it was possible to write real applications using JavaScript. That all started to change when a couple of things happened.

Firstly, I discovered jQuery. Here was a library that made writing JavaScript a whole lot easier by abstracting away browser idiosyncrasies and making it very easy to manipulate the elements of a web page. Plus it could help us perform some cool actions, such as animating elements. Then about three years ago I found out about HTML5 while looking for a way to draw graphics primitives directly onto a web page. Since then I've watched HTML5 develop into a complete framework, capable of being used to write real applications without plugins.

This book is the culmination of those past three years of writing JavaScript nearly every day, learning what works and what doesn't. A technical brain dump, if you will. The objective was to write the book that I would have liked to read when I started out.

The future of HTML5 web application development looks bright. All of the big hitters in the world of web browser development are putting their full support behind HTML5 and JavaScript. HTML5 is the future of web application development!

lock icon The rest of the chapter is locked
Next Section arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image