<?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; Uncategorized</title>
	<atom:link href="http://www.michaelkbell.com/index.php/category/uncategorized/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>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>Ampersand Issues in Code</title>
		<link>http://www.michaelkbell.com/index.php/2006/08/22/ampersand-issues-in-code/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/08/22/ampersand-issues-in-code/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 17:00:31 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/08/22/AmpersandIssuesInCode.aspx</guid>
		<description><![CDATA[This is something that&#8217;s ticked me off repeatedly in the last few months. When I try to put a URL in say&#8230; the OnClientClick property of a ImageButton, and the URL has more than one argument (blah.aspx?a=1&#38;b=2), the &#38; gets replaces with &#38;amp;. This takes place I guess in the Render or RenderControl method. This [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/08/22/ampersand-issues-in-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload with Progress Bar</title>
		<link>http://www.michaelkbell.com/index.php/2006/08/21/upload-with-progress-bar/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/08/21/upload-with-progress-bar/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 13:52:43 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/08/21/UploadWithProgressBar.aspx</guid>
		<description><![CDATA[I found an awesome control for uploading via web browser, WITH a progress bar. Dean Brettle is the author, and his website is at: http://www.brettle.com . It&#8217;s a .NET control and it&#8217;s very easy to use.
I did have a need for multiple upload controls in a single page, with the option to add more as [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/08/21/upload-with-progress-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

