HOME BOOKS QUICK GUIDES VIDEO COURSES APPLICATIONS
NEWSLETTER CONTACT
HTML5 for Masterminds
How to take advantage of HTML5 to create responsive websites and revolutionary applications
Revised 3rd Edition
ISBN: 978-0-9918178-7-0
Buy Now
Examples and Projects
Although writing down the examples can help you remember what you are learning, sometimes it can be time consuming. To speed up the process, you can download the codes in TXT files, all Xcode projects, or open the codes you want to see from the links below.
Download TXT Files
228.0 KBytes
CHAPTER 1 — WEB DEVELOPMENT
CHAPTER 2 — HTML
Listing 2-22: The pubdate attribute was removed from the <time> element and it is no longer available.
Listing 2-50: In the book, we forgot to erase the closing </label> tags after the <input> tags. The correct code is shown next.
CHAPTER 3 — CSS
CHAPTER 4 — WEB DESIGN
CHAPTER 5 — RESPONSIVE WEB DESIGN
CHAPTER 6 — JAVASCRIPT
CHAPTER 7 — FORMS API
CHAPTER 8 — MEDIA
CHAPTER 9 — STREAM API
CHAPTER 10 — FULLSCREEN API
CHAPTER 11 — CANVAS API
CHAPTER 12 — WEBGL
CHAPTER 13 — POINTER LOCK API
CHAPTER 14 — WEB STORAGE API
CHAPTER 15 — INDEXEDDB API
CHAPTER 16 — FILE API
CHAPTER 17 — DRAG AND DROP API
CHAPTER 18 — GEOLOCATION API
CHAPTER 19 — HISTORY API
CHAPTER 20 — PAGE VISIBILITY API
CHAPTER 21 — AJAX LEVEL 2
CHAPTER 22 — WEB MESSAGING API
CHAPTER 23 — WEBSOCKET API
CHAPTER 24 — WEBRTC API
CHAPTER 25 — WEB AUDIO API
Listing 25-13: The requestAnimationFrame() method doesn't require the vendor prefix anymore. The instruction webkitRequestAnimationFrame(showgraphic); should be written as requestAnimationFrame(showgraphic);
CHAPTER 26 — WEB WORKERS API
Select Country
Paperback
$ 25.95 BUY NOW
Kindle
$ 9.95 BUY NOW
Apple Books
$ 9.99 BUY NOW
Google Books
$ 9.99 BUY NOW
Information
Revised 3rd Edition 2017
ISBN: 978-0-9918178-7-0
More than 600 Codes Explained!