Sep 082011
A very informative video by Paul Irish on how to code fast performant websites with DOM, HTML5, and CSS3. Paul Irish is a lead developer of Modernizr, CSS3 Please and HTML5 Boilerplate (creator).
In this 30min video he covers:
- Reflows, what they are and how to avoid them
- Hardware accelerated CSS, how to trigger it
- Letting the browser optimize animation for you with requestAnimationFrame
- Web Workers
- Benchmarking
- Build scripts
Related posts: