The Next Level of Web Development: An Overview of HTML5 Features and Success Stories
Table of Contents
- 1. Overview
- 2. Topics
- 2.1. Web Application vs. Web Site
- 2.2. Example: DJ Breakpoint
- 2.3. CSS3: new transition, reflection, corners, gradients
- 2.4. Custom fonts
- 2.5. querySelector
- 2.6. data- notation
- 2.7. Flex Box
- 2.8. webSockets
- 2.9. Transitions
- 2.10. Messaging between frames with postMesssage
- 2.11. FileReader
- 2.12. File and directory selectors
- 2.13. New XHR
- 2.14. TODO BlobBuilder
- 2.15. window.requestAnimationFrame
- 2.16. Success stories
- 2.17. Manifests
- 2.18. Dashboard
- 2.19. Payments
- 3. Project
- 4. Tasks
- 5. Links
2. Topics
2.4. Custom fonts
2.5. querySelector
This is considered part of html5.
2.6. data- notation
2.8. webSockets
Use socket.io
2.9. Transitions
Animate to a displayed position.
2.14. TODO BlobBuilder
New way to read binary data.
2.15. window.requestAnimationFrame
Solve the 30fps == setInterval 67ms
2.16. Success stories
2.19. Payments
Use the pagements module through jsapi.
3. Project
Offline capable shared note taking.
Use Socket.io with node