<?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.bpurcell.org/index.cfm">
	<title>Brandon Purcell's Blog</title>
	<description>A blog for ColdFusion, Java, and other topics.</description>
	<link>http://www.bpurcell.org/blog/index.cfm</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1131" />
			
			<rdf:li rdf:resource="http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1127" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1131">
	<title>Keeping a session alive on ColdFusion using Jquery</title>
	<description>&lt;p&gt;There is nothing more frustrating than taking 30 minutes filling out some text in a long form only to submit and have your session reset and lose all of your data. Here is a simple solution to keep a session open on forms where users may need an e...</description>
	<link>http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1131</link>
	<dc:date>2009-08-04T06:36:45-07:00</dc:date>
	<dc:subject>ColdFusionMX,Jquery</dc:subject>
	</item>
		
  	<item rdf:about="http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1127">
	<title>Slick Example of JQuery Selectors</title>
	<description>&lt;p&gt;I ran across &lt;a href=&quot;http://codylindley.com/jqueryselectors/&quot;&gt;this today&lt;/a&gt;. Examples are great when trying to understand JQuery selectors. &lt;/p&gt;</description>
	<link>http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;entry=1127</link>
	<dc:date>2009-05-14T22:50:11-07:00</dc:date>
	<dc:subject>Jquery</dc:subject>
	</item>
		</rdf:RDF> 