<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Scott Barrett</title>
	<atom:link href="http://www.stbarrett.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stbarrett.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 22:17:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by Kevin Lacker</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-15</link>
		<dc:creator>Kevin Lacker</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-15</guid>
		<description>nice. using this trick plus forcing IE7 compatibility mode (which you can do just in a single iframe) is the only way I have found to combine wmode:transparent with capturing arrow keys. thank you!</description>
		<content:encoded><![CDATA[<p>nice. using this trick plus forcing IE7 compatibility mode (which you can do just in a single iframe) is the only way I have found to combine wmode:transparent with capturing arrow keys. thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BetaMouse &#8211;  A Podcast Where Tech Meets Disney by Henry Work</title>
		<link>http://www.stbarrett.com/2010/02/betamouse-a-new-podcast-where-tech-meets-disney/#comment-16</link>
		<dc:creator>Henry Work</dc:creator>
		<pubDate>Mon, 29 Mar 2010 20:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=214#comment-16</guid>
		<description>BEEEEETAMOUSE</description>
		<content:encoded><![CDATA[<p>BEEEEETAMOUSE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ThreeSharp and creating an empty folder by stb</title>
		<link>http://www.stbarrett.com/2009/05/threesharp-and-creating-an-empt-folder/#comment-9</link>
		<dc:creator>stb</dc:creator>
		<pubDate>Tue, 15 Sep 2009 05:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=93#comment-9</guid>
		<description>You cannot do it in one big function call unfortunately. You&#039;d have to create a recursive function that could read your directory structure and duplicate the folders and then copy the folders up.</description>
		<content:encoded><![CDATA[<p>You cannot do it in one big function call unfortunately. You&#8217;d have to create a recursive function that could read your directory structure and duplicate the folders and then copy the folders up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ThreeSharp and creating an empty folder by sam</title>
		<link>http://www.stbarrett.com/2009/05/threesharp-and-creating-an-empt-folder/#comment-8</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=93#comment-8</guid>
		<description>hi,

You wouldn&#039;t happen to know how to upload a folder with its content (sub-folders + files) by any chance ? Or do I have to recreate the folder structure on S3 and upload files one by one ?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>You wouldn&#8217;t happen to know how to upload a folder with its content (sub-folders + files) by any chance ? Or do I have to recreate the folder structure on S3 and upload files one by one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ThreeSharp and creating an empty folder by sam</title>
		<link>http://www.stbarrett.com/2009/05/threesharp-and-creating-an-empt-folder/#comment-7</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=93#comment-7</guid>
		<description>thanks !  that&#039;s exactly what I was looking for :)</description>
		<content:encoded><![CDATA[<p>thanks !  that&#8217;s exactly what I was looking for <img src='http://www.stbarrett.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by Flash</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-14</link>
		<dc:creator>Flash</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-14</guid>
		<description>Thank you for the solution, i had this problem too!</description>
		<content:encoded><![CDATA[<p>Thank you for the solution, i had this problem too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by stb</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-13</link>
		<dc:creator>stb</dc:creator>
		<pubDate>Fri, 03 Jul 2009 12:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-13</guid>
		<description>Not ideal, but you could force the page or pages you need this to work into IE 7 compatibility mode:

&lt;a href=&quot;http://weblogs.asp.net/joelvarty/archive/2009/03/23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.asp.net/joelvarty/archive/2009/03/23/...&lt;/a&gt;

Just ran a quick test and it seemed to work. Might not be an ideal solution for some situations though.</description>
		<content:encoded><![CDATA[<p>Not ideal, but you could force the page or pages you need this to work into IE 7 compatibility mode:</p>
<p><a href="http://weblogs.asp.net/joelvarty/archive/2009/03/23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx" rel="nofollow">http://weblogs.asp.net/joelvarty/archive/2009/03/23/&#8230;</a></p>
<p>Just ran a quick test and it seemed to work. Might not be an ideal solution for some situations though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by Hans</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-12</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-12</guid>
		<description>Thanks! It works nicely in IE7, but IE8 doesn&#039;t seem to care about it. Anybody knows how to solve this in IE8?</description>
		<content:encoded><![CDATA[<p>Thanks! It works nicely in IE7, but IE8 doesn&#8217;t seem to care about it. Anybody knows how to solve this in IE8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by stb</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-11</link>
		<dc:creator>stb</dc:creator>
		<pubDate>Tue, 12 May 2009 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-11</guid>
		<description>heh, thanks much. Entry edited.</description>
		<content:encoded><![CDATA[<p>heh, thanks much. Entry edited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 + keypresses + wmode solution found by alendizola</title>
		<link>http://www.stbarrett.com/2009/05/ie7-keypresses-wmode-solution-found/#comment-10</link>
		<dc:creator>alendizola</dc:creator>
		<pubDate>Tue, 12 May 2009 15:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://stbarrett.com/?p=121#comment-10</guid>
		<description>thx man, you&#039;re a genius. but you got 2 spelling mistakes in your script ;)

cheers</description>
		<content:encoded><![CDATA[<p>thx man, you&#8217;re a genius. but you got 2 spelling mistakes in your script <img src='http://www.stbarrett.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

