<?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 Ross Henderson</title>
	<atom:link href="http://blog.rosshenderson.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rosshenderson.info</link>
	<description>One blog or another</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:03:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on iceFaces and jQuery: colons in iceFaces ids breaks jQuery by Danny</title>
		<link>http://blog.rosshenderson.info/541/icefaces-and-jquery-colons-in-icefaces-ids-breaks-jquery/comment-page-1/#comment-256</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 06 Jan 2012 21:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=541#comment-256</guid>
		<description>Usa un selector de clase
$(&#039;.clase&#039;)</description>
		<content:encoded><![CDATA[<p>Usa un selector de clase<br />
$(&#8216;.clase&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capturing phase by Jacob Harrison</title>
		<link>http://blog.rosshenderson.info/334/capture-phase/comment-page-1/#comment-231</link>
		<dc:creator>Jacob Harrison</dc:creator>
		<pubDate>Wed, 28 Sep 2011 07:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=334#comment-231</guid>
		<description>Great article!

I have always wondered what the use of the capture phase could be used for and it is interesting that they say it is more expensive, where as this practical example shows barely any differences.

Thanks for posting this!</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>I have always wondered what the use of the capture phase could be used for and it is interesting that they say it is more expensive, where as this practical example shows barely any differences.</p>
<p>Thanks for posting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transparent Background for LinkButton by Fábio Magagnin</title>
		<link>http://blog.rosshenderson.info/80/transparent-background-for-linkbutton/comment-page-1/#comment-230</link>
		<dc:creator>Fábio Magagnin</dc:creator>
		<pubDate>Mon, 12 Sep 2011 20:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=80#comment-230</guid>
		<description>Thanks, worked perfect for me, but I used only mxml:

</description>
		<content:encoded><![CDATA[<p>Thanks, worked perfect for me, but I used only mxml:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSFL craziness by Ross</title>
		<link>http://blog.rosshenderson.info/183/jsfl-craziness/comment-page-1/#comment-226</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 19 Aug 2011 16:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=183#comment-226</guid>
		<description>Hi, Dave.

Sorry for the delay.  Thanks for posting your solution - that&#039;s great.  Glad you were able to get things sorted.</description>
		<content:encoded><![CDATA[<p>Hi, Dave.</p>
<p>Sorry for the delay.  Thanks for posting your solution &#8211; that&#8217;s great.  Glad you were able to get things sorted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSFL craziness by Dave Stewart</title>
		<link>http://blog.rosshenderson.info/183/jsfl-craziness/comment-page-1/#comment-222</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Mon, 04 Jul 2011 23:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=183#comment-222</guid>
		<description>Well, you can amend my last post...

The external panel update works great! Instead of returning the fl.xmlui.settings object via MMExecute(), I&#039;m now actually passing it in through an external update method of the panel, using SWFPanel.call(), at the very end of the JSFL script.

I&#039;d not realised that I&#039;d needed to register this function using ExternalInterface.addCallback(&#039;update&#039;, update);

Sweet. Hopefully more reliable than the dispatchEvent() hack as well.</description>
		<content:encoded><![CDATA[<p>Well, you can amend my last post&#8230;</p>
<p>The external panel update works great! Instead of returning the fl.xmlui.settings object via MMExecute(), I&#8217;m now actually passing it in through an external update method of the panel, using SWFPanel.call(), at the very end of the JSFL script.</p>
<p>I&#8217;d not realised that I&#8217;d needed to register this function using ExternalInterface.addCallback(&#8216;update&#8217;, update);</p>
<p>Sweet. Hopefully more reliable than the dispatchEvent() hack as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSFL craziness by Dave Stewart</title>
		<link>http://blog.rosshenderson.info/183/jsfl-craziness/comment-page-1/#comment-221</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Mon, 04 Jul 2011 22:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=183#comment-221</guid>
		<description>Hey Ross,

I&#039;m having this issue at the moment. A JSFL Script is creating files, which takes about 10 seconds, but it still just &quot;ends&quot; and doesn&#039;t let Flash know. I tried the dispatch event trick, but no luck.

Have also tried calling the panel with an external SWFPanel.call() to an update function, but no luck either.

Did you have any more insights in to this? Any ideas what I might be missing?
Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>Hey Ross,</p>
<p>I&#8217;m having this issue at the moment. A JSFL Script is creating files, which takes about 10 seconds, but it still just &#8220;ends&#8221; and doesn&#8217;t let Flash know. I tried the dispatch event trick, but no luck.</p>
<p>Have also tried calling the panel with an external SWFPanel.call() to an update function, but no luck either.</p>
<p>Did you have any more insights in to this? Any ideas what I might be missing?<br />
Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import mySQL dump &#8211; os x terminal by Ross</title>
		<link>http://blog.rosshenderson.info/502/import-mysql-dump-os-x-terminal/comment-page-1/#comment-220</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 28 Jun 2011 22:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=502#comment-220</guid>
		<description>Sorry, Jerry, I don&#039;t.  Possibly mySQL supports importing gZip packages, but I would think you&#039;d probably need to unpack the zip before importing the .sql file.</description>
		<content:encoded><![CDATA[<p>Sorry, Jerry, I don&#8217;t.  Possibly mySQL supports importing gZip packages, but I would think you&#8217;d probably need to unpack the zip before importing the .sql file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import mySQL dump &#8211; os x terminal by Jerry</title>
		<link>http://blog.rosshenderson.info/502/import-mysql-dump-os-x-terminal/comment-page-1/#comment-219</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Mon, 27 Jun 2011 22:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=502#comment-219</guid>
		<description>Hi Ross, this is a good tip. But do you know of a way to unpack a gZip version of the mySQL file at the moment of import? I tried mysql -u[username] -p [databasename] &lt; [filenam.sql.gz] but I get ERROR at line 1: Unknown command &#039;\&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Ross, this is a good tip. But do you know of a way to unpack a gZip version of the mySQL file at the moment of import? I tried mysql -u[username] -p [databasename] &lt; [filenam.sql.gz] but I get ERROR at line 1: Unknown command &#039;\&#039;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X: Add spacer to dock by Ross</title>
		<link>http://blog.rosshenderson.info/487/os-x-add-spacer-to-dock/comment-page-1/#comment-207</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 28 Apr 2011 16:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=487#comment-207</guid>
		<description>Hey, Danny.  Added a screenshot for you.</description>
		<content:encoded><![CDATA[<p>Hey, Danny.  Added a screenshot for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X: Add spacer to dock by Danny</title>
		<link>http://blog.rosshenderson.info/487/os-x-add-spacer-to-dock/comment-page-1/#comment-206</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 19 Apr 2011 21:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rosshenderson.info/?p=487#comment-206</guid>
		<description>Hey, can you post an image of what you&#039;re describing? I&#039;m having trouble visualizing the details of this effect. Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, can you post an image of what you&#8217;re describing? I&#8217;m having trouble visualizing the details of this effect. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

