<?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/favorites/f0vela</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 15:22:05 GMT</pubDate>
<item>
<title>(ASP) Number of days in a month - f0vela</title>
<link>http://snipplr.com/view/5390/number-of-days-in-a-month/</link>
<description><![CDATA[ <p>Returns the number of days in a given month for a given year. Requires my isLeapYear() function available here: http://snipplr.com/view/5388/check-if-a-year-is-a-leap-year/</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:09:31 GMT</pubDate>
<guid>http://snipplr.com/view/5390/number-of-days-in-a-month/</guid>
</item>
<item>
<title>(ASP) Check if a year is a leap year - f0vela</title>
<link>http://snipplr.com/view/5388/check-if-a-year-is-a-leap-year/</link>
<description><![CDATA[ <p>Function to check if a given year is a leap year.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:05:14 GMT</pubDate>
<guid>http://snipplr.com/view/5388/check-if-a-year-is-a-leap-year/</guid>
</item>
<item>
<title>(JavaScript) The Ultimate getElementsByClassName - Robert’s talk - Web development and Internet trends - f0vela</title>
<link>http://snipplr.com/view/5249/the-ultimate-getelementsbyclassname--roberts-talk--web-development-and-internet-trends/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Feb 2008 20:22:38 GMT</pubDate>
<guid>http://snipplr.com/view/5249/the-ultimate-getelementsbyclassname--roberts-talk--web-development-and-internet-trends/</guid>
</item>
<item>
<title>(ASP) asprss - f0vela</title>
<link>http://snipplr.com/view/3347/asprss/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jul 2007 09:36:55 GMT</pubDate>
<guid>http://snipplr.com/view/3347/asprss/</guid>
</item>
<item>
<title>(JavaScript) select/deselect all checkboxes - f0vela</title>
<link>http://snipplr.com/view/2450/selectdeselect-all-checkboxes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Apr 2007 07:04:37 GMT</pubDate>
<guid>http://snipplr.com/view/2450/selectdeselect-all-checkboxes/</guid>
</item>
<item>
<title>(JavaScript) Toggle all form checkboxes - f0vela</title>
<link>http://snipplr.com/view/2407/toggle-all-form-checkboxes/</link>
<description><![CDATA[ <p>Simple script to toggle (checked or not checked) all checkboxes on the page.</p> ]]></description>
<pubDate>Thu, 29 Mar 2007 11:28:27 GMT</pubDate>
<guid>http://snipplr.com/view/2407/toggle-all-form-checkboxes/</guid>
</item>
<item>
<title>(ASP) Credit Card Validation (Luhn Algorithm) - f0vela</title>
<link>http://snipplr.com/view/946/credit-card-validation-luhn-algorithm/</link>
<description><![CDATA[ <p>Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is entered (Does not actually confirm that is is a real number, just that it is likely to be one. Example: Entering "4000-0000-0000-0002" will pass the check, but "4000-0000-0000-0003" will not pass.)</p> ]]></description>
<pubDate>Fri, 25 Aug 2006 07:26:18 GMT</pubDate>
<guid>http://snipplr.com/view/946/credit-card-validation-luhn-algorithm/</guid>
</item>
</channel>
</rss>