<?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/ASP</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 23 Jul 2008 18:06:55 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) Create Class Name From URL In ASP - neal_grosskopf</title>
<link>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</link>
<description><![CDATA[ <p>Use this function to create a unique class name based on the page's url. It makes for a great way to drill down with specificity in CSS later by placing this on the ID or as a Class on the body tag.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 21:34:51 GMT</pubDate>
<guid>http://snipplr.com/view/6647/create-class-name-from-url-in-asp/</guid>
</item>
<item>
<title>(ASP) Getting Full URL/Path with ASP - neal_grosskopf</title>
<link>http://snipplr.com/view/6618/getting-full-urlpath-with-asp/</link>
<description><![CDATA[ <p>One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path
including the query string.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 11:04:46 GMT</pubDate>
<guid>http://snipplr.com/view/6618/getting-full-urlpath-with-asp/</guid>
</item>
<item>
<title>(ASP) Reversing Arrays in ASP - neal_grosskopf</title>
<link>http://snipplr.com/view/5878/reversing-arrays-in-asp/</link>
<description><![CDATA[ <p>ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.</p> ]]></description>
<pubDate>Tue, 15 Apr 2008 20:27:32 GMT</pubDate>
<guid>http://snipplr.com/view/5878/reversing-arrays-in-asp/</guid>
</item>
<item>
<title>(ASP) Checking Plurals With ASP - A Simple Check Plural Function - neal_grosskopf</title>
<link>http://snipplr.com/view/5521/checking-plurals-with-asp--a-simple-check-plural-function/</link>
<description><![CDATA[ <p>I notice that a lot of database driven websites make easy mistakes by not checking for plural words. An example might be "2 vote" or "1 votes". Here is an example of a function using ASP to check for plurals.</p> ]]></description>
<pubDate>Fri, 21 Mar 2008 15:37:25 GMT</pubDate>
<guid>http://snipplr.com/view/5521/checking-plurals-with-asp--a-simple-check-plural-function/</guid>
</item>
<item>
<title>(ASP) Get File Size And Type Using ASP - neal_grosskopf</title>
<link>http://snipplr.com/view/5450/get-file-size-and-type-using-asp/</link>
<description><![CDATA[ <p>Often times it is nice to add some text after a link on your website to let your users know whether the link goes to a PDF and how large that PDF file is. I've found that manually doing this works but after awhile when that PDF file get updated, the file size next to it is incorrect. It is even possible that the link is no longer a PDF but somebody forgot update the text. 

An easy solution to these problems is to create a function within ASP that spits out the file type and the file size after the link to let your users know using asp how large a file is and what the file type is.</p> ]]></description>
<pubDate>Sun, 16 Mar 2008 20:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/5450/get-file-size-and-type-using-asp/</guid>
</item>
<item>
<title>(ASP) Uppercase first Letter - f0vela</title>
<link>http://snipplr.com/view/5408/uppercase-first-letter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 15:17:52 GMT</pubDate>
<guid>http://snipplr.com/view/5408/uppercase-first-letter/</guid>
</item>
<item>
<title>(ASP) Numbers to Text (spanish) - f0vela</title>
<link>http://snipplr.com/view/5406/numbers-to-text-spanish/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 15:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/5406/numbers-to-text-spanish/</guid>
</item>
<item>
<title>(ASP) Alternate row colors - f0vela</title>
<link>http://snipplr.com/view/5405/alternate-row-colors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 14:58:43 GMT</pubDate>
<guid>http://snipplr.com/view/5405/alternate-row-colors/</guid>
</item>
<item>
<title>(ASP) Add 0 to a one digit number - f0vela</title>
<link>http://snipplr.com/view/5404/add-0-to-a-one-digit-number/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 14:52:02 GMT</pubDate>
<guid>http://snipplr.com/view/5404/add-0-to-a-one-digit-number/</guid>
</item>
<item>
<title>(ASP) Sample ASP Code - udayrayala</title>
<link>http://snipplr.com/view/5160/sample-asp-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 05:30:46 GMT</pubDate>
<guid>http://snipplr.com/view/5160/sample-asp-code/</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) getOS - krisdb</title>
<link>http://snipplr.com/view/3095/getos/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jun 2007 07:37:09 GMT</pubDate>
<guid>http://snipplr.com/view/3095/getos/</guid>
</item>
<item>
<title>(ASP) split checkboxes - krisdb</title>
<link>http://snipplr.com/view/2662/split-checkboxes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 May 2007 11:27:03 GMT</pubDate>
<guid>http://snipplr.com/view/2662/split-checkboxes/</guid>
</item>
<item>
<title>(ASP) pagination row_number() - krisdb</title>
<link>http://snipplr.com/view/2634/pagination-rownumber/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 May 2007 06:17:02 GMT</pubDate>
<guid>http://snipplr.com/view/2634/pagination-rownumber/</guid>
</item>
<item>
<title>(ASP) getBrowser - krisdb</title>
<link>http://snipplr.com/view/2548/getbrowser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 Apr 2007 13:22:43 GMT</pubDate>
<guid>http://snipplr.com/view/2548/getbrowser/</guid>
</item>
<item>
<title>(ASP) recursiveSelection - krisdb</title>
<link>http://snipplr.com/view/2504/recursiveselection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 Apr 2007 07:41:41 GMT</pubDate>
<guid>http://snipplr.com/view/2504/recursiveselection/</guid>
</item>
<item>
<title>(ASP) IsInArray - krisdb</title>
<link>http://snipplr.com/view/2502/isinarray/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Apr 2007 13:27:46 GMT</pubDate>
<guid>http://snipplr.com/view/2502/isinarray/</guid>
</item>
<item>
<title>(ASP) ASP .NET 301 Redirect - jonhenshaw</title>
<link>http://snipplr.com/view/2494/asp-net-301-redirect/</link>
<description><![CDATA[ <p>This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.</p> ]]></description>
<pubDate>Mon, 16 Apr 2007 21:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/2494/asp-net-301-redirect/</guid>
</item>
<item>
<title>(ASP) ASP 301 Redirect - jonhenshaw</title>
<link>http://snipplr.com/view/2493/asp-301-redirect/</link>
<description><![CDATA[ <p>This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.</p> ]]></description>
<pubDate>Mon, 16 Apr 2007 21:46:12 GMT</pubDate>
<guid>http://snipplr.com/view/2493/asp-301-redirect/</guid>
</item>
</channel>
</rss>