Welcome To Snipplr


Everyone's Recent Snippets Tagged html5



1 2 3 4 5 6 Next »
Basic HTML5 layout for beginners
3 2335 posted 15 years ago by crispunk
[via rtcrm] Since HTML5 is getting [more](http://www.brucelawson.co.uk/tests/html5-elements.html) [attention](http://adactio.com/journal/1540/) by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as...
0 1607 posted 15 years ago by mennyj
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the html files that contains the basic layout and brings it all together.
0 1452 posted 16 years ago by minky
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a...
3 2191 posted 16 years ago by vagrantradio
structure de base d'un document html5
0 1592 posted 16 years ago by dojob
0 1435 posted 16 years ago by angelpatxi
3 2362 posted 16 years ago by adambundy
2 1835 posted 16 years ago by Kerrick
1 1718 posted 16 years ago by AzizLight
0 1487 posted 16 years ago by rareyman
Video For Everybody is a great way to use the `<video>` tag with fallbacks for QuickTime or Flash for users with old browsers, but it requires that every video be encoded twice (once for the MP4 and once for the OGG). This code (which requires Moo...
0 1602 posted 16 years ago by Kit
HTML5 TextMate Snippet
6 2815 posted 16 years ago by mrjohnsly
All credit to Richard Clarke, code taken from HTML 5 Doctor. Posted here for quick access from TextMate.
6 4307 posted 16 years ago by mrjohnsly
Use this to extract an HTML5 origin from a URI. $1 is the origin. The square brackets are there to support IPv6 addresses. Example: var html5OriginRegex = /^([\w-]+:\/*\[?[\w\.:-]+\]?(?::\d+)?).*/; "http://www.google.com:42/foo/bar/...
0 1214 posted 17 years ago by Sephr
1 2 3 4 5 6 Next »