Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / CSS Loading.markdown
Created June 5, 2015 08:09
CSS Loading
anonymous
anonymous / index.html
Created June 5, 2015 08:05
sglAG
<canvas id="canvas" width="1000" height="800"></canvas>
anonymous
anonymous / Battlefield 3 Loading Indicator.markdown
Created June 5, 2015 08:02
Battlefield 3 Loading Indicator
anonymous
anonymous / Skillset using HTML5 progress bars with CSS3 animations.markdown
Created June 5, 2015 08:01
Skillset using HTML5 progress bars with CSS3 animations
anonymous
anonymous / Live.markdown
Created June 5, 2015 08:00
Live
@leecade
leecade / htmlparser.js
Created October 14, 2012 13:28
js:htmlparser
/*
* HTML Parser By John Resig (ejohn.org)
* Modified by Juriy "kangax" Zaytsev
* Original code by Erik Arvidsson, Mozilla Public License
* http://erik.eae.net/simplehtmlparser/simplehtmlparser.js
*
* // Use like so:
* HTMLParser(htmlString, {
* start: function(tag, attrs, unary) {},
* end: function(tag) {},