<?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>Tue, 31 Jan 2012 04:44:34 +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 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>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by funny</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-136</link>
		<dc:creator>funny</dc:creator>
		<pubDate>Fri, 18 Feb 2011 06:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-136</guid>
		<description>Funny that the morons continue to desire so strongly doing things the stupid way rather than the K&amp;R way
good thing all source formatters and sensible defaults use K&amp;R style so coders with IQs higher than 100 can unfuck the code created by the morons who waste space with braces on their own lines!!!</description>
		<content:encoded><![CDATA[<p>Funny that the morons continue to desire so strongly doing things the stupid way rather than the K&amp;R way<br />
good thing all source formatters and sensible defaults use K&amp;R style so coders with IQs higher than 100 can unfuck the code created by the morons who waste space with braces on their own lines!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use C# To Fill Out Web Forms by nadeera</title>
		<link>http://scyanide.com/2009/07/use-c-sharp-to-fill-out-web-forms/comment-page-1/#comment-97</link>
		<dc:creator>nadeera</dc:creator>
		<pubDate>Tue, 08 Feb 2011 09:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=346#comment-97</guid>
		<description>thank you very much.... ,it&#039;s really amazing ,,  &amp; I wont to do the same thing but without opening web browser...  if some one can help with that. I really appreciate it.I&#039;m kind of stuck!!</description>
		<content:encoded><![CDATA[<p>thank you very much&#8230;. ,it&#8217;s really amazing ,,  &amp; I wont to do the same thing but without opening web browser&#8230;  if some one can help with that. I really appreciate it.I&#8217;m kind of stuck!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by Objective-C Coding Style &#171; The Joe Lake Blog &#8211; joeylakey.com</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-40</link>
		<dc:creator>Objective-C Coding Style &#171; The Joe Lake Blog &#8211; joeylakey.com</dc:creator>
		<pubDate>Sat, 15 Jan 2011 14:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-40</guid>
		<description>[...] [1] XCode: The Starting Curly Brace [2]Google Objective-C Style Guide [3]Google C++ Style [...]</description>
		<content:encoded><![CDATA[<p>[...] [1] XCode: The Starting Curly Brace [2]Google Objective-C Style Guide [3]Google C++ Style [...]</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-39</link>
		<dc:creator>Scyanide</dc:creator>
		<pubDate>Mon, 15 Nov 2010 16:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-39</guid>
		<description>Thanks for the info. I&#039;ll have to check that tool out soon. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I&#8217;ll have to check that tool out soon. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode: The Starting Curly Brace by hellork</title>
		<link>http://scyanide.com/2010/02/xcode-the-starting-curly-brace/comment-page-1/#comment-38</link>
		<dc:creator>hellork</dc:creator>
		<pubDate>Mon, 15 Nov 2010 04:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://scyanide.com/?p=410#comment-38</guid>
		<description>I prefer the brace at the end, but now it doesn&#039;t matter. GNU indent automatically adjusts the placement of brackets. It *might* work on C#, too. I wrote a simple preprocessor to automatically add missing brackets, semicolons and parenthesis. It works so well that I just crank out pseudocode and it bangs it into shape, ignoring lines that end in comments or white space. It *should* also work with C# if you want to test it out, fix bugs. http://freshmeat.net/projects/anchor</description>
		<content:encoded><![CDATA[<p>I prefer the brace at the end, but now it doesn&#8217;t matter. GNU indent automatically adjusts the placement of brackets. It *might* work on C#, too. I wrote a simple preprocessor to automatically add missing brackets, semicolons and parenthesis. It works so well that I just crank out pseudocode and it bangs it into shape, ignoring lines that end in comments or white space. It *should* also work with C# if you want to test it out, fix bugs. <a href="http://freshmeat.net/projects/anchor" rel="nofollow">http://freshmeat.net/projects/anchor</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

