Show HN: my weekend project, PageBlox
pageblox.com
Show HN: my weekend project, PageBlox
1–10 of 35 posts
Re: Show HN: my weekend project, PageBlox
#2Re: Show HN: my weekend project, PageBlox
#3Re: Show HN: my weekend project, PageBlox
#4Re: Show HN: my weekend project, PageBlox
#5It needs some more work of course but the potential is right there.
Also consider the other way round (analyze page that have been created by other means and extract the metrics)
In fact there is a whole product hidden in this, with the proper design and approach.
Re: Show HN: my weekend project, PageBlox
#6Re: Show HN: my weekend project, PageBlox
#7Re: Show HN: my weekend project, PageBlox
#8See how HTML5BoilerPlate uses the header & footer tags: https://github.com/h5bp/html5-boilerplate/blob/master/index....
It would also be nice it you can directly output a version of html that contains all the features from HTML5BoilerPlate.
Re: Show HN: my weekend project, PageBlox
#9Small nitpick: If you say you generate HTML5 markup, I think you should make use of the new HTML5 tags like , etc in the rendered file. Right now it looks like you are just changing the doctype? See how HTML5BoilerPlate uses the header & footer tags: https://github.com/h5bp/html5-boilerplate/blob/master/index.... It would also be nice it you can directly output a version of html that contains all the features from HT…