Live data from Hacker News

Show HN: my weekend project, PageBlox

pageblox.com

1–10 of 35 posts

Re: Show HN: my weekend project, PageBlox

#5
Yes yes, a thousand times yes.

It 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

#8
Small 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 HTML5BoilerPlate.

Re: Show HN: my weekend project, PageBlox

#9
post #8

Small 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…

thanks for the feedback, very helpful. I am thinking about what kind of new features to add and I would like to keep the features to an elegant minimum. HTML5 tags would be nice but I don't want to overwhelm the user with a cluttered UI.
Post reply on HN