<?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 Bits, Bytes And Burps</title>
	<atom:link href="http://www.brainyautomation.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainyautomation.com/blog</link>
	<description>Tech Ramblings of a Confused Mind...</description>
	<lastBuildDate>Sun, 20 Nov 2011 12:53:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Scary fast, simple and effective C# CSV Parser by Mirjam</title>
		<link>http://www.brainyautomation.com/blog/2008/11/10/scary-fast-simple-and-effective-c-csv-parser/#comment-5350</link>
		<dc:creator>Mirjam</dc:creator>
		<pubDate>Sun, 20 Nov 2011 12:53:55 +0000</pubDate>
		<guid isPermaLink="false">/blog/post/Scary-fast-simple-and-effective-CSV-Parser.aspx#comment-5350</guid>
		<description>Advantageous info. Wait to see more noble posts in the future.</description>
		<content:encoded><![CDATA[<p>Advantageous info. Wait to see more noble posts in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arch Linux + lighttpd + Mono == ASP.NET MVC 3 by Damien</title>
		<link>http://www.brainyautomation.com/blog/2011/03/16/arch-linux-lighttpd-mono-asp-net-mvc-3/#comment-5014</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=130#comment-5014</guid>
		<description>That&#039;s so cool!!</description>
		<content:encoded><![CDATA[<p>That&#8217;s so cool!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arch Linux + lighttpd + Mono == ASP.NET MVC 3 by Michael Tutty</title>
		<link>http://www.brainyautomation.com/blog/2011/03/16/arch-linux-lighttpd-mono-asp-net-mvc-3/#comment-4406</link>
		<dc:creator>Michael Tutty</dc:creator>
		<pubDate>Sat, 03 Sep 2011 19:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=130#comment-4406</guid>
		<description>Okay, got it working. 

There was one (temporary) problem and one thing to be added to your instructions.

First, it looks like mirrors.kernel.org isn&#039;t working properly today.  This led to some tail-chasing.  If others are having this problem, then simply uncomment one or more mirrors from /etc/pacman.d/mirrorlist.  You&#039;ll have better luck that way.

Assuming that pacman -S works for you (see above), you&#039;ll also need to download and install these packages:

wget http://mirror.rit.edu/archlinux/extra/os/i686/libgdiplus-2.10-1-i686.pkg.tar.xz
wget http://mirror.rit.edu/archlinux/extra/os/i686/mono-2.10.2-1-i686.pkg.tar.xz
wget http://mirror.rit.edu/archlinux/extra/os/i686/xsp-2.10.2-1-i686.pkg.tar.xz

(I was using the RIT mirrors, YMMV).

Then:

pacman -Uf libgdiplus-2.10-1-i686.pkg.tar.xz
pacman -Uf mono-2.10.2-1-i686.pkg.tar.xz
pacman -Uf xsp-2.10.2-1-i686.pkg.tar.xz

After installing these packages, you should be able to find:

/usr/bin/fastcgi-mono-server4

at which point Steven&#039;s instructions above work fine.

Thanks!
     M.</description>
		<content:encoded><![CDATA[<p>Okay, got it working. </p>
<p>There was one (temporary) problem and one thing to be added to your instructions.</p>
<p>First, it looks like mirrors.kernel.org isn&#8217;t working properly today.  This led to some tail-chasing.  If others are having this problem, then simply uncomment one or more mirrors from /etc/pacman.d/mirrorlist.  You&#8217;ll have better luck that way.</p>
<p>Assuming that pacman -S works for you (see above), you&#8217;ll also need to download and install these packages:</p>
<p>wget <a href="http://mirror.rit.edu/archlinux/extra/os/i686/libgdiplus-2.10-1-i686.pkg.tar.xz" rel="nofollow">http://mirror.rit.edu/archlinux/extra/os/i686/libgdiplus-2.10-1-i686.pkg.tar.xz</a><br />
wget <a href="http://mirror.rit.edu/archlinux/extra/os/i686/mono-2.10.2-1-i686.pkg.tar.xz" rel="nofollow">http://mirror.rit.edu/archlinux/extra/os/i686/mono-2.10.2-1-i686.pkg.tar.xz</a><br />
wget <a href="http://mirror.rit.edu/archlinux/extra/os/i686/xsp-2.10.2-1-i686.pkg.tar.xz" rel="nofollow">http://mirror.rit.edu/archlinux/extra/os/i686/xsp-2.10.2-1-i686.pkg.tar.xz</a></p>
<p>(I was using the RIT mirrors, YMMV).</p>
<p>Then:</p>
<p>pacman -Uf libgdiplus-2.10-1-i686.pkg.tar.xz<br />
pacman -Uf mono-2.10.2-1-i686.pkg.tar.xz<br />
pacman -Uf xsp-2.10.2-1-i686.pkg.tar.xz</p>
<p>After installing these packages, you should be able to find:</p>
<p>/usr/bin/fastcgi-mono-server4</p>
<p>at which point Steven&#8217;s instructions above work fine.</p>
<p>Thanks!<br />
     M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arch Linux + lighttpd + Mono == ASP.NET MVC 3 by Rui Marques</title>
		<link>http://www.brainyautomation.com/blog/2011/03/16/arch-linux-lighttpd-mono-asp-net-mvc-3/#comment-4333</link>
		<dc:creator>Rui Marques</dc:creator>
		<pubDate>Thu, 25 Aug 2011 16:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=130#comment-4333</guid>
		<description>Hi, 

A new MVC2 project works ok, but on MVC3 i have this error:

&#039;The resource cannot be found.&#039;

Rui</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>A new MVC2 project works ok, but on MVC3 i have this error:</p>
<p>&#8216;The resource cannot be found.&#8217;</p>
<p>Rui</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Themeswitcher Cookie Expires by Cary Abramoff</title>
		<link>http://www.brainyautomation.com/blog/2010/09/23/jquery-ui-themeswitcher-cookie-expires/#comment-3607</link>
		<dc:creator>Cary Abramoff</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=110#comment-3607</guid>
		<description>Dude,
I spent months perfecting my own flavor of the themeswitcher. And sure enough I started allowing my users to theme certain things. And during my testing I noticed the cookies were set to default (expire on browser session termination.) L-A-M-E.

So not knowing cookie code by heart I googled and found your page. Thanks for making my life that much easier. YOU ROCK!</description>
		<content:encoded><![CDATA[<p>Dude,<br />
I spent months perfecting my own flavor of the themeswitcher. And sure enough I started allowing my users to theme certain things. And during my testing I noticed the cookies were set to default (expire on browser session termination.) L-A-M-E.</p>
<p>So not knowing cookie code by heart I googled and found your page. Thanks for making my life that much easier. YOU ROCK!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Themeswitcher Cookie Expires by Brock Harris</title>
		<link>http://www.brainyautomation.com/blog/2010/09/23/jquery-ui-themeswitcher-cookie-expires/#comment-3366</link>
		<dc:creator>Brock Harris</dc:creator>
		<pubDate>Fri, 17 Jun 2011 18:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=110#comment-3366</guid>
		<description>Thanks for the easy workaround!  I agree totally...having it default to session for the cookie expire is silly.</description>
		<content:encoded><![CDATA[<p>Thanks for the easy workaround!  I agree totally&#8230;having it default to session for the cookie expire is silly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arch Linux + lighttpd + Mono == ASP.NET MVC 3 by Someguy</title>
		<link>http://www.brainyautomation.com/blog/2011/03/16/arch-linux-lighttpd-mono-asp-net-mvc-3/#comment-3251</link>
		<dc:creator>Someguy</dc:creator>
		<pubDate>Wed, 08 Jun 2011 17:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=130#comment-3251</guid>
		<description>I think &quot;xsp&quot; is also needed for this to work, i.e.:

pacman -S mono lighttpd fcgi xsp</description>
		<content:encoded><![CDATA[<p>I think &#8220;xsp&#8221; is also needed for this to work, i.e.:</p>
<p>pacman -S mono lighttpd fcgi xsp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect old aspx to new MVC by bc</title>
		<link>http://www.brainyautomation.com/blog/2010/09/23/redirect-old-aspx-to-new-mvc/#comment-2898</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Fri, 06 May 2011 13:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=115#comment-2898</guid>
		<description>Nice solution. 

Response.Redirect is not a permanent redirection (301 status code) it is a 302 (temporary)</description>
		<content:encoded><![CDATA[<p>Nice solution. </p>
<p>Response.Redirect is not a permanent redirection (301 status code) it is a 302 (temporary)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple merging object to object by steven</title>
		<link>http://www.brainyautomation.com/blog/2010/08/12/91/#comment-2340</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Sat, 09 Apr 2011 05:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=91#comment-2340</guid>
		<description>Its just a variable for the generic &lt;T&gt; since I had two generics being passed in I used &lt;T1&gt; and &lt;T2&gt;.</description>
		<content:encoded><![CDATA[<p>Its just a variable for the generic <t> since I had two generics being passed in I used <t1> and <t2>.</t2></t1></t></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple merging object to object by Jesse C. Slicer</title>
		<link>http://www.brainyautomation.com/blog/2010/08/12/91/#comment-2319</link>
		<dc:creator>Jesse C. Slicer</dc:creator>
		<pubDate>Fri, 08 Apr 2011 15:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainyautomation.com/blog/?p=91#comment-2319</guid>
		<description>In your extension method MergeWith, the syntax of the generic declaration is using a construct I haven&#039;t seen before:

public static void MergeWith(this T1 primary, T2 secondary)

the t2=&quot;&quot; piece.  What does that do?  Thanks.</description>
		<content:encoded><![CDATA[<p>In your extension method MergeWith, the syntax of the generic declaration is using a construct I haven&#8217;t seen before:</p>
<p>public static void MergeWith(this T1 primary, T2 secondary)</p>
<p>the t2=&#8221;" piece.  What does that do?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

