<?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 JamesWampler.com</title>
	<atom:link href="http://www.jameswampler.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jameswampler.com</link>
	<description>Where Caffeine and Software Developement Converge</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:37:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WcfTestClient Not Starting When Debugging WCF Service by jim</title>
		<link>http://www.jameswampler.com/index.php/2011/02/08/wcftestclient-not-starting-when-debugging-wcf-service/comment-page-1/#comment-878</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Tue, 07 Feb 2012 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=341#comment-878</guid>
		<description>top stuff, thanks for posting this!</description>
		<content:encoded><![CDATA[<p>top stuff, thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WcfTestClient Not Starting When Debugging WCF Service by Levi</title>
		<link>http://www.jameswampler.com/index.php/2011/02/08/wcftestclient-not-starting-when-debugging-wcf-service/comment-page-1/#comment-877</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=341#comment-877</guid>
		<description>Saved me after much searching. Thanks. What got me what setting the start up project. I guess it changed this setting because it started the client automatically before I made the change.</description>
		<content:encoded><![CDATA[<p>Saved me after much searching. Thanks. What got me what setting the start up project. I guess it changed this setting because it started the client automatically before I made the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TFS Merging Infinite Loop Madness by shahyads</title>
		<link>http://www.jameswampler.com/index.php/2010/01/12/tfs-merging-infinite-loop-madness/comment-page-1/#comment-868</link>
		<dc:creator>shahyads</dc:creator>
		<pubDate>Tue, 28 Jun 2011 09:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=207#comment-868</guid>
		<description>form visual studio menue bar:  view&gt;Other Windows&gt;Pending Changes&gt;Conflicts</description>
		<content:encoded><![CDATA[<p>form visual studio menue bar:  view&gt;Other Windows&gt;Pending Changes&gt;Conflicts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Mercurial (hg) to Use a Proxy Server by James</title>
		<link>http://www.jameswampler.com/index.php/2010/06/10/configure-mercurial-hg-to-use-a-proxy-server/comment-page-1/#comment-866</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Jun 2011 20:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=250#comment-866</guid>
		<description>@matg,

I updated password to passwd.   Thanks.</description>
		<content:encoded><![CDATA[<p>@matg,</p>
<p>I updated password to passwd.   Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Mercurial (hg) to Use a Proxy Server by matg</title>
		<link>http://www.jameswampler.com/index.php/2010/06/10/configure-mercurial-hg-to-use-a-proxy-server/comment-page-1/#comment-862</link>
		<dc:creator>matg</dc:creator>
		<pubDate>Tue, 24 May 2011 09:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=250#comment-862</guid>
		<description>Yes, it&#039;s worked by changing password to passwd!</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s worked by changing password to passwd!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Mercurial (hg) to Use a Proxy Server by Ricardo</title>
		<link>http://www.jameswampler.com/index.php/2010/06/10/configure-mercurial-hg-to-use-a-proxy-server/comment-page-1/#comment-852</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 05 May 2011 18:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=250#comment-852</guid>
		<description>Thanks! It worked</description>
		<content:encoded><![CDATA[<p>Thanks! It worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preventing the User from Navigating Away from a Dirty Page by Kwlott</title>
		<link>http://www.jameswampler.com/index.php/2009/08/31/preventing-the-user-from-navigating-away-from-a-dirty-page/comment-page-1/#comment-851</link>
		<dc:creator>Kwlott</dc:creator>
		<pubDate>Wed, 20 Apr 2011 21:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=84#comment-851</guid>
		<description>I tried using     
$(&quot;.form select[type=&#039;select-one&#039;]&quot;).change(function () { isDirty = true; });
$(&quot;.form select[type=&#039;select-multiple&#039;]&quot;).change(function () { isDirty = true; });

for select boxes but it did not work.  Any idea on how to get it to work.  I googled it but found nothing.</description>
		<content:encoded><![CDATA[<p>I tried using<br />
$(&#8220;.form select[type='select-one']&#8220;).change(function () { isDirty = true; });<br />
$(&#8220;.form select[type='select-multiple']&#8220;).change(function () { isDirty = true; });</p>
<p>for select boxes but it did not work.  Any idea on how to get it to work.  I googled it but found nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding the NHibernate Schema Files to Visual Studio 2010 by James</title>
		<link>http://www.jameswampler.com/index.php/2010/06/03/adding-the-nhibernate-schema-files-to-visual-studio-2010/comment-page-1/#comment-805</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=222#comment-805</guid>
		<description>@Mark,

Did you try to restart Visual Studio?  These steps worked for me in VS 2010 Ultimate when I am editing *.hbm.xml files.</description>
		<content:encoded><![CDATA[<p>@Mark,</p>
<p>Did you try to restart Visual Studio?  These steps worked for me in VS 2010 Ultimate when I am editing *.hbm.xml files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding the NHibernate Schema Files to Visual Studio 2010 by Mark</title>
		<link>http://www.jameswampler.com/index.php/2010/06/03/adding-the-nhibernate-schema-files-to-visual-studio-2010/comment-page-1/#comment-804</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 10 Oct 2010 07:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=222#comment-804</guid>
		<description>This is not working for me, I am using VS 2010 Ultimate edition trial version.</description>
		<content:encoded><![CDATA[<p>This is not working for me, I am using VS 2010 Ultimate edition trial version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why A Developer Needs The Best Possible Hardware by Always Ask About the Development Environment During an Interview &#187; JamesWampler.com</title>
		<link>http://www.jameswampler.com/index.php/2009/08/26/why-a-developer-needs-the-best-possible-hardware/comment-page-1/#comment-2</link>
		<dc:creator>Always Ask About the Development Environment During an Interview &#187; JamesWampler.com</dc:creator>
		<pubDate>Thu, 27 Aug 2009 19:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jameswampler.com/?p=55#comment-2</guid>
		<description>[...] think these are great questions, but I would suggest that you go even further. As I mentioned in my last post you are going to spend 40+ hours a week working in this environment, possibly for years, so the [...]</description>
		<content:encoded><![CDATA[<p>[...] think these are great questions, but I would suggest that you go even further. As I mentioned in my last post you are going to spend 40+ hours a week working in this environment, possibly for years, so the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

