<?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 in two places at once</title>
	<atom:link href="http://intwoplacesatonce.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://intwoplacesatonce.com</link>
	<description>instead of a rewrite</description>
	<lastBuildDate>Sun, 16 Dec 2012 01:33:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on remote desktop connection to localhost: a regression in Windows 7? by DCam</title>
		<link>http://intwoplacesatonce.com/2010/01/remote-desktop-connection-to-localhost-a-regression-in-windows-7/comment-page-1/#comment-4921</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Sun, 16 Dec 2012 01:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=101#comment-4921</guid>
		<description><![CDATA[@Dude: The server didn&#039;t change at all when I upgraded from Windows XP to Windows 7. I took that to mean the problem was client side. I only had to use a different port because the RDC service was running locally, and so Putty couldn&#039;t have bound to :3389. 

@Eric: Glad to hear that local ports do not need to accept from other hosts.

Fortunately, I haven&#039;t had to RDC for several years. :)]]></description>
		<content:encoded><![CDATA[<p>@Dude: The server didn&#8217;t change at all when I upgraded from Windows XP to Windows 7. I took that to mean the problem was client side. I only had to use a different port because the RDC service was running locally, and so Putty couldn&#8217;t have bound to :3389. </p>
<p>@Eric: Glad to hear that local ports do not need to accept from other hosts.</p>
<p>Fortunately, I haven&#8217;t had to RDC for several years. <img src='http://intwoplacesatonce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on remote desktop connection to localhost: a regression in Windows 7? by Dude</title>
		<link>http://intwoplacesatonce.com/2010/01/remote-desktop-connection-to-localhost-a-regression-in-windows-7/comment-page-1/#comment-4786</link>
		<dc:creator>Dude</dc:creator>
		<pubDate>Wed, 28 Nov 2012 18:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=101#comment-4786</guid>
		<description><![CDATA[It is not a port issue and doesn&#039;t have anything to do with how putty accepts the connections on your client machine. Quite simply, the server doesn&#039;t like it if you connect on 127.0.0.1.  The connection establishment  succeeds, but the software refuses to communicate (without dropping the connection).   (You can telnet to localhost 3389 on a Windows 7 machine and you get a connection.)  If you use 127.0.0.2, the connection not only succeeds but the RDP session is established.]]></description>
		<content:encoded><![CDATA[<p>It is not a port issue and doesn&#8217;t have anything to do with how putty accepts the connections on your client machine. Quite simply, the server doesn&#8217;t like it if you connect on 127.0.0.1.  The connection establishment  succeeds, but the software refuses to communicate (without dropping the connection).   (You can telnet to localhost 3389 on a Windows 7 machine and you get a connection.)  If you use 127.0.0.2, the connection not only succeeds but the RDP session is established.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on measuring msbuild performance by Momchil Stefanov</title>
		<link>http://intwoplacesatonce.com/2009/08/measuring-msbuild-performance/comment-page-1/#comment-4696</link>
		<dc:creator>Momchil Stefanov</dc:creator>
		<pubDate>Thu, 08 Nov 2012 12:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=52#comment-4696</guid>
		<description><![CDATA[Very nice article! Thanks : )]]></description>
		<content:encoded><![CDATA[<p>Very nice article! Thanks : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on in C# 3.5: interface + extension methods = mixin by willem</title>
		<link>http://intwoplacesatonce.com/2009/12/in-c-3-5-interface-extension-methods-mixin/comment-page-1/#comment-2817</link>
		<dc:creator>willem</dc:creator>
		<pubDate>Fri, 09 Dec 2011 10:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=81#comment-2817</guid>
		<description><![CDATA[Nice :)]]></description>
		<content:encoded><![CDATA[<p>Nice <img src='http://intwoplacesatonce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the viewport meta tag, and iPhone by Robert</title>
		<link>http://intwoplacesatonce.com/2011/06/the-viewport-meta-tag-and-iphone/comment-page-1/#comment-2675</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=126#comment-2675</guid>
		<description><![CDATA[Actually, what happens is mobile Safari thinks that device width is the width from when the document first load. So, when switching orientation the browser isn&#039;t able to readjust the layout properly. To avoid this mess, just set your viewport meta tag like this:
name=name=&quot;viewport&quot; content=&quot;initial-scale=1.0, maximum-scale=1.0, user-scalable=0;&quot;
This will allow the layout to rescale from portrait to landscape mode the way native apps do.]]></description>
		<content:encoded><![CDATA[<p>Actually, what happens is mobile Safari thinks that device width is the width from when the document first load. So, when switching orientation the browser isn&#8217;t able to readjust the layout properly. To avoid this mess, just set your viewport meta tag like this:<br />
name=name=&#8221;viewport&#8221; content=&#8221;initial-scale=1.0, maximum-scale=1.0, user-scalable=0;&#8221;<br />
This will allow the layout to rescale from portrait to landscape mode the way native apps do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the other thing about &#8220;using&#8221; blocks by DCam</title>
		<link>http://intwoplacesatonce.com/2011/09/the-other-thing-about-using-blocks/comment-page-1/#comment-2259</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=145#comment-2259</guid>
		<description><![CDATA[@Teevus: You&#039;re right. I try to speak to anonymous scopes in the very last example, but yes, they can be free standing as well. I wouldn&#039;t want to use a &quot;using&quot; statement only to produce a scope, because an anonymous scope would do the same job more simply. Even when I am tempted to use an anonymous scope to limit some variable, I try to think up a good name for the scope and turn it in to a method.]]></description>
		<content:encoded><![CDATA[<p>@Teevus: You&#8217;re right. I try to speak to anonymous scopes in the very last example, but yes, they can be free standing as well. I wouldn&#8217;t want to use a &#8220;using&#8221; statement only to produce a scope, because an anonymous scope would do the same job more simply. Even when I am tempted to use an anonymous scope to limit some variable, I try to think up a good name for the scope and turn it in to a method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the other thing about &#8220;using&#8221; blocks by Teevus</title>
		<link>http://intwoplacesatonce.com/2011/09/the-other-thing-about-using-blocks/comment-page-1/#comment-2256</link>
		<dc:creator>Teevus</dc:creator>
		<pubDate>Thu, 01 Sep 2011 08:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=145#comment-2256</guid>
		<description><![CDATA[Or you can just enclose the variable declaration and usage in a pair of curly brases (also works for non-IDisposable variables):

{
  var f = File.OpenText(&quot;/path/ro/file&quot;);
  contents = f.ReadToEnd();
}
f.ReadToEnd(); // Unknown identifier at compile time]]></description>
		<content:encoded><![CDATA[<p>Or you can just enclose the variable declaration and usage in a pair of curly brases (also works for non-IDisposable variables):</p>
<p>{<br />
  var f = File.OpenText(&#8220;/path/ro/file&#8221;);<br />
  contents = f.ReadToEnd();<br />
}<br />
f.ReadToEnd(); // Unknown identifier at compile time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on the other thing about &#8220;using&#8221; blocks by ross</title>
		<link>http://intwoplacesatonce.com/2011/09/the-other-thing-about-using-blocks/comment-page-1/#comment-2254</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Thu, 01 Sep 2011 05:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=145#comment-2254</guid>
		<description><![CDATA[good point.]]></description>
		<content:encoded><![CDATA[<p>good point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on remote desktop connection to localhost: a regression in Windows 7? by Eric</title>
		<link>http://intwoplacesatonce.com/2010/01/remote-desktop-connection-to-localhost-a-regression-in-windows-7/comment-page-1/#comment-2024</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 18 Jul 2011 13:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=101#comment-2024</guid>
		<description><![CDATA[Confirming, you do not need to enable &quot;Local ports accept connections from other hosts&quot;. Just change the IP as above to 127.0.0.2 and continue to use as normal.

Very happy, thanks for this!]]></description>
		<content:encoded><![CDATA[<p>Confirming, you do not need to enable &#8220;Local ports accept connections from other hosts&#8221;. Just change the IP as above to 127.0.0.2 and continue to use as normal.</p>
<p>Very happy, thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on remote desktop connection to localhost: a regression in Windows 7? by Fred</title>
		<link>http://intwoplacesatonce.com/2010/01/remote-desktop-connection-to-localhost-a-regression-in-windows-7/comment-page-1/#comment-1224</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 29 Mar 2011 19:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=101#comment-1224</guid>
		<description><![CDATA[Thank you!  Very helpful indeed.]]></description>
		<content:encoded><![CDATA[<p>Thank you!  Very helpful indeed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
