<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/boilerplate</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 20:00:06 GMT</pubDate>
<item>
<title>(HTML) HTML5 Starter Page (Based on Skeleton Boilerplate) - lowko0</title>
<link>http://snipplr.com/view/70703/html5-starter-page-based-on-skeleton-boilerplate/</link>
<description><![CDATA[ <p>This is a HTML5 Starter Page based on Skeleton Boilerplate. It has been made with the latest standards in web development. I made it cleaner than the original one, fixed some mistakes and added extra iOS icon resolutions, normalize.css and Google Analytics support.

&amp;nbsp;

The css files used should still be the ones from Skeleton, I just changed the name to more readable ones. The equivalences are:

&amp;nbsp;

global.css = base.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/base.css)
grid.css = skeleton.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/skeleton.css)
layout.css (https://raw.github.com/dhgamache/Skeleton/master/stylesheets/layout.css)

&amp;nbsp;

Also here's a link for CSS Normalizer:

&amp;nbsp;

normalize.css (https://raw.github.com/necolas/normalize.css/master/normalize.css)

&amp;nbsp;&amp;nbsp;

Use at your own will.
Cheers, Luiz.</p> ]]></description>
<pubDate>Mon, 08 Apr 2013 09:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/70703/html5-starter-page-based-on-skeleton-boilerplate/</guid>
</item>
<item>
<title>(HTML) Basic HTML5 Template - rickygri</title>
<link>http://snipplr.com/view/70363/basic-html5-template/</link>
<description><![CDATA[ <p>Basic HTML template including jQuery and HTML5 Shiv</p> ]]></description>
<pubDate>Tue, 12 Mar 2013 09:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/70363/basic-html5-template/</guid>
</item>
<item>
<title>(JavaScript) Coffeequery (jQuery in Coffeescript) - nerdfiles</title>
<link>http://snipplr.com/view/69452/coffeequery-jquery-in-coffeescript/</link>
<description><![CDATA[ <p>It's a boilerplate for dealing with plugins in Coffeescript, when authoring jQuery style.</p> ]]></description>
<pubDate>Mon, 14 Jan 2013 11:31:04 GMT</pubDate>
<guid>http://snipplr.com/view/69452/coffeequery-jquery-in-coffeescript/</guid>
</item>
<item>
<title>(Java) Boilerplate: Scripting API Facade - octaviannitagmailcom</title>
<link>http://snipplr.com/view/63618/boilerplate-scripting-api-facade/</link>
<description><![CDATA[ <p>Boilerplate Java scripting API code to evaluate scripts located in either the classpath or in the file system and then get variable values by evaluating expressions (in case no easy/direct mapping can be made from script structures to java objects)</p> ]]></description>
<pubDate>Tue, 28 Feb 2012 20:16:47 GMT</pubDate>
<guid>http://snipplr.com/view/63618/boilerplate-scripting-api-facade/</guid>
</item>
<item>
<title>(Java) Boilerplate: closing JDBC resources - octaviannitagmailcom</title>
<link>http://snipplr.com/view/63564/boilerplate-closing-jdbc-resources/</link>
<description><![CDATA[ <p>Boilerplate JDBC code to close various resources (I just hate repeating myself in my code...)</p> ]]></description>
<pubDate>Fri, 24 Feb 2012 21:51:40 GMT</pubDate>
<guid>http://snipplr.com/view/63564/boilerplate-closing-jdbc-resources/</guid>
</item>
<item>
<title>(HTML) Basic HTML boiler plate - the_construct</title>
<link>http://snipplr.com/view/62291/basic-html-boiler-plate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Jan 2012 08:16:27 GMT</pubDate>
<guid>http://snipplr.com/view/62291/basic-html-boiler-plate/</guid>
</item>
<item>
<title>(jQuery) jQuery boilerplate - lawlesscreation</title>
<link>http://snipplr.com/view/60136/jquery-boilerplate/</link>
<description><![CDATA[ <p>https://github.com/zenorocha/jquery-boilerplate/blob/master/jquery.boilerplate.min.js</p> ]]></description>
<pubDate>Tue, 25 Oct 2011 01:41:56 GMT</pubDate>
<guid>http://snipplr.com/view/60136/jquery-boilerplate/</guid>
</item>
<item>
<title>(JavaScript) Target specific browsers in CSS with JS - reverend</title>
<link>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</link>
<description><![CDATA[ <p>Will produce output like this:


	...



	...




Target in CSS like this:

html[data-useragent*='Chrome/13.0'] .nav {background:url(img/radial_grad.png) center bottom no-repeat;}

or

html[data-useragent*='Chrome/13.0'][data-platform='Win32'] {}

or iPad only
html[data-platform='iPad']</p> ]]></description>
<pubDate>Tue, 20 Sep 2011 03:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</guid>
</item>
<item>
<title>(HTML) HTML5 Basic Template - BlakeRey</title>
<link>http://snipplr.com/view/54593/html5-basic-template/</link>
<description><![CDATA[ <p>Use this as a base for your HTML5 projects! :)</p> ]]></description>
<pubDate>Mon, 30 May 2011 14:12:19 GMT</pubDate>
<guid>http://snipplr.com/view/54593/html5-basic-template/</guid>
</item>
<item>
<title>(HTML) HTML boilerplate - Waldio</title>
<link>http://snipplr.com/view/54564/html-boilerplate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 May 2011 07:06:13 GMT</pubDate>
<guid>http://snipplr.com/view/54564/html-boilerplate/</guid>
</item>
<item>
<title>(jQuery) jQuery Plugin Boilerplate - Japh</title>
<link>http://snipplr.com/view/52641/jquery-plugin-boilerplate/</link>
<description><![CDATA[ <p>This plugin is the work of Stefan Gabos, all credit, rights, and praise to be directed to him here: http://stefangabos.ro/jquery/jquery-plugin-boilerplate/</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 14:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/52641/jquery-plugin-boilerplate/</guid>
</item>
<item>
<title>(HTML) html5boilerplate - stripped - scopevale</title>
<link>http://snipplr.com/view/49375/html5boilerplate--stripped/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Feb 2011 01:21:47 GMT</pubDate>
<guid>http://snipplr.com/view/49375/html5boilerplate--stripped/</guid>
</item>
<item>
<title>(HTML) html5boilerplate - full - scopevale</title>
<link>http://snipplr.com/view/49374/html5boilerplate--full/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Feb 2011 01:20:34 GMT</pubDate>
<guid>http://snipplr.com/view/49374/html5boilerplate--full/</guid>
</item>
<item>
<title>(XHTML) Privacy Policy - zachharkey</title>
<link>http://snipplr.com/view/15143/privacy-policy/</link>
<description><![CDATA[ <p>Sample Privacy Policy from the Better Business Bureau.</p> ]]></description>
<pubDate>Tue, 19 May 2009 01:26:52 GMT</pubDate>
<guid>http://snipplr.com/view/15143/privacy-policy/</guid>
</item>
<item>
<title>(Other) typography css (boilerplate) - wza</title>
<link>http://snipplr.com/view/14702/typography-css-boilerplate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 May 2009 06:46:11 GMT</pubDate>
<guid>http://snipplr.com/view/14702/typography-css-boilerplate/</guid>
</item>
<item>
<title>(CSS) Typography.css - eriksagen</title>
<link>http://snipplr.com/view/8840/typographycss/</link>
<description><![CDATA[ <p>A good typographic foundation (originally from Boilerplate, uses reset.css).</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 19:46:05 GMT</pubDate>
<guid>http://snipplr.com/view/8840/typographycss/</guid>
</item>
</channel>
</rss>