<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Flexuous</title>
	<atom:link href="http://blog.flexuous.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexuous.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 09 Dec 2011 08:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on &#8220;content is not allowed in prolog&#8221;  using Picasa/Google API by Qiang</title>
		<link>http://blog.flexuous.com/2010/11/03/content-is-not-allowed-in-prolog-using-picasagoogle-api/#comment-235</link>
		<dc:creator><![CDATA[Qiang]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexuous.com/?p=162#comment-235</guid>
		<description><![CDATA[Hi, Peter

Could you elaborate on how to pass the OAuth tokens in a POST request ? The Google documentation says you put the xml representation of data in the body of the request, but where should this token stuff go ?]]></description>
		<content:encoded><![CDATA[<p>Hi, Peter</p>
<p>Could you elaborate on how to pass the OAuth tokens in a POST request ? The Google documentation says you put the xml representation of data in the body of the request, but where should this token stuff go ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating from Subversive to Subclipse in eclipse by Abdullah</title>
		<link>http://blog.flexuous.com/2011/01/05/migrating-from-subversive-to-subclipse-in-eclipse/#comment-233</link>
		<dc:creator><![CDATA[Abdullah]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexuous.com/?p=204#comment-233</guid>
		<description><![CDATA[Thanks for the review - the fact that Subversive doesn&#039;t support refactoring as nicely as Subclipse is reason enough for me to avoid it.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the review &#8211; the fact that Subversive doesn&#8217;t support refactoring as nicely as Subclipse is reason enough for me to avoid it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex/Flash Builder localization configuration by Bette</title>
		<link>http://blog.flexuous.com/2010/09/08/flexflash-builder-localization-configuration/#comment-232</link>
		<dc:creator><![CDATA[Bette]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexuous.com/?p=141#comment-232</guid>
		<description><![CDATA[In the cpomlicaetd world we live in, it&#039;s good to find simple solutions.]]></description>
		<content:encoded><![CDATA[<p>In the cpomlicaetd world we live in, it&#8217;s good to find simple solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Script To generate SQL Script by Chris Stamey</title>
		<link>http://blog.flexuous.com/2008/04/15/sql-script-to-generate-sql-script/#comment-231</link>
		<dc:creator><![CDATA[Chris Stamey]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 14:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/?p=42#comment-231</guid>
		<description><![CDATA[When you mouse over the code you should see a context toolbar in the upper right corner of the code window which will allow you to copy, print, or view source. I verified this toolbar shows up in IE and Firefox. It copied and pasted into SSMS without weird characters using this toolbar.]]></description>
		<content:encoded><![CDATA[<p>When you mouse over the code you should see a context toolbar in the upper right corner of the code window which will allow you to copy, print, or view source. I verified this toolbar shows up in IE and Firefox. It copied and pasted into SSMS without weird characters using this toolbar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Error : class is not an IEventDispatcher by Paulo</title>
		<link>http://blog.flexuous.com/2006/10/25/flex-error-class-is-not-an-ieventdispatcher/#comment-228</link>
		<dc:creator><![CDATA[Paulo]]></dc:creator>
		<pubDate>Tue, 21 Jun 2011 04:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/?p=7#comment-228</guid>
		<description><![CDATA[[Bindable]
public var anyVar:anyType;

it works for me]]></description>
		<content:encoded><![CDATA[<p>[Bindable]<br />
public var anyVar:anyType;</p>
<p>it works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can your code be too structured? by justinohms</title>
		<link>http://blog.flexuous.com/2008/04/21/can-your-code-be-too-structured/#comment-227</link>
		<dc:creator><![CDATA[justinohms]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 17:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2008/04/21/can-your-code-be-too-structured/#comment-227</guid>
		<description><![CDATA[You&#039;re right... it does depend on the language.  My SQL always tends to be more vertical and like you I tend to keep params one per line.   I think I&#039;ve realized where the difference is.  I&#039;ve been working a lot with MXML lately and I think this type of thing could become a problem there as well.  In fact I tend to think that it is one of the issues with tag-based languages.   Because tags can be nested but also have properties the layout of nested tags and named properties causes the issue.    My preference is for readability over the tag, not the properties.  I want to be able to quickly match up the start and end tags.  This to me is more important than being able to quickly enumerate visually over the configuration properties for the tag.  This means that ideally the tag pairs should be on the same screen with aligned indents.   In code based languages, vertical layout considerations don&#039;t need to be made to help locate tag pairs so there is more flexibility to use it to help readability in other areas such as parameters.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re right&#8230; it does depend on the language.  My SQL always tends to be more vertical and like you I tend to keep params one per line.   I think I&#8217;ve realized where the difference is.  I&#8217;ve been working a lot with MXML lately and I think this type of thing could become a problem there as well.  In fact I tend to think that it is one of the issues with tag-based languages.   Because tags can be nested but also have properties the layout of nested tags and named properties causes the issue.    My preference is for readability over the tag, not the properties.  I want to be able to quickly match up the start and end tags.  This to me is more important than being able to quickly enumerate visually over the configuration properties for the tag.  This means that ideally the tag pairs should be on the same screen with aligned indents.   In code based languages, vertical layout considerations don&#8217;t need to be made to help locate tag pairs so there is more flexibility to use it to help readability in other areas such as parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on laptop &#8220;plugged in, not charging&#8221; by justinohms</title>
		<link>http://blog.flexuous.com/2011/01/13/laptop-plugged-in-not-charging/#comment-226</link>
		<dc:creator><![CDATA[justinohms]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 17:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexuous.com/?p=211#comment-226</guid>
		<description><![CDATA[It&#039;s hardware specific feature, so I don&#039;t think you can.... However there may be a third party utility or two out there that will do the same thing.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s hardware specific feature, so I don&#8217;t think you can&#8230;. However there may be a third party utility or two out there that will do the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install server or ca certificate in Coldfusion or Java Virtual Machine by Dave Hatz</title>
		<link>http://blog.flexuous.com/2008/04/22/install-server-or-ca-certificate-in-coldfusion-or-java-virtual-machine/#comment-225</link>
		<dc:creator><![CDATA[Dave Hatz]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 14:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2008/04/22/install-server-or-ca-certificate-in-coldfusion-or-java-virtual-machine/#comment-225</guid>
		<description><![CDATA[I was pulling my hair out trying to figure out how to install a Cert and found your article.  Very easy to install the cert following your detail instructions.

Excellent Article....

Thank you....]]></description>
		<content:encoded><![CDATA[<p>I was pulling my hair out trying to figure out how to install a Cert and found your article.  Very easy to install the cert following your detail instructions.</p>
<p>Excellent Article&#8230;.</p>
<p>Thank you&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual PC IP Routing: enabling VPC NAT &amp; loopback connector at the same time by David</title>
		<link>http://blog.flexuous.com/2007/02/04/virtual-pc-ip-routing-enabling-vpc-nat-loopback-connector-at-the-same-time/#comment-224</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2007/02/04/virtual-pc-ip-routing-enabling-vpc-nat-loopback-connector-at-the-same-time/#comment-224</guid>
		<description><![CDATA[Great job, and a big help!  It worked perfectly the first time.   Thank you fork taking the time to document:  this was a big help.

I knew what you meant, but you might consider expanding your step 7 into specific details:  &quot;substitute the IP of the host&quot; is ambiguous.  It would be more clear if you had seperate steps for the route entry and the hosts entry on the guest.  Also I personally used &quot;vpcguest&quot; and &quot;vpchost&quot; as my host names:  &quot;localserver&quot; seemed a bit vauge of a name for accessing the virtual guest.]]></description>
		<content:encoded><![CDATA[<p>Great job, and a big help!  It worked perfectly the first time.   Thank you fork taking the time to document:  this was a big help.</p>
<p>I knew what you meant, but you might consider expanding your step 7 into specific details:  &#8220;substitute the IP of the host&#8221; is ambiguous.  It would be more clear if you had seperate steps for the route entry and the hosts entry on the guest.  Also I personally used &#8220;vpcguest&#8221; and &#8220;vpchost&#8221; as my host names:  &#8220;localserver&#8221; seemed a bit vauge of a name for accessing the virtual guest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on laptop &#8220;plugged in, not charging&#8221; by Colin Wallace</title>
		<link>http://blog.flexuous.com/2011/01/13/laptop-plugged-in-not-charging/#comment-223</link>
		<dc:creator><![CDATA[Colin Wallace]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 02:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexuous.com/?p=211#comment-223</guid>
		<description><![CDATA[That&#039;s a pretty cool feature, which my laptop did not ship with. Is there some way I can enable it through Windows?]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s a pretty cool feature, which my laptop did not ship with. Is there some way I can enable it through Windows?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

