<?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>Fri, 09 Dec 2011 10:18:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>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>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>@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>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>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>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>Thank you!  Very helpful indeed.</description>
		<content:encoded><![CDATA[<p>Thank you!  Very helpful indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on remote desktop connection to localhost: a regression in Windows 7? by John R</title>
		<link>http://intwoplacesatonce.com/2010/01/remote-desktop-connection-to-localhost-a-regression-in-windows-7/comment-page-1/#comment-575</link>
		<dc:creator>John R</dc:creator>
		<pubDate>Thu, 25 Nov 2010 03:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=101#comment-575</guid>
		<description>Thanks for sharing! Nice to see I wasn&#039;t the only one having this problem and happy you took the time to post the solution. Great job!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! Nice to see I wasn&#8217;t the only one having this problem and happy you took the time to post the solution. Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on restoring recovered files identity by DCam</title>
		<link>http://intwoplacesatonce.com/2010/10/restoring-recovered-files-identity/comment-page-1/#comment-497</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=118#comment-497</guid>
		<description>@Adam: Does TestDisk recover the filenames too?</description>
		<content:encoded><![CDATA[<p>@Adam: Does TestDisk recover the filenames too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on objective-c test doubles on the cheap with brutal cast by DCam</title>
		<link>http://intwoplacesatonce.com/2010/09/objective-c-test-doubles-on-the-cheap-with-brutal-cast/comment-page-1/#comment-496</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://intwoplacesatonce.com/?p=113#comment-496</guid>
		<description>I like the &quot;id&quot; syntax. It is much cleaner than using a cast.

Unfortunately, the code base I was using this on was configured so that any use of id was a compile time error. We had to use casts there. On other code bases I&#039;ll use id.</description>
		<content:encoded><![CDATA[<p>I like the &#8220;id&#8221; syntax. It is much cleaner than using a cast.</p>
<p>Unfortunately, the code base I was using this on was configured so that any use of id was a compile time error. We had to use casts there. On other code bases I&#8217;ll use id.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

