<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>cfPadawan.com - jQuery</title>
			<link>http://www.cfpadawan.com/index.cfm</link>
			<description>cfPadawan.com</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 13:11:21 -0500</pubDate>
			<lastBuildDate>Mon, 12 Apr 2010 17:20:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>andy@cfpadawan.com</managingEditor>
			<webMaster>andy@cfpadawan.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>andy@cfpadawan.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>MASS EFFECT checkboxes with jQuery and CF!</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/4/12/MASS EFFECT checkboxes with jQuery and CF!</link>
				<description>
				
				If you&apos;ve struggled with emulating GMail or Yahoo style Select All functionality for tabular forms and you&apos;re in love (or just curious) about jQuery and ColdFusion then this post is for you!  If you love MASS EFFECT and you just want to see where someone has come up with a legitimate reason to use the words MASS EFFECT in code then this post if for you too!  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<pubDate>Mon, 12 Apr 2010 17:20:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/4/12/MASS EFFECT checkboxes with jQuery and CF!</guid>
				
				
			</item>
			
			<item>
				<title>A stupid JavaScript mistake...</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/4/7/A-stupid-JavaScript-mistake</link>
				<description>
				
				Have you ever spent an hour on something that was so simple that upon solving it you wonder how you possess enough brain power to have ever learned to write a simple statement?  Well I did and I&apos;m writing this entry for anyone else who has ever felt like they should be immediately de-rezzed!  Yeah - I just went TRON on you...  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<pubDate>Wed, 07 Apr 2010 15:01:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/4/7/A-stupid-JavaScript-mistake</guid>
				
				
			</item>
			
			<item>
				<title>JavaScript Fall Through Switch Statements</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/3/17/JavaScript-Fall-Through-Switch-Statements</link>
				<description>
				
				Someone recently asked me if it were possible to easily execute the same code for two or more possible case values in a JavaScript switch statement.  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>jQuery UI</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<category>AJAX</category>
				
				<pubDate>Wed, 17 Mar 2010 18:17:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/3/17/JavaScript-Fall-Through-Switch-Statements</guid>
				
				
			</item>
			
			<item>
				<title>Dynamically Changing jQuery UI Accordion Tab Headings</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/2/17/Dynamically-Changing-jQuery-UI-Tab-Headings</link>
				<description>
				
				If you&apos;re into using jQuery UI (and who&apos;s not?) then this is an easy way to change the heading of a jQuery accordion tab style heading to reflect user focus.  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>jQuery UI</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<category>AJAX</category>
				
				<pubDate>Wed, 17 Feb 2010 13:50:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/2/17/Dynamically-Changing-jQuery-UI-Tab-Headings</guid>
				
				
			</item>
			
			<item>
				<title>Getting Started with jQuery UI Dialogs</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/28/Getting-Started-with-jQuery-Dialogs</link>
				<description>
				
				So I&apos;ve been slowly learning &lt;strong&gt;jQuery&lt;/strong&gt; over the last two weeks and today I wanted to see how I could duplicate the cool overlay style and functionality of a &lt;i&gt;cfwindow&lt;/i&gt;.  As it turns out, jQuery UI makes this super simple with &lt;strong&gt;Dialogs&lt;/strong&gt;.  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>jQuery UI</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 28 Sep 2009 16:10:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/28/Getting-Started-with-jQuery-Dialogs</guid>
				
				
			</item>
			
			<item>
				<title>Using jQuery load in place of  a cfdiv</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/17/Using-jQuery-load-in-place-of--a-cfdiv</link>
				<description>
				
				As many of you know, yesterday I ventured into the world of &lt;strong&gt;jQuery&lt;/strong&gt; for the first time.  I&apos;m a little late to the party so I&apos;ve decided that in order to get proficient with jQuery before the apocalypse I&apos;m going to have to use it in my everyday client development tasks.

To give you some background, I have a long, on-going project where I&apos;m creating a warehouse management/manufacturing application using ColdFusion 8 and SQL Server 2005.  The app is huge and I&apos;ve been using lots of out of the box cfajax widgets and cfajaxproxy to do cool things.  I wanted to see how tough it would be to make jQuery do the same type of thing that I would normally use a &lt;strong&gt;cfdiv&lt;/strong&gt; to accomplish.  The quick answer?  Easy, easy, easy - so easy that I couldn&apos;t believe it and had to ask Ray Camden if it were truly that easy or if I had made some sort of lucky mistake.  I said, &quot;Ray - it&apos;s too fast and too easy&quot; and he said &lt;i&gt;&quot;Is that even AIR that you&apos;re breathing???&quot;&lt;/i&gt; so here we go!  [More]
				</description>
				
				<category>jQuery</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 17 Sep 2009 17:57:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/17/Using-jQuery-load-in-place-of--a-cfdiv</guid>
				
				
			</item>
			
			<item>
				<title>My first foray into the world of jQuery</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/16/My-first-foray-into-the-world-of-jQuery</link>
				<description>
				
				Well, I&apos;ve finally gotten curious enough to give &lt;strong&gt;jQuery&lt;/strong&gt; a try.  Don&apos;t cry Adobe - your super powerful cfajaxproxy tag along with some of your widgets (which I don&apos;t know whether to hug or strangle on an hourly basis) have and will continue to serve me well.  I finished my Certified ColdFusion Expert test earlier this month and now I&apos;m on the prowl to learn something that will prove to be useful along with being exciting, challenging and new.  It doesn&apos;t appear as though this jQuery phenomenon is going anywhere - so what do I have to lose!  [More]
				</description>
				
				<category>jQuery</category>
				
				<pubDate>Wed, 16 Sep 2009 16:59:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/16/My-first-foray-into-the-world-of-jQuery</guid>
				
				
			</item>
			</channel></rss>