<?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 2010</copyright>
<lastBuildDate>Wed, 14 Apr 2010 16:29:53 -0600</lastBuildDate>
<pubDate>Sun, 18 Jul 2010 11:13:20 -0600</pubDate>
<generator>http://www.movabletype.org/?v=4.25</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<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>

<item>
<title>Flex 3 Map with ModestMaps</title>
<description>ModestMaps is a BSD licensed project that enables Flex developers to create unique and robust mapping solutions. ModestMaps has the ability to use map tiles from almost any source; with built-in support for Google, MSN and Yahoo map tiles. View...</description>
<link>http://dreamingwell.com/articles/archives/2008/04/flex-3-map-with-1.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/04/flex-3-map-with-1.php</guid>
<category>Flex</category>
<pubDate>Mon, 28 Apr 2008 09:42:02 -0600</pubDate>
</item>


</channel>
</rss>