<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tomasdev</title>
<link>http://snipplr.com/users/tomasdev</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 17:00:27 GMT</pubDate>
<item>
<title>(JavaScript) Leap Year Check</title>
<link>http://snipplr.com/view/55210/leap-year-check/</link>
<description><![CDATA[ <p>Extend Date object to have isLeapYear() boolean (true for Leap Years)
Taken from https://raw.github.com/vitch/jquery-methods/master/date.js</p> ]]></description>
<pubDate>Mon, 13 Jun 2011 23:52:04 GMT</pubDate>
<guid>http://snipplr.com/view/55210/leap-year-check/</guid>
</item>
<item>
<title>(CSS) Crossbrowser gradient background</title>
<link>http://snipplr.com/view/51040/crossbrowser-gradient-background/</link>
<description><![CDATA[ <p>This is to make a vertical gray gradient with lighter on top and darker gray on bottom.
Microsoft filter syntax is: #AARRGGBB where RGB is known, and AA represents hexadecimal Alpha value (opacity).</p> ]]></description>
<pubDate>Thu, 24 Mar 2011 01:30:50 GMT</pubDate>
<guid>http://snipplr.com/view/51040/crossbrowser-gradient-background/</guid>
</item>
<item>
<title>(PHP) WordPress get parent slug</title>
<link>http://snipplr.com/view/49727/wordpress-get-parent-slug/</link>
<description><![CDATA[ <p>This is a really short function you can use inside The Loop to get the parent page slug (useful to add to the body classes or something)</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 14:56:05 GMT</pubDate>
<guid>http://snipplr.com/view/49727/wordpress-get-parent-slug/</guid>
</item>
<item>
<title>(JavaScript) Word breaker (or how to split a string into lines)</title>
<link>http://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines/</link>
<description><![CDATA[ <p>Parameters: required **[string]**, optional **[number of lines]**.     
 
By default it breaks the string passed into 3 lines.    
  
It takes a string and converts it to an array of strings, splitting the original string into smaller parts (useful for word breaking).</p> ]]></description>
<pubDate>Fri, 25 Feb 2011 14:38:31 GMT</pubDate>
<guid>http://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines/</guid>
</item>
<item>
<title>(JavaScript) One line html decode entities (jQuery)</title>
<link>http://snipplr.com/view/46302/one-line-html-decode-entities-jquery/</link>
<description><![CDATA[ <p>You need jQuery to make this work.</p> ]]></description>
<pubDate>Fri, 31 Dec 2010 01:50:29 GMT</pubDate>
<guid>http://snipplr.com/view/46302/one-line-html-decode-entities-jquery/</guid>
</item>
</channel>
</rss>