<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Anthony</title>
<link>http://snipplr.com/users/Anthony</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 11:26:55 GMT</pubDate>
<item>
<title>(C#) Strip out Non-Numeric Values from a String</title>
<link>http://snipplr.com/view/9130/strip-out-nonnumeric-values-from-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Oct 2008 12:51:06 GMT</pubDate>
<guid>http://snipplr.com/view/9130/strip-out-nonnumeric-values-from-a-string/</guid>
</item>
<item>
<title>(C#) Repeater ItemDataBound</title>
<link>http://snipplr.com/view/8433/repeater-itemdatabound/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 16:31:46 GMT</pubDate>
<guid>http://snipplr.com/view/8433/repeater-itemdatabound/</guid>
</item>
<item>
<title>(VB.NET) Email Address Format Validation</title>
<link>http://snipplr.com/view/8151/email-address-format-validation/</link>
<description><![CDATA[ <p>Uses a regular expression to validate a string as a validly formatted email address.</p> ]]></description>
<pubDate>Tue, 02 Sep 2008 11:41:29 GMT</pubDate>
<guid>http://snipplr.com/view/8151/email-address-format-validation/</guid>
</item>
<item>
<title>(HTML) Check for JavaScript Acceptance</title>
<link>http://snipplr.com/view/8087/check-for-javascript-acceptance/</link>
<description><![CDATA[ <p>First noscript tag redirects the user to the page telling them to allow scripts.  Second section is an example page of one which will go to the default page if scripts are allowed, or to give them a message otherwise.</p> ]]></description>
<pubDate>Fri, 29 Aug 2008 16:14:40 GMT</pubDate>
<guid>http://snipplr.com/view/8087/check-for-javascript-acceptance/</guid>
</item>
<item>
<title>(C#) Check for Cookie Acceptance</title>
<link>http://snipplr.com/view/8086/check-for-cookie-acceptance/</link>
<description><![CDATA[ <p>First time a user visits the site, there will be a double re-direct, but if they keep that cookie around (for 1000 years), that'll only ever happen the first time.  Any user who does not accept cookies will get stuck on the CookieCheck.aspx page without a redirect.  I use the first part of this on a master page, making the cookie check present for every page that inherits it.</p> ]]></description>
<pubDate>Fri, 29 Aug 2008 16:04:21 GMT</pubDate>
<guid>http://snipplr.com/view/8086/check-for-cookie-acceptance/</guid>
</item>
<item>
<title>(VB.NET) Programmatically Register Client-Side JavaScript</title>
<link>http://snipplr.com/view/8083/programmatically-register-clientside-javascript/</link>
<description><![CDATA[ <p>Gets a ClientScriptManager reference from the Page class.   If the client script is not already registered on the page, builds and registers a script.  Useful for building a script dynamically and ensuring that it gets registered during the correct stage of the page life cycle.</p> ]]></description>
<pubDate>Fri, 29 Aug 2008 09:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/8083/programmatically-register-clientside-javascript/</guid>
</item>
<item>
<title>(XML) .NET Connection String</title>
<link>http://snipplr.com/view/8058/net-connection-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Aug 2008 09:38:41 GMT</pubDate>
<guid>http://snipplr.com/view/8058/net-connection-string/</guid>
</item>
<item>
<title>(XML) SubSonic Service Config</title>
<link>http://snipplr.com/view/8016/subsonic-service-config/</link>
<description><![CDATA[ <p>Example of a SubSonicService configuration.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 10:10:23 GMT</pubDate>
<guid>http://snipplr.com/view/8016/subsonic-service-config/</guid>
</item>
<item>
<title>(XML) SubSonic Service Config Section</title>
<link>http://snipplr.com/view/8015/subsonic-service-config-section/</link>
<description><![CDATA[ <p>Defines the configSection for the SubSonic Service.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 10:07:29 GMT</pubDate>
<guid>http://snipplr.com/view/8015/subsonic-service-config-section/</guid>
</item>
<item>
<title>(C#) De-serialize Base64 String to Object</title>
<link>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</link>
<description><![CDATA[ <p>De-serializes a Base64 String back to it's original object.  First x characters should indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:55:22 GMT</pubDate>
<guid>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</guid>
</item>
<item>
<title>(C#) Serialize Object to a Base64 String</title>
<link>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</link>
<description><![CDATA[ <p>Serializes an object to a Base64 string.  The first few characters of the serialized string indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:52:00 GMT</pubDate>
<guid>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</guid>
</item>
<item>
<title>(C#) Escape Illegal XML Characters</title>
<link>http://snipplr.com/view/7982/escape-illegal-xml-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Aug 2008 09:57:02 GMT</pubDate>
<guid>http://snipplr.com/view/7982/escape-illegal-xml-characters/</guid>
</item>
<item>
<title>(XML) .NET SMTP Mail Server</title>
<link>http://snipplr.com/view/7189/net-smtp-mail-server/</link>
<description><![CDATA[ <p>This node is the at the first child level under  in a .NET config file.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 15:44:01 GMT</pubDate>
<guid>http://snipplr.com/view/7189/net-smtp-mail-server/</guid>
</item>
<item>
<title>(C#) Convert Byte Array to String</title>
<link>http://snipplr.com/view/6751/convert-byte-array-to-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:44:33 GMT</pubDate>
<guid>http://snipplr.com/view/6751/convert-byte-array-to-string/</guid>
</item>
<item>
<title>(C#) Convert String to Byte Array</title>
<link>http://snipplr.com/view/6750/convert-string-to-byte-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:35:53 GMT</pubDate>
<guid>http://snipplr.com/view/6750/convert-string-to-byte-array/</guid>
</item>
</channel>
</rss>