<?xml version="1.0" encoding="ISO-8859-1" ?>
	<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
	><channel rdf:about="http://www.andymatthews.net">
		<description>andyMatthews.net - where design and dev meet: the personal blog of web developer Andy Matthews</description><link>http://www.andymatthews.net</link><title>andyMatthews.net</title>
		<items>
		<rdf:Seq>
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/03/11/Secure-storage-in-JavaScript,-a-proof-of-concept" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/11/05/Capture-BitmapData-with-JavaScript-AIR-applications" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/06/07/jQuery-and-AIR:-Writing-content-to-the-file-system-via-drag-and-drop" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/05/28/Presenting-tonight-to-the-Nashville-CFUG.-jQuery-and-AIR-development" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/03/23/JavaScript-replace-method-takes-functions-as-arguments?-Who-knew?" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/03/17/Shrinkadoo-0.5,-now-with-copy/paste-(take-that-Apple)" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/03/03/Shrinkadoo,-jQuery/ColdFusion-powered-URL-shortening-AIR-app" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2009/01/13/Calling-a-page-via-a-link-with-a-target-attribute" />
		
		</rdf:Seq>
		</items>
		</channel>
		<item rdf:about="http://www.andymatthews.net/read/2010/03/11/Secure-storage-in-JavaScript,-a-proof-of-concept">
		<title>Secure storage in JavaScript, a proof of concept</title>
		<description>
	A week or so ago, a fellow JavaScript developer threw down a challenge.
	
		Suppose you wanted to extend the JavaScript Object such that getting and setting data in the object is only possible when providing a predetermined access key....</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/03/11/Secure-storage-in-JavaScript,-a-proof-of-concept]]></link> 
		<dc:date>2010-03-11T12:11:20-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/11/05/Capture-BitmapData-with-JavaScript-AIR-applications">
		<title>Capture BitmapData with JavaScript AIR applications</title>
		<description>
	When it comes to AIR application development, those of us using JavaScript are second class citizens. It's unfortunate, but true. Functionality easily available in Flash or Flex is either missing, or difficult to find (and use) in our apps. One such...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/11/05/Capture-BitmapData-with-JavaScript-AIR-applications]]></link> 
		<dc:date>2009-11-05T20:38:30-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/06/07/jQuery-and-AIR:-Writing-content-to-the-file-system-via-drag-and-drop">
		<title>jQuery and AIR: Writing content to the file system via drag and drop</title>
		<description>
	In this installment of my jQuery and AIR series we'll be exploring the ability to write content to the file system using AIR's built in file system access. We'll be copying images, and writing JavaScript variables as text files. We'll also be using ...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/06/07/jQuery-and-AIR:-Writing-content-to-the-file-system-via-drag-and-drop]]></link> 
		<dc:date>2009-06-07T20:39:23-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/05/28/Presenting-tonight-to-the-Nashville-CFUG.-jQuery-and-AIR-development">
		<title>Presenting tonight to the Nashville CFUG. jQuery and AIR development</title>
		<description>
	I'll be presenting to the Nashville CFUG tonight. The session is titled "jQuery and AIR: Desktop Design for the Front End Developer".


	That Nashville CFUG always records presentations via Adobe Connect...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/05/28/Presenting-tonight-to-the-Nashville-CFUG.-jQuery-and-AIR-development]]></link> 
		<dc:date>2009-05-28T10:10:26-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/03/23/JavaScript-replace-method-takes-functions-as-arguments?-Who-knew?">
		<title>JavaScript replace method takes functions as arguments? Who knew?</title>
		<description>I was working on a snippet of code at work the other day. I needed to take a string and replace every character that wasn't a letter, number, or forward slash, with a dash. That's actually super easy with regex, and it looks like this


...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/03/23/JavaScript-replace-method-takes-functions-as-arguments?-Who-knew?]]></link> 
		<dc:date>2009-03-23T09:58:17-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/03/17/Shrinkadoo-0.5,-now-with-copy/paste-(take-that-Apple)">
		<title>Shrinkadoo 0.5, now with copy/paste (take that Apple)</title>
		<description>
	I've been hard at work on several features within Shrinkadoo which have been requested by many people. Most notably is automatic copy and paste of short URLs. That feature is now included. The app also now remembers t...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/03/17/Shrinkadoo-0.5,-now-with-copy/paste-(take-that-Apple)]]></link> 
		<dc:date>2009-03-17T22:18:05-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/03/03/Shrinkadoo,-jQuery/ColdFusion-powered-URL-shortening-AIR-app">
		<title>Shrinkadoo, jQuery/ColdFusion powered URL shortening AIR app</title>
		<description>
	I can finally announce what I've been working on for the last few weeks. You might already know of the shrinkURL CFC I wrote, and released on RIAForge. But I'm ready...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/03/03/Shrinkadoo,-jQuery/ColdFusion-powered-URL-shortening-AIR-app]]></link> 
		<dc:date>2009-03-03T11:20:14-06:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2009/01/13/Calling-a-page-via-a-link-with-a-target-attribute">
		<title>Calling a page via a link with a target attribute</title>
		<description>
	Today over at House of Fusion Claude Schneegans asked:
	
		Suppose I have a page like myPage.cfm. Is it possible in this page to detect if it was called from a link having a TARGET="..." att...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2009/01/13/Calling-a-page-via-a-link-with-a-target-attribute]]></link> 
		<dc:date>2009-01-13T20:23:30-06:00</dc:date>
		<dc:subject></dc:subject>
		</item></rdf:RDF>