<?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: Common E4X pitfalls</title>
	<atom:link href="http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/</link>
	<description>Mike Morearty&#039;s blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 05:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lee</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-63599</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sun, 10 Apr 2011 19:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-63599</guid>
		<description>&lt;p&gt;And of course added &#039;@&#039; before the attribute names used in the datagrids &#039;datafield&#039;.....just throwing that in :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And of course added '@' before the attribute names used in the datagrids 'datafield'.....just throwing that in :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-63597</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sun, 10 Apr 2011 19:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-63597</guid>
		<description>&lt;p&gt;Mike! You Rock! I was stumped on how to do this app I was writing. I&#039;m just learning flex/flash but I&quot;m coming from alot of web development languages(all the way up the basic tree of languages then into php/mysql) So some things are still a bit confusing for me and the OOP is something I&#039;ve been familiar with but never really applied in the languages I&#039;ve worked with. Then here I am writing a flex based xml editor(which I can do easily in php) its amazing how much I was over thinking things in the first place and I didn&#039;t realize how simple it was until I read these tips of yours. now I have a really sweet little &#039;simple&#039; editor thats given me a really good grasp of things throughout its creation. I&#039;m using php for the backend. The part that helped me out the most was zeroing in on exactly what the e4x was capable of. While I was getting empty datagrids and couldn&#039;t figure out why, I seen your first comment about adding the &#039;resultFormat&#039; to the HTTPservice request. That made my texarea editing box much simpler. and the file saves so much cleaner and neater. Then the comment that E4X expressions don&#039;t reference the topmost tag of the XML. I was having trouble populating a datagrid so that gave me an idea, I had one line: &#039;{userRequest.lastResult.game.quote}&#039;.I deleted ONE word and made it &#039;{userRequest.lastResult.quote}&#039;, and saved and ran it. Everything loaded perfectly. As a side effect of having the text area AND the datagrid I was able to edit the document in the text area, and upon saving it updated the datagrid! Combine that with &#039;editable&#039;. Its the best foundation I could ask for while learning flex 4 AND learning out to use php as a backend for it. Thanks again for putting these tips out for us. You just gave me my flex programming &#039;click&#039; :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike! You Rock! I was stumped on how to do this app I was writing. I'm just learning flex/flash but I&quot;m coming from alot of web development languages(all the way up the basic tree of languages then into php/mysql) So some things are still a bit confusing for me and the OOP is something I've been familiar with but never really applied in the languages I've worked with. Then here I am writing a flex based xml editor(which I can do easily in php) its amazing how much I was over thinking things in the first place and I didn't realize how simple it was until I read these tips of yours. now I have a really sweet little 'simple' editor thats given me a really good grasp of things throughout its creation. I'm using php for the backend. The part that helped me out the most was zeroing in on exactly what the e4x was capable of. While I was getting empty datagrids and couldn't figure out why, I seen your first comment about adding the 'resultFormat' to the HTTPservice request. That made my texarea editing box much simpler. and the file saves so much cleaner and neater. Then the comment that E4X expressions don't reference the topmost tag of the XML. I was having trouble populating a datagrid so that gave me an idea, I had one line: '{userRequest.lastResult.game.quote}'.I deleted ONE word and made it '{userRequest.lastResult.quote}', and saved and ran it. Everything loaded perfectly. As a side effect of having the text area AND the datagrid I was able to edit the document in the text area, and upon saving it updated the datagrid! Combine that with 'editable'. Its the best foundation I could ask for while learning flex 4 AND learning out to use php as a backend for it. Thanks again for putting these tips out for us. You just gave me my flex programming 'click' :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lekha</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-63569</link>
		<dc:creator>Lekha</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-63569</guid>
		<description>&lt;p&gt;It proved helpful. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It proved helpful. Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-62386</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 15 Apr 2010 08:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-62386</guid>
		<description>&lt;p&gt;Yes I agree . Mike you saved me so much time and frustration , just this morning I was getting nothing returned from my PHP and then I read your post and problem solved.&lt;/p&gt;

&lt;p&gt;Great. Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes I agree . Mike you saved me so much time and frustration , just this morning I was getting nothing returned from my PHP and then I read your post and problem solved.</p>

<p>Great. Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-62344</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-62344</guid>
		<description>&lt;p&gt;mike,I&#039;m mike too!
great work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mike,I'm mike too!
great work!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-62052</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 15 Feb 2010 00:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-62052</guid>
		<description>&lt;p&gt;Hi Steven, a better place to ask would be the Flex forum: http://forums.adobe.com/community/flex/flex_general_discussion&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Steven, a better place to ask would be the Flex forum: <a href="http://forums.adobe.com/community/flex/flex_general_discussion" rel="nofollow">http://forums.adobe.com/community/flex/flex_general_discussion</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Rieger</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-62045</link>
		<dc:creator>Steven Rieger</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-62045</guid>
		<description>&lt;p&gt;Hey Mike,&lt;/p&gt;

&lt;p&gt;I&#039;m struggling with some XML issues and hoping you can help me out here. . .&lt;/p&gt;

&lt;p&gt;I am trying to use the advanced data grid with my xml to group the data. I can not for the life of me figure this out can you help?&lt;/p&gt;

&lt;p&gt;I have a demo with view source enabled here if you can take a peek at it and let me know your thoughts.&lt;/p&gt;

&lt;p&gt;http://estar.lmsnet.com/lmsdev/testgrouping.html&lt;/p&gt;

&lt;p&gt;I&quot;m trying to group data on a Category and then display the PathNFileName.&lt;/p&gt;

&lt;p&gt;Thanks!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Mike,</p>

<p>I'm struggling with some XML issues and hoping you can help me out here. . .</p>

<p>I am trying to use the advanced data grid with my xml to group the data. I can not for the life of me figure this out can you help?</p>

<p>I have a demo with view source enabled here if you can take a peek at it and let me know your thoughts.</p>

<p><a href="http://estar.lmsnet.com/lmsdev/testgrouping.html" rel="nofollow">http://estar.lmsnet.com/lmsdev/testgrouping.html</a></p>

<p>I&quot;m trying to group data on a Category and then display the PathNFileName.</p>

<p>Thanks!!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-61911</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-61911</guid>
		<description>&lt;p&gt;Thanks! You saved me a good amount of time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! You saved me a good amount of time.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: My</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-61318</link>
		<dc:creator>My</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-61318</guid>
		<description>&lt;p&gt;e4x sucks, they should have just put in xpath support like the rest of the universe has.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>e4x sucks, they should have just put in xpath support like the rest of the universe has.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/comment-page-1/#comment-60546</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 27 Jun 2009 17:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/#comment-60546</guid>
		<description>&lt;p&gt;Hi Shen,&lt;/p&gt;

&lt;p&gt;The Adobe Flex forum is probably a better place to ask: http://forums.adobe.com/community/flex&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Shen,</p>

<p>The Adobe Flex forum is probably a better place to ask: <a href="http://forums.adobe.com/community/flex" rel="nofollow">http://forums.adobe.com/community/flex</a></p>]]></content:encoded>
	</item>
</channel>
</rss>

