Welcome To Snipplr
Everyone's Recent Snippets Tagged html5
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I suspect this boilerplate code will continue to evolve while I settle in on my favorite libraries and frameworks but
6
1409
posted 12 years ago by chrisaiv
Here's how to use this:
* To access something in the local storage, type `Evan.local('name')`. You may need to use `JSON.parse()` on this result. Returns `null` if nothing's there.
* To assign something in the local storage, type `Evan.local('nam...
1
828
posted 12 years ago by EvanHahn
Just came across pure css3 soothing clouds, looks awesome, checkout!
0
913
posted 12 years ago by jimmy101
A Barebones html5 frame work header, intro, main_content, footer. Also includes link to main.css and jquery
1
962
posted 12 years ago by CKOink
Show only non-printable area on web page but print only the printable areas
0
1016
posted 13 years ago by duzenz
defining a printable area from a html web page. Making only one place printable
0
1372
posted 13 years ago by duzenz
This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).
1
1097
posted 13 years ago by Huskie
If you place favicon.ico and apple-touch-icon.png in the root of your website, these references are NOT required.
0
947
posted 13 years ago by Huskie
A compiled version of essential styles as a nice blue print for a new project.
Toolbox: http://www.css-tricks.com
CSS Reset: http://meyerweb.com/eric/tools/css/reset/
0
692
posted 13 years ago by thewickedchemist
A quick, simple example of using Lawnchair to store and retrieve data for a jQuery Mobile based PhoneGap project. Written by a JavaScript newbie.
0
829
posted 13 years ago by ryanstewart