<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Umbrella Studio</title>
	
	<link>http://www.umbrellastudio.com</link>
	<description>Web development and WordPress plugins with Corey Salzano</description>
	<lastBuildDate>Sun, 19 May 2013 17:55:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tacticaltechnique" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="tacticaltechnique" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">tacticaltechnique</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Clobber spam users WordPress plugin</title>
		<link>http://www.umbrellastudio.com/wordpress/clobber-spam-users/</link>
		<comments>http://www.umbrellastudio.com/wordpress/clobber-spam-users/#comments</comments>
		<pubDate>Sat, 13 Oct 2012 15:25:35 +0000</pubDate>
		<dc:creator>corey</dc:creator>
				<category><![CDATA[I make WordPress plugins]]></category>

		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=784</guid>
		<description>I&amp;#8217;ve built another plugin for WordPress websites with open registration. This plugin makes it easy to prevent spam accounts from publishing posts. Frequently asked questions What does this thing do? This plugin adds an item to the Users menu of your administration dashboard. Click the &amp;#8220;Clobber Spam&amp;#8221; link and you will see a page that [...]&lt;p&gt;Originally published at &lt;a href="http://www.tacticaltechnique.com"&gt;TacticalTechnique.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.umbrellastudio.com/wordpress/clobber-spam-users/"&gt;Clobber spam users WordPress plugin&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tacticaltechnique/~4/hjT4cP3PL1k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.umbrellastudio.com/wordpress/clobber-spam-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Detecting mixed case strings in ASP Classic</title>
		<link>http://www.umbrellastudio.com/web-development/detecting-mixed-case-strings-in-asp-classic/</link>
		<comments>http://www.umbrellastudio.com/web-development/detecting-mixed-case-strings-in-asp-classic/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:46:46 +0000</pubDate>
		<dc:creator>corey</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=765</guid>
		<description>I needed to detect a mixed case string in classic ASP. I define a mixed case string as containing both upper and lower case characters, like AuxagGsrLpa. I could not find a free function on the web to make this decision, so I wrote one. = 65 and asc( currentChar ) = 97 and asc( [...]&lt;p&gt;Originally published at &lt;a href="http://www.tacticaltechnique.com"&gt;TacticalTechnique.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.umbrellastudio.com/web-development/detecting-mixed-case-strings-in-asp-classic/"&gt;Detecting mixed case strings in ASP Classic&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tacticaltechnique/~4/qUE8atHR3Ik" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.umbrellastudio.com/web-development/detecting-mixed-case-strings-in-asp-classic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Matching MD5 hashes in ASP.NET and ASP Classic</title>
		<link>http://www.umbrellastudio.com/web-development/matching-md5-hashes-in-asp-net-and-asp-classic/</link>
		<comments>http://www.umbrellastudio.com/web-development/matching-md5-hashes-in-asp-net-and-asp-classic/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 00:48:00 +0000</pubDate>
		<dc:creator>corey</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=755</guid>
		<description>The goal of this page is to put two MD5 code samples on the same web page, one for ASP classic and one for ASP.NET. String formatting (like ASCII vs UTF-8) can trip up coding these two routines. These two code samples will produce the same MD5 hash output. Classic ASP/VBScript MD5 The ASP code [...]&lt;p&gt;Originally published at &lt;a href="http://www.tacticaltechnique.com"&gt;TacticalTechnique.com&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.umbrellastudio.com/web-development/matching-md5-hashes-in-asp-net-and-asp-classic/"&gt;Matching MD5 hashes in ASP.NET and ASP Classic&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/tacticaltechnique/~4/Q3LB79UF3X4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.umbrellastudio.com/web-development/matching-md5-hashes-in-asp-net-and-asp-classic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.umbrellastudio.com @ 2013-05-19 14:57:26 by W3 Total Cache -->
