<?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 on: myFeedz in a FlexBook</title>
	<atom:link href="http://renaun.com/blog/2007/03/15/200/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2007/03/15/200/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Sun, 14 Mar 2010 14:52:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-53023</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-53023</guid>
		<description>I'm building a Flex app that uses Ely's FlexBook component.  Would you make your code available?  I not clear how to create an array of child components (where each child component has specific values).  I saw the excerpt of your code above where you assign the pages array to the content attribute of the FlexBook, but I need to see the code for the BasicPage child component to understand how you create the array.

Bruce</description>
		<content:encoded><![CDATA[<p>I&#8217;m building a Flex app that uses Ely&#8217;s FlexBook component.  Would you make your code available?  I not clear how to create an array of child components (where each child component has specific values).  I saw the excerpt of your code above where you assign the pages array to the content attribute of the FlexBook, but I need to see the code for the BasicPage child component to understand how you create the array.</p>
<p>Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myFeedz Development Blog &#187; Blog Archive &#187; Browse articles using myFeedz and FlexBook</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-43811</link>
		<dc:creator>myFeedz Development Blog &#187; Blog Archive &#187; Browse articles using myFeedz and FlexBook</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-43811</guid>
		<description>[...] Renaun Erickson has created a mashup using the myFeedz API and Ely Greenfield&#8217;s FlexBook component. Check it out! It&#8217;s an interesting proof of concept, although itÂ cannot compete with the Fresh sample application for the newly-released Apollo. But then again, Fresh is an RSS reader, while myFeedz is an RSS leafer. [...]</description>
		<content:encoded><![CDATA[<p>[...] Renaun Erickson has created a mashup using the myFeedz API and Ely Greenfield&#8217;s FlexBook component. Check it out! It&#8217;s an interesting proof of concept, although itÂ cannot compete with the Fresh sample application for the newly-released Apollo. But then again, Fresh is an RSS reader, while myFeedz is an RSS leafer. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-41357</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-41357</guid>
		<description>What term did you search on?  I found out at ApolloCamp there might be a way to access the raw value that is returned by the HTTPService call instead of decoding the HTTPService converted result.</description>
		<content:encoded><![CDATA[<p>What term did you search on?  I found out at ApolloCamp there might be a way to access the raw value that is returned by the HTTPService call instead of decoding the HTTPService converted result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-41277</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-41277</guid>
		<description>Hey Renaun,

I'm still seeing an error:

*******************************************************************

[RPC Fault faultString="Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"]
	at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
	at mx.rpc::Responder/result()
	at mx.rpc::AsyncRequest/acknowledge()
	at ::DirectHTTPMessageResponder/completeHandler()
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at flash.net::URLLoader/flash.net:URLLoader::onComplete()


***********************************************************************</description>
		<content:encoded><![CDATA[<p>Hey Renaun,</p>
<p>I&#8217;m still seeing an error:</p>
<p>*******************************************************************</p>
<p>[RPC Fault faultString="Error #1090: XML parser failure: element is malformed." faultCode="Client.CouldNotDecode" faultDetail="null"]<br />
	at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()<br />
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()<br />
	at mx.rpc::Responder/result()<br />
	at mx.rpc::AsyncRequest/acknowledge()<br />
	at ::DirectHTTPMessageResponder/completeHandler()<br />
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at flash.net::URLLoader/flash.net:URLLoader::onComplete()</p>
<p>***********************************************************************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38867</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38867</guid>
		<description>The JSON decode error was being thrown when the myFeedz return no results.  So I fixed that.  It also looks like myFeedz search tag is pretty strict, I'll have to look into the API to make search pick up more items.</description>
		<content:encoded><![CDATA[<p>The JSON decode error was being thrown when the myFeedz return no results.  So I fixed that.  It also looks like myFeedz search tag is pretty strict, I&#8217;ll have to look into the API to make search pick up more items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38865</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38865</guid>
		<description>Working now.</description>
		<content:encoded><![CDATA[<p>Working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38844</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38844</guid>
		<description>It needs a clean up pass before I do that.  The myFeedz code you can get from my other post:
http://renaun.com/blog/2007/02/16/184/

As for the FlexBook code this is the code for that part:
[code]
				var posts:Array = new Array();
				try{
					posts = JSON.decode( returnValue ).posts;
					for each( var post:Object in posts ) {
						
						var newPage:BasicPage = new BasicPage();
						newPage.post = post;
						pages.push( newPage );
						
					}					
					status = "Found " + pages.length + " posts, book has been created!";
				} catch( error:Error ) {
					Alert.show( "There was an issue in the JSON decode, try another search", "Decode Error" );
					status = "Decode Error, try seaching for something else.";
				}

				myFeedzBook.content = pages;
[/code]</description>
		<content:encoded><![CDATA[<p>It needs a clean up pass before I do that.  The myFeedz code you can get from my other post:<br />
<a href="http://renaun.com/blog/2007/02/16/184/" rel="nofollow">http://renaun.com/blog/2007/02/16/184/</a></p>
<p>As for the FlexBook code this is the code for that part:<br />
[code]<br />
				var posts:Array = new Array();<br />
				try{<br />
					posts = JSON.decode( returnValue ).posts;<br />
					for each( var post:Object in posts ) {</p>
<p>						var newPage:BasicPage = new BasicPage();<br />
						newPage.post = post;<br />
						pages.push( newPage );</p>
<p>					}<br />
					status = &#8220;Found &#8221; + pages.length + &#8221; posts, book has been created!&#8221;;<br />
				} catch( error:Error ) {<br />
					Alert.show( &#8220;There was an issue in the JSON decode, try another search&#8221;, &#8220;Decode Error&#8221; );<br />
					status = &#8220;Decode Error, try seaching for something else.&#8221;;<br />
				}</p>
<p>				myFeedzBook.content = pages;<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiagu</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38842</link>
		<dc:creator>Thiagu</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38842</guid>
		<description>Can you post the source code pls !!</description>
		<content:encoded><![CDATA[<p>Can you post the source code pls !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38809</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38809</guid>
		<description>What search term are you using?  The "flex" term does not throw a error for me (as of a couple minutes ago).</description>
		<content:encoded><![CDATA[<p>What search term are you using?  The &#8220;flex&#8221; term does not throw a error for me (as of a couple minutes ago).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://renaun.com/blog/2007/03/15/200/comment-page-1/#comment-38786</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/03/15/200/#comment-38786</guid>
		<description>I get a jason decode error when I click on search button.</description>
		<content:encoded><![CDATA[<p>I get a jason decode error when I click on search button.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
