<?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; c#</title>
	<atom:link href="http://www.michaelkbell.com/index.php/category/c/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>TimePicker Updates</title>
		<link>http://www.michaelkbell.com/index.php/2010/05/24/timepicker-updates/</link>
		<comments>http://www.michaelkbell.com/index.php/2010/05/24/timepicker-updates/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:49:52 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[.NET TimePicker]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET TimePicker Control]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=55</guid>
		<description><![CDATA[It&#8217;s been awhile, but I&#8217;ve finally got some updates released. You will find:

 the 24 hour mode works as expected now
 CSS has been altered to include positioning fixes for the colons in IE8 and FF 3.6
 issues have been addressed for problems that manifest themselves when there are multiple pickers on a page and [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2010/05/24/timepicker-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom UserProfile Property Class for SharePoint</title>
		<link>http://www.michaelkbell.com/index.php/2009/06/10/custom-userprofile-property-class-for-sharepoint/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/06/10/custom-userprofile-property-class-for-sharepoint/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:43:31 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=42</guid>
		<description><![CDATA[I had a recent project where I needed to bind to the properties in the sharepoint userprofile collection. I found the easiest method was to create an object that contains properties that use the PropertyConstant enumerator to return values from the UserProfile object. It may not be the cleanest, but it let me bind a [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/06/10/custom-userprofile-property-class-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>TimePicker Update</title>
		<link>http://www.michaelkbell.com/index.php/2009/03/07/timepicker-update/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/03/07/timepicker-update/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 03:09:12 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET TimePicker Control]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/03/07/TimePickerUpdate.aspx</guid>
		<description><![CDATA[As requested, I added functionality to the time picker to allow the up and down arrows on the keyboard to increase and decrease the values in the hours, minutes, seconds, and toggle the AM/PM box. I&#8217;ve also made the semi-colon seperators unfocusable. 
]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/03/07/timepicker-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET TimePicker Documentation</title>
		<link>http://www.michaelkbell.com/index.php/2009/02/27/aspnet-timepicker-documentation/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/02/27/aspnet-timepicker-documentation/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 17:34:30 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[.NET TimePicker]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/02/27/ASPNETTimePickerDocumentation.aspx</guid>
		<description><![CDATA[I finally got some documentation together for the TimePicker using Sandcastle and Docsite. For some reason I couldn&#8217;t get it to work as a subfolder or virtual directory of this site, so I have it on a funky port. Regardless, here is the link:
ASP.NET TimePicker Documentation
]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/02/27/aspnet-timepicker-documentation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>.NET Time Picker Updates</title>
		<link>http://www.michaelkbell.com/index.php/2009/02/18/net-time-picker-updates/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/02/18/net-time-picker-updates/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:33:29 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/02/18/NETTimePickerUpdates.aspx</guid>
		<description><![CDATA[I released some updates night before last. One new function is the ability to make the picker work as a clock in nature, rather than&#8230; well.. a picker! 

EnableClock is the new property that allows real time clock ticking action. 
IsReadOnly has been renamed to ReadOnly (don&#8217;t know what I was thinking at the time), [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/02/18/net-time-picker-updates/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Configuring Microsoft AJAX to work in SharePoint 2007, MOSS</title>
		<link>http://www.michaelkbell.com/index.php/2009/02/06/configuring-microsoft-ajax-to-work-in-sharepoint-2007-moss/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/02/06/configuring-microsoft-ajax-to-work-in-sharepoint-2007-moss/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:32:47 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/02/06/ConfiguringMicrosoftAJAXToWorkInSharePoint2007MOSS.aspx</guid>
		<description><![CDATA[I had the pleasure of recently converting a couple of webparts &#38; controls to use Microsoft AJAX rather than AJAXPro.net. On top of all of my control changes, I had to do quite a few config file changes to SharePoint to ge tit to work correctly. Now, the instructions for this are out there on [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/02/06/configuring-microsoft-ajax-to-work-in-sharepoint-2007-moss/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating an IIS Site through managed code (C#, .NET)</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:18:37 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingAnIISSiteThroughManagedCodeCNET.aspx</guid>
		<description><![CDATA[Another task I had in the past along with creating the DNS entries via managed code, was creating a new site in IIS. I had to nip various code from various places, but when I got done, it all worked nicely together. You will notice by the try catch block, that again, I was executing [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/01/23/creating-an-iis-site-through-managed-code-c-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a DNS Entry in Windows 20003 Std Edition with c# .NET</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 14:25:33 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/23/CreatingADNSEntryInWindows20003StdEditionWithCNET.aspx</guid>
		<description><![CDATA[One of the websites I did in the past required me to be able to register a domain, create the site in IIS, add the DNS entries, and add email entries into HMail server. Here is the DNS server half of it. Of course you have to have permissions, but this is the method I [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/01/23/creating-a-dns-entry-in-windows-20003-std-edition-with-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Lookup Column to a SharePoint List</title>
		<link>http://www.michaelkbell.com/index.php/2009/01/20/adding-a-lookup-column-to-a-sharepoint-list/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/01/20/adding-a-lookup-column-to-a-sharepoint-list/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:20:37 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/01/20/AddingALookupColumnToASharePointList.aspx</guid>
		<description><![CDATA[This took me a heckuva lot longer to get working right than I will ever admit. I thought the end result was nice and tidy. This example shows how to take a list from one web, and populate a column in another list based on the values from the first. Modifications to the first list [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/01/20/adding-a-lookup-column-to-a-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
