<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Flex Fanatic</title>
	<atom:link href="http://flexfanatic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexfanatic.wordpress.com</link>
	<description>Flex, AIR, and everything else.</description>
	<lastBuildDate>Sun, 19 Jun 2011 21:07:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flexfanatic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Flex Fanatic</title>
		<link>http://flexfanatic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flexfanatic.wordpress.com/osd.xml" title="Flex Fanatic" />
	<atom:link rel='hub' href='http://flexfanatic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Error &#8211; Constructor functions must be instance methods</title>
		<link>http://flexfanatic.wordpress.com/2011/06/19/error-constructor-functions-must-be-instance-methods/</link>
		<comments>http://flexfanatic.wordpress.com/2011/06/19/error-constructor-functions-must-be-instance-methods/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 21:07:43 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=42</guid>
		<description><![CDATA[I stumbled upon an interested error today while trying to initialize a simple variable in my main mxml file &#8211; &#8220;Constructor functions must be instance methods&#8221; In this particular case, it turned out that I had given my variable the same exact name as my mxml file, causing the compiler to choke and give me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=42&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon an interested error today while trying to initialize a simple variable in my main mxml file &#8211; &#8220;Constructor functions must be instance methods&#8221;</p>
<p>In this particular case, it turned out that I had given my variable the same exact name as my mxml file, causing the compiler to choke and give me that error. This error shows up not just with coinciding variable names, but component ID&#8217;s as well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=42&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2011/06/19/error-constructor-functions-must-be-instance-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Updating Deployed Flex Applications</title>
		<link>http://flexfanatic.wordpress.com/2009/07/17/updating-deployed-flex-applications/</link>
		<comments>http://flexfanatic.wordpress.com/2009/07/17/updating-deployed-flex-applications/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:39:46 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Projects]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=35</guid>
		<description><![CDATA[So I was working on a project, and realized I needed a way to update my application once it had been deployed. I figured the answer was simple:  add PHP headers to stop caching. Wrong. That didn&#8217;t solve the problem at all. So my next idea was, let me add random parameters onto my source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=35&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I was working on a project, and realized I needed a way to update my application once it had been deployed. I figured the answer was simple:  add PHP headers to stop caching. Wrong.</p>
<p>That didn&#8217;t solve the problem at all.</p>
<p><span id="more-35"></span></p>
<p>So my next idea was, let me add random parameters onto my source SWF link to trick the browser into thinking data has changed and not load the cached file. This would be perfectly flawless except for the fact that nobody wants to re-download a 1 MB+ file every time they reload, especially if the user is on a dial-up connection.</p>
<p>So I stumbled across this Adobe article titled, &#8220;<a href="http://www.adobe.com/devnet/flex/articles/version_sync_ria.html">Providing Version Synchronization for Deployed Rich Internet Applications.</a>&#8221; This fantastic article solves the problem entirely by creating a class in the Flex app that polls a server for the most recent &#8220;version number&#8221; allowing you to control the poll time and force the user to update their application.</p>
<p>Since that specific example is a little outdated, I just had to modify a few things, and was up and running in no time. My current application uses AMFPHP for it&#8217;s backend, so instead of connecting to a ColdFusion server as the article suggests, I just tapped into my AMF service in PHP, which just returns a string containing the latest version number; ie. 1, 1.5, 2.</p>
<p>So all you would do if the VersionManager realizes that the current user is on an outdated version is use navigateToURL and basically reload the page, but with an update parameter in the URL. Then in your PHP or JavaScript, just make sure you check if that update parameter exists, then append random parameters to your SWF source link and the browser will not load that file from cache <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My updated VersionManager.as can be found <a href="http://pastebin.com/f4497a491">here</a>, enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=35&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2009/07/17/updating-deployed-flex-applications/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>SWFScan &#8211; Is your app safe?</title>
		<link>http://flexfanatic.wordpress.com/2009/03/29/swfscan-is-your-app-safe/</link>
		<comments>http://flexfanatic.wordpress.com/2009/03/29/swfscan-is-your-app-safe/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 00:30:36 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=33</guid>
		<description><![CDATA[HP has released a fantastic tool titled &#8220;SWFScan&#8221;. This convenient little application decompiles existing SWF&#8217;s either sitting on your hard drive or on the internet and scans them for vulnerabilities like trace() statements still hanging in there or possibly revealing information/stored MD5 hashes. I highly recommend you download it and give it a try, its&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=33&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HP has released a fantastic tool titled &#8220;SWFScan&#8221;. This convenient little application decompiles existing SWF&#8217;s either sitting on your hard drive or on the internet and scans them for vulnerabilities like trace() statements still hanging in there or possibly revealing information/stored MD5 hashes.</p>
<p>I highly recommend you download it and give it a try, its&#8217;s definitely worth it.</p>
<p>SWFScan can be <a href="https://h30406.www3.hp.com/campaigns/2009/wwcampaign/1-5TUVE/index.php?key=swf&amp;jumpid=go/swfscan">downloaded here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=33&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2009/03/29/swfscan-is-your-app-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Wrapping Text in DataGrids</title>
		<link>http://flexfanatic.wordpress.com/2008/08/01/wrapping-text-in-datagrids/</link>
		<comments>http://flexfanatic.wordpress.com/2008/08/01/wrapping-text-in-datagrids/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:41:03 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=30</guid>
		<description><![CDATA[Recently, while developing one of my recent applications, I ran accross this annoying problem with datagrids. I just could not get the text in the datagrid to wrap around nicely. Even after throwing in the wordWrap property it still didn&#8217;t work: It turns out that you had to add the &#8220;variableRowHeight=true&#8221; property to the Datagrid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=30&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, while developing one of my recent applications, I ran accross this annoying problem with datagrids.</p>
<p>I just could not get the text in the datagrid to wrap around nicely.</p>
<p>Even after throwing in the wordWrap property it still didn&#8217;t work:</p>
<p>It turns out that you had to add the &#8220;variableRowHeight=true&#8221; property to the Datagrid tag!</p>
<p><a href="http://www.flexpasta.com/index.php/2008/07/08/mxdatagrid-wordwrap-wrangling/">More fantastic information at Flex Pasta!</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=30&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2008/08/01/wrapping-text-in-datagrids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>CommunityFlex Google Code Project</title>
		<link>http://flexfanatic.wordpress.com/2008/07/09/communityflex-google-code-project/</link>
		<comments>http://flexfanatic.wordpress.com/2008/07/09/communityflex-google-code-project/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 00:11:58 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Community Projects]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=28</guid>
		<description><![CDATA[I&#8217;ve set up a project over at Google Code. Drop me a line if you wish for me to add you as a member. We&#8217;ve got a bunch of people that are already willing to help so please let me know if you&#8217;re interested!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=28&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve set up a project over at <a href="http://code.google.com/p/communityflex/">Google Code</a>. Drop me a line if you wish for me to add you as a member.</p>
<p>We&#8217;ve got a bunch of people that are already willing to help so please let me know if you&#8217;re interested!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=28&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2008/07/09/communityflex-google-code-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Community Flex Project</title>
		<link>http://flexfanatic.wordpress.com/2008/06/25/community-flex-project/</link>
		<comments>http://flexfanatic.wordpress.com/2008/06/25/community-flex-project/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:26:31 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Community Projects]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=26</guid>
		<description><![CDATA[I was thinking about this the other day, and I thought it would be great to start some sort of community flex project to get everyone involved. If you would be interesting in helping me set this up, please drop me an email or leave me a comment and I&#8217;ll get in touch with you. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=26&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was thinking about this the other day, and I thought it would be great to start some sort of community flex project to get everyone involved.</p>
<p>If you would be interesting in helping me set this up, please drop me an email or leave me a comment and I&#8217;ll get in touch with you.</p>
<p>I&#8217;m looking to get an open source project going, preferably something involving a large scale cairngorm app so we could get lots of people working on it and contributing.</p>
<p>Don&#8217;t get me wrong, I&#8217;m not asking for hundreds of hours here, just if you have some spare time, maybe just half an hour a day, or even 15 minutes. I figured if lots of people help out this could really go places.</p>
<p>I don&#8217;t have too many ideas on what we would actually develop, but looking forward to your input!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=26&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2008/06/25/community-flex-project/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 AIR Apps</title>
		<link>http://flexfanatic.wordpress.com/2008/06/19/top-10-air-apps/</link>
		<comments>http://flexfanatic.wordpress.com/2008/06/19/top-10-air-apps/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 20:40:34 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=25</guid>
		<description><![CDATA[Lifehacker has put together a neat list of the Top 10 AIR Apps. Read the full article for reviews and more info!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=25&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lifehacker has put together a neat list of the Top 10 AIR Apps. <a href="http://lifehacker.com/396393/top-10-apps-worth-installing-adobe-air-for">Read the full article</a> for reviews and more info!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=25&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2008/06/19/top-10-air-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>XIFF ActionScript 3.0 Demo source released</title>
		<link>http://flexfanatic.wordpress.com/2008/04/10/xiff-actionscript-30-demo-source-released/</link>
		<comments>http://flexfanatic.wordpress.com/2008/04/10/xiff-actionscript-30-demo-source-released/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 22:31:16 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/?p=24</guid>
		<description><![CDATA[Nick Velloff, after far far far too long, has finally released his sample code for the XIFF API. I first explored the XIFF API probably over a year ago, and now it&#8217;s time to revisit it. Polishing up my FlexIM application shouldn&#8217;t be too difficult with the sample code finally available!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=24&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nick Velloff, after far far far too long, has finally released his sample code for the XIFF API.</p>
<p>I first explored the XIFF API probably over a year ago, and now it&#8217;s time to revisit it. Polishing up my FlexIM application shouldn&#8217;t be too difficult with the sample code finally available!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=24&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2008/04/10/xiff-actionscript-30-demo-source-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Want a song on your Facebook profile?</title>
		<link>http://flexfanatic.wordpress.com/2007/08/13/want-a-song-on-your-facebook-profile/</link>
		<comments>http://flexfanatic.wordpress.com/2007/08/13/want-a-song-on-your-facebook-profile/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 02:24:41 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/2007/08/13/want-a-song-on-your-facebook-profile/</guid>
		<description><![CDATA[I just finished my very first application on Facebook last night, and wow was it quite the experience. I noticed that nobody else had built and successfully launched an app that allowed you to have songs on your profile because of bandwidth and storage problems I guess. I decided to give it a shot and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=22&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just finished my very first application on Facebook last night, and wow was it quite the experience.</p>
<p>I noticed that nobody else had built and successfully launched an app that allowed you to have songs on your profile because of bandwidth and storage problems I guess.</p>
<p>I decided to give it a shot and created <a href="http://apps.facebook.com/songbook/">SongBook</a>!</p>
<p>It&#8217;s been only a few hours, and already I&#8217;m seeing a fantastic response! Already over 150 users have signed onto the application and uploaded songs to their profiles! I didn&#8217;t expect it to have such a fantastic growth rate, but it&#8217;s really getting out of control. My used bandwidth nearly doubles by the end of the day (running up a few GB&#8217;s per day!)  so I&#8217;m not really sure what to do because I&#8217;m expecting a few millions users to add the app.</p>
<p><a href="http://apps.facebook.com/songbook/">Take a look for yourself</a>, and please, add it if you have a Facebook profile. Not that I have to ask you to add it, it&#8217;s already pretty amazing :p</p>
<p>If you know of any lovely company that would like a nice fat ad spot right on the home page of the app (projected to have a few million views, daily/weekly?) and would like to sponsor me, PLEASE let me know!</p>
<p>Thanks!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=22&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2007/08/13/want-a-song-on-your-facebook-profile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking for Flex realated jobs?</title>
		<link>http://flexfanatic.wordpress.com/2007/07/31/looking-for-flex-realated-jobs/</link>
		<comments>http://flexfanatic.wordpress.com/2007/07/31/looking-for-flex-realated-jobs/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:26:40 +0000</pubDate>
		<dc:creator>danielneri</dc:creator>
				<category><![CDATA[Freelance Work]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://flexfanatic.wordpress.com/2007/07/31/looking-for-flex-realated-jobs/</guid>
		<description><![CDATA[I was browsing around some blogs the other day and came across this fantastic group called &#8220;flexjobs&#8221; over at Yahoo! Groups. It has quite a bit of activity and some nice job postings already I you&#8217;re looking for a job, take a look!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=21&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was browsing around some blogs the other day and came across this fantastic group called &#8220;flexjobs&#8221; over at Yahoo! Groups.</p>
<p>It has quite a bit of activity and some nice job postings already</p>
<p>I you&#8217;re looking for a job, <a href="http://tech.groups.yahoo.com/group/flexjobs/">take a look</a>!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/flexfanatic.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/flexfanatic.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexfanatic.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexfanatic.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexfanatic.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexfanatic.wordpress.com&amp;blog=872477&amp;post=21&amp;subd=flexfanatic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexfanatic.wordpress.com/2007/07/31/looking-for-flex-realated-jobs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/220224f7ee77597bbfd1eba07f06e3e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danielneri</media:title>
		</media:content>
	</item>
	</channel>
</rss>
