<?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/5</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 06:52: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>(iPhone) New iOS 5 API: Customize UINavigationBar Background Property with EASY function!!! - codeRefiner</title>
<link>http://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function/</link>
<description><![CDATA[ <p>Here is a nice function you can use to implement a custom background for your UINavigation Bars

Simply make two images in photoshop: 

32 x 32 
44 x 44 

and name them whatever you want. 

put them in your iPhone project by dragging and dropping them from the desktop or another directory. 

If need be check the Copy Group Destination files in folder line to add the two image files to your project. 

Make sure you replace the two lines that create the UIImages with your image names


Copy And paste the function into your app delegate right above applicationDidFinishLaunchingWithOptions: 

then simply call 

[self customizeAppearance]; inside your app delegate and...

voila, enjoy :)</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 12:28:55 GMT</pubDate>
<guid>http://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function/</guid>
</item>
<item>
<title>(HTML) HTML5 Template Cross Browser + CSS - miltonbneto</title>
<link>http://snipplr.com/view/50948/html5-template-cross-browser--css/</link>
<description><![CDATA[ <p>This is a free gift to you folks ;)</p> ]]></description>
<pubDate>Tue, 22 Mar 2011 14:09:59 GMT</pubDate>
<guid>http://snipplr.com/view/50948/html5-template-cross-browser--css/</guid>
</item>
<item>
<title>(HTML) Create a new HTML5 document - bobbym245</title>
<link>http://snipplr.com/view/41528/create-a-new-html5-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:24:44 GMT</pubDate>
<guid>http://snipplr.com/view/41528/create-a-new-html5-document/</guid>
</item>
<item>
<title>(PHP) How to use Google HTTP Geocoding - adampatterson</title>
<link>http://snipplr.com/view/40167/how-to-use-google-http-geocoding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Sep 2010 01:59:08 GMT</pubDate>
<guid>http://snipplr.com/view/40167/how-to-use-google-http-geocoding/</guid>
</item>
<item>
<title>(HTML) HTML 5 - jamesmartingorman</title>
<link>http://snipplr.com/view/39716/html-5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Aug 2010 00:00:04 GMT</pubDate>
<guid>http://snipplr.com/view/39716/html-5/</guid>
</item>
<item>
<title>(HTML) HTML 5 Boilerplate - rlargett</title>
<link>http://snipplr.com/view/34701/html-5-boilerplate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 May 2010 11:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/34701/html-5-boilerplate/</guid>
</item>
<item>
<title>(JavaScript) HTML 5 Video - adamdecaf</title>
<link>http://snipplr.com/view/16362/html-5-video/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Jun 2009 20:16:22 GMT</pubDate>
<guid>http://snipplr.com/view/16362/html-5-video/</guid>
</item>
<item>
<title>(JavaScript) JavaScript Query Selector - adamdecaf</title>
<link>http://snipplr.com/view/16360/javascript-query-selector/</link>
<description><![CDATA[ <p>This will only work in FF 3.5 and web-kit browsers. (post 06/20/2009)</p> ]]></description>
<pubDate>Fri, 26 Jun 2009 20:12:25 GMT</pubDate>
<guid>http://snipplr.com/view/16360/javascript-query-selector/</guid>
</item>
<item>
<title>(PHP) Drupal 5 Select Drop Down - sherakama</title>
<link>http://snipplr.com/view/8298/drupal-5-select-drop-down/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 17:37:33 GMT</pubDate>
<guid>http://snipplr.com/view/8298/drupal-5-select-drop-down/</guid>
</item>
<item>
<title>(PHP) textfield drupal 5 - sherakama</title>
<link>http://snipplr.com/view/8297/textfield-drupal-5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 17:33:02 GMT</pubDate>
<guid>http://snipplr.com/view/8297/textfield-drupal-5/</guid>
</item>
<item>
<title>(PHP) Drupal5 - Submit Button - sherakama</title>
<link>http://snipplr.com/view/6483/drupal5--submit-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 May 2008 13:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/6483/drupal5--submit-button/</guid>
</item>
</channel>
</rss>