<?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 Wade Arnold</title>
	<atom:link href="http://wadearnold.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://wadearnold.com/blog</link>
	<description>The spoils of the integration of PHP and ActionScript</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on ZF 1.8.4 breaks addDirectory() by Arend</title>
		<link>http://wadearnold.com/blog/flash/zf-184-breaks-adddirectory/comment-page-1#comment-27203</link>
		<dc:creator>Arend</dc:creator>
		<pubDate>Tue, 17 Jan 2012 17:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=286#comment-27203</guid>
		<description>Was searching again for how to fix this error and found my own comment here. It&#039;s an ugly hack but it works. I will look into this a bit further as this issue (and bug report http://framework.zend.com/issues/browse/ZF-11446) is still alive and kicking.</description>
		<content:encoded><![CDATA[<p>Was searching again for how to fix this error and found my own comment here. It&#8217;s an ugly hack but it works. I will look into this a bit further as this issue (and bug report <a href="http://framework.zend.com/issues/browse/ZF-11446)" rel="nofollow">http://framework.zend.com/issues/browse/ZF-11446)</a> is still alive and kicking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug in JSFL fl.findObjectInDocByType in Flash CS3 by slopps</title>
		<link>http://wadearnold.com/blog/flash/bug-in-jsfl-flfindobjectindocbytype-in-flash-cs3/comment-page-1#comment-25328</link>
		<dc:creator>slopps</dc:creator>
		<pubDate>Fri, 03 Jun 2011 15:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=15#comment-25328</guid>
		<description>Also, simply adding this code before you call findObjectInDocByType will fix it:
if( fl.findObjectInDocByType == null ){ 
  fl.runScript( fl.configURI + &quot;Javascript/ObjectFindAndSelect.jsfl&quot; ); 
}

I found that in a comment for the CS4 livedocs.</description>
		<content:encoded><![CDATA[<p>Also, simply adding this code before you call findObjectInDocByType will fix it:<br />
if( fl.findObjectInDocByType == null ){<br />
  fl.runScript( fl.configURI + &#8220;Javascript/ObjectFindAndSelect.jsfl&#8221; );<br />
}</p>
<p>I found that in a comment for the CS4 livedocs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend AMF by Andras Csizmadia</title>
		<link>http://wadearnold.com/blog/zend-amf-links/comment-page-2#comment-25288</link>
		<dc:creator>Andras Csizmadia</dc:creator>
		<pubDate>Thu, 19 May 2011 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?page_id=155#comment-25288</guid>
		<description>Hi,
I&#039;ve a problem regarding credentials authentication with the latest svn sources.
If I add the following line to my pure as3 project, php drops a notice level error message:

AS3 =&gt;
gatewayNetConnection.addHeader(&quot;Credentials&quot;,false,{userid:&quot;username&quot;,password:&quot;passwd&quot;});

PHP Log =&gt;
[Tue May 17 23:33:35 2011] [error] [client 127.0.0.1] PHP Notice:  Undefined offset: 0 in C:\\Work\\repositories\\zend\\library\\Zend\\Amf\\Request.php on line 186

I have no success to get the \Zend\Amf\Adobe\Auth class working. Anonymous user access works but i cannot authenticate other users, both from client or server side.

--

Also i&#039;m wondering that are there any open source library that simulates the Flex like Messaging framework, so i could send CommandMessages to the server with a pure as3 client?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve a problem regarding credentials authentication with the latest svn sources.<br />
If I add the following line to my pure as3 project, php drops a notice level error message:</p>
<p>AS3 =&gt;<br />
gatewayNetConnection.addHeader(&#8220;Credentials&#8221;,false,{userid:&#8221;username&#8221;,password:&#8221;passwd&#8221;});</p>
<p>PHP Log =&gt;<br />
[Tue May 17 23:33:35 2011] [error] [client 127.0.0.1] PHP Notice:  Undefined offset: 0 in C:\\Work\\repositories\\zend\\library\\Zend\\Amf\\Request.php on line 186</p>
<p>I have no success to get the \Zend\Amf\Adobe\Auth class working. Anonymous user access works but i cannot authenticate other users, both from client or server side.</p>
<p>&#8211;</p>
<p>Also i&#8217;m wondering that are there any open source library that simulates the Flex like Messaging framework, so i could send CommandMessages to the server with a pure as3 client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on System76 brings linux to the laptop &#8211; finally by chris</title>
		<link>http://wadearnold.com/blog/scala/system76-brings-linux-to-the-laptop-finally/comment-page-1#comment-25248</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 27 Apr 2011 01:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=333#comment-25248</guid>
		<description>wahoo for linux, that system is quite a powerhouse. Would love to hear about your experience after you set it all up.

What IDE do you plan to use under linux? I have recently moved to Intellij idea for large projects quite happily.</description>
		<content:encoded><![CDATA[<p>wahoo for linux, that system is quite a powerhouse. Would love to hear about your experience after you set it all up.</p>
<p>What IDE do you plan to use under linux? I have recently moved to Intellij idea for large projects quite happily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe to contribute AMF support to Zend Framework by Feminized Cannabis Seeds</title>
		<link>http://wadearnold.com/blog/flash/adobe-to-contribute-amf-support-to-zend-framework/comment-page-1#comment-25229</link>
		<dc:creator>Feminized Cannabis Seeds</dc:creator>
		<pubDate>Tue, 12 Apr 2011 16:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=42#comment-25229</guid>
		<description>I also agree with the decision of the Adobe corporation. Cheers everybody</description>
		<content:encoded><![CDATA[<p>I also agree with the decision of the Adobe corporation. Cheers everybody</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AMFPHP ArrayCollection by Armando</title>
		<link>http://wadearnold.com/blog/flash/amfphp/amfphp-arraycollection/comment-page-1#comment-25146</link>
		<dc:creator>Armando</dc:creator>
		<pubDate>Mon, 07 Feb 2011 22:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=18#comment-25146</guid>
		<description>Just to say thak you, Wade</description>
		<content:encoded><![CDATA[<p>Just to say thak you, Wade</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passing the AMFPHP torch by Josh Strike</title>
		<link>http://wadearnold.com/blog/flash/amfphp/passing-the-amfphp-torch/comment-page-1#comment-24666</link>
		<dc:creator>Josh Strike</dc:creator>
		<pubDate>Sun, 19 Dec 2010 21:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=308#comment-24666</guid>
		<description>Not that this matters much now, since the project is still in suspended animation more or less, but THANK GOD -- Wade, you should never have taken over that project and driven it into the ground like that. Whatever you might think of it personally, by being the one to take it and do absolutely nothing with it while you pursued other goals, you&#039;ve cost countless hours and money to the people who have struggled to maintain it over the past four years. Good luck with Zend framework and all that, but you should be aware you&#039;ve done a major disservice to the community and there are a large number of us out there who resent your actions over this period. To sit there and say that you just happen to be bad at running a project is complete bollocks. You&#039;re bad at communicating, bad at coding and you had no business putting yourself out as someone who could handle something of this scale.

AMFPHP is not dead, it&#039;s still the best and fastest solution out there (that doesn&#039;t require installing 22mb of garbage). If you disagree with that, it&#039;s your right to do so, but you drove the project into the ground and now as your blog title says, you&#039;re reaping &quot;the spoils&quot;. Good for you.</description>
		<content:encoded><![CDATA[<p>Not that this matters much now, since the project is still in suspended animation more or less, but THANK GOD &#8212; Wade, you should never have taken over that project and driven it into the ground like that. Whatever you might think of it personally, by being the one to take it and do absolutely nothing with it while you pursued other goals, you&#8217;ve cost countless hours and money to the people who have struggled to maintain it over the past four years. Good luck with Zend framework and all that, but you should be aware you&#8217;ve done a major disservice to the community and there are a large number of us out there who resent your actions over this period. To sit there and say that you just happen to be bad at running a project is complete bollocks. You&#8217;re bad at communicating, bad at coding and you had no business putting yourself out as someone who could handle something of this scale.</p>
<p>AMFPHP is not dead, it&#8217;s still the best and fastest solution out there (that doesn&#8217;t require installing 22mb of garbage). If you disagree with that, it&#8217;s your right to do so, but you drove the project into the ground and now as your blog title says, you&#8217;re reaping &#8220;the spoils&#8221;. Good for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala is easier than PHP by wadearnold</title>
		<link>http://wadearnold.com/blog/scala/scala-is-easier-than-php/comment-page-1#comment-24541</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Thu, 16 Dec 2010 16:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=322#comment-24541</guid>
		<description>I actually now call him: Debasish &quot;The Holly&quot; Ghosh</description>
		<content:encoded><![CDATA[<p>I actually now call him: Debasish &#8220;The Holly&#8221; Ghosh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala is easier than PHP by Mike</title>
		<link>http://wadearnold.com/blog/scala/scala-is-easier-than-php/comment-page-1#comment-24421</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 14 Dec 2010 08:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=322#comment-24421</guid>
		<description>&#039;Debasish “The almighty” Ghosh&#039; is so funny. I think of that every time I see him on Twitter now.</description>
		<content:encoded><![CDATA[<p>&#8216;Debasish “The almighty” Ghosh&#8217; is so funny. I think of that every time I see him on Twitter now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ZF 1.8.4 breaks addDirectory() by Arend</title>
		<link>http://wadearnold.com/blog/flash/zf-184-breaks-adddirectory/comment-page-1#comment-24035</link>
		<dc:creator>Arend</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=286#comment-24035</guid>
		<description>I forgot, this requires you to manually load all (Service) classes beforehand</description>
		<content:encoded><![CDATA[<p>I forgot, this requires you to manually load all (Service) classes beforehand</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
