<?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 Seaquest</title>
	<atom:link href="http://www.seaquest.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seaquest.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 26 Feb 2011 12:44:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Welcome by Seo</title>
		<link>http://www.seaquest.com/comment-page-1/#comment-5058</link>
		<dc:creator>Seo</dc:creator>
		<pubDate>Sat, 26 Feb 2011 12:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?page_id=8#comment-5058</guid>
		<description>great post very good informations thank you man ;)</description>
		<content:encoded><![CDATA[<p>great post very good informations thank you man <img src='http://www.seaquest.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Adobe Flex / PHP Client / Server Articles on O&#8217;Reilly InsideRIA by Calhoun Bosworth</title>
		<link>http://www.seaquest.com/2010/06/06/my-adobe-flex-php-client-server-articles-on-oreilly-insideria/comment-page-1/#comment-431</link>
		<dc:creator>Calhoun Bosworth</dc:creator>
		<pubDate>Sun, 01 Aug 2010 21:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=97#comment-431</guid>
		<description>&lt;i&gt;Note: if you plan to use the example code in my article Photo Gallery Maté Framework, With Photo Caching, then also be sure to read my article Flex 4 / PHP Data-Centric Photo Transfers.&lt;/i&gt;
+1</description>
		<content:encoded><![CDATA[<p><i>Note: if you plan to use the example code in my article Photo Gallery Maté Framework, With Photo Caching, then also be sure to read my article Flex 4 / PHP Data-Centric Photo Transfers.</i><br />
+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DevelopRIA: Photo Gallery Maté Framework, With Photo Caching Article by Amy</title>
		<link>http://www.seaquest.com/2010/02/01/insideria-photo-gallery-mate-framework-with-photo-caching-article/comment-page-1/#comment-221</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sat, 05 Jun 2010 09:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=31#comment-221</guid>
		<description>@Eric

Your diagram states, &#039;Managers and model objects together form &quot;The Model.&quot;&#039; Model are data objects and not really where you would be performing business logic. The only purpose of the model object to to feed data to the Presentation Model, which renders the data in the view.</description>
		<content:encoded><![CDATA[<p>@Eric</p>
<p>Your diagram states, &#8216;Managers and model objects together form &#8220;The Model.&#8221;&#8216; Model are data objects and not really where you would be performing business logic. The only purpose of the model object to to feed data to the Presentation Model, which renders the data in the view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client by Carey Belser</title>
		<link>http://www.seaquest.com/2009/12/18/adobe-amf-3-transfer-of-photo-data-from-a-php-application-server-to-a-adobe-flex-client/comment-page-1/#comment-192</link>
		<dc:creator>Carey Belser</dc:creator>
		<pubDate>Sun, 23 May 2010 18:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=17#comment-192</guid>
		<description>Great story, thanks. Could you explain the third paragraph in more detail please?

@ Carey Belser

Sure, I&#039;ll try. To transfer a photo from the Web application server to the Flex client it is desirable to have a PHP array of bytes data type so the the Flex client can received this photo as an ActionScript 3.0 ByteArray data type. PHP does not have a byte array data type. The closes PHP data type is String. Accordingly, internal to the Web application server we watch for a (very long) string data type and if the long string has the right photo data header bytes, the we internally convert the photo data type to a ActionScript 3.0 ByteArray data type. The Flex 3 or 4 built client can conveniently render photos that are received as  AS 3.0 ByteArrays.

Pete
</description>
		<content:encoded><![CDATA[<p>Great story, thanks. Could you explain the third paragraph in more detail please?</p>
<p>@ Carey Belser</p>
<p>Sure, I&#8217;ll try. To transfer a photo from the Web application server to the Flex client it is desirable to have a PHP array of bytes data type so the the Flex client can received this photo as an ActionScript 3.0 ByteArray data type. PHP does not have a byte array data type. The closes PHP data type is String. Accordingly, internal to the Web application server we watch for a (very long) string data type and if the long string has the right photo data header bytes, the we internally convert the photo data type to a ActionScript 3.0 ByteArray data type. The Flex 3 or 4 built client can conveniently render photos that are received as  AS 3.0 ByteArrays.</p>
<p>Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DevelopRIA: Photo Gallery Maté Framework, With Photo Caching Article by Pete</title>
		<link>http://www.seaquest.com/2010/02/01/insideria-photo-gallery-mate-framework-with-photo-caching-article/comment-page-1/#comment-109</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 09 Apr 2010 18:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=31#comment-109</guid>
		<description>@Eric

Business logic is best handled in the Managers. 

It is apparent to me that you do not have a full appreciation of how Mate is to be used. A good way to master using Mate is to build, run, observe operations, and understand most of the Mate examples found here:  http://mate.asfusion.com/page/examples</description>
		<content:encoded><![CDATA[<p>@Eric</p>
<p>Business logic is best handled in the Managers. </p>
<p>It is apparent to me that you do not have a full appreciation of how Mate is to be used. A good way to master using Mate is to build, run, observe operations, and understand most of the Mate examples found here:  <a href="http://mate.asfusion.com/page/examples" rel="nofollow">http://mate.asfusion.com/page/examples</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client by O&#8217;Reilly InsideRIA: Photo Gallery Maté Framework, With Photo Caching Article &#171; Seaquest</title>
		<link>http://www.seaquest.com/2009/12/18/adobe-amf-3-transfer-of-photo-data-from-a-php-application-server-to-a-adobe-flex-client/comment-page-1/#comment-73</link>
		<dc:creator>O&#8217;Reilly InsideRIA: Photo Gallery Maté Framework, With Photo Caching Article &#171; Seaquest</dc:creator>
		<pubDate>Thu, 18 Mar 2010 12:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=17#comment-73</guid>
		<description>[...] About            &#171; Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client [...]</description>
		<content:encoded><![CDATA[<p>[...] About            &laquo; Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client by Pete</title>
		<link>http://www.seaquest.com/2009/12/18/adobe-amf-3-transfer-of-photo-data-from-a-php-application-server-to-a-adobe-flex-client/comment-page-1/#comment-53</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=17#comment-53</guid>
		<description>You are most welcome. It took a lot to figure all of this out and I thought it best to share what I learned.</description>
		<content:encoded><![CDATA[<p>You are most welcome. It took a lot to figure all of this out and I thought it best to share what I learned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AMF 3 Transfer of Photo Data From a PHP Application Server To a Adobe Flex Client by Omicron Federalist</title>
		<link>http://www.seaquest.com/2009/12/18/adobe-amf-3-transfer-of-photo-data-from-a-php-application-server-to-a-adobe-flex-client/comment-page-1/#comment-32</link>
		<dc:creator>Omicron Federalist</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.seaquest.com/?p=17#comment-32</guid>
		<description>Thank you for your help!</description>
		<content:encoded><![CDATA[<p>Thank you for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

