<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://dreamingwell.com/articles/">
<title>DreamingWell - Articles</title>
<link>http://dreamingwell.com/articles/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2009-12-17T13:03:52-06:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.25" />

<cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/1.0/" />


<items>
<rdf:Seq>
<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/12/excluding-direc.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/09/generating-asdo.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/08/using-iptables.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/03/introducing-cha.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/03/speed-web-page.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2009/02/creating-a-scal.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/08/transcoding-myt-1.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/07/introducing-ria.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/06/displaying-a-sh.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/06/google-socialgr.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/06/modestmap-examp.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/06/available-mappi.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/05/understanding-m.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/05/horizontal-scro-1.php" />

<rdf:li rdf:resource="http://dreamingwell.com/articles/archives/2008/04/flex-3-map-with-1.php" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://dreamingwell.com/articles/archives/2009/12/excluding-direc.php">
<title>Excluding all but one directory in ASDoc 3</title>
<link>http://dreamingwell.com/articles/archives/2009/12/excluding-direc.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-12-17T13:03:52-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2009/09/generating-asdo.php">
<title>Generating ASDocs in Flex Builder 3</title>
<link>http://dreamingwell.com/articles/archives/2009/09/generating-asdo.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-09-29T13:38:11-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2009/08/using-iptables.php">
<title>Using IPTables to Block SSH Brute Force Attempts</title>
<link>http://dreamingwell.com/articles/archives/2009/08/using-iptables.php</link>
<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>
<dc:subject>Linux</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-08-29T17:11:45-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2009/03/introducing-cha.php">
<title>Introducing ChargeWell.com, an online shopping cart for small businesses</title>
<link>http://dreamingwell.com/articles/archives/2009/03/introducing-cha.php</link>
<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>
<dc:subject>Javascript</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-03-10T10:21:30-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2009/03/speed-web-page.php">
<title>Speed web page rendering by combining JavaScript and CSS files, with PHP and Memcached</title>
<link>http://dreamingwell.com/articles/archives/2009/03/speed-web-page.php</link>
<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>
<dc:subject>Javascript</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-03-08T21:29:13-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2009/02/creating-a-scal.php">
<title>Creating a scalable Flex Application with PHP, MemCached and AMF</title>
<link>http://dreamingwell.com/articles/archives/2009/02/creating-a-scal.php</link>
<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>
<dc:subject>PHP</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2009-02-11T08:42:33-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/08/transcoding-myt-1.php">
<title>Transcoding MythTV for UPnP transport to a PS3</title>
<link>http://dreamingwell.com/articles/archives/2008/08/transcoding-myt-1.php</link>
<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>
<dc:subject>MythTV</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-08-03T22:22:21-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/07/introducing-ria.php">
<title>Introducing RIAStats.com</title>
<link>http://dreamingwell.com/articles/archives/2008/07/introducing-ria.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-07-24T10:33:38-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/06/displaying-a-sh.php">
<title>Displaying a Shapefile (.shp) on a Map in Flex</title>
<link>http://dreamingwell.com/articles/archives/2008/06/displaying-a-sh.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-06-18T16:33:42-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/06/google-socialgr.php">
<title>Google SocialGraph Explorer in Flex</title>
<link>http://dreamingwell.com/articles/archives/2008/06/google-socialgr.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-06-13T13:44:44-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/06/modestmap-examp.php">
<title>ModestMap Example in AIR (Updated)</title>
<link>http://dreamingwell.com/articles/archives/2008/06/modestmap-examp.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-06-08T00:49:12-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/06/available-mappi.php">
<title>Available Mapping Solutions in Flex</title>
<link>http://dreamingwell.com/articles/archives/2008/06/available-mappi.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-06-07T15:18:02-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/05/understanding-m.php">
<title>Understanding Memory Leaks in ActionScript (Adobe Flex)</title>
<link>http://dreamingwell.com/articles/archives/2008/05/understanding-m.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-05-07T13:59:07-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/05/horizontal-scro-1.php">
<title>Horizontal Scrolling in DataGrids with many Columns</title>
<link>http://dreamingwell.com/articles/archives/2008/05/horizontal-scro-1.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-05-01T12:51:10-06:00</dc:date>
</item>

<item rdf:about="http://dreamingwell.com/articles/archives/2008/04/flex-3-map-with-1.php">
<title>Flex 3 Map with ModestMaps</title>
<link>http://dreamingwell.com/articles/archives/2008/04/flex-3-map-with-1.php</link>
<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>
<dc:subject>Flex</dc:subject>
<dc:creator>wildag</dc:creator>
<dc:date>2008-04-28T09:42:02-06:00</dc:date>
</item>


</rdf:RDF>