<?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 2011</copyright>
<lastBuildDate>Mon, 27 Jun 2011 16:55:02 -0600</lastBuildDate>
<pubDate>Tue, 28 Jun 2011 08:10:47 -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>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>


</channel>
</rss>
