<?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 Kevin Steffer</title>
	<atom:link href="http://kevin.steffer.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.steffer.dk</link>
	<description>Outloud - web, business and opinions</description>
	<lastBuildDate>Wed, 02 Mar 2011 18:56:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Best Practice Visual Studio with SVN, VCS and SCM by Rob</title>
		<link>http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/comment-page-1/#comment-3122</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/#comment-3122</guid>
		<description>You&#039;re pretty much correct in your line of thinking.  However you should also know how to use those directories, for instance when to branch out into the &quot;branch&quot; directory and when to branch out into the &quot;tags&quot; directory.  

Good explanation of best practices for here: http://www.duchnik.com/tutorials/vc/svn-best-practices</description>
		<content:encoded><![CDATA[<p>You&#8217;re pretty much correct in your line of thinking.  However you should also know how to use those directories, for instance when to branch out into the &#8220;branch&#8221; directory and when to branch out into the &#8220;tags&#8221; directory.  </p>
<p>Good explanation of best practices for here: <a href="http://www.duchnik.com/tutorials/vc/svn-best-practices" rel="nofollow">http://www.duchnik.com/tutorials/vc/svn-best-practices</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Acquia Drupal via Microsoft Web Platform Installer by Derek</title>
		<link>http://kevin.steffer.dk/2010/01/install-acquia-drupal-via-microsoft-web-platform-installer/comment-page-1/#comment-1437</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 24 Mar 2010 00:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2010/01/install-acquia-drupal-via-microsoft-web-platform-installer/#comment-1437</guid>
		<description>Awesome!  Thanks!  With this one search result I finally understand why the Web Platform Installer failed me after about 10 Drupal install attempts.  And, thanks to Jam, I now know that I can safely ditch using it in favor of the DAMP installer!  Thanks for that!

I really fell in love with Drupal when testing the TurnKeyLinux VM of it, but we&#039;re a Windows shop and there is substantial resistance to &quot;alien&quot; technology.  Hopefully, I can get similar results using the DAMP installer for Windows.</description>
		<content:encoded><![CDATA[<p>Awesome!  Thanks!  With this one search result I finally understand why the Web Platform Installer failed me after about 10 Drupal install attempts.  And, thanks to Jam, I now know that I can safely ditch using it in favor of the DAMP installer!  Thanks for that!</p>
<p>I really fell in love with Drupal when testing the TurnKeyLinux VM of it, but we&#8217;re a Windows shop and there is substantial resistance to &#8220;alien&#8221; technology.  Hopefully, I can get similar results using the DAMP installer for Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Practice Visual Studio with SVN, VCS and SCM by Kevin Steffer</title>
		<link>http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/comment-page-1/#comment-755</link>
		<dc:creator>Kevin Steffer</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/#comment-755</guid>
		<description>@John, Yes and the good idea in having a Project at the root of the repository is that you can move it, and when you do, you move the trunk, branches and tags too.
I typically move a project into an archive folder when the project is &quot;dead&quot;, it&#039;s simply and fast.</description>
		<content:encoded><![CDATA[<p>@John, Yes and the good idea in having a Project at the root of the repository is that you can move it, and when you do, you move the trunk, branches and tags too.<br />
I typically move a project into an archive folder when the project is &#8220;dead&#8221;, it&#8217;s simply and fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Practice Visual Studio with SVN, VCS and SCM by John</title>
		<link>http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/comment-page-1/#comment-746</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 14 Jan 2010 03:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/10/best-practice-visual-studio-with-svn-vcs-and-scm/#comment-746</guid>
		<description>Would the repository look like:

Project\trunk\Solution\Project\bin
Project\trunk\Solution\Project\obj
Project\trunk\Solution\Project\HelloWorld.cs
Project\trunk\Solution\Project\HelloWorld.csproj
Project\trunk\Solution\Project\HelloWorld.csproj.user
Project\trunk\Solution\Solution.sln
Project\trunk\Solution\Solution.suo (ignored)

Or would it look different somehow? I guess I&#039;m confused by the possibly unqualified use of &quot;Project&quot;

Thanks!

John</description>
		<content:encoded><![CDATA[<p>Would the repository look like:</p>
<p>Project\trunk\Solution\Project\bin<br />
Project\trunk\Solution\Project\obj<br />
Project\trunk\Solution\Project\HelloWorld.cs<br />
Project\trunk\Solution\Project\HelloWorld.csproj<br />
Project\trunk\Solution\Project\HelloWorld.csproj.user<br />
Project\trunk\Solution\Solution.sln<br />
Project\trunk\Solution\Solution.suo (ignored)</p>
<p>Or would it look different somehow? I guess I&#8217;m confused by the possibly unqualified use of &#8220;Project&#8221;</p>
<p>Thanks!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Acquia Drupal via Microsoft Web Platform Installer by jam</title>
		<link>http://kevin.steffer.dk/2010/01/install-acquia-drupal-via-microsoft-web-platform-installer/comment-page-1/#comment-687</link>
		<dc:creator>jam</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2010/01/install-acquia-drupal-via-microsoft-web-platform-installer/#comment-687</guid>
		<description>On Windows, you could also give the Acquia Stack Installer a try. You can download Windows and Mac versions as well as a .deb package for Ubuntu/Debian Linux at http://acquia.com/downloads

Our experience at Acquia, gained from a lot of feedback and directly at training and community events, is that this often runs more smoothly than the Platform Installer. Tip: On Vista and Windows 7 it helps if you right click the install file and select the &quot;run as administrator&quot; option.

Glad you&#039;re up and running nonetheless!

Cheers,

- jam
--
Jeffrey A. McGuire
Senior Writer, Evangelist
Acquia Inc.
jam (at) acquia.com</description>
		<content:encoded><![CDATA[<p>On Windows, you could also give the Acquia Stack Installer a try. You can download Windows and Mac versions as well as a .deb package for Ubuntu/Debian Linux at <a href="http://acquia.com/downloads" rel="nofollow">http://acquia.com/downloads</a></p>
<p>Our experience at Acquia, gained from a lot of feedback and directly at training and community events, is that this often runs more smoothly than the Platform Installer. Tip: On Vista and Windows 7 it helps if you right click the install file and select the &#8220;run as administrator&#8221; option.</p>
<p>Glad you&#8217;re up and running nonetheless!</p>
<p>Cheers,</p>
<p>- jam<br />
&#8211;<br />
Jeffrey A. McGuire<br />
Senior Writer, Evangelist<br />
Acquia Inc.<br />
jam (at) acquia.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linq, Dataset, Recordset performance result by Tweets that mention Linq, Dataset, Recordset performance result « Kevin Steffer -- Topsy.com</title>
		<link>http://kevin.steffer.dk/2009/12/linq-dataset-recordset-performance-result/comment-page-1/#comment-596</link>
		<dc:creator>Tweets that mention Linq, Dataset, Recordset performance result « Kevin Steffer -- Topsy.com</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/12/linq-dataset-recordset-performance-resultat/#comment-596</guid>
		<description>[...] This post was mentioned on Twitter by Felipe Lima and Kevin Steffer, Mital Rasaniya. Mital Rasaniya said: Linq, Dataset, Recordset performance result http://bit.ly/8cMt7B (via feedly) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Felipe Lima and Kevin Steffer, Mital Rasaniya. Mital Rasaniya said: Linq, Dataset, Recordset performance result <a href="http://bit.ly/8cMt7B" rel="nofollow">http://bit.ly/8cMt7B</a> (via feedly) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linq, Dataset, Recordset performance result by Abhishek</title>
		<link>http://kevin.steffer.dk/2009/12/linq-dataset-recordset-performance-result/comment-page-1/#comment-594</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/12/linq-dataset-recordset-performance-resultat/#comment-594</guid>
		<description>Good approach. Something that I prefer to do myself to analyze the optimal solution to a problem. You could have used System.Diagnostics.StopWatch instead of DateTime.Now.</description>
		<content:encoded><![CDATA[<p>Good approach. Something that I prefer to do myself to analyze the optimal solution to a problem. You could have used System.Diagnostics.StopWatch instead of DateTime.Now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SubSonic, upcoming Ruby on Rails for ASP.NET by Kevin Steffer</title>
		<link>http://kevin.steffer.dk/2007/01/subsonic-upcoming-ruby-on-rails-for-aspnet/comment-page-1/#comment-59</link>
		<dc:creator>Kevin Steffer</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/?p=16#comment-59</guid>
		<description>Sure</description>
		<content:encoded><![CDATA[<p>Sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SubSonic, upcoming Ruby on Rails for ASP.NET by Polprav</title>
		<link>http://kevin.steffer.dk/2007/01/subsonic-upcoming-ruby-on-rails-for-aspnet/comment-page-1/#comment-52</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/?p=16#comment-52</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Woopra about to go out of beta by Lorelle</title>
		<link>http://kevin.steffer.dk/2009/09/woopra-about-to-go-out-of-beta/comment-page-1/#comment-8</link>
		<dc:creator>Lorelle</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.steffer.dk/2009/09/woopra-about-to-go-out-of-beta/#comment-8</guid>
		<description>We&#039;re committed to keeping a free version of Woopra, but we will also be dependent upon the paid versions to help us cover the costs of the free version, as it should be. We&#039;re working on a ton of new features and apps for Woopra, so expect to see it&#039;s value increase dramatically over the next year. Thanks for your input on our proposed packages and for your support!</description>
		<content:encoded><![CDATA[<p>We&#8217;re committed to keeping a free version of Woopra, but we will also be dependent upon the paid versions to help us cover the costs of the free version, as it should be. We&#8217;re working on a ton of new features and apps for Woopra, so expect to see it&#8217;s value increase dramatically over the next year. Thanks for your input on our proposed packages and for your support!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

