<?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>Wed, 22 May 2013 02:03:06 GMT</pubDate>
<item>
<title>(ASP) SharePoint Field Validator - nickaranz</title>
<link>http://snipplr.com/view/57500/sharepoint-field-validator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Aug 2011 09:01:36 GMT</pubDate>
<guid>http://snipplr.com/view/57500/sharepoint-field-validator/</guid>
</item>
<item>
<title>(ASP) Kentico - Change bizform notification - inreflection7</title>
<link>http://snipplr.com/view/54941/kentico--change-bizform-notification/</link>
<description><![CDATA[ <p>When submitting a bizform in Kentico it has some crappy default message. Change them in this file.</p> ]]></description>
<pubDate>Tue, 07 Jun 2011 06:47:21 GMT</pubDate>
<guid>http://snipplr.com/view/54941/kentico--change-bizform-notification/</guid>
</item>
<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) 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>