There are some tips on making a website fast in this video: How is this Website so fast!?
Tag Archives: HTML
HTML DOM Heading Hierarchy
This is just a note for Future John. I was chatting to a friend on IRC who wanted to know how to extract the heading hierarchy from a HTML document. I wrote this code as a proof of concept implementation for him.
HTML attributes
Some doco about interesting HTML attributes over here: Those HTML Attributes You Never Use. Related: 5 HTML Tags many people are not using.
A Whole Website in a Single HTML File
Via Hacker News today: A Whole Website in a Single HTML File. As can be seen over here.
HTML Tips
Via r/programming today: HTML Tips.
10 HTML Semantic Tags and When to Use Them
Today on r/programming: 10 HTML Semantic Tags and When to Use Them.
HTML boilerplate
See My current HTML boilerplate for some good ideas for a starting place for HTML content. I kept a copy, here.
Charts.css
Kickass: Charts.css. Also of interest: Which color scale to use when visualizing data.
How to use CSS
Articles I ran into today:
Parsing HTML on the command line
Check out pup for parsing HTML on the command line. Does pretty printing too.