<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for :: M o l a r o ::</title>
	<atom:link href="http://molaro.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://molaro.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 18:10:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on [FLEX] Programmatically Disable/Enable Items In a menuBar Component by chintan</title>
		<link>http://molaro.wordpress.com/2008/08/07/flex-programmatically-disableenable-items-in-a-menubar-component/#comment-412</link>
		<dc:creator>chintan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/?p=83#comment-412</guid>
		<description>Hi molaro, nice blog,
I am trying to do something very similar to your example but getting error. Can you please help me solve the problem.

MenuBar definition




XMl List definition:

	
		
		
		
	
	
		
		
	


Now I am trying following:
menuBar.dataProvider.menuitem[0].subMenuitem[1].@label=&quot;Change&quot;;

But this gives me the error:
1120: Access of undefined property menuBar.

Can you please help me solve this..</description>
		<content:encoded><![CDATA[<p>Hi molaro, nice blog,<br />
I am trying to do something very similar to your example but getting error. Can you please help me solve the problem.</p>
<p>MenuBar definition</p>
<p>XMl List definition:</p>
<p>Now I am trying following:<br />
menuBar.dataProvider.menuitem[0].subMenuitem[1].@label=&#8221;Change&#8221;;</p>
<p>But this gives me the error:<br />
1120: Access of undefined property menuBar.</p>
<p>Can you please help me solve this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Unused Images from a Dreamweaver Site by Marks</title>
		<link>http://molaro.wordpress.com/2008/01/30/removing-unused-images-from-a-dreamweaver-site/#comment-411</link>
		<dc:creator>Marks</dc:creator>
		<pubDate>Tue, 06 Oct 2009 21:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/30/removing-unused-images-from-a-dreamweaver-site/#comment-411</guid>
		<description>Handy tip :)</description>
		<content:encoded><![CDATA[<p>Handy tip :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Associative Arrays in Actionscript by Henry Mempin</title>
		<link>http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-409</link>
		<dc:creator>Henry Mempin</dc:creator>
		<pubDate>Sun, 09 Aug 2009 16:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-409</guid>
		<description>Hi Peter, I have a dynamic array already which is derived from Excel file, i want to save on each element on the database but my array is numeric form, i want to convert or transform the numeric keys into object, sorry i was new for flex and actionscript. thanks</description>
		<content:encoded><![CDATA[<p>Hi Peter, I have a dynamic array already which is derived from Excel file, i want to save on each element on the database but my array is numeric form, i want to convert or transform the numeric keys into object, sorry i was new for flex and actionscript. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ ACTIONSCRIPT ]  Determining the Number of Days in a Month by Daniel</title>
		<link>http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-408</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 02 Aug 2009 20:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-408</guid>
		<description>Awesome.  I&#039;m using the function as posted above by Rohit.  Works perfectly.</description>
		<content:encoded><![CDATA[<p>Awesome.  I&#8217;m using the function as posted above by Rohit.  Works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [FLEX] Programmatically Disable/Enable Items In a menuBar Component by molaro</title>
		<link>http://molaro.wordpress.com/2008/08/07/flex-programmatically-disableenable-items-in-a-menubar-component/#comment-407</link>
		<dc:creator>molaro</dc:creator>
		<pubDate>Fri, 24 Jul 2009 18:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/?p=83#comment-407</guid>
		<description>Thanks for checking out the blog.  To answer your question, writing Actionscript 3 code is very similar to writing Java.  It&#039;s object oriented, you write beans with getters/setters, you can use design patterns, write Interfaces, etc. The MXML is just a framework layer to the Actionscript.  So  in mxml is really:
var mybutton:Button = new Button();
mybutton.text=&quot;Test&quot;;
mybutton.width=14;

That&#039;s a quick and dirty anwswer but I hope that helps.</description>
		<content:encoded><![CDATA[<p>Thanks for checking out the blog.  To answer your question, writing Actionscript 3 code is very similar to writing Java.  It&#8217;s object oriented, you write beans with getters/setters, you can use design patterns, write Interfaces, etc. The MXML is just a framework layer to the Actionscript.  So  in mxml is really:<br />
var mybutton:Button = new Button();<br />
mybutton.text=&#8221;Test&#8221;;<br />
mybutton.width=14;</p>
<p>That&#8217;s a quick and dirty anwswer but I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [FLEX] Programmatically Disable/Enable Items In a menuBar Component by Gio</title>
		<link>http://molaro.wordpress.com/2008/08/07/flex-programmatically-disableenable-items-in-a-menubar-component/#comment-406</link>
		<dc:creator>Gio</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/?p=83#comment-406</guid>
		<description>hi man!
Hey man!, programming into Flex is like Java Server Face??? i saw your post and i didn imagine how is to programm in Flex... what type of technology do you think that is similar to Flex? (in terms of java for example???)</description>
		<content:encoded><![CDATA[<p>hi man!<br />
Hey man!, programming into Flex is like Java Server Face??? i saw your post and i didn imagine how is to programm in Flex&#8230; what type of technology do you think that is similar to Flex? (in terms of java for example???)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Associative Arrays in Actionscript by icoland</title>
		<link>http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-405</link>
		<dc:creator>icoland</dc:creator>
		<pubDate>Mon, 13 Jul 2009 21:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-405</guid>
		<description>Actually what you&#039;re doing is not recommended in Flash (and also in Javascript for instance). Better use the Object class instead of Array.

From Adobe Documentation:
&quot;Do not use the Array class to create associative arrays (also called hashes), which are data structures that contain named elements instead of numbered elements. To create associative arrays, use the Object class. Although ActionScript permits you to create associative arrays using the Array class, you cannot use any of the Array class methods or properties with associative arrays.&quot;

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Array.html</description>
		<content:encoded><![CDATA[<p>Actually what you&#8217;re doing is not recommended in Flash (and also in Javascript for instance). Better use the Object class instead of Array.</p>
<p>From Adobe Documentation:<br />
&#8220;Do not use the Array class to create associative arrays (also called hashes), which are data structures that contain named elements instead of numbered elements. To create associative arrays, use the Object class. Although ActionScript permits you to create associative arrays using the Array class, you cannot use any of the Array class methods or properties with associative arrays.&#8221;</p>
<p><a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Array.html" rel="nofollow">http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Array.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle / PLSQL: Getting a List of a Table&#8217;s Columns by AB</title>
		<link>http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-404</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-404</guid>
		<description>THANKS for the posting, but I am not getting all the tables of my database, can this be because of my rights and prevliges ?</description>
		<content:encoded><![CDATA[<p>THANKS for the posting, but I am not getting all the tables of my database, can this be because of my rights and prevliges ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle / PLSQL: Getting a List of a Table&#8217;s Columns by syntetic</title>
		<link>http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-399</link>
		<dc:creator>syntetic</dc:creator>
		<pubDate>Sat, 20 Jun 2009 07:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-399</guid>
		<description>Thank you. This is solution I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you. This is solution I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle / PLSQL: Getting a List of a Table&#8217;s Columns by Wahid Sadik</title>
		<link>http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-398</link>
		<dc:creator>Wahid Sadik</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-398</guid>
		<description>Thank you for the post. Solved my problem.</description>
		<content:encoded><![CDATA[<p>Thank you for the post. Solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Apple Command Symbol in HTML by AAA</title>
		<link>http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-397</link>
		<dc:creator>AAA</dc:creator>
		<pubDate>Sun, 17 May 2009 15:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-397</guid>
		<description>&#8984;</description>
		<content:encoded><![CDATA[<p>&#8984;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Apple Command Symbol in HTML by AAA</title>
		<link>http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-396</link>
		<dc:creator>AAA</dc:creator>
		<pubDate>Sun, 17 May 2009 15:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-396</guid>
		<description>&amp;#8984</description>
		<content:encoded><![CDATA[<p>&amp;#8984</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Associative Arrays in Actionscript by Phillip Molaro</title>
		<link>http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-395</link>
		<dc:creator>Phillip Molaro</dc:creator>
		<pubDate>Tue, 05 May 2009 13:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-395</guid>
		<description>Peter, glad you found this useful.  Not much I can do about the quotes for copy and paste.  I run into that all the time with other blogs as well. Thx for reading!</description>
		<content:encoded><![CDATA[<p>Peter, glad you found this useful.  Not much I can do about the quotes for copy and paste.  I run into that all the time with other blogs as well. Thx for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Associative Arrays in Actionscript by Peter</title>
		<link>http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-394</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 05 May 2009 13:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-394</guid>
		<description>Code worked fine, but I had to re-type the quotes because of the formatting when copying and pasting it in.

Pushing the associative array into a numerically indexed array makes great sense for a multidimensional array, thanks!</description>
		<content:encoded><![CDATA[<p>Code worked fine, but I had to re-type the quotes because of the formatting when copying and pasting it in.</p>
<p>Pushing the associative array into a numerically indexed array makes great sense for a multidimensional array, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Apple Command Symbol in HTML by Andrew</title>
		<link>http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-393</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 02 May 2009 23:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-393</guid>
		<description>You can display exact text on a webpage by using one of the &quot;computer code&quot; tags.

Read about them here:
http://www.w3schools.com/html/html_formatting.asp
&lt;code&gt;   &lt;/code&gt;
      
     
  
         
&lt;pre&gt;      &lt;/pre&gt;


Reference for Characters in HTML:
ASCII
http://www.w3schools.com/tags/ref_ascii.asp

ISO, which includes the ASCII
http://www.w3schools.com/tags/ref_entities.asp</description>
		<content:encoded><![CDATA[<p>You can display exact text on a webpage by using one of the &#8220;computer code&#8221; tags.</p>
<p>Read about them here:<br />
<a href="http://www.w3schools.com/html/html_formatting.asp" rel="nofollow">http://www.w3schools.com/html/html_formatting.asp</a><br />
<code>   </code></p>
<pre>      </pre>
<p>Reference for Characters in HTML:<br />
ASCII<br />
<a href="http://www.w3schools.com/tags/ref_ascii.asp" rel="nofollow">http://www.w3schools.com/tags/ref_ascii.asp</a></p>
<p>ISO, which includes the ASCII<br />
<a href="http://www.w3schools.com/tags/ref_entities.asp" rel="nofollow">http://www.w3schools.com/tags/ref_entities.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Apple Command Symbol in HTML by sunshine</title>
		<link>http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-392</link>
		<dc:creator>sunshine</dc:creator>
		<pubDate>Fri, 10 Apr 2009 00:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/30/display-the-apple-command-symbol-in-html/#comment-392</guid>
		<description>how do you do the apple symbole simple beep</description>
		<content:encoded><![CDATA[<p>how do you do the apple symbole simple beep</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle / PLSQL: Getting a List of a Table&#8217;s Columns by techxplorer</title>
		<link>http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-391</link>
		<dc:creator>techxplorer</dc:creator>
		<pubDate>Tue, 24 Mar 2009 05:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/06/oracle-plsql-getting-a-list-of-a-tables-columns/#comment-391</guid>
		<description>Thanks for this post, it was just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it was just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Nest: Twitter&#8217;s Business Potential by Mi</title>
		<link>http://molaro.wordpress.com/2009/01/25/building-a-nest-twitters-business-potential/#comment-390</link>
		<dc:creator>Mi</dc:creator>
		<pubDate>Tue, 03 Mar 2009 06:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2009/01/25/building-a-nest-twitters-business-potential/#comment-390</guid>
		<description>Just dropping by.Btw, you website have great content!

______________________________
Seized Cars From $100, Boats, Real Estate, Collectibles And Jewelry. &lt;a href=&quot;http://dom.ir/2887&quot; rel=&quot;nofollow&quot;&gt;Government And Police Auctions Online&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Just dropping by.Btw, you website have great content!</p>
<p>______________________________<br />
Seized Cars From $100, Boats, Real Estate, Collectibles And Jewelry. <a href="http://dom.ir/2887" rel="nofollow">Government And Police Auctions Online</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Nest: Twitter&#8217;s Business Potential by gskalski</title>
		<link>http://molaro.wordpress.com/2009/01/25/building-a-nest-twitters-business-potential/#comment-360</link>
		<dc:creator>gskalski</dc:creator>
		<pubDate>Tue, 17 Feb 2009 21:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2009/01/25/building-a-nest-twitters-business-potential/#comment-360</guid>
		<description>I have mixed feelings about this. I love that Twitter is free. I&#039;m certain I would pay a small fee for it (just like I do for Flickr) if that was my only option to maintain the service. Sure, people may quit if they had to pay, but the people who choose to pay most likely will be among the ones adding the most value (&quot;most likely&quot; being the operative phrase). 

That said, I would love it if Twitter stayed free and accessible to everyone. I&#039;m among the people who think it would be OK to charge for corporate accounts, since many companies are turning the relationships/troubleshooting they do on Twitter into business. I also think it reasonable to charge people who tweet excessively. Still, I agree with your premise that Twitter should stay free if it can.</description>
		<content:encoded><![CDATA[<p>I have mixed feelings about this. I love that Twitter is free. I&#8217;m certain I would pay a small fee for it (just like I do for Flickr) if that was my only option to maintain the service. Sure, people may quit if they had to pay, but the people who choose to pay most likely will be among the ones adding the most value (&#8220;most likely&#8221; being the operative phrase). </p>
<p>That said, I would love it if Twitter stayed free and accessible to everyone. I&#8217;m among the people who think it would be OK to charge for corporate accounts, since many companies are turning the relationships/troubleshooting they do on Twitter into business. I also think it reasonable to charge people who tweet excessively. Still, I agree with your premise that Twitter should stay free if it can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ ACTIONSCRIPT ]  Determining the Number of Days in a Month by flashDuniya</title>
		<link>http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-319</link>
		<dc:creator>flashDuniya</dc:creator>
		<pubDate>Tue, 03 Feb 2009 10:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-319</guid>
		<description>This is the very simple code to find the number of days in a month

function showDays(yr, mn){
    var days:Date = new Date(yr, mn+1, 0);
    trace(days.date);// It will trace total no. of days(28) in a month
}
showDays(2009, 1);// 1=February

Thanks,
flashDuya.com</description>
		<content:encoded><![CDATA[<p>This is the very simple code to find the number of days in a month</p>
<p>function showDays(yr, mn){<br />
    var days:Date = new Date(yr, mn+1, 0);<br />
    trace(days.date);// It will trace total no. of days(28) in a month<br />
}<br />
showDays(2009, 1);// 1=February</p>
<p>Thanks,<br />
flashDuya.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ ACTIONSCRIPT ]  Determining the Number of Days in a Month by Rohit Marathe</title>
		<link>http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-317</link>
		<dc:creator>Rohit Marathe</dc:creator>
		<pubDate>Mon, 02 Feb 2009 05:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-317</guid>
		<description>Using the above code I have written the below function that gives you the month end date of the supplied date
But it is not tested too much in depth.

public function getMonthEndDate(dt:Date):Date
		{
			if(dt == null)
			{
				return dt;
			}
			return new Date(dt.getFullYear(), (dt.getMonth()+1)%12, 0);  
		}</description>
		<content:encoded><![CDATA[<p>Using the above code I have written the below function that gives you the month end date of the supplied date<br />
But it is not tested too much in depth.</p>
<p>public function getMonthEndDate(dt:Date):Date<br />
		{<br />
			if(dt == null)<br />
			{<br />
				return dt;<br />
			}<br />
			return new Date(dt.getFullYear(), (dt.getMonth()+1)%12, 0);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [ ACTIONSCRIPT ]  Determining the Number of Days in a Month by Goce</title>
		<link>http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-316</link>
		<dc:creator>Goce</dc:creator>
		<pubDate>Mon, 02 Feb 2009 05:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/02/07/actionscript-determing-the-number-of-days-in-a-month/#comment-316</guid>
		<description>Eldad is right. In ActionScript months start with 0 for January and end with 11 for December.</description>
		<content:encoded><![CDATA[<p>Eldad is right. In ActionScript months start with 0 for January and end with 11 for December.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New to Twitter? by Critter</title>
		<link>http://molaro.wordpress.com/2009/01/21/new-to-twitter/#comment-290</link>
		<dc:creator>Critter</dc:creator>
		<pubDate>Thu, 22 Jan 2009 12:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2009/01/21/new-to-twitter/#comment-290</guid>
		<description>www.tweetdeck.com is a good AIR client, as welltweet</description>
		<content:encoded><![CDATA[<p><a href="http://www.tweetdeck.com" rel="nofollow">http://www.tweetdeck.com</a> is a good AIR client, as welltweet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Associative Arrays in Actionscript by Robert Abramski</title>
		<link>http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-289</link>
		<dc:creator>Robert Abramski</dc:creator>
		<pubDate>Sun, 18 Jan 2009 02:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/01/19/associative-arrays-in-actionscript/#comment-289</guid>
		<description>You can avoid using the Array access &quot;[0]&quot; altogether if you use just an Object instead of pushing an Object into an Array. An example of using just an Object is posted&lt;a href=&quot;http://www.robertabramski.com/blog/?p=23&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You can avoid using the Array access &#8220;[0]&#8221; altogether if you use just an Object instead of pushing an Object into an Array. An example of using just an Object is posted<a href="http://www.robertabramski.com/blog/?p=23" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Output CLOB Data with Coldfusion by Noveta</title>
		<link>http://molaro.wordpress.com/2008/10/14/output-clob-data-with-coldfusion/#comment-287</link>
		<dc:creator>Noveta</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://molaro.wordpress.com/2008/10/14/output-clob-data-with-coldfusion/#comment-287</guid>
		<description>This did not work for me. Do you have anything suggestions. It display correctly in TOAD?

Thanks</description>
		<content:encoded><![CDATA[<p>This did not work for me. Do you have anything suggestions. It display correctly in TOAD?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
