<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>DreamingWell - Flex Articles</title>
<!-- <title>DreamingWell - Articles</title> -->
<link>http://dreamingwell.com/articles/</link>
<description></description>
<language>en-us</language>
<copyright>Copyright 2011</copyright>
<lastBuildDate>Mon, 27 Jun 2011 16:55:02 -0600</lastBuildDate>
<pubDate>Tue, 28 Jun 2011 08:10:43 -0600</pubDate>
<generator>http://www.movabletype.org/?v=4.34-en</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
<title>Flex Mobile Custom URL Schemes</title>
<description>Android and iOS support launching applications via custom URL schemes, or in other words, apps can be launched by the user clicking a link or button other than the icon on the start screen. This feature allows developers to add...</description>
<link>http://dreamingwell.com/articles/archives/2011/06/flex-mobile-cus-2.php</link>
<guid>http://dreamingwell.com/articles/archives/2011/06/flex-mobile-cus-2.php</guid>
<category>Flex</category>
<pubDate>Mon, 27 Jun 2011 16:55:02 -0600</pubDate>
</item>

<item>
<title>Flex Mobile DisplayObject List (Video)</title>
<description> Flex SDK 4.5 for mobile shipped with an IconItemRenderer that is extremely efficient at showing static images in a list. However, most enterprise and data driven applications are going to need to show dynamically created, interactive, and data driven...</description>
<link>http://dreamingwell.com/articles/archives/2011/06/flex-mobile-dis-1.php</link>
<guid>http://dreamingwell.com/articles/archives/2011/06/flex-mobile-dis-1.php</guid>
<category>Flex</category>
<pubDate>Wed, 01 Jun 2011 10:34:39 -0600</pubDate>
</item>

<item>
<title>Flex Mobile Custom View Panning (Video)</title>
<description> Flex SDK 4.5 mobile view navigator framework does not make use of the multi-touch features of the Flex 4.5 SDK. As stock, the framework provides &apos;navigation&apos; buttons and an api to switch between views. The video above previews and...</description>
<link>http://dreamingwell.com/articles/archives/2011/05/flex-mobile-cus.php</link>
<guid>http://dreamingwell.com/articles/archives/2011/05/flex-mobile-cus.php</guid>
<category>Flex</category>
<pubDate>Tue, 31 May 2011 16:37:24 -0600</pubDate>
</item>

<item>
<title>Flex Threading Class</title>
<description>Adobe&apos;s Flash player run time environment does not support multi-threading; except for very specific external interactions. Flash player uses an ancient frame-by-frame single threaded monolithic execution model. This means that drawing in the UI and handling user interactions are directly...</description>
<link>http://dreamingwell.com/articles/archives/2011/01/flex-threading.php</link>
<guid>http://dreamingwell.com/articles/archives/2011/01/flex-threading.php</guid>
<category>Flex</category>
<pubDate>Fri, 28 Jan 2011 12:39:57 -0600</pubDate>
</item>

<item>
<title>Scrollable Flex Charts</title>
<description>The majority of the work in this project was taken directly from MaximPorges.com article on Scrolling Large Data Sets in Flex Charts. The code posted in that article works very well for horizontal scrolling, but not at all for vertical...</description>
<link>http://dreamingwell.com/articles/archives/2010/04/scrollable-flex.php</link>
<guid>http://dreamingwell.com/articles/archives/2010/04/scrollable-flex.php</guid>
<category>Flex</category>
<pubDate>Wed, 14 Apr 2010 16:29:53 -0600</pubDate>
</item>

<item>
<title>Excluding all but one directory in ASDoc 3</title>
<description>ActionScript Doc (ASDoc) is a utility that ships with the Flex 3 SDK that generates documentation based on ActionScript code; its very similar to JDoc and JSDoc for Java and JavaScript. While ASDoc does have many handy features, one major...</description>
<link>http://dreamingwell.com/articles/archives/2009/12/excluding-direc.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/12/excluding-direc.php</guid>
<category>Flex</category>
<pubDate>Thu, 17 Dec 2009 13:03:52 -0600</pubDate>
</item>

<item>
<title>Generating ASDocs in Flex Builder 3</title>
<description>ASDoc&apos;s plethora of command line options can be frustrating to contend with. Here&apos;s an easy way to generate ASDocs for any project in Flex Builder 3....</description>
<link>http://dreamingwell.com/articles/archives/2009/09/generating-asdo.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/09/generating-asdo.php</guid>
<category>Flex</category>
<pubDate>Tue, 29 Sep 2009 13:38:11 -0600</pubDate>
</item>

<item>
<title>Creating a scalable Flex Application with PHP, MemCached and AMF</title>
<description>MemCached is a free &quot;distributed memory object caching system&quot; that can work wonders on your application&apos;s responsiveness and server load. If your application does not need &quot;instantaneous&quot; data calculations for every user, you can use MemCached to greatly reduce your...</description>
<link>http://dreamingwell.com/articles/archives/2009/02/creating-a-scal.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/02/creating-a-scal.php</guid>
<category>PHP</category>
<pubDate>Wed, 11 Feb 2009 08:42:33 -0600</pubDate>
</item>

<item>
<title>Introducing RIAStats.com</title>
<description>RIAStats.com collects statistics about Rich Internet Application browser plugin deployments and provides the results publicly. The site uses a small javascript, much like Google Analytics, to detect the presence and version of RIA plugins. Like google analytics, any web site...</description>
<link>http://dreamingwell.com/articles/archives/2008/07/introducing-ria.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/07/introducing-ria.php</guid>
<category>Flex</category>
<pubDate>Thu, 24 Jul 2008 10:33:38 -0600</pubDate>
</item>

<item>
<title>Displaying a Shapefile (.shp) on a Map in Flex</title>
<description>Using some of my previously covered material, I have created a Flex appication that displays Shapefile (.shp) polygons on a map. This demo includes three different shapefiles that give some information about Brazos County, TX. You&apos;ll notice that you can...</description>
<link>http://dreamingwell.com/articles/archives/2008/06/displaying-a-sh.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/06/displaying-a-sh.php</guid>
<category>Flex</category>
<pubDate>Wed, 18 Jun 2008 16:33:42 -0600</pubDate>
</item>

<item>
<title>Google SocialGraph Explorer in Flex</title>
<description>Just for fun, I&apos;ve created a Google SocialGraph Explorer application in Flex. Google&apos;s web spider picks up XFN and FOAF information. The Google SocialGraph API makes that data available through a JSON API. Running Demo Source Code This application makes...</description>
<link>http://dreamingwell.com/articles/archives/2008/06/google-socialgr.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/06/google-socialgr.php</guid>
<category>Flex</category>
<pubDate>Fri, 13 Jun 2008 13:44:44 -0600</pubDate>
</item>

<item>
<title>ModestMap Example in AIR (Updated)</title>
<description>The following was created as an example ModestMaps implementation in Adobe Air. This application shows the basic functionality of Modest Maps. You will need both of the following projects. The ModestMap Library is a checkout from the ModestMap SVN ModestMapAir...</description>
<link>http://dreamingwell.com/articles/archives/2008/06/modestmap-examp.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/06/modestmap-examp.php</guid>
<category>Flex</category>
<pubDate>Sun, 08 Jun 2008 00:49:12 -0600</pubDate>
</item>

<item>
<title>Available Mapping Solutions in Flex</title>
<description>Last week I gave a short presentation on available Flex mapping solutions to the DC Area Flex Users Group. We covered Yahoo Maps, ILOG Elixir, and ModestMaps. Below you&apos;ll find links to the slides I used during that presentation, in...</description>
<link>http://dreamingwell.com/articles/archives/2008/06/available-mappi.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/06/available-mappi.php</guid>
<category>Flex</category>
<pubDate>Sat, 07 Jun 2008 15:18:02 -0600</pubDate>
</item>

<item>
<title>Understanding Memory Leaks in ActionScript (Adobe Flex)</title>
<description>Thanks go to Danny of TheGoldHold.com for a bunch of this information! In ActionScript, there is no method to manually completely remove an object from memory. That task is soley the responsibility of the Flash Player&apos;s garbage collector (GC). The...</description>
<link>http://dreamingwell.com/articles/archives/2008/05/understanding-m.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/05/understanding-m.php</guid>
<category>Flex</category>
<pubDate>Wed, 07 May 2008 13:59:07 -0600</pubDate>
</item>

<item>
<title>Horizontal Scrolling in DataGrids with many Columns</title>
<description>Out of the box, horizontal scrolling in datagrids with many columns is not smooth; especially if your view has many visible rows. A cheap and easy way around this is to disable &quot;liveScrolling&quot;. Without liveScrolling, the datagrid will not redraw...</description>
<link>http://dreamingwell.com/articles/archives/2008/05/horizontal-scro-1.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/05/horizontal-scro-1.php</guid>
<category>Flex</category>
<pubDate>Thu, 01 May 2008 12:51:10 -0600</pubDate>
</item>


</channel>
</rss>
