<?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 on: PowerBoots: The tutorial walkthrough</title>
	<atom:link href="http://huddledmasses.org/powerboots-tutorial-walkthrough/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Thu, 04 Mar 2010 22:56:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-212426</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Thu, 23 Apr 2009 03:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-212426</guid>
		<description>It does create a new thread, but it uses the same runspace, so it&#039;s really not going to give you _background_ jobs.</description>
		<content:encoded><![CDATA[<p>It does create a new thread, but it uses the same runspace, so it&#8217;s really not going to give you <em>background</em> jobs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stej</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-212418</link>
		<dc:creator>stej</dc:creator>
		<pubDate>Thu, 16 Apr 2009 04:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-212418</guid>
		<description>I like the -async very much. How is this done? I haven&#039;t got background jobs (start-job) working, so I wondered whether I could add multithreading into powershell like you did with -async.</description>
		<content:encoded><![CDATA[<p>I like the -async very much. How is this done? I haven&#8217;t got background jobs (start-job) working, so I wondered whether I could add multithreading into powershell like you did with -async.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 54 - the case of the missing interview &#171; PowerScripting Podcast</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211875</link>
		<dc:creator>Episode 54 - the case of the missing interview &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Mon, 26 Jan 2009 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211875</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] Joel Bennett has released a new project called PowerBoots. He&#8217;s also posted a neat video walkthrough. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewTearle</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211859</link>
		<dc:creator>AndrewTearle</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211859</guid>
		<description>Awesome .. Thanx. </description>
		<content:encoded><![CDATA[<p>Awesome .. Thanx. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hagel</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211856</link>
		<dc:creator>Christian Hagel</dc:creator>
		<pubDate>Tue, 13 Jan 2009 07:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211856</guid>
		<description>Could you show an example of adding a stylesheet i.e. adding a reference to a resource dictionary in another file to the windows ressources and how to pick up those styles in Boots syntax?  I would expect the latter to be along the lines of :  &quot;A gulp of swallows&quot; &#124; Button -Style SuperButtonStyle &#124; Boots. But how do you handle static vs. dynamic resources and so forth.   
thanks 
 </description>
		<content:encoded><![CDATA[<p>Could you show an example of adding a stylesheet i.e. adding a reference to a resource dictionary in another file to the windows ressources and how to pick up those styles in Boots syntax?  I would expect the latter to be along the lines of :  &quot;A gulp of swallows&quot; | Button -Style SuperButtonStyle | Boots. But how do you handle static vs. dynamic resources and so forth.   <br />
thanks
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211855</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211855</guid>
		<description>Oh, I see.  Yes: PowerBoots is slower to render due to it&#039;s dynamic code generation beneath the covers.  That will probably continue to be true for a while.  I&#039;ve got some brain-cells working on ways to trade disk space and even RAM for snappier results (I already cache the forms you use, but only for the session -- so rerunning the same script should be faster). For the time being I think loading XAML via XamlReader is the fastest way to get a UI -- but PowerBoots is a lot more pipeline and console oriented ;)  </description>
		<content:encoded><![CDATA[<p>Oh, I see.  Yes: PowerBoots is slower to render due to it&#8217;s dynamic code generation beneath the covers.  That will probably continue to be true for a while.  I&#8217;ve got some brain-cells working on ways to trade disk space and even <span class="caps">RAM</span> for snappier results (I already cache the forms you use, but only for the session &#8212; so rerunning the same script should be faster). For the time being I think loading <span class="caps">XAML</span> via XamlReader is the fastest way to get a UI &#8212; but PowerBoots is a lot more pipeline and console oriented <img src='http://huddledmasses.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Kriszio</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211850</link>
		<dc:creator>Bernd Kriszio</dc:creator>
		<pubDate>Mon, 12 Jan 2009 06:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211850</guid>
		<description>Wow Boots seams easer for adding small dialogs than PrimalForms.  
But needing the -sta parameter I can&#039;t use it with ISE for custom menue extensions.  </description>
		<content:encoded><![CDATA[<p>Wow Boots seams easer for adding small dialogs than PrimalForms.  <br />
But needing the -sta parameter I can&#039;t use it with <span class="caps">ISE</span> for custom menue extensions.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Kriszio</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211853</link>
		<dc:creator>Bernd Kriszio</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211853</guid>
		<description>Think I was confused while trying to download Windows 7. Yes PowerBoots is easy from ISE. I just posted &lt;a href=&quot;http://poshcode.org/800,&quot; target=&quot;_blank&quot;&gt;http://poshcode.org/800,&lt;/a&gt;where I use it to querry two parameters for a custom menue function. I tried the same task using PrimalForms, it was more time consuming, the layout was crude, but it showed up a faster. As ISE is WPF I&#039; ll proceed the easy way and focus on PowerBoots. I&#039;m determinded to use and misuse ISE to its limits. Your posts came just in time. </description>
		<content:encoded><![CDATA[<p>Think I was confused while trying to download Windows 7. Yes PowerBoots is easy from <span class="caps">ISE</span>. I just posted <a href="http://poshcode.org/800," target="_blank"></a><a href="http://poshcode.org/800" rel="nofollow">http://poshcode.org/800</a>,where I use it to querry two parameters for a custom menue function. I tried the same task using PrimalForms, it was more time consuming, the layout was crude, but it showed up a faster. As <span class="caps">ISE</span> is <span class="caps">WPF</span> I&#039; ll proceed the easy way and focus on PowerBoots. I&#039;m determinded to use and misuse <span class="caps">ISE</span> to its limits. Your posts came just in time. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Bennett</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211852</link>
		<dc:creator>Joel Bennett</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211852</guid>
		<description>I&#039;m not sure what you mean about ISE. ISE is running in -STA mode by default -- since it&#039;s a WPF application, it &lt;strong&gt;has&lt;/strong&gt; to. </description>
		<content:encoded><![CDATA[<p>I&#039;m not sure what you mean about <span class="caps">ISE</span>. <span class="caps">ISE</span> is running in -<span class="caps">STA</span> mode by default &#8212; since it&#039;s a <span class="caps">WPF</span> application, it <strong>has</strong> to. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://huddledmasses.org/powerboots-tutorial-walkthrough/comment-page-1/#comment-211851</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=963#comment-211851</guid>
		<description>I&#039;m not sure what you mean about ISE. ISE is running in -STA mode by default -- since it&#039;s a WPF application, it &lt;strong&gt;has&lt;/strong&gt; to.  </description>
		<content:encoded><![CDATA[<p>I&amp;#039;m not sure what you mean about <span class="caps">ISE</span>. <span class="caps">ISE</span> is running in -<span class="caps">STA</span> mode by default &#8212; since it&amp;#039;s a <span class="caps">WPF</span> application, it <strong>has</strong> to.  </p>
]]></content:encoded>
	</item>
</channel>
</rss>
