<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Michael Bell's Blog &#187; Whatever</title>
	<atom:link href="http://www.michaelkbell.com/index.php/category/whatever/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Fri, 28 May 2010 16:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Validation against Controls outside of the current NamingContainer</title>
		<link>http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:59:12 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Whatever]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/04/21/ValidationAgainstControlsOutsideOfTheCurrentNamingContainer.aspx</guid>
		<description><![CDATA[I had a situation where I needed to do this recently. I googled of course, and came up with an overloaded FindControl method. I implemented this in my code, and all seemed well. UNTIL&#8230; came the time to get the data posted from my control. I had controls nested in a UserControl, and that usercontrol [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/04/21/validation-against-controls-outside-of-the-current-namingcontainer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Efficient Hit Logging with ASP.NET 2.0 &amp; Microsoft SQL Server</title>
		<link>http://www.michaelkbell.com/index.php/2006/11/07/efficient-hit-logging-with-aspnet-20-microsoft-sql-server/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/11/07/efficient-hit-logging-with-aspnet-20-microsoft-sql-server/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 15:24:51 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Whatever]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/11/07/EfficientHitLoggingWithASPNET20MicrosoftSQLServer.aspx</guid>
		<description><![CDATA[I&#8217;ve been running image hosting sites for a couple of years. Through my trials I discovered a few things. Running the web server AND the sql server off the same box when you are getting a couple of million image hits a day can be trying on your system. The first version of my image [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/11/07/efficient-hit-logging-with-aspnet-20-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Time Picker Control</title>
		<link>http://www.michaelkbell.com/index.php/2006/10/19/net-time-picker-control/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/10/19/net-time-picker-control/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 14:44:21 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Whatever]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/10/19/NETTimePickerControl.aspx</guid>
		<description><![CDATA[I got this into a &#8220;release&#8221; state today.. and thought I&#8217;d put it out there for anyone who wants to use it. It&#8217;s a Windows looking time picker control. Have a look!
http://www.MichaelKBell.com/TimePicker
]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/10/19/net-time-picker-control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating Sites in IIS 6.0 And Automatically Switching Them to use the 2.0 Framework in c#</title>
		<link>http://www.michaelkbell.com/index.php/2006/09/18/creating-sites-in-iis-60-and-automatically-switching-them-to-use-the-20-framework-in-c/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/09/18/creating-sites-in-iis-60-and-automatically-switching-them-to-use-the-20-framework-in-c/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 17:45:49 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Whatever]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/09/18/CreatingSitesInIIS60AndAutomaticallySwitchingThemToUseThe20FrameworkInC.aspx</guid>
		<description><![CDATA[So, you&#8217;ve got the code in place to create a site in IIS via c# in one of your web apps, but you want the site ASP.NET version to default to 2.0. I had the problem and couldn&#8217;t find a simple &#8220;switch&#8221; to flip, so I wound up writing this little piece of code that [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/09/18/creating-sites-in-iis-60-and-automatically-switching-them-to-use-the-20-framework-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally have my own BLOG up!</title>
		<link>http://www.michaelkbell.com/index.php/2006/08/17/finally-have-my-own-blog-up/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/08/17/finally-have-my-own-blog-up/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 15:26:05 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[Whatever]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/08/17/FinallyHaveMyOwnBLOGUp.aspx</guid>
		<description><![CDATA[Only took a few years&#8230; but finally here. So I will post both code and daily life ramblings here  
]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/08/17/finally-have-my-own-blog-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
