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