<?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/language/asp/tags/validation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:34:47 GMT</pubDate>
<item>
<title>(ASP) Make YouTube Embed HTML Validate - neal_grosskopf</title>
<link>http://snipplr.com/view/6871/make-youtube-embed-html-validate/</link>
<description><![CDATA[ <p>YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 07:55:27 GMT</pubDate>
<guid>http://snipplr.com/view/6871/make-youtube-embed-html-validate/</guid>
</item>
<item>
<title>(ASP) Simple ASP form validation - elightbo</title>
<link>http://snipplr.com/view/4283/simple-asp-form-validation/</link>
<description><![CDATA[ <p>Needs work to check for hidden fields, and those that aren't required</p> ]]></description>
<pubDate>Fri, 07 Dec 2007 16:51:40 GMT</pubDate>
<guid>http://snipplr.com/view/4283/simple-asp-form-validation/</guid>
</item>
<item>
<title>(ASP) Credit Card Validation (Luhn Algorithm) - savageideas</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>