<?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</title>
	<atom:link href="http://www.michaelkbell.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Wed, 15 Jun 2011 16:07:48 +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>IE8, Table Rows, and the jQuery &#8220;toggle&#8221; Method</title>
		<link>http://www.michaelkbell.com/index.php/2011/06/15/ie8-table-rows-and-the-jquery-toggle-method/</link>
		<comments>http://www.michaelkbell.com/index.php/2011/06/15/ie8-table-rows-and-the-jquery-toggle-method/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 16:07:48 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=87</guid>
		<description><![CDATA[I was recently on a project that required collapse/expand functionality. Upon implementation, I ran into a problem where IE6, IE7, and Firefox were working as expected, but IE8 was not. After spending more time on the issue that I care to admit, I found that IE8 has an issue with table rows (&#60;tr&#62;) and the [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2011/06/15/ie8-table-rows-and-the-jquery-toggle-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Circular Reference&#8221; issue with Entity Framework, JSON and retaining relationship data</title>
		<link>http://www.michaelkbell.com/index.php/2010/11/23/the-circular-reference-issue-with-entity-framework-json-and-retaining-relationship-data/</link>
		<comments>http://www.michaelkbell.com/index.php/2010/11/23/the-circular-reference-issue-with-entity-framework-json-and-retaining-relationship-data/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 22:57:23 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=83</guid>
		<description><![CDATA[I&#8217;ve got a WCF service that I was trying to return multiple data sets in the same call. You can read about that in the previous post. What I tried today for the first time, was to return objects along with other objects that shared a relationship. What I found was that you get circular [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2010/11/23/the-circular-reference-issue-with-entity-framework-json-and-retaining-relationship-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Services, AJAX, and the new &#8216;dynamic&#8217; keyword&#8230;</title>
		<link>http://www.michaelkbell.com/index.php/2010/11/19/wcf-services-ajax-and-the-new-dynamic-keyword/</link>
		<comments>http://www.michaelkbell.com/index.php/2010/11/19/wcf-services-ajax-and-the-new-dynamic-keyword/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 04:04:23 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=78</guid>
		<description><![CDATA[Recently I had a project where I wanted to return multiple sets of data via AJAX with a single call, although the sets of data were different types (from different tables altogether). Anything to save some bandwidth/roundtrips, right? I made an attempt at using the new dynamic type to create my service method and to [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2010/11/19/wcf-services-ajax-and-the-new-dynamic-keyword/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript, JSON, WCF, and passing dates, oh my!!!!</title>
		<link>http://www.michaelkbell.com/index.php/2010/05/28/javascript-json-wcf-and-passing-dates-oh-my/</link>
		<comments>http://www.michaelkbell.com/index.php/2010/05/28/javascript-json-wcf-and-passing-dates-oh-my/#comments</comments>
		<pubDate>Fri, 28 May 2010 15:43:43 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=58</guid>
		<description><![CDATA[I spent more time than I will EVER admit trying to figure out what the heck was wrong with my code, passing a date created by the jQuery UI datepicker into my .NET WCF service. I tried tick conversions (which would wind up sending a date WCF didn&#8217;t understand). The only things I COULD get [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2010/05/28/javascript-json-wcf-and-passing-dates-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>22</slash:comments>
		</item>
		<item>
		<title>A Special Education Vent (Autism)</title>
		<link>http://www.michaelkbell.com/index.php/2009/08/10/a-special-education-vent-autism/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/08/10/a-special-education-vent-autism/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:20:43 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Shelby / Autism]]></category>

		<guid isPermaLink="false">http://www.michaelkbell.com/?p=53</guid>
		<description><![CDATA[Every parent wants the best education for their child. I&#8217;ve become increasingly aware that &#8220;special education&#8221; in our public schools more closely translates to &#8220;sub-par education&#8221;. Not by fault of the teachers or staff, but the whole system. How can a child that requires extra attention, be expected to perform when they are mixed with [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/08/10/a-special-education-vent-autism/feed/</wfw:commentRss>
		<slash:comments>3</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>3</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>Yet Another TimePicker Update &#8211; DisplaySeconds</title>
		<link>http://www.michaelkbell.com/index.php/2009/04/06/yet-another-timepicker-update-displayseconds/</link>
		<comments>http://www.michaelkbell.com/index.php/2009/04/06/yet-another-timepicker-update-displayseconds/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:03:56 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[.NET TimePicker]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2009/04/06/YetAnotherTimePickerUpdateDisplaySeconds.aspx</guid>
		<description><![CDATA[I had several people tell me they would find it useful if there were a way to hide the seconds of the datepicker. For this reason, I created the DisplaySeconds boolean property. It&#8217;s also included in the TimePicker documentation.
]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2009/04/06/yet-another-timepicker-update-displayseconds/feed/</wfw:commentRss>
		<slash:comments>44</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>
	</channel>
</rss>

