Skip to content

Instantly share code, notes, and snippets.

@psahni
Created August 9, 2013 13:49
Show Gist options
  • Save psahni/6193723 to your computer and use it in GitHub Desktop.
Save psahni/6193723 to your computer and use it in GitHub Desktop.
boilerplate
* Front End development - It provides a framwork, to start working with html5
* Responsive develpment
* Html5 development
* Collection of templates
* Twitter Bootstarp + H5BP - Initializer project
[ Notes from the video http://www.youtube.com/watch?v=qyM37XKkmKQ ]
- Its a starting template for html, css, js
- Collection of best practices
- Front end dev and performance
- Starting point for html5 development, quick
- Crossbrowser
- Fast Apps
- 10 things
- IE conditional comments
- jQuery included
- Overflow-y scrolled
- X-UA compitable : The meta tag tells the browser which engine mode(compatibility mode) to use when the browser is IE. Google Frame Plugin can be installed in
browser that gives the view with chrome engine.
- X-UA compitable can also be sent through headers.
- meta charset='utf-8'
- css helper classes
- print css
- viewport
- html5 boiler plate serve configs
- Gzip js apache settings
http://www.initializr.com/
* More Resources to read
* Used ref
http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment