<?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 Scyanide Chatter</title>
	<atom:link href="http://scyanide.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scyanide.com</link>
	<description>My life, interests, and random babble...</description>
	<lastBuildDate>Thu, 26 Apr 2012 20:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Scyanide</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-1990</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Thu, 26 Apr 2012 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-1990</guid>
		<description>I found this searching around:
http://stackoverflow.com/questions/5120343/xcode-4-with-opening-brace-on-new-line

Seems XCode 4 changed a few things up and relies heavily on its built-in snippets for auto-completion. The marked answer goes into how to find and edit SystemCodeSnippets.codesnippets file. It has to be done manually at the moment.

http://forrst.com/posts/Put_that_where_it_might_belong_Xcode-PNL
Also, looks like this guy is giving out the modified file for people.

Hope this helps. Thanks for pointing this out to me. I&#039;ll update this page to accommodate the changes in XCode 4.</description>
		<content:encoded><![CDATA[<p>I found this searching around:<br />
<a href="http://stackoverflow.com/questions/5120343/xcode-4-with-opening-brace-on-new-line" rel="nofollow">http://stackoverflow.com/questions/5120343/xcode-4-with-opening-brace-on-new-line</a></p>
<p>Seems XCode 4 changed a few things up and relies heavily on its built-in snippets for auto-completion. The marked answer goes into how to find and edit SystemCodeSnippets.codesnippets file. It has to be done manually at the moment.</p>
<p><a href="http://forrst.com/posts/Put_that_where_it_might_belong_Xcode-PNL" rel="nofollow">http://forrst.com/posts/Put_that_where_it_might_belong_Xcode-PNL</a><br />
Also, looks like this guy is giving out the modified file for people.</p>
<p>Hope this helps. Thanks for pointing this out to me. I&#8217;ll update this page to accommodate the changes in XCode 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Scyanide</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-1989</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Thu, 26 Apr 2012 20:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-1989</guid>
		<description>That&#039;s interesting. I think I&#039;ve heard of it being that way before but it never crossed my mind. I&#039;m very picky with my alignments and feel that the curly brace on a newline helps with block readability and organization. I&#039;m also not a big fan of embedding statements into 1 line. Prefer to separate it all for readability AND for debugging purposes. Luckily for us, it doesn&#039;t have much, if any, impact during runtime.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting. I think I&#8217;ve heard of it being that way before but it never crossed my mind. I&#8217;m very picky with my alignments and feel that the curly brace on a newline helps with block readability and organization. I&#8217;m also not a big fan of embedding statements into 1 line. Prefer to separate it all for readability AND for debugging purposes. Luckily for us, it doesn&#8217;t have much, if any, impact during runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Scyanide</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-1988</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Thu, 26 Apr 2012 20:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-1988</guid>
		<description>I was hoping it would still work for 4.3 but I&#039;ll look into it when I get a chance and put a update on this post. I have noticed that it no longer puts the curly brace on the newline for me but figured the setting was reset and I&#039;ve been too lazy to fix it.</description>
		<content:encoded><![CDATA[<p>I was hoping it would still work for 4.3 but I&#8217;ll look into it when I get a chance and put a update on this post. I have noticed that it no longer puts the curly brace on the newline for me but figured the setting was reset and I&#8217;ve been too lazy to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Steve</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-1985</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 26 Apr 2012 16:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-1985</guid>
		<description>Being very old programmer from the late 70&#039;s (when I was very, very young) the argument I remember for putting the curly brace on following the statement had to do with publishing costs.  Back in the old days, the source code was printed in the back of the books and this simple change saved pages of expensive printing.  At the cost of maintenance of actual source.  Since so many books took advantage of this space saving technique, scores of software engineers, programmers and hackers just followed along what they learned through example.  Those that have programmed from a long time value the ease and consistency of the paper wasting technique to line up the block statements and avoid unnecessary confusion and the visible advantage of obvious block organization.  At least that&#039;s how I remember it happening - as it has annoyed me for three plus decades.  Being forced into a format inspired by non-programmers by any IDE... really, really bugs me.</description>
		<content:encoded><![CDATA[<p>Being very old programmer from the late 70&#8242;s (when I was very, very young) the argument I remember for putting the curly brace on following the statement had to do with publishing costs.  Back in the old days, the source code was printed in the back of the books and this simple change saved pages of expensive printing.  At the cost of maintenance of actual source.  Since so many books took advantage of this space saving technique, scores of software engineers, programmers and hackers just followed along what they learned through example.  Those that have programmed from a long time value the ease and consistency of the paper wasting technique to line up the block statements and avoid unnecessary confusion and the visible advantage of obvious block organization.  At least that&#8217;s how I remember it happening &#8211; as it has annoyed me for three plus decades.  Being forced into a format inspired by non-programmers by any IDE&#8230; really, really bugs me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Steve</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-1984</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 26 Apr 2012 16:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-1984</guid>
		<description>Any solution for XCode 4.3... the described plist file no longer seems to exist.</description>
		<content:encoded><![CDATA[<p>Any solution for XCode 4.3&#8230; the described plist file no longer seems to exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use C# To Fill Out Web Forms by Scyanide</title>
		<link>http://scyanide.com/2009/07/use-c-sharp-to-fill-out-web-forms/comment-page-1/#comment-1268</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Tue, 31 Jan 2012 04:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=346#comment-1268</guid>
		<description>hmm, well, sadly within .NET the WebBrowser control and HTMLDocument all use IE to render pages. You *might* be able to use InterOp COM with loading Google Chrome Frame ActiveX into your .NET application.

I found this link: http://groups.google.com/group/google-chrome-frame/browse_thread/thread/5473a4625ee3bd50/30c394cfa29b3103?pli=1

Hopefully it can steer you in the correct direction. Best of luck!</description>
		<content:encoded><![CDATA[<p>hmm, well, sadly within .NET the WebBrowser control and HTMLDocument all use IE to render pages. You *might* be able to use InterOp COM with loading Google Chrome Frame ActiveX into your .NET application.</p>
<p>I found this link: <a href="http://groups.google.com/group/google-chrome-frame/browse_thread/thread/5473a4625ee3bd50/30c394cfa29b3103?pli=1" rel="nofollow">http://groups.google.com/group/google-chrome-frame/browse_thread/thread/5473a4625ee3bd50/30c394cfa29b3103?pli=1</a></p>
<p>Hopefully it can steer you in the correct direction. Best of luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use C# To Fill Out Web Forms by Pankaj</title>
		<link>http://scyanide.com/2009/07/use-c-sharp-to-fill-out-web-forms/comment-page-1/#comment-1266</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Tue, 31 Jan 2012 04:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=346#comment-1266</guid>
		<description>Hi,

The article is quite interesting. I was wondering if we can use similar approach to fill out a web form in other browsers eg. Google&#039;s Chrome browser. If yes please share an example how we can achieve this with Chrome. 

Regards,
Pankaj Kumar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The article is quite interesting. I was wondering if we can use similar approach to fill out a web form in other browsers eg. Google&#8217;s Chrome browser. If yes please share an example how we can achieve this with Chrome. </p>
<p>Regards,<br />
Pankaj Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by whisk IT</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-655</link>
		<dc:creator>whisk IT</dc:creator>
		<pubDate>Tue, 20 Sep 2011 08:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-655</guid>
		<description>Very nice!
I hadn&#039;t quite decided which I prefer, but was aware that there were very much two camps on this. On further reflection, I&#039;ve decided that your readability argument is the winner for me.
Thank you!</description>
		<content:encoded><![CDATA[<p>Very nice!<br />
I hadn&#8217;t quite decided which I prefer, but was aware that there were very much two camps on this. On further reflection, I&#8217;ve decided that your readability argument is the winner for me.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chirp by Still Alive &#124; Scyanide World</title>
		<link>http://scyanide.com/chirp/comment-page-1/#comment-571</link>
		<dc:creator>Still Alive &#124; Scyanide World</dc:creator>
		<pubDate>Tue, 23 Aug 2011 17:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?page_id=492#comment-571</guid>
		<description>[...] Chirp  Categories [...]</description>
		<content:encoded><![CDATA[<p>[...] Chirp  Categories [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Scyanide</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-137</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Fri, 18 Feb 2011 07:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-137</guid>
		<description>This &quot;wasted space&quot; has 0 impact on the code being executed. Putting the curly brace on a new line helps block off the code inside and improves readability. I highly doubt a person&#039;s IQ level has anything to do with where they place the curly brace.

It all comes down to preference, however. Feel free to place it anywhere you want. Unless you work for a company that has standards on the format, in which case you have to do as they say. My experience has shown than many companies enforce newline curly braces for readability.</description>
		<content:encoded><![CDATA[<p>This &#8220;wasted space&#8221; has 0 impact on the code being executed. Putting the curly brace on a new line helps block off the code inside and improves readability. I highly doubt a person&#8217;s IQ level has anything to do with where they place the curly brace.</p>
<p>It all comes down to preference, however. Feel free to place it anywhere you want. Unless you work for a company that has standards on the format, in which case you have to do as they say. My experience has shown than many companies enforce newline curly braces for readability.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

