<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 10:28:15 +0000</lastBuildDate>
    <item>
      <title>(ASP) How to send SMS using ASP.NET through HTTP - Gupta86</title>
      <link>https://snipplr.com/view/89414/how-to-send-sms-using-aspnet-through-http</link>
      <description>&lt;p&gt;Hello Guys,&#13;
&#13;
This short ASP.NET code snippet is intended to provide you a brief review on how to add SMS functionality to your website. You will see, this is a very simple but smart solution. This ASP.NET application is able to send messages by using HTTP requests towards the SMS gateway that sends the SMSs to the destination telephone via a GSM modem or an IP SMS connection.&#13;
&#13;
Letâ€™s take a quick look at the software requirements that are essentially needed for tjis solution. In order to send SMS messages from your ASP.NET application, you need a development platform, e.b Visual Studio, of course, .NET Framework 4.0, Internet Information Services (IIS) and an SMS gateway (I used Ozeki NG â€“ http://www.ozekisms.com). You also need a GSM modem attached to your PC or an IP SMS connection to be able to send messages.&#13;
&#13;
Okay ans now letâ€™s use the code snippet! Copy the content of smssend.aspx and smssend.aspx.cs into the main directory of the IIS server - C:\Inetpub\wwwroot\ directory (). Configure the fixed data in the smssend.aspx.cs file (the IP address and port number of the SMS gateway, username, password). Launch your SMS gateway Server. Start a web browser and enter this URL: http://127.0.0.1/smssend.aspx - where 127.0.0.1 means that the smssend.aspx and smssend.aspx.cs files can be found on the same computer on which the browser has been opened). Fill in the required fields, and then click the Send button. Itâ€™s as easy as that!&#13;
&#13;
Happy coding! :)&lt;/p&gt;</description>
      <pubDate>Wed, 04 Feb 2015 21:59:08 UTC</pubDate>
      <guid>https://snipplr.com/view/89414/how-to-send-sms-using-aspnet-through-http</guid>
    </item>
    <item>
      <title>(ASP) Detect Mobile Browser Using ASP - nshakin</title>
      <link>https://snipplr.com/view/71210/detect-mobile-browser-using-asp</link>
      <description>&lt;p&gt;A function and if statement to detect whether or not the browser is a mobile device.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 02:32:15 UTC</pubDate>
      <guid>https://snipplr.com/view/71210/detect-mobile-browser-using-asp</guid>
    </item>
    <item>
      <title>(ASP) ASP Request Current Page Name - nshakin</title>
      <link>https://snipplr.com/view/71208/asp-request-current-page-name</link>
      <description>&lt;p&gt;Request the current page name relative to the home directory of the server.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 00:03:57 UTC</pubDate>
      <guid>https://snipplr.com/view/71208/asp-request-current-page-name</guid>
    </item>
    <item>
      <title>(Regular Expression) regex to refactor elseif block to select case format - pflangan</title>
      <link>https://snipplr.com/view/64085/regex-to-refactor-elseif-block-to-select-case-format</link>
      <description>&lt;p&gt;Requirement from work was to refactor an 8000 line if elseif code block to select case syntax. Not a manual task, even for a 1984 olympics button bashing champ.&#13;
&#13;
note, id is the test variable here, &#13;
as in&#13;
elseif (id ="test") then ...&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2012 03:08:13 UTC</pubDate>
      <guid>https://snipplr.com/view/64085/regex-to-refactor-elseif-block-to-select-case-format</guid>
    </item>
    <item>
      <title>(JavaScript) Auto-complete Script Example - aruldave</title>
      <link>https://snipplr.com/view/63796/autocomplete-script-example</link>
      <description>&lt;p&gt;The below script list out the available tags based on the character you enter in the Tag field and the available tags in the array. All the user submitted tags through the Tag form will be stored in an array. Use the below script to enable the auto-complete with your applications. We also used this in and around the call centre system as [predictive dialler software](http://www.touchstarccs.co.uk/ "Inbound, Outbound or Blended Call Centre Software")&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:31:38 UTC</pubDate>
      <guid>https://snipplr.com/view/63796/autocomplete-script-example</guid>
    </item>
    <item>
      <title>(ASP) Redirect a page to another domain in ASP - ajbatac</title>
      <link>https://snipplr.com/view/55795/redirect-a-page-to-another-domain-in-asp</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 28 Jun 2011 01:11:55 UTC</pubDate>
      <guid>https://snipplr.com/view/55795/redirect-a-page-to-another-domain-in-asp</guid>
    </item>
    <item>
      <title>(ASP) Default Visual Web Developer 2008 ASPX template - oyvindrobertsen</title>
      <link>https://snipplr.com/view/43575/default-visual-web-developer-2008-aspx-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 04 Nov 2010 23:23:33 UTC</pubDate>
      <guid>https://snipplr.com/view/43575/default-visual-web-developer-2008-aspx-template</guid>
    </item>
    <item>
      <title>(ASP) Convert database queries to xml using asp - mchadwick</title>
      <link>https://snipplr.com/view/38471/convert-database-queries-to-xml-using-asp</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 05 Aug 2010 01:24:08 UTC</pubDate>
      <guid>https://snipplr.com/view/38471/convert-database-queries-to-xml-using-asp</guid>
    </item>
    <item>
      <title>(JavaScript) sharepoint root url - rumremix</title>
      <link>https://snipplr.com/view/38126/sharepoint-root-url</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jul 2010 08:24:36 UTC</pubDate>
      <guid>https://snipplr.com/view/38126/sharepoint-root-url</guid>
    </item>
    <item>
      <title>(PHP) classic ASP instr for PHP - seloh77</title>
      <link>https://snipplr.com/view/37227/classic-asp-instr-for-php</link>
      <description>&lt;p&gt;I used to program in classic ASP and would sometimes check if a certain word or letter would be in a string with instr.&#13;
&#13;
if instr(haystack, needle)&gt;0 then&#13;
   DO SOMETHING&#13;
end if&#13;
&#13;
If the needle starts on the first position of the haystack, instr returns 1.&#13;
If the needle is not in the haystack, instr returns 0.&#13;
&#13;
PHP has the strpos and stripos functions which return FALSE if the needle is not in the haystack and return 0 if the needle starts on the first position of the haystack.&#13;
I wanted to be able to do a quick check on a string, without checking type so I created the instr function for PHP.&#13;
&#13;
if (instr($haystack, $needle)&gt;0)&#13;
{&#13;
   DO SOMETHING&#13;
}&#13;
&#13;
(an offset can be given but is optional)&lt;/p&gt;</description>
      <pubDate>Tue, 13 Jul 2010 23:02:50 UTC</pubDate>
      <guid>https://snipplr.com/view/37227/classic-asp-instr-for-php</guid>
    </item>
    <item>
      <title>(ASP) Call ASP Page Inside HTML page - Meander365</title>
      <link>https://snipplr.com/view/35323/call-asp-page-inside-html-page</link>
      <description>&lt;p&gt;This is useful when you need to add logic to static html page.&lt;/p&gt;</description>
      <pubDate>Sun, 30 May 2010 02:18:24 UTC</pubDate>
      <guid>https://snipplr.com/view/35323/call-asp-page-inside-html-page</guid>
    </item>
    <item>
      <title>(ASP) List files in a directory - wizard04</title>
      <link>https://snipplr.com/view/33419/list-files-in-a-directory</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 28 Apr 2010 08:44:42 UTC</pubDate>
      <guid>https://snipplr.com/view/33419/list-files-in-a-directory</guid>
    </item>
    <item>
      <title>(ASP) Set your Twitter status via API (without oAuth) - emregulcan</title>
      <link>https://snipplr.com/view/33285/set-your-twitter-status-via-api-without-oauth</link>
      <description>&lt;p&gt;This script works good condition, and not use "oAuth".&#13;
Your should get username and password with cleartext (standart html controls) without authentication and just add them into variables in your code...&#13;
(twitter_username  and twitter_password)&#13;
And also get status from textbox and set variable named "new_status"&lt;/p&gt;</description>
      <pubDate>Tue, 27 Apr 2010 07:04:38 UTC</pubDate>
      <guid>https://snipplr.com/view/33285/set-your-twitter-status-via-api-without-oauth</guid>
    </item>
    <item>
      <title>(ASP) Serve HTML Table as Excel Worksheet - wizard04</title>
      <link>https://snipplr.com/view/32339/serve-html-table-as-excel-worksheet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 19 Apr 2010 13:07:11 UTC</pubDate>
      <guid>https://snipplr.com/view/32339/serve-html-table-as-excel-worksheet</guid>
    </item>
    <item>
      <title>(ASP) Are Arrays Equal - jlvallelonga</title>
      <link>https://snipplr.com/view/25783/are-arrays-equal</link>
      <description>&lt;p&gt;This function checks to see if two arrays are equal&lt;/p&gt;</description>
      <pubDate>Thu, 31 Dec 2009 12:56:39 UTC</pubDate>
      <guid>https://snipplr.com/view/25783/are-arrays-equal</guid>
    </item>
    <item>
      <title>(ASP) Setup ASP codepage as UTF-8 - timshingyu</title>
      <link>https://snipplr.com/view/24583/setup-asp-codepage-as-utf8</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Dec 2009 04:04:08 UTC</pubDate>
      <guid>https://snipplr.com/view/24583/setup-asp-codepage-as-utf8</guid>
    </item>
    <item>
      <title>(ASP) VBScript Regular Expression Search and Replace Functions - wizard04</title>
      <link>https://snipplr.com/view/19559/vbscript-regular-expression-search-and-replace-functions</link>
      <description>&lt;p&gt;Functions to make using regular expressions a bit easier. They're named after the respective PHP function.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Sep 2009 11:53:57 UTC</pubDate>
      <guid>https://snipplr.com/view/19559/vbscript-regular-expression-search-and-replace-functions</guid>
    </item>
    <item>
      <title>(ASP) Testing for Empty Arrays - wizard04</title>
      <link>https://snipplr.com/view/19558/testing-for-empty-arrays</link>
      <description>&lt;p&gt;Checks if an array has been initialized, even if it is a dynamic array.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Sep 2009 11:46:40 UTC</pubDate>
      <guid>https://snipplr.com/view/19558/testing-for-empty-arrays</guid>
    </item>
    <item>
      <title>(ASP) VBScript MS Access Database Connection - wizard04</title>
      <link>https://snipplr.com/view/19398/vbscript-ms-access-database-connection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 08 Sep 2009 15:35:36 UTC</pubDate>
      <guid>https://snipplr.com/view/19398/vbscript-ms-access-database-connection</guid>
    </item>
    <item>
      <title>(ASP) Emulate ASP.NET's AppendFormat Method In Classic ASP - neal_grosskopf</title>
      <link>https://snipplr.com/view/16993/emulate-aspnets-appendformat-method-in-classic-asp</link>
      <description>&lt;p&gt;Learn how to emulate ASP.NET's AppendFormat method in Classic ASP. AppendFormat is essentially a simple form of concatenation in ASP.NET.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jul 2009 08:11:55 UTC</pubDate>
      <guid>https://snipplr.com/view/16993/emulate-aspnets-appendformat-method-in-classic-asp</guid>
    </item>
    <item>
      <title>(ASP) Simple Function To Return Recordset Results as Table In HTML - neal_grosskopf</title>
      <link>https://snipplr.com/view/13223/simple-function-to-return-recordset-results-as-table-in-html</link>
      <description>&lt;p&gt;A quick and easy function that will output table column names and loop through your SQL recordset results outputting it into a HTML table.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Mar 2009 08:11:49 UTC</pubDate>
      <guid>https://snipplr.com/view/13223/simple-function-to-return-recordset-results-as-table-in-html</guid>
    </item>
    <item>
      <title>(jQuery) How To Get Total Feedburner Subscribers With JQuery and ASP - neal_grosskopf</title>
      <link>https://snipplr.com/view/12501/how-to-get-total-feedburner-subscribers-with-jquery-and-asp</link>
      <description>&lt;p&gt;Learn how to display the total number of Feedburner subscribers next to your 'subscribe' icon on your web site.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Feb 2009 08:06:36 UTC</pubDate>
      <guid>https://snipplr.com/view/12501/how-to-get-total-feedburner-subscribers-with-jquery-and-asp</guid>
    </item>
    <item>
      <title>(jQuery) How To Get Total Diggs Using JQuery And ASP In 30 Lines Of Code - neal_grosskopf</title>
      <link>https://snipplr.com/view/12328/how-to-get-total-diggs-using-jquery-and-asp-in-30-lines-of-code</link>
      <description>&lt;p&gt;Learn how to retrieve a specific url's total number of Diggs using JQuery, ASP and the Digg API.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Feb 2009 23:29:39 UTC</pubDate>
      <guid>https://snipplr.com/view/12328/how-to-get-total-diggs-using-jquery-and-asp-in-30-lines-of-code</guid>
    </item>
    <item>
      <title>(ASP) UrlEncode - ASP Classic - charmcitycoder</title>
      <link>https://snipplr.com/view/10534/urlencode--asp-classic</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Dec 2008 14:54:27 UTC</pubDate>
      <guid>https://snipplr.com/view/10534/urlencode--asp-classic</guid>
    </item>
    <item>
      <title>(ASP) ASP word wrap function - ginoplusio</title>
      <link>https://snipplr.com/view/10351/asp-word-wrap-function</link>
      <description>&lt;p&gt;asp function similar to php one, to truncate long words inside a string&lt;/p&gt;</description>
      <pubDate>Tue, 09 Dec 2008 05:47:21 UTC</pubDate>
      <guid>https://snipplr.com/view/10351/asp-word-wrap-function</guid>
    </item>
    <item>
      <title>(ASP) asp left padding - ginoplusio</title>
      <link>https://snipplr.com/view/10310/asp-left-padding</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 07 Dec 2008 05:36:30 UTC</pubDate>
      <guid>https://snipplr.com/view/10310/asp-left-padding</guid>
    </item>
    <item>
      <title>(ASP) ASP show a sql table - ginoplusio</title>
      <link>https://snipplr.com/view/9911/asp-show-a-sql-table</link>
      <description>&lt;p&gt;show a table with data and his column name&lt;/p&gt;</description>
      <pubDate>Wed, 19 Nov 2008 05:24:22 UTC</pubDate>
      <guid>https://snipplr.com/view/9911/asp-show-a-sql-table</guid>
    </item>
    <item>
      <title>(ASP) ASP iif function - ginoplusio</title>
      <link>https://snipplr.com/view/9894/asp-iif-function</link>
      <description>&lt;p&gt;function that return TrueVal if Condition is true else return FalseVal.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:13:15 UTC</pubDate>
      <guid>https://snipplr.com/view/9894/asp-iif-function</guid>
    </item>
    <item>
      <title>(SQL) SQL case sensitive match for user and password - ginoplusio</title>
      <link>https://snipplr.com/view/9893/sql-case-sensitive-match-for-user-and-password</link>
      <description>&lt;p&gt;When you make a login remember to use CASE SENSITIVE on password and case insensitive on username&lt;/p&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:02:33 UTC</pubDate>
      <guid>https://snipplr.com/view/9893/sql-case-sensitive-match-for-user-and-password</guid>
    </item>
    <item>
      <title>(ASP) Asp ereg_replace function  (similar to php function) - ginoplusio</title>
      <link>https://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function</link>
      <description>&lt;p&gt;similar to php ereg_replace.&#13;
You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars:&#13;
&#13;
s = ereg_replace("[^A-Za-z0-9]","",s)&#13;
&#13;
I use this function to clean input fields...&lt;/p&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:47:15 UTC</pubDate>
      <guid>https://snipplr.com/view/9642/asp-eregreplace-function--similar-to-php-function</guid>
    </item>
    <item>
      <title>(ASP) How To Create A 301 Redirect For Domains Or Home Page Variances - neal_grosskopf</title>
      <link>https://snipplr.com/view/9020/how-to-create-a-301-redirect-for-domains-or-home-page-variances</link>
      <description>&lt;p&gt;Learn how to create a 301 redirect for domain or home variations to improve your websites' search engine optimization.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:04:16 UTC</pubDate>
      <guid>https://snipplr.com/view/9020/how-to-create-a-301-redirect-for-domains-or-home-page-variances</guid>
    </item>
    <item>
      <title>(ASP) Querbra de Linha - Break Lines - LondonWeb</title>
      <link>https://snipplr.com/view/7947/querbra-de-linha--break-lines</link>
      <description>&lt;p&gt;substitui &lt;ENTER&gt; em quebra de linha.&#13;
Break the lines form data, replacing &lt;ENTER&gt; key&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 12:31:20 UTC</pubDate>
      <guid>https://snipplr.com/view/7947/querbra-de-linha--break-lines</guid>
    </item>
    <item>
      <title>(ASP) ASP Results from DB - LondonWeb</title>
      <link>https://snipplr.com/view/7946/asp-results-from-db</link>
      <description>&lt;p&gt;mostrar resultados - simplified version show results&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 12:29:11 UTC</pubDate>
      <guid>https://snipplr.com/view/7946/asp-results-from-db</guid>
    </item>
    <item>
      <title>(PHP) Evitar Cache - Avoid Cache - LondonWeb</title>
      <link>https://snipplr.com/view/7945/evitar-cache--avoid-cache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 12:27:29 UTC</pubDate>
      <guid>https://snipplr.com/view/7945/evitar-cache--avoid-cache</guid>
    </item>
    <item>
      <title>(ASP) Make YouTube Embed HTML Validate - neal_grosskopf</title>
      <link>https://snipplr.com/view/6871/make-youtube-embed-html-validate</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:55:27 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/6647/create-class-name-from-url-in-asp</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 21:34:51 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/6618/getting-full-urlpath-with-asp</link>
      <description>&lt;p&gt;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&#13;
including the query string.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jun 2008 11:04:46 UTC</pubDate>
      <guid>https://snipplr.com/view/6618/getting-full-urlpath-with-asp</guid>
    </item>
    <item>
      <title>(ASP) Reversing Arrays in ASP - neal_grosskopf</title>
      <link>https://snipplr.com/view/5878/reversing-arrays-in-asp</link>
      <description>&lt;p&gt;ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2008 20:27:32 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/5521/checking-plurals-with-asp--a-simple-check-plural-function</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 15:37:25 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/5450/get-file-size-and-type-using-asp</link>
      <description>&lt;p&gt;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. &#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Mar 2008 20:04:31 UTC</pubDate>
      <guid>https://snipplr.com/view/5450/get-file-size-and-type-using-asp</guid>
    </item>
    <item>
      <title>(ASP) Uppercase first Letter - f0vela</title>
      <link>https://snipplr.com/view/5408/uppercase-first-letter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 15:17:52 UTC</pubDate>
      <guid>https://snipplr.com/view/5408/uppercase-first-letter</guid>
    </item>
    <item>
      <title>(ASP) Numbers to Text (spanish) - f0vela</title>
      <link>https://snipplr.com/view/5406/numbers-to-text-spanish</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 15:06:42 UTC</pubDate>
      <guid>https://snipplr.com/view/5406/numbers-to-text-spanish</guid>
    </item>
    <item>
      <title>(ASP) Alternate row colors - f0vela</title>
      <link>https://snipplr.com/view/5405/alternate-row-colors</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 14:58:43 UTC</pubDate>
      <guid>https://snipplr.com/view/5405/alternate-row-colors</guid>
    </item>
    <item>
      <title>(ASP) Add 0 to a one digit number - f0vela</title>
      <link>https://snipplr.com/view/5404/add-0-to-a-one-digit-number</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 14:52:02 UTC</pubDate>
      <guid>https://snipplr.com/view/5404/add-0-to-a-one-digit-number</guid>
    </item>
    <item>
      <title>(ASP) Sample ASP Code - udayrayala</title>
      <link>https://snipplr.com/view/5160/sample-asp-code</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 23 Feb 2008 05:30:46 UTC</pubDate>
      <guid>https://snipplr.com/view/5160/sample-asp-code</guid>
    </item>
    <item>
      <title>(ASP) ASP .NET 301 Redirect - jonhenshaw</title>
      <link>https://snipplr.com/view/2494/asp-net-301-redirect</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 21:47:17 UTC</pubDate>
      <guid>https://snipplr.com/view/2494/asp-net-301-redirect</guid>
    </item>
    <item>
      <title>(ASP) ASP 301 Redirect - jonhenshaw</title>
      <link>https://snipplr.com/view/2493/asp-301-redirect</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 21:46:12 UTC</pubDate>
      <guid>https://snipplr.com/view/2493/asp-301-redirect</guid>
    </item>
    <item>
      <title>(Other) Database access - table creation - ryanprel</title>
      <link>https://snipplr.com/view/2187/database-access--table-creation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:25:25 UTC</pubDate>
      <guid>https://snipplr.com/view/2187/database-access--table-creation</guid>
    </item>
    <item>
      <title>(ASP) UrlDecode Method - pablazo</title>
      <link>https://snipplr.com/view/2049/urldecode-method</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 31 Jan 2007 11:02:26 UTC</pubDate>
      <guid>https://snipplr.com/view/2049/urldecode-method</guid>
    </item>
    <item>
      <title>(ASP) XML/XSL request - ryanprel</title>
      <link>https://snipplr.com/view/1563/xmlxsl-request</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 12:32:56 UTC</pubDate>
      <guid>https://snipplr.com/view/1563/xmlxsl-request</guid>
    </item>
  </channel>
</rss>
