<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Amfphp 1.9 Beta</title>
	<atom:link href="http://aralbalkan.com/816/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/816</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Pesta</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-258039</link>
		<dc:creator>David Pesta</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-258039</guid>
		<description>I have used AMFPHP enough to realize that Ozgur is right. Most of the time, the overhead of AMFPHP is just not necessary. And where AMFPHP is helpful, it&#039;s still not necessary.

There is another reason why AMFPHP kind of sucks. It is no longer maintained by anyone. No updates for years.</description>
		<content:encoded><![CDATA[<p>I have used AMFPHP enough to realize that Ozgur is right. Most of the time, the overhead of AMFPHP is just not necessary. And where AMFPHP is helpful, it&#8217;s still not necessary.</p>
<p>There is another reason why AMFPHP kind of sucks. It is no longer maintained by anyone. No updates for years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igor</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-31370</link>
		<dc:creator>igor</dc:creator>
		<pubDate>Fri, 11 May 2007 01:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-31370</guid>
		<description>Hi, Out there are many tutorials on &quot;AMFPHP how to get data from PHP&quot;. But what is with &quot;how to get data with 1.9 AMFPHP  from &quot;CS3 to database&quot;??</description>
		<content:encoded><![CDATA[<p>Hi, Out there are many tutorials on &#8220;AMFPHP how to get data from PHP&#8221;. But what is with &#8220;how to get data with 1.9 AMFPHP  from &#8220;CS3 to database&#8221;??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Rojas</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-9381</link>
		<dc:creator>Ruben Rojas</dc:creator>
		<pubDate>Fri, 26 Jan 2007 19:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-9381</guid>
		<description>HEY, Excuse me, but i´m interesting in the AMFPHP and i like to try. But the server 5etedmi is down. thanks.</description>
		<content:encoded><![CDATA[<p>HEY, Excuse me, but i´m interesting in the AMFPHP and i like to try. But the server 5etedmi is down. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8529</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Fri, 22 Dec 2006 12:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8529</guid>
		<description>Hi Morten, 

Thanks for sharing! :)</description>
		<content:encoded><![CDATA[<p>Hi Morten, </p>
<p>Thanks for sharing! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Reinholdt</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8517</link>
		<dc:creator>Morten Reinholdt</dc:creator>
		<pubDate>Fri, 22 Dec 2006 09:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8517</guid>
		<description>If it is of any interest I have made a small and simple tutorial on how to connect actionscript 3 whit AMFPHP 1.9 you can find it on my blog at http://flashorbit.com/?page_id=53</description>
		<content:encoded><![CDATA[<p>If it is of any interest I have made a small and simple tutorial on how to connect actionscript 3 whit AMFPHP 1.9 you can find it on my blog at <a href="http://flashorbit.com/?page_id=53" rel="nofollow">http://flashorbit.com/?page_id=53</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8501</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Fri, 22 Dec 2006 00:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8501</guid>
		<description>Hi Ozgur,

There is more to consider about a given workflow than raw processing time. The real advantage to remoting is in removing the serialization/deserialization/data massaging code from your application. Less code == less that can go wrong == less risk, etc. It&#039;s also less dev time and you can concentrate on actually building the business logic instead of plumbing. 

Beyond that, Patrick&#039;s written a very nice article &lt;a href=&quot;http://www.5etdemi.com/blog/archives/2006/12/clearing-the-fud-on-amfphps-speed-versus-json-and-xml/&quot; rel=&quot;nofollow&quot;&gt;clear ing the FUD on Amfphp&#039;s speed versus JSON and XML&lt;/a&gt;. 

I don&#039;t understand your argument against Amfphp but that&#039;s all right: There are many ways to skin a cat and if something works better for you, of course you should use that.</description>
		<content:encoded><![CDATA[<p>Hi Ozgur,</p>
<p>There is more to consider about a given workflow than raw processing time. The real advantage to remoting is in removing the serialization/deserialization/data massaging code from your application. Less code == less that can go wrong == less risk, etc. It&#8217;s also less dev time and you can concentrate on actually building the business logic instead of plumbing. </p>
<p>Beyond that, Patrick&#8217;s written a very nice article <a href="http://www.5etdemi.com/blog/archives/2006/12/clearing-the-fud-on-amfphps-speed-versus-json-and-xml/" rel="nofollow">clear ing the FUD on Amfphp&#8217;s speed versus JSON and XML</a>. </p>
<p>I don&#8217;t understand your argument against Amfphp but that&#8217;s all right: There are many ways to skin a cat and if something works better for you, of course you should use that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ozgur uksal</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8487</link>
		<dc:creator>ozgur uksal</dc:creator>
		<pubDate>Thu, 21 Dec 2006 17:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8487</guid>
		<description>hi, 
if it is the task to pass strings from Flash to PHP, then use LoadVars or XML; even amfphp site suggest it at http://www.amfphp.org/amfphprocks.html :)</description>
		<content:encoded><![CDATA[<p>hi,<br />
if it is the task to pass strings from Flash to PHP, then use LoadVars or XML; even amfphp site suggest it at <a href="http://www.amfphp.org/amfphprocks.html" rel="nofollow">http://www.amfphp.org/amfphprocks.html</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LEE</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8484</link>
		<dc:creator>LEE</dc:creator>
		<pubDate>Thu, 21 Dec 2006 17:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8484</guid>
		<description>You can easily pass strings from Flash to PHP using amfphp.  As well as arrays, and it rocks the house.  You need to get aquainted with your resolver and PHP DOM.</description>
		<content:encoded><![CDATA[<p>You can easily pass strings from Flash to PHP using amfphp.  As well as arrays, and it rocks the house.  You need to get aquainted with your resolver and PHP DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ozgur uksal</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8482</link>
		<dc:creator>ozgur uksal</dc:creator>
		<pubDate>Thu, 21 Dec 2006 16:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8482</guid>
		<description>it is stated at http://www.amfphp.org/amfphprocks.html ,
&quot;Further advantages of Remoting

You cannot just pass a “string” from Flash to PHP, or PHP to Flash… you have to send a URL encoded string. So you have to add a little code on both ends to handle that. What if you need to send arrays? Objects? DataSets? You have to write serialization/deserialization for complex, non-primitive types to send over the wire via URL encoded strings. But why would you want to write your own classes when Remoting already does all this stuff very well?&quot;

The solution the person at amfphp offered about handling complex data types is very inefficient. Why would I handle complex data types by writing serialization/deserialization for non-primitive types to send over the wire via URL encoded strings? 
There is an easier way to handle complex data types. it is to create an &quot;array full of objects&quot; at the front end to store complex data types . It increases the performance, and it decreases the coding time. Therefore, amfphp sucks.</description>
		<content:encoded><![CDATA[<p>it is stated at <a href="http://www.amfphp.org/amfphprocks.html" rel="nofollow">http://www.amfphp.org/amfphprocks.html</a> ,<br />
&#8220;Further advantages of Remoting</p>
<p>You cannot just pass a “string” from Flash to PHP, or PHP to Flash… you have to send a URL encoded string. So you have to add a little code on both ends to handle that. What if you need to send arrays? Objects? DataSets? You have to write serialization/deserialization for complex, non-primitive types to send over the wire via URL encoded strings. But why would you want to write your own classes when Remoting already does all this stuff very well?&#8221;</p>
<p>The solution the person at amfphp offered about handling complex data types is very inefficient. Why would I handle complex data types by writing serialization/deserialization for non-primitive types to send over the wire via URL encoded strings?<br />
There is an easier way to handle complex data types. it is to create an &#8220;array full of objects&#8221; at the front end to store complex data types . It increases the performance, and it decreases the coding time. Therefore, amfphp sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed Wood</title>
		<link>http://aralbalkan.com/816/comment-page-1#comment-8477</link>
		<dc:creator>Jed Wood</dc:creator>
		<pubDate>Thu, 21 Dec 2006 15:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/816#comment-8477</guid>
		<description>Ozgur-

Nah, it just rocks.</description>
		<content:encoded><![CDATA[<p>Ozgur-</p>
<p>Nah, it just rocks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

