h5bp / html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.
https://html5boilerplate.com/
MIT License
56.5k stars 12.24k forks source link

feedback from yehuda - getting started guide #298

Closed paulirish closed 13 years ago

paulirish commented 13 years ago

basically need a better "Getting Started guide"
https://github.com/paulirish/html5-boilerplate/wiki

if anyone is interested in fixing up that getting started guide that we have already, i'd love the help.

sams commented 13 years ago

I will be able to push an example use of boilerplate; (not push as yet template[1]) (the idea with my template repo is to statically build a set of files that will be converted to in my case Wordpress/CakePHP themes)

Currently it demonstrates my approach to points 1 & 3 above

With point 1 I have adjusted the htaccess for using SSI in js/*.combined.js (for css I have sass set up using Spork'd project)

So I have plugins.combined.js sourced which pulls files from mylibs/ libs is for general scripts and mylibs is where I have plugins used for specific project (I guess js plugins could be better off in lib/plugins/ -- at least some my suggest, then mylibs just for scripts made specifically for project)

My point 3 approach to point 3 is based on Oli Jp's rule of thumb [2] & The sectioning content flowchart [3]

  1. https://github.com/sams/template
  2. http://oli.jp/2009/html5-structure4/
  3. http://html5doctor.com/wp-content/uploads/HTML5Doctor-sectioning-flowchart.pdf

I will endevour to push soon if this is of interest to others

paulirish commented 13 years ago

we did this with divya new video. :) closing

(btw thx sam. that was helpful)