<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wade Arnold &#187; AMFPHP</title>
	<atom:link href="http://wadearnold.com/blog/category/flash/amfphp/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>Thu, 04 Feb 2010 15:17:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passing the AMFPHP torch</title>
		<link>http://wadearnold.com/blog/flash/amfphp/passing-the-amfphp-torch</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/passing-the-amfphp-torch#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:32:21 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=308</guid>
		<description><![CDATA[I am stepping down from being the lead of AMFPHP as of January 2010 and passing the torch to Ariel Sommeria and Danny Kopping. The goal of AMFPHP was as follows:

Quick installation and implementation
Nothing required &#8211; PHP4/PHP5 compatible, no extensions needed
Low footprint, lightweight, fast
Convention over configuration (service and class mapping)
Can be embedded into a framework [...]]]></description>
			<content:encoded><![CDATA[<p>I am stepping down from being the lead of <a href="http://www.amfphp.org/">AMFPHP</a> as of January 2010 and passing the torch to <a href="http://arielsommeria.com/blog/">Ariel Sommeria</a> and <a href="http://ria-coder.com/blog/amfphp-is-back/">Danny Kopping</a>. The goal of <a href="http://www.amfphp.org/">AMFPHP</a> was as follows:</p>
<ul>
<li>Quick installation and implementation</li>
<li>Nothing required &#8211; PHP4/PHP5 compatible, no extensions needed</li>
<li>Low footprint, lightweight, fast</li>
<li>Convention over configuration (service and class mapping)</li>
<li>Can be embedded into a framework (see CakeAmfphp , Seagull )</li>
<li>Services are &#8220;non-specific&#8221; PHP classes that are portable to anything without code change</li>
<li>Productivity tools included (service browser, code gen, profiling)</li>
<li>Batteries included &#8211; XML-RPC, JSON</li>
<li>Not a framework by itself (use your own)</li>
<li>Examples</li>
<li>Mimic the AMF specification</li>
</ul>
<p>When I started <a href="http://www.amfphp.org/">AMFPHP</a> I was using Flash 8 to build RIA&#8217;s; boy the world has changed! I honestly can say I don’t personally agree with the goal of <a href="http://www.amfphp.org/">AMFPHP</a> anymore. A week ago Patrick Mineault called me out on my motivation; he was right. I have since migrated to using Flex and even had the amazing opportunity to work on Flash Builder 4’s PHP integration. Overall my mission has changed and with it I tried to change <a href="http://www.amfphp.org/">AMFPHP</a>. Sorry everyone; I didn’t even notice I was doing that! Overall I am probably much better at slinging PHP code than moderating a project. <img src='http://wadearnold.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  With that in mind I will still be committing updates and answering questions for both projects.</p>
<p>Flex Builder 4, Security (Zend_ACL), Robust Logging, Robust Authentication (Zend_Auth), ORM and Master/Slave DB’s (Zend_DB), Messaging (AMQP), 5.3 Naming Conventions, clean New BSD license, decoupled serialize, OOP code base, and a massive service catalog are why I will continue to work on <a href="http://www.zendframework.com/download/amf">Zend Amf</a>. I believe that <a href="http://www.zendframework.com/download/amf">Zend Amf</a> is a great solution for anyone looking to build RIA’s in PHP.</p>
<p>I’m sure <a href="http://www.amfphp.org/">AMFPHP</a> and <a href="http://www.zendframework.com/download/amf">Zend AMF</a> is dealing with a larger problem that Adobe is dealing with. How do we keep those that are getting started and need a quick solution and those that need enterprise architecture all happy under the same name; Flash. I wish Danny and Ariel the best of luck and will give them my full support with questions and introductions to the community at large! They have already released an updated patch available for <a href="http://sourceforge.net/projects/amfphp/files/#files">download today!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/passing-the-amfphp-torch/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Major Zend Amf updates for 1.8.4 release</title>
		<link>http://wadearnold.com/blog/flash/amfphp/major-zend-amf-updates-for-184-release</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/major-zend-amf-updates-for-184-release#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:34:01 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=282</guid>
		<description><![CDATA[Lots of changes made to Zend Amf made there way into Zend Frameworks next mini release for 1.8.4. I thought that I would run through the major changes. Special thanks to Stefan Klug for all of the patches that he produced! Absolutely grateful sir! This is probably the biggest update to the system since the [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of changes made to Zend Amf made there way into <a href="http://framework.zend.com/download/latest">Zend Frameworks</a> next mini release for 1.8.4. I thought that I would run through the major changes. Special thanks to Stefan Klug for all of the patches that he produced! Absolutely grateful sir! This is probably the biggest update to the system since the first release. Please make sure that you test 1.8.4 before you push it into your production environment. Why? Well if your like me you probably built a couple work arounds for some of these bugs. Those work arounds may no longer work once the bug is fixed!</p>
<p>Major Changes</p>
<p><a href="http://framework.zend.com/issues/browse/ZF-6641">ZF-6641</a> Shared references are duplicated<br />
<a href="http://framework.zend.com/issues/browse/ZF-6205">ZF-6205</a> Serializer does not support cyclic references<br />
<a href="http://framework.zend.com/issues/browse/ZF-6393">ZF-6393</a> Wrong Amf0_Amf3 reference counting<br />
<a href="http://framework.zend.com/issues/browse/ZF-5382">ZF-5382</a> Multiple calls seems to break the deserializer.<br />
<a href="http://framework.zend.com/issues/browse/ZF-6625">ZF-6625</a> Zend Amf can load any instantiated PHP class. Security</p>
<p>Minor but significant changes<br />
<a href="http://framework.zend.com/issues/browse/ZF-6975"><br />
ZF-6975</a> Adobe Flash Builder 4 wizard now supports data types for introspection.<br />
<a href="http://framework.zend.com/issues/browse/ZF-6992">ZF-6992</a> Negative integers on 64 bit system is resolved.<br />
<a href="http://framework.zend.com/issues/browse/ZF-6775">ZF-6775</a> Unable to send Array&#8217;s from Blaze DS.</p>
<p>The 1.8.4 release has already been tagged and should come out sometime today 6/23/2009</p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/major-zend-amf-updates-for-184-release/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Adobe TV segment: Debug Flex and PHP projects</title>
		<link>http://wadearnold.com/blog/flash/amfphp/adobe-tv-segment-debug-flex-and-php-projects</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/adobe-tv-segment-debug-flex-and-php-projects#comments</comments>
		<pubDate>Fri, 09 Jan 2009 18:41:27 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=206</guid>
		<description><![CDATA[Mihai Corlan and Adobe Platform evangelist put together a nice video on debugging Flex and PHP projects with Flex Builder and Zend Studio and posted on Adobe TV. Check it out as it is pretty darn slick!

]]></description>
			<content:encoded><![CDATA[<p><a href="http://corlan.org/">Mihai Corlan</a> and Adobe Platform evangelist put together a nice video on debugging Flex and PHP projects with Flex Builder and Zend Studio and posted on <a onclick="javascript:pageTracker._trackPageview('a/http://tv.adobe.com/#vi+f1472v1034');" href="http://tv.adobe.com/#vi+f1472v1034" target="_blank">Adobe TV</a>. Check it out as it is pretty darn slick!</p>
<p><object width="467" height="300" data="http://tv.adobe.com/Embed.swf" type="application/x-shockwave-flash"><param name="name" value="AdobeTVPlayer" /><param name="bgcolor" value="#000000" /><param name="flashvars" value="v=~b64~aHR0cDovL2Fkb2JlLmVkZ2Vib3NzLm5ldC9mbGFzaC9hZG9iZS9hZG9iZXR2Mi9hZGNfcHJlc2VudHMvNjRfYWRjXzA3MC5mbHY/cnNzX2ZlZWRpZD0xNDcyJnhtbHZlcnM9Mg==&amp;w=467&amp;t=http://tv.adobe.com/vi+f1472v1034&amp;h=300" /><param name="src" value="http://tv.adobe.com/Embed.swf" /><param name="quality" value="high" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/adobe-tv-segment-debug-flex-and-php-projects/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend AMF updates and questions for AMFPHP users</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-updates-and-questions-for-amfphp-users</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/zend-amf-updates-and-questions-for-amfphp-users#comments</comments>
		<pubDate>Wed, 17 Dec 2008 04:18:19 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=168</guid>
		<description><![CDATA[I have been cleaning up some code and test cases in Zend Amf before some more real development starts. If you had issues with class and method collision, ByteArray&#8217;s, array&#8217;s loosing there keys, documents, or not getting the errors that you wanted please check out the latest build. Also if you have any feature request [...]]]></description>
			<content:encoded><![CDATA[<p>I have been cleaning up some code and test cases in Zend Amf before some more real development starts. If you had issues with class and method collision, ByteArray&#8217;s, array&#8217;s loosing there keys, documents, or not getting the errors that you wanted please check out the <a href="http://framework.zend.com/svn/framework/standard/trunk/library/Zend/Amf/">latest build</a>. Also if you have any feature request or bugs please make sure you let me know! </p>
<p><a href="http://framework.zend.com/issues/browse/ZF/component/10350">Zend Framework Issue Tracker for AMF</a></p>
<p>Next up is optimizing ArrayCollection and proxy object support. </p>
<p>If you used returning native resources in AMFPHP can you please let me know which ones. </p>
<p>One of the most impressive features of Flash remoting is the ease at which you can send back resultsets. AMFPHP is preloaded with a set of adapters for a variety of databases and database drivers, in particular:</p>
<ul>
<li class="level1"><span class="li">MySQL</span></li>
<li class="level1"><span class="li">PostgreSQL</span></li>
<li class="level1"><span class="li">SQLite</span></li>
<li class="level1"><span class="li">MySQLi</span></li>
<li class="level1"><span class="li">MsSQL</span></li>
<li class="level1"><span class="li">ADODB</span></li>
<li class="level1"><span class="li">ODBC</span></li>
<li class="level1"><span class="li">Oracle (oci8 for PHP5)</span></li>
<li class="level1">PDO</li>
<li class="level1">PEAR::DB</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/zend-amf-updates-and-questions-for-amfphp-users/feed</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Additional XML support in Zend Amf</title>
		<link>http://wadearnold.com/blog/flash/amfphp/additional-xml-support-in-zend-amf</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/additional-xml-support-in-zend-amf#comments</comments>
		<pubDate>Wed, 26 Nov 2008 02:54:57 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=152</guid>
		<description><![CDATA[Support has been added to Zend Amf to return php objects of type DOMDocument and SimpleXML and receive an XML object in Flex ready for E4X. Note that you can already send an XML object from the flash player that results in a SimpleXML object in PHP.
Here is an example of the PHP service.

doc = [...]]]></description>
			<content:encoded><![CDATA[<p>Support has been added to Zend Amf to return php objects of type DOMDocument and SimpleXML and receive an XML object in Flex ready for E4X. Note that you can already send an XML object from the flash player that results in a SimpleXML object in PHP.</p>
<p>Here is an example of the PHP service.</p>
<pre lang="php">
<?php
/**
 * Simple example class for sending XML data back to flex.
 *
 */
class XmlTest
{
	public $doc;
    /**
     * Instantiates the class and sets up the xml dom
     *
     */
	public function __construct()
	{
		$sXML = '<root><element><key>a</key><value>b</value></element></root>';
		$this->doc = new DOMDocument();
		$this->doc->preserveWhiteSpace = false;
		$this->doc->loadXML($sXML);
	}

 	public function getDom()
    {
    	return $this->doc;
    }

    public function getSimpleXml()
    {
    	$simpleXml = simplexml_import_dom($this->doc);
    	return $simpleXml;
    }
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/additional-xml-support-in-zend-amf/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Simple RemoteObject example in Flex 4 Gumbo</title>
		<link>http://wadearnold.com/blog/uncategorized/simple-remoteobject-example-in-flex-4-gumbo</link>
		<comments>http://wadearnold.com/blog/uncategorized/simple-remoteobject-example-in-flex-4-gumbo#comments</comments>
		<pubDate>Sun, 23 Nov 2008 05:05:37 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=143</guid>
		<description><![CDATA[If you just received a copy of Flex 4 Gumbo like me you may have some issues getting something simple started. The following code shows how to make a simple remoteobject call inside flex builder 4. A couple gotchas that fooled me. First notice that you have to wrap your remoteobject call inside of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you just received a copy of Flex 4 Gumbo like me you may have some issues getting something simple started. The following code shows how to make a simple remoteobject call inside flex builder 4. A couple gotchas that fooled me. First notice that you have to wrap your remoteobject call inside of the new declarations tag. Second you should notice that the MX namespace has been dropped for all components. This too took me a bit! </p>
<p>Check out the <a href="http://www.screencast.com/users/wadearnold/folders/Jing/media/9ae9eeb3-1f52-4bfa-b93c-526074d76109">ScreenCast </a>and of course the code</p>
<pre lang="actionscript">
<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://ns.adobe.com/mxml/2009">
    <Declarations>
        <RemoteObject endpoint="http://localhost:8888/" id="myservice" fault="faultHandler(event)"
        	source="HelloWorld" destination="zend">
        	<method name="say" result="responseHandler(event)" />
        </RemoteObject>
    </Declarations>
    <Script>
    	<![CDATA[
    		import mx.rpc.events.FaultEvent;
    		import mx.rpc.events.ResultEvent;

    		/**
    		 * Make the call to the server
    		 */
    		public function sendHello():void {
    			myservice.say(input.text);
    		}

    		/**
    		 * Handle the successfull result from the remoting call
    		 */
    		private function responseHandler(event:ResultEvent):void {
    			result.text = event.result.toString();
    		}

    		/**
    		 * Handle the failed remoting call
    		 */
    		private function faultHandler(event:FaultEvent):void {
    			result.text = event.message.toString();
    		}
    	]]&gt;
    </Script>

    <VGroup horizontalCenter="0" verticalCenter="0">
    	<TextInput id="input" text="I like coffee"/>
        <Button id="btn" click="sendHello()" label="Send" />
        <TextArea id="result"/>
    </VGroup>

</Application>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/uncategorized/simple-remoteobject-example-in-flex-4-gumbo/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend AMF at Adobe MAX &#8216;08</title>
		<link>http://wadearnold.com/blog/uncategorized/zend-amf-at-adobe-max-08</link>
		<comments>http://wadearnold.com/blog/uncategorized/zend-amf-at-adobe-max-08#comments</comments>
		<pubDate>Thu, 20 Nov 2008 20:27:26 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=127</guid>
		<description><![CDATA[The Zend Framework 1.7 was released Monday just in time for the buzz to hit Adobe Max. The following are cool things that I experienced with the project at MAX 08!
Tim Buntel gave the Keynote on the second day of Adobe MAX and mentioned the Zend Amf in the keynote. This was pretty cool!

 
The Zend [...]]]></description>
			<content:encoded><![CDATA[<p>The Zend Framework 1.7 was released Monday just in time for the buzz to hit Adobe Max. The following are cool things that I experienced with the project at MAX 08!</p>
<p><a href="http://www.buntel.com/blog/">Tim Buntel</a> gave the Keynote on the second day of Adobe MAX and mentioned the Zend Amf in the keynote. This was pretty cool!</p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/img_0038.jpg"><img class="alignnone size-medium wp-image-128" title="img_0038" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/img_0038-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p> </p>
<p>The Zend booth seemed to have a lot of traffic and if there is anyway i can get a copy of this sign i want to hang it in my office. </p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_banner.jpg"><img class="aligncenter size-medium wp-image-138" title="zend_banner" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_banner-225x300.jpg" alt="" width="225" height="300" /></a><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_booth.jpg"><img class="aligncenter size-medium wp-image-139" title="zend_booth" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_booth-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p> </p>
<p>The Adobe Booth had these flyers laying around that talked about the integration.</p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_onesheet.jpg"><img class="aligncenter size-medium wp-image-135" title="zend_onesheet" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/zend_onesheet-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><a href="http://blog.garthdb.com/2008/11/cairngorm-and-zend-amf-360max/">Garth Braithwaite</a> gave a presentation at 360|MAX about using Zend Amf in an application. Sorry garth we are not going to change the name the ZAMF.</p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/img_0057.jpg"><img class="aligncenter size-medium wp-image-131" title="Garth" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/img_0057-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.jamesward.com/wordpress/">James Ward</a> and I had a little chat without cowboy hats! He was looking pretty metro sexual for being the RIA cowboy! We are going to try and get <a href="http://www.jamesward.com/wordpress/2007/04/30/ajax-and-flex-data-loading-benchmarks/">census</a> updated to compare Zend Amf vs java. Ohh that&#8217;s going to trigger some work on AMFEXT! </p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/ria_cowboy.jpg"><img class="aligncenter size-medium wp-image-137" title="ria_cowboy" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/ria_cowboy-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p> </p>
<p>The Zend Framework website updated announcing the 1.7 release and I love the Adobe advertisement! </p>
<p><a href="http://wadearnold.com/blog/wp-content/uploads/2008/11/picture-3.png"><img class="aligncenter size-medium wp-image-140" title="Zend Framework website" src="http://wadearnold.com/blog/wp-content/uploads/2008/11/picture-3-300x252.png" alt="" width="300" height="252" /></a></p>
<p>I also got to talk with the Flex Builder team about getting better integration of PHP data services into Flex. I hope those talks go somewhere!</p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/uncategorized/zend-amf-at-adobe-max-08/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.7.0 released w/ AMF support</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support#comments</comments>
		<pubDate>Tue, 18 Nov 2008 00:25:25 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=125</guid>
		<description><![CDATA[Press Release
Super excited that the new 1.7 release of the Zend Framework is into production. It has been a pleasure to be a part of this team. The guys at Zend are A+ programmers and I have learned a lot by being able to share this experience. I have never been on a group that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available">Press Release</a></p>
<p>Super excited that the new 1.7 release of the Zend Framework is into production. It has been a pleasure to be a part of this team. The guys at Zend are A+ programmers and I have learned a lot by being able to share this experience. I have never been on a group that had as high of expectations for the completness of their code and this is why the framework is so solid. Thanks Wil, Stas, Matthew, and Adobe for a chance to work with such a fantastic group! </p>
<p>And now back to MAX!</p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/zend-framework-170-released-w-amf-support/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>E-Seminar: Using the ZEND Framework with Flex</title>
		<link>http://wadearnold.com/blog/flash/amfphp/e-seminar-using-the-zend-framework-with-flex</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/e-seminar-using-the-zend-framework-with-flex#comments</comments>
		<pubDate>Wed, 12 Nov 2008 00:56:09 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=121</guid>
		<description><![CDATA[Make sure you attend the Adobe e-seminar tomorro at 10am PDT. I will be on it in order to answer any pithy comments.
Register Here!
]]></description>
			<content:encoded><![CDATA[<p>Make sure you attend the Adobe e-seminar tomorro at 10am PDT. I will be on it in order to answer any pithy comments.</p>
<p><a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&amp;id=462539">Register Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/e-seminar-using-the-zend-framework-with-flex/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Andi Gutmans posted about Zend and Adobe</title>
		<link>http://wadearnold.com/blog/flash/amfphp/andi-gutmans-posted-about-zend-and-adobe</link>
		<comments>http://wadearnold.com/blog/flash/amfphp/andi-gutmans-posted-about-zend-and-adobe#comments</comments>
		<pubDate>Fri, 07 Nov 2008 14:16:03 +0000</pubDate>
		<dc:creator>wadearnold</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Zend_Amf]]></category>

		<guid isPermaLink="false">http://wadearnold.com/blog/?p=119</guid>
		<description><![CDATA[Check out Ani&#8217;s blog post about what all is going on with Zend and Adobe.
Andi is a co-founder of Zend Technologies the name Zend is a portmanteau of their forenames, Zeev and Andi
]]></description>
			<content:encoded><![CDATA[<p><a href="http://andigutmans.blogspot.com/2008/11/zendamf-update.html">Check out Ani&#8217;s blog post about what all is going on with Zend and Adobe.</a></p>
<p>Andi is a co-founder of Zend Technologies the name Zend is a portmanteau of their forenames, Zeev and Andi</p>
]]></content:encoded>
			<wfw:commentRss>http://wadearnold.com/blog/flash/amfphp/andi-gutmans-posted-about-zend-and-adobe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
