HTML5 in Action
eBook - ePub

HTML5 in Action

,
  1. 466 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

HTML5 in Action

,
Book details
Table of contents
Citations

About This Book

Summary HTML5 in Action provides a complete introduction to web development using HTML5. You'll explore every aspect of the HTML5 specification through real-world examples and code samples. It's much more than just a specification reference, though. It lives up to the name HTML5 in Action by giving you the practical, hands-on guidance you'll need to use key features. About the Technology HTML5 is not a few new tags and features added to an old standard—it's the foundation of the modern web, enabling its interactive services, single-page UI, interactive games, and complex business applications. With support for standards-driven mobile app development, powerful features like local storage and WebSockets, superb audio and video APIs, and new layout options using CSS3, SVG, and Canvas, HTML5 has entered its prime time. About the Book HTML5 in Action provides a complete introduction to web development using HTML5. It explores the HTML5 specification through real-world examples and code samples. It earns the name "in Action" by giving you the practical, hands-on guidance you'll need to confidently build the sites and applications you—and your clients—have been wanting for years.This book concentrates on new HTML5 features and assumes you are familiar with standard HTML.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside

  • New semantic elements and form input types
  • Single-page application design
  • Creating interactive graphics
  • Mobile web apps


About the Authors Rob Crowther is a web developer and blogger and the author of Manning's Hello! HTML5 & CSS3. Joe Lennon is an enterprise mobile application developer. Ash Blue builds award-winning interactive projects. Greg Wanish is an independent web and eCommerce developer. Table of Contents
PART 1 INTRODUCTION

  • HTML5: from documents to applications
  • PART 2 BROWSER-BASED APPS
  • Form creation: input widgets, data binding, and data validation
  • File editing and management: rich formatting, file storage, drag and drop
  • Messaging: communicating to and from scripts in HTML5
  • Mobile applications: client storage and offline execution
  • PART 3 INTERACTIVE GRAPHICS, MEDIA, AND GAMING
  • 2D Canvas: low-level, 2D graphics rendering
  • SVG: responsive in-browser graphics
  • Video and audio: playing media in the browser
  • WebGL: 3D application development
  • Plus 10 Appendixes

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access HTML5 in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2014
ISBN
9781638352730

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. Part 1. Introduction
  9. Part 2. Browser-based apps
  10. Part 3. Interactive graphics, media, and gaming
  11. Appendix A. HTML5 and related specifications
  12. Appendix B. HTML5 API reference
  13. Appendix C. Installing PHP and MySQL
  14. Appendix D. Computer networking primer
  15. Appendix E. Setting up Node.js
  16. Appendix F. Channel messaging
  17. Appendix G. Tools and libraries
  18. Appendix H. Encoding with FFmpeg
  19. Appendix I. HTML next
  20. Appendix J. Links and references
  21. Index
  22. List of Figures
  23. List of Tables
  24. List of Listings