<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<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>Wed, 14 Apr 2010 16:50:03 -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>Using IPTables to Block SSH Brute Force Attempts</title>
<description>Most Linux distributions have no SSH brute force counter measures &apos;out of the box&apos;. You can use this simple command line set to configure an IPTables rule that blocks SSH attempts from any IP after 3 failed ssh logins. iptables...</description>
<link>http://dreamingwell.com/articles/archives/2009/08/using-iptables.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/08/using-iptables.php</guid>
<category>Linux</category>
<pubDate>Sat, 29 Aug 2009 17:11:45 -0600</pubDate>
</item>

<item>
<title>Introducing ChargeWell.com, an online shopping cart for small businesses</title>
<description>Today I&apos;m proud to announce the first open beta of a new online shopping cart at ChargeWell.com! We&apos;ve made available a limited number of free accounts. Just use the &quot;Register&quot; button at the top right of ChargeWell.com. ChargeWell is a...</description>
<link>http://dreamingwell.com/articles/archives/2009/03/introducing-cha.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/03/introducing-cha.php</guid>
<category>Javascript</category>
<pubDate>Tue, 10 Mar 2009 10:21:30 -0600</pubDate>
</item>

<item>
<title>Speed web page rendering by combining JavaScript and CSS files, with PHP and Memcached</title>
<description>Web browsers have built-in logic that determines when linked resources such as JavaScript and CSS are downloaded. Because of the nature of JavaScript execution and CSS rendering, the browser may delay it&apos;s request for each resource, even when that&apos;s detrimental...</description>
<link>http://dreamingwell.com/articles/archives/2009/03/speed-web-page.php</link>
<guid>http://dreamingwell.com/articles/archives/2009/03/speed-web-page.php</guid>
<category>Javascript</category>
<pubDate>Sun, 08 Mar 2009 21:29:13 -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>Transcoding MythTV for UPnP transport to a PS3</title>
<description>MythTV has a builtin UPnP server that can serve recorded shows to the PS3&apos;s UPnP client. However, the format that MythTV records may not be directly compatible with the PS3s video client. I use the following user job in MythTV...</description>
<link>http://dreamingwell.com/articles/archives/2008/08/transcoding-myt-1.php</link>
<guid>http://dreamingwell.com/articles/archives/2008/08/transcoding-myt-1.php</guid>
<category>MythTV</category>
<pubDate>Sun, 03 Aug 2008 22:22:21 -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>