<?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 Eric Anderson&#039;s Blog</title>
	<atom:link href="http://lostechies.com/ericanderson/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ericanderson</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Wed, 16 Feb 2011 09:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on Up and Running With SQuirrel SQL and SQL Server Express 2005 by T</title>
		<link>http://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/#comment-19</link>
		<dc:creator>T</dc:creator>
		<pubDate>Wed, 16 Feb 2011 09:46:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx#comment-19</guid>
		<description>THanks worked 1st time.</description>
		<content:encoded><![CDATA[<p>THanks worked 1st time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Up and Running With SQuirrel SQL and SQL Server Express 2005 by David</title>
		<link>http://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/#comment-18</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 29 Aug 2010 01:57:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx#comment-18</guid>
		<description>Thx it was very useful! A+</description>
		<content:encoded><![CDATA[<p>Thx it was very useful! A+</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Agile Web Development With Rails, Fourth Edition (Part I) by John V. Petersen</title>
		<link>http://lostechies.com/ericanderson/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i/#comment-30</link>
		<dc:creator>John V. Petersen</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:03:38 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i.aspx#comment-30</guid>
		<description>If you want to work through some great excercises, check out the Edgecase Ruby Koans on Git. </description>
		<content:encoded><![CDATA[<p>If you want to work through some great excercises, check out the Edgecase Ruby Koans on Git. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Agile Web Development With Rails, Fourth Edition (Part I) by Eric Anderson</title>
		<link>http://lostechies.com/ericanderson/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i/#comment-29</link>
		<dc:creator>Eric Anderson</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:36:56 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i.aspx#comment-29</guid>
		<description>@John

Thanks for the comments.

The 4th beta came out just after I wrote this post.  I&#039;ve switched to the fourth beta for the next section.

I agree that a more extensive Ruby book is in order.  However, I was also happy that there was enough Ruby (now) to get me through the Rails material in the first section.</description>
		<content:encoded><![CDATA[<p>@John</p>
<p>Thanks for the comments.</p>
<p>The 4th beta came out just after I wrote this post.  I&#8217;ve switched to the fourth beta for the next section.</p>
<p>I agree that a more extensive Ruby book is in order.  However, I was also happy that there was enough Ruby (now) to get me through the Rails material in the first section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review: Agile Web Development With Rails, Fourth Edition (Part I) by John V. Petersen</title>
		<link>http://lostechies.com/ericanderson/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i/#comment-28</link>
		<dc:creator>John V. Petersen</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:24:02 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i.aspx#comment-28</guid>
		<description>Erik..

The purpose of the book is to focus on the Rails framework - not Ruby per se. Several times in the book, Sam Ruby, Dave Thomas and David H. Hansson cite to the Picaxe Book and refer readers to that resource for a more in depth discussion of Ruby. I would also suggest that folks check out the Metaprogramming in Ruby book from the Prag Prog. 

Not sure which version of the book you were going through. As of now, there have been 4 beta revisions of the book. The big change in 4th version, which is not that big of a change, the new key word was added. So..when you create a rails app:

rails new myappname. It should also be pointed out that 

One other thing, folks probably want to stick with Ruby 1.8.7.  I don&#039;t believe the latest beta works with Ruby 1.9.1, but reports are, it works with 1.9.2. Per the release notes, there are still bugs and stability issues. Hence - sticking with 1.8.7 is probably a good idea.  

</description>
		<content:encoded><![CDATA[<p>Erik..</p>
<p>The purpose of the book is to focus on the Rails framework &#8211; not Ruby per se. Several times in the book, Sam Ruby, Dave Thomas and David H. Hansson cite to the Picaxe Book and refer readers to that resource for a more in depth discussion of Ruby. I would also suggest that folks check out the Metaprogramming in Ruby book from the Prag Prog. </p>
<p>Not sure which version of the book you were going through. As of now, there have been 4 beta revisions of the book. The big change in 4th version, which is not that big of a change, the new key word was added. So..when you create a rails app:</p>
<p>rails new myappname. It should also be pointed out that </p>
<p>One other thing, folks probably want to stick with Ruby 1.8.7.  I don&#8217;t believe the latest beta works with Ruby 1.9.1, but reports are, it works with 1.9.2. Per the release notes, there are still bugs and stability issues. Hence &#8211; sticking with 1.8.7 is probably a good idea.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your Best Foot Forward: Writing An Effective Technical Cover Letter by corey coogan</title>
		<link>http://lostechies.com/ericanderson/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter/#comment-27</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Thu, 18 Mar 2010 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter.aspx#comment-27</guid>
		<description>Interesting article.  I was a Developer Manager for about 5 years and had to do a fair amount of hiring.  When jobs were posted and the resumes started coming in, I almost never did more than a 2 second glance at a cover letter.  The same is true for a resume&#039;s &quot;objective&quot; section, which is usually fluffy BS.

I admit that very occasionally, I would be so impressed with a resume that I would scan, or maybe even read, the cover letter.  But if I was that impressed with the resume, I would schedule a phone screen whether or not a cover letter existed.  Same with the objective.  Who reads those?  &quot;To gain a position at a responsible company that offers challenging work blah blah blah&quot;.  If I&#039;ve read one, I&#039;ve read them all.

It&#039;s my opinion that spending the time and energy to write a cover letter is a waste.  In my case, I was just too busy to read them and learned early enough that I would get what I needed from the person during the phone screen.  A cover letter was never the difference between a follow-up call and the circular file.

As a job applicant, I quit writing cover letters a long time ago, and it never stopped me from getting calls on the jobs I was really interested in.  This may not be the case for those with less experience, but I wonder what the percentage is of hiring managers that actually take the time to read them?  Obviously you do, so I won&#039;t make the blanket statement that &quot;nobody reads them&quot;, but I would venture to guess that the absence of a cover letter on an intriguing resume wouldn&#039;t prevent you from taking the next step?

Corey</description>
		<content:encoded><![CDATA[<p>Interesting article.  I was a Developer Manager for about 5 years and had to do a fair amount of hiring.  When jobs were posted and the resumes started coming in, I almost never did more than a 2 second glance at a cover letter.  The same is true for a resume&#8217;s &#8220;objective&#8221; section, which is usually fluffy BS.</p>
<p>I admit that very occasionally, I would be so impressed with a resume that I would scan, or maybe even read, the cover letter.  But if I was that impressed with the resume, I would schedule a phone screen whether or not a cover letter existed.  Same with the objective.  Who reads those?  &#8220;To gain a position at a responsible company that offers challenging work blah blah blah&#8221;.  If I&#8217;ve read one, I&#8217;ve read them all.</p>
<p>It&#8217;s my opinion that spending the time and energy to write a cover letter is a waste.  In my case, I was just too busy to read them and learned early enough that I would get what I needed from the person during the phone screen.  A cover letter was never the difference between a follow-up call and the circular file.</p>
<p>As a job applicant, I quit writing cover letters a long time ago, and it never stopped me from getting calls on the jobs I was really interested in.  This may not be the case for those with less experience, but I wonder what the percentage is of hiring managers that actually take the time to read them?  Obviously you do, so I won&#8217;t make the blanket statement that &#8220;nobody reads them&#8221;, but I would venture to guess that the absence of a cover letter on an intriguing resume wouldn&#8217;t prevent you from taking the next step?</p>
<p>Corey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Up and Running With SQuirrel SQL and SQL Server Express 2005 by Antonio</title>
		<link>http://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/#comment-17</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 09 Mar 2010 03:15:01 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx#comment-17</guid>
		<description>Tnx dude, really helpfull
I was missing the dynamic port config here</description>
		<content:encoded><![CDATA[<p>Tnx dude, really helpfull<br />
I was missing the dynamic port config here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Up and Running With SQuirrel SQL and SQL Server Express 2005 by Chandra</title>
		<link>http://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/#comment-16</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:11:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx#comment-16</guid>
		<description>I used the above writeup to connect to SQL Server Express 2008 and it worked like &quot;charm&quot;. 
I used 32-bit auth dll present under x86 (copy to system32 folder).
Thanks buddy.</description>
		<content:encoded><![CDATA[<p>I used the above writeup to connect to SQL Server Express 2008 and it worked like &#8220;charm&#8221;.<br />
I used 32-bit auth dll present under x86 (copy to system32 folder).<br />
Thanks buddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Chrome OS Will Succeed (in a limited market) by Steve</title>
		<link>http://lostechies.com/ericanderson/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market/#comment-26</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 21 Nov 2009 15:24:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market.aspx#comment-26</guid>
		<description>I think they need to merge Android with Chrome for their new OS.

My question is: would an &#039;out of browser&#039; Silverlight app work?  I saw the demo of playing a Flash chess game.

Just Chrome... dunno, sorta not enough... Android + Chrome == interesting!</description>
		<content:encoded><![CDATA[<p>I think they need to merge Android with Chrome for their new OS.</p>
<p>My question is: would an &#8216;out of browser&#8217; Silverlight app work?  I saw the demo of playing a Flash chess game.</p>
<p>Just Chrome&#8230; dunno, sorta not enough&#8230; Android + Chrome == interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Chrome OS Will Succeed (in a limited market) by Ryan Svihla</title>
		<link>http://lostechies.com/ericanderson/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market/#comment-25</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Fri, 20 Nov 2009 21:54:06 +0000</pubDate>
		<guid isPermaLink="false">/blogs/eric/archive/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market.aspx#comment-25</guid>
		<description>@Paco except it&#039;ll probably be really good at browsing (chrome on linux a lone gets me happy). Netbook  as a secure web appliance has the potential for fulfilling a nitch otherwise unfilled..</description>
		<content:encoded><![CDATA[<p>@Paco except it&#8217;ll probably be really good at browsing (chrome on linux a lone gets me happy). Netbook  as a secure web appliance has the potential for fulfilling a nitch otherwise unfilled..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
