<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for If only I were</title>
	<atom:link href="http://subjunctive.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://subjunctive.us</link>
	<description>community and better software</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:05:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Chat with Sarah &#8211; the future of automated help by steve</title>
		<link>http://subjunctive.us/2008/09/16/chat-with-sarah-the-future-of-automated-help/#comment-1791</link>
		<dc:creator><![CDATA[steve]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://subjunctive.wordpress.com/2008/09/16/chat-with-sarah-the-future-of-automated-help/#comment-1791</guid>
		<description><![CDATA[So, if I recently changed my password and forgot it, and I get hopelessly sucked into the vortex known as Sarah, is there a path to a real person?]]></description>
		<content:encoded><![CDATA[<p>So, if I recently changed my password and forgot it, and I get hopelessly sucked into the vortex known as Sarah, is there a path to a real person?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Hex to Char by Owen</title>
		<link>http://subjunctive.us/2008/03/30/powershell-hex-to-char/#comment-1715</link>
		<dc:creator><![CDATA[Owen]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 18:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://subjunctive.wordpress.com/2008/03/30/powershell-hex-to-char/#comment-1715</guid>
		<description><![CDATA[No need to use write-host to fix the formatting; the -join operator will concatenate the letters for you
-join ($m.split() &#124; %{[Char][Convert]::ToInt32($_,16)})]]></description>
		<content:encoded><![CDATA[<p>No need to use write-host to fix the formatting; the -join operator will concatenate the letters for you<br />
-join ($m.split() | %{[Char][Convert]::ToInt32($_,16)})</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Brendan Vogt</title>
		<link>http://subjunctive.us/about/#comment-563</link>
		<dc:creator><![CDATA[Brendan Vogt]]></dc:creator>
		<pubDate>Sun, 17 Oct 2010 08:41:05 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-563</guid>
		<description><![CDATA[Hi,

Have you implemented YUI in an ASP.NET application?  Have you got some pointers as to where to start and what to do?

I would appreciate feedback.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you implemented YUI in an ASP.NET application?  Have you got some pointers as to where to start and what to do?</p>
<p>I would appreciate feedback.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell Hex to Char by andrew</title>
		<link>http://subjunctive.us/2008/03/30/powershell-hex-to-char/#comment-498</link>
		<dc:creator><![CDATA[andrew]]></dc:creator>
		<pubDate>Thu, 27 May 2010 13:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://subjunctive.wordpress.com/2008/03/30/powershell-hex-to-char/#comment-498</guid>
		<description><![CDATA[$m.Split() &#124; ForEach-Object {[Convert]::ToInt32($_,16)} &#124; ForEach-Object {[Convert]::ToChar($_)} &#124; ForEach-Object{Write-Host $_ -NoNewLine} ; Write-Host


This works perfectly. That extra Write-Host at the end is to add a newline before your prompt comes back. Neat stuff. ^_^]]></description>
		<content:encoded><![CDATA[<p>$m.Split() | ForEach-Object {[Convert]::ToInt32($_,16)} | ForEach-Object {[Convert]::ToChar($_)} | ForEach-Object{Write-Host $_ -NoNewLine} ; Write-Host</p>
<p>This works perfectly. That extra Write-Host at the end is to add a newline before your prompt comes back. Neat stuff. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Eric Terrell</title>
		<link>http://subjunctive.us/about/#comment-454</link>
		<dc:creator><![CDATA[Eric Terrell]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 18:59:43 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-454</guid>
		<description><![CDATA[Final question, you said the MVC2 requires .NET &gt;= 2.0.

What versions of IIS are required for MVC2?

Sincerely,

Eric Terrell]]></description>
		<content:encoded><![CDATA[<p>Final question, you said the MVC2 requires .NET &gt;= 2.0.</p>
<p>What versions of IIS are required for MVC2?</p>
<p>Sincerely,</p>
<p>Eric Terrell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Eric Terrell</title>
		<link>http://subjunctive.us/about/#comment-453</link>
		<dc:creator><![CDATA[Eric Terrell]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 18:59:02 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-453</guid>
		<description><![CDATA[Another question from today&#039;s talk.

What portions of your ASP.Net knowledge do you find to be irrelevant to the MVC 2 realm? And what ASP.Net skills remain relevant for MVC2?

Thanks,

Eric Terrell]]></description>
		<content:encoded><![CDATA[<p>Another question from today&#8217;s talk.</p>
<p>What portions of your ASP.Net knowledge do you find to be irrelevant to the MVC 2 realm? And what ASP.Net skills remain relevant for MVC2?</p>
<p>Thanks,</p>
<p>Eric Terrell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Eric Terrell</title>
		<link>http://subjunctive.us/about/#comment-452</link>
		<dc:creator><![CDATA[Eric Terrell]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 18:57:34 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-452</guid>
		<description><![CDATA[Hi Chris,

I really enjoyed your talk today in Denver about MVC2.

You suggested that developers who find themselves missing their favorite server controls should consider using javascript controls. That makes sense to me, but can you tell me where you find reliable javascdript controls? Are there some standard sources of decent javascript controls that you use?

Thanks in advance,

Eric Terrell]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I really enjoyed your talk today in Denver about MVC2.</p>
<p>You suggested that developers who find themselves missing their favorite server controls should consider using javascript controls. That makes sense to me, but can you tell me where you find reliable javascdript controls? Are there some standard sources of decent javascript controls that you use?</p>
<p>Thanks in advance,</p>
<p>Eric Terrell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google page rank by SEO Text Links</title>
		<link>http://subjunctive.us/2008/01/04/google-page-rank/#comment-450</link>
		<dc:creator><![CDATA[SEO Text Links]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 11:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://subjunctive.wordpress.com/2008/01/04/google-page-rank/#comment-450</guid>
		<description><![CDATA[LOL love it. Was reading around on some Google and SEO articles and came across this one and just loved the challenge...good luck with it, hope you beat him!]]></description>
		<content:encoded><![CDATA[<p>LOL love it. Was reading around on some Google and SEO articles and came across this one and just loved the challenge&#8230;good luck with it, hope you beat him!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Bill Sorensen</title>
		<link>http://subjunctive.us/about/#comment-448</link>
		<dc:creator><![CDATA[Bill Sorensen]]></dc:creator>
		<pubDate>Sun, 03 Jan 2010 20:49:31 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-448</guid>
		<description><![CDATA[Hi Chris,

I just came across this really nice blog post on Iowa Code Camp by one of the speakers. Thought you might be interested. http://geekswithblogs.net/kgrossnicklaus/archive/2009/11/13/iowa-code-camp.aspx]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I just came across this really nice blog post on Iowa Code Camp by one of the speakers. Thought you might be interested. <a href="http://geekswithblogs.net/kgrossnicklaus/archive/2009/11/13/iowa-code-camp.aspx" rel="nofollow">http://geekswithblogs.net/kgrossnicklaus/archive/2009/11/13/iowa-code-camp.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Quadis</title>
		<link>http://subjunctive.us/about/#comment-445</link>
		<dc:creator><![CDATA[Quadis]]></dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:28:04 +0000</pubDate>
		<guid isPermaLink="false">/about/#comment-445</guid>
		<description><![CDATA[Nice. Since you are working on jquery/asp.net I thought of letting you know about this book over here http://bit.ly/omeJw

HTH]]></description>
		<content:encoded><![CDATA[<p>Nice. Since you are working on jquery/asp.net I thought of letting you know about this book over here <a href="http://bit.ly/omeJw" rel="nofollow">http://bit.ly/omeJw</a></p>
<p>HTH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

