<?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/2011/11/14/Capturing-the-expand-and-collapse-event-on-a-jQuery-Mobile-collapsible-set" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2011/01/17/-------.-.-...-.--.-.------..-.---.---..---....-.--..-.-.-.---.--..-.----.--...--.--...--.-.-.-.-..-.--.--" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/11/20/Single-Page-AIR-Applications-with-jQuery" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/11/17/textCounter---Twitter-style-input-field-character-countdown-jQuery-plugin" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/09/28/File-downloading-with-Adobe-AIR-using-HTML-and-jQuery" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/07/11/Presenting-to-the-Boston-CFUG---jQuery,-AIR-and-ColdFusion-development,-July-21st" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/06/02/Deploying-to-Web,-Desktop,-and-Mobile-with-jQuery,-AIR,-ColdFusion,-and-Phonegap-at-NYCFUG,-June-8th" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/04/03/Presenting-to-the-NYCFUG-on-June-8th.-jQuery,-ColdFusion,-AIR,-Phonegap,-and-mobile-devices." />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/01/31/jQuery-1.4-support-in-AIR-2.0-and-ColdFusion-Builder-1.0" />
		
		<rdf:li rdf:resource="http://www.andymatthews.net/read/2010/01/26/Im-speaking-at-the-D2WC-Conference-in-Kansas-City:-June-19-and-20" />
		
		</rdf:Seq>
		</items>
		</channel>
		<item rdf:about="http://www.andymatthews.net/read/2011/11/14/Capturing-the-expand-and-collapse-event-on-a-jQuery-Mobile-collapsible-set">
		<title>Capturing the expand and collapse event on a jQuery Mobile collapsible set</title>
		<description>
	This morning over at Goba.mobi I needed to capture the expanding/collapsing of a jQuery Mobile collapsible set. I wanted to add a class to an element, but only when a a specific set was opened. I Googled for a few minutes before finding a post over ...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2011/11/14/Capturing-the-expand-and-collapse-event-on-a-jQuery-Mobile-collapsible-set]]></link> 
		<dc:date>2011-11-14T09:02:34-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2011/01/17/-------.-.-...-.--.-.------..-.---.---..---....-.--..-.-.-.---.--..-.----.--...--.--...--.-.-.-.-..-.--.--">
		<title>-- --- .-. ... . -.-. --- -.. . - .-- .. - .... .- .. .-. .- -. -.. .--- .- ...- .- ... -.-. .-. .. .--. -</title>
		<description>Also known as Morse Code Generator with AIR and JavaScript

	Back in October Ray Camden posted a quick tutorial on how to </description>
		<link><![CDATA[http://www.andymatthews.net/read/2011/01/17/-------.-.-...-.--.-.------..-.---.---..---....-.--..-.-.-.---.--..-.----.--...--.--...--.-.-.-.-..-.--.--]]></link> 
		<dc:date>2011-01-17T20:19:31-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/11/20/Single-Page-AIR-Applications-with-jQuery">
		<title>Single Page AIR Applications with jQuery</title>
		<description>
	Quite a few people have asked how to create AIR applications that utilize the "one page" approach. There are many benefits to this method, most importantly variable scope. In AIR when you switch from one page to another you lose the data you've alre...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/11/20/Single-Page-AIR-Applications-with-jQuery]]></link> 
		<dc:date>2010-11-20T14:44:39-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/11/17/textCounter---Twitter-style-input-field-character-countdown-jQuery-plugin">
		<title>textCounter - Twitter style input field character countdown jQuery plugin</title>
		<description>
	I've been using jQuery for a long time, since mid to late 2006, and in that whole time I've never written a plugin for this wonderful JavaScript library. Well that's changed now with the release of textCounter, a Twitter...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/11/17/textCounter---Twitter-style-input-field-character-countdown-jQuery-plugin]]></link> 
		<dc:date>2010-11-17T08:04:35-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/09/28/File-downloading-with-Adobe-AIR-using-HTML-and-jQuery">
		<title>File downloading with Adobe AIR using HTML and jQuery</title>
		<description>
	If you're developing an AIR application using HTML and JavaScript, you may eventually have the need to download a file from a remote web server to the user's local machine. AIR gives you the power to do this, with just a few lines of code. This arti...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/09/28/File-downloading-with-Adobe-AIR-using-HTML-and-jQuery]]></link> 
		<dc:date>2010-09-28T11:57:55-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/07/11/Presenting-to-the-Boston-CFUG---jQuery,-AIR-and-ColdFusion-development,-July-21st">
		<title>Presenting to the Boston CFUG - jQuery, AIR and ColdFusion development, July 21st</title>
		<description>
	Are you a JavaScript, or jQuery developer and want to find out more about Adobe AIR? Are you interested in building desktop applications, but don't know how to get sta...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/07/11/Presenting-to-the-Boston-CFUG---jQuery,-AIR-and-ColdFusion-development,-July-21st]]></link> 
		<dc:date>2010-07-11T09:01:08-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/06/02/Deploying-to-Web,-Desktop,-and-Mobile-with-jQuery,-AIR,-ColdFusion,-and-Phonegap-at-NYCFUG,-June-8th">
		<title>Deploying to Web, Desktop, and Mobile with jQuery, AIR, ColdFusion, and Phonegap at NYCFUG, June 8th</title>
		<description>
	Do you live in, or around, Manhattan and are interested in learning more about desktop and mobile application development? Then you're in luck. I'll be speaking to the New York ColdFusion User...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/06/02/Deploying-to-Web,-Desktop,-and-Mobile-with-jQuery,-AIR,-ColdFusion,-and-Phonegap-at-NYCFUG,-June-8th]]></link> 
		<dc:date>2010-06-02T15:06:46-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/04/03/Presenting-to-the-NYCFUG-on-June-8th.-jQuery,-ColdFusion,-AIR,-Phonegap,-and-mobile-devices.">
		<title>Presenting to the NYCFUG on June 8th. jQuery, ColdFusion, AIR, Phonegap, and mobile devices.</title>
		<description>
	I've just confirmed that I'll be presenting in person to NYCFUG, the New York ColdFusion User Group on June 8th. That in and of itself is exciting as it has some top notch members. Even better than that is that I...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/04/03/Presenting-to-the-NYCFUG-on-June-8th.-jQuery,-ColdFusion,-AIR,-Phonegap,-and-mobile-devices.]]></link> 
		<dc:date>2010-04-03T16:04:44-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/01/31/jQuery-1.4-support-in-AIR-2.0-and-ColdFusion-Builder-1.0">
		<title>jQuery 1.4 support in AIR 2.0 and ColdFusion Builder 1.0</title>
		<description>
	As you may know, Adobe has public betas for ColdFusion Builder, and AIR 2.0. Both of these toolsets will really advance the de...</description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/01/31/jQuery-1.4-support-in-AIR-2.0-and-ColdFusion-Builder-1.0]]></link> 
		<dc:date>2010-01-31T14:17:44-07:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.andymatthews.net/read/2010/01/26/Im-speaking-at-the-D2WC-Conference-in-Kansas-City:-June-19-and-20">
		<title>I'm speaking at the D2WC Conference in Kansas City: June 19 and 20</title>
		<description>
	A month or two ago I noticed a twitter friend of mine, and respected designer, Dee Sadler talking about a new conference she was planning. She's based in Kansas City, and having found out how active their </description>
		<link><![CDATA[http://www.andymatthews.net/read/2010/01/26/Im-speaking-at-the-D2WC-Conference-in-Kansas-City:-June-19-and-20]]></link> 
		<dc:date>2010-01-26T20:17:58-07:00</dc:date>
		<dc:subject></dc:subject>
		</item></rdf:RDF>
