<?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 &#8211; Shoes for PowerShell</title>
	<atom:link href="http://joelbennett.net/powerboots-shoes-for-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelbennett.net/powerboots-shoes-for-powershell/</link>
	<description>The internet home of Joel "Jaykul" Bennett...</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:27:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211864</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Sat, 17 Jan 2009 02:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211864</guid>
		<description>Hmm... That *could* be done, possibly as an option for PoshConsole.  I wouldn&#039;t _use_ the fully transparent version, but I might be convinced to make it an option.  Here&#039;s what it looks like right now (when it&#039;s not in &quot;quake mode&quot;):

&lt;img src=&quot;http://huddledmasses.org/images/PoshConsole/PoshConsole.png&quot; alt=&quot;PoshConsole, my WPF console project&quot; /&gt; 

I&#039;ve got a release coming later this weekend.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; That <strong>could</strong> be done, possibly as an option for PoshConsole.  I wouldn&#8217;t <em>use</em> the fully transparent version, but I might be convinced to make it an option.  Here&#8217;s what it looks like right now (when it&#8217;s not in &#8220;quake mode&#8221;):</p>
<p><img src="http://huddledmasses.org/images/PoshConsole/PoshConsole.png" alt="PoshConsole, my WPF console project" /> </p>
<p>I&#8217;ve got a release coming later this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gentile</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211863</link>
		<dc:creator>James Gentile</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211863</guid>
		<description>One thing I would love, is a way to make the entire Posh console an aero glass window, so the whole console window would be on blurred glass.  
 
Proofs of concept: 
&lt;a href=&quot;http://img407.imageshack.us/img407/3838/aerocmdblackjp6.png&quot; target=&quot;_blank&quot;&gt;http://img407.imageshack.us/img407/3838/aerocmdbl...&lt;/a&gt;
&lt;a href=&quot;http://img102.imageshack.us/img102/5760/aerocmdclearlk3.png&quot; target=&quot;_blank&quot;&gt;http://img102.imageshack.us/img102/5760/aerocmdcl...&lt;/a&gt;
 
I&#039;m not sure if this is something that you could/would do, but it would be very cool. A great one-up to the *nix users with their transparent consoles. </description>
		<content:encoded><![CDATA[<p>One thing I would love, is a way to make the entire Posh console an aero glass window, so the whole console window would be on blurred glass.  </p>
<p>Proofs of concept: <br />
<a href="http://img407.imageshack.us/img407/3838/aerocmdblackjp6.png" target="_blank">http://img407.imageshack.us/img407/3838/aerocmdbl&#8230;</a><br />
<a href="http://img102.imageshack.us/img102/5760/aerocmdclearlk3.png" target="_blank">http://img102.imageshack.us/img102/5760/aerocmdcl&#8230;</a></p>
<p>I&#039;m not sure if this is something that you could/would do, but it would be very cool. A great one-up to the *nix users with their transparent consoles. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Lancaster</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211828</link>
		<dc:creator>Rob Lancaster</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211828</guid>
		<description>Hmmm.. There&#039;s also a language called REBOL that uses a dialect (DSL) to construct a GUI - This might also be another source of inspiration on how to lay things out.  
 
I.e  
 
view layout [ button &quot;Click Me!&quot; [print &quot;click!&quot; ] ] 
 
which is the same as writing: 
 
layout [ button1: button &quot;Click Me!&quot; [print &quot;click!&quot; ]  ]   &#124; view  
 
The two concepts are much the same??? 
 
Anyway, love using the REBOL to write quick dirty GUIs - and I&#039;d love to use powershell to do the same thing. Ddidn&#039;t think the WPF samples on the offical powershell blog were very easy to use in comparison... Your DSL looks much better! 
 
Small tutorial at &lt;a href=&quot;http://www.rebol.com/docs/easy-vid.html&quot; target=&quot;_blank&quot;&gt;http://www.rebol.com/docs/easy-vid.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hmmm.. There&#039;s also a language called <span class="caps">REBOL</span> that uses a dialect (<span class="caps">DSL</span>) to construct a <span class="caps">GUI</span> &#8211; This might also be another source of inspiration on how to lay things out.  </p>
<p>I.e  </p>
<p>view layout [ button &quot;Click Me!&quot; [print &quot;click!&quot; ] ] </p>
<p>which is the same as writing: </p>
<p>layout [ button1: button &quot;Click Me!&quot; [print &quot;click!&quot; ]  ]   | view  </p>
<p>The two concepts are much the same??? </p>
<p>Anyway, love using the <span class="caps">REBOL</span> to write quick dirty GUIs &#8211; and I&#039;d love to use powershell to do the same thing. Ddidn&#039;t think the <span class="caps">WPF</span> samples on the offical powershell blog were very easy to use in comparison&#8230; Your <span class="caps">DSL</span> looks much better! </p>
<p>Small tutorial at <a href="http://www.rebol.com/docs/easy-vid.html" target="_blank">http://www.rebol.com/docs/easy-vid.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan Brubaker</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211830</link>
		<dc:creator>Nolan Brubaker</dc:creator>
		<pubDate>Tue, 06 Jan 2009 10:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211830</guid>
		<description>I&#039;d be very interested in this, especially as a possible replacement for HTAs.  I might be able to help with some of it, although with the upcoming semester and work I&#039;m not 100% sure how much time I&#039;ll have to devote to it. </description>
		<content:encoded><![CDATA[<p>I&#039;d be very interested in this, especially as a possible replacement for HTAs.  I might be able to help with some of it, although with the upcoming semester and work I&#039;m not 100% sure how much time I&#039;ll have to devote to it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerBoots 0.0.1 - A beginning (CTP3 only)</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211826</link>
		<dc:creator>PowerBoots 0.0.1 - A beginning (CTP3 only)</dc:creator>
		<pubDate>Mon, 05 Jan 2009 22:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211826</guid>
		<description>[...] From my previous post introducing PowerBoots [...]</description>
		<content:encoded><![CDATA[<p>[...] From my previous post introducing PowerBoots [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - December 22, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211778</link>
		<dc:creator>Dew Drop - December 22, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Mon, 22 Dec 2008 14:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211778</guid>
		<description>[...] PowerBoots - Shoes for PowerShell (Joel Bennett) [...]</description>
		<content:encoded><![CDATA[<p>[...] PowerBoots &#8211; Shoes for PowerShell (Joel Bennett) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Bennett</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211781</link>
		<dc:creator>Joel Bennett</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211781</guid>
		<description>Yeah, I _kind of_ like the ruby syntax myself ... but I think the Pipeline syntax is a little more natural (and powerful) in PowerShell. Actually I&#039;m wrestling with events at the moment, I&#039;m not sure they work right against PowerShell when it&#039;s not in STA mode... 
 
The thing is, in WPF you don&#039;t have the limitations that Shoes has, so I can put an image into a button, for instance -- the ruby syntax doesn&#039;t seem to accommodate that very well -- it uses the same syntax (curly braces) for the default (click) handler on the button as for content on container controls. Of course, I might just be misinterpreting the significance ... my Ruby is still weak. </description>
		<content:encoded><![CDATA[<p>Yeah, I <em>kind of</em> like the ruby syntax myself &#8230; but I think the Pipeline syntax is a little more natural (and powerful) in PowerShell. Actually I&#039;m wrestling with events at the moment, I&#039;m not sure they work right against PowerShell when it&#039;s not in <span class="caps">STA</span> mode&#8230; </p>
<p>The thing is, in <span class="caps">WPF</span> you don&#039;t have the limitations that Shoes has, so I can put an image into a button, for instance &#8212; the ruby syntax doesn&#039;t seem to accommodate that very well &#8212; it uses the same syntax (curly braces) for the default (click) handler on the button as for content on container controls. Of course, I might just be misinterpreting the significance &#8230; my Ruby is still weak. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Saaby Nielsen</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211776</link>
		<dc:creator>Jacob Saaby Nielsen</dc:creator>
		<pubDate>Mon, 22 Dec 2008 09:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211776</guid>
		<description>Not able to help out, but I&#039;d definately be very interested in a toolkit like that :) 
Or rather, I&#039;m not able to help out with the coding, but if you need help with anything else, I&#039;d be willing to help out. </description>
		<content:encoded><![CDATA[<p>Not able to help out, but I&#039;d definately be very interested in a toolkit like that  <img src='http://joelbennett.net/wordpress/wp-includes/' alt=':)' class='wp-smiley' />  <br />
Or rather, I&#039;m not able to help out with the coding, but if you need help with anything else, I&#039;d be willing to help out. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tojo2000</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211775</link>
		<dc:creator>tojo2000</dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211775</guid>
		<description>+1 I love this idea.  I don&#039;t know how much help I could be on creating it, though, since I have no experience with C#.  I have access to Visual Studio, though, and if you have some grunt work that you need help with (perhaps some of that repetitive coding), email me and I&#039;ll see what I can do.  I would love to see this come to fruition. </description>
		<content:encoded><![CDATA[<p>+1 I love this idea.  I don&#039;t know how much help I could be on creating it, though, since I have no experience with C#.  I have access to Visual Studio, though, and if you have some grunt work that you need help with (perhaps some of that repetitive coding), email me and I&#039;ll see what I can do.  I would love to see this come to fruition. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Archer</title>
		<link>http://joelbennett.net/powerboots-shoes-for-powershell/comment-page-1/#comment-211779</link>
		<dc:creator>Jason Archer</dc:creator>
		<pubDate>Mon, 22 Dec 2008 07:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=911#comment-211779</guid>
		<description>I prefer the syntax that Doug used.  But I personally would just learn WPF and use your Out-WPF. </description>
		<content:encoded><![CDATA[<p>I prefer the syntax that Doug used.  But I personally would just learn <span class="caps">WPF</span> and use your Out-<span class="caps">WPF</span>. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

