Version française, ici
Discovering HTML5 Boilerplate as a Video
I was about to start a new project and our client decided to use those cool nifty HTML5 features. What was asked was to be able to see as a special version of the site for the mobile sites for the tablet format. I, personnally been using BlueprintCSS for many projects but I tought I should try a new “boilerplate”.
I really enjoyed Paul Irish’s introduction to his work and it made me realize that we are so many people doing the same job and almost nobody did that withstanding job as much as he did documenting the best practices.
Why is it awesome? Quoting the author:
- Cross-browser compatible (IE6, yeah we got that.)
- HTML5 ready. Use the new tags with certainty.
- Optimal caching and compression rules for grade-A performance
- Best practice site configuration defaults
- Mobile browser optimizations
- Progressive enhancement graceful degradation … yeah yeah we got that
- IE specific classes for maximum cross-browser control
- Handy .no-js and .js classes to style based on capability
- Want to write unit tests but lazy? A full, hooked up test suite is waiting for you.
