<?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 - ColdFusion</title>
			<link>http://www.cfpadawan.com/index.cfm</link>
			<description>cfPadawan.com</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 13:10:53 -0500</pubDate>
			<lastBuildDate>Tue, 11 May 2010 12:38: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>Hit me baby one more time (MySQL Style)</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/5/11/Hit-me-baby-one-more-time-MySQL-Style</link>
				<description>
				
				So yesterday I blogged on how to create a T-SQL custom scalar function in SQL Server to clean up a DATETIME and output it like this...
05/11/2010 11:37 AM.
So for anyone who is primarily using MySQL (most of our clients use SQL Server but we also take care of some MySQL driven CF apps too) here is the same code for creating and calling your very own inline function on the MySQL platform.  [More]
				</description>
				
				<category>RDBMS</category>
				
				<category>ColdFusion</category>
				
				<category>MySQL</category>
				
				<pubDate>Tue, 11 May 2010 12:38:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/5/11/Hit-me-baby-one-more-time-MySQL-Style</guid>
				
				
			</item>
			
			<item>
				<title>Date/Time formatting trick for SQL Server</title>
				<link>http://www.cfpadawan.com/index.cfm/2010/5/10/DateTime-formatting-trick-for-SQL-Server</link>
				<description>
				
				As we all know, ColdFusion has a stellar line up of date and time formatting functions.  But what happens when you need to do this at the database query level in a CFC or a Stored Procedure?  Plus a FREE Scalar function!  [More]
				</description>
				
				<category>SQL Server</category>
				
				<category>ColdFusion</category>
				
				<category>RDBMS</category>
				
				<pubDate>Mon, 10 May 2010 17:22:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2010/5/10/DateTime-formatting-trick-for-SQL-Server</guid>
				
				
			</item>
			
			<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>HELP!  Have you ever successfully output a cfchart within a cfdocument?</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/10/26/HELP--Have-you-ever-successfully-output-a-cfchart-within-a-cfdocument</link>
				<description>
				
				I have a cfchart (flash format) that works great within a normal cfm page.  I&apos;m running CF 8 so I should be able to embed the cfchart within a cfdocument but for whatever reason I cannot.
If I change the chart format to png or jpg then I get a red x and if I run it as a flash format I get nothing.
Has anyone out there ran into this and lived to tell the tale?

&lt;strong&gt;UPDATE: Outputting the cfchart in png format will work if the &lt;i&gt;localUrl&lt;/i&gt; attribute is removed (or set to false).&lt;/strong&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 26 Oct 2009 16:04:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/10/26/HELP--Have-you-ever-successfully-output-a-cfchart-within-a-cfdocument</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>Looking for a MySQL equivalent for SQL Server&apos;s ISNULL function?</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/21/Looking-for-a-MySQL-equivalent-for-SQL-Servers-ISNULL-function</link>
				<description>
				
				&lt;strong&gt;SQL Server&lt;/strong&gt; has a well known and widely used &lt;strong&gt;ISNULL&lt;/strong&gt; function that actually replaces a null column value or null subquery value with whatever you specify.  For example, if you were to write
&lt;code&gt;
SELECT  ISNULL(UnitPrice,0)
FROM    InventoryItem
&lt;/code&gt;

then you would have zeros returned in your result set for all InventoryItem table records that had a NULL value for the UnitPrice field.  Ever tried to do that in &lt;strong&gt;MySQL&lt;/strong&gt;?  It doesn&apos;t work because MySQL&apos;s ISNULL function simply returns a value telling you whether or not the argument to the ISNULL function was NULL or not.  Not as cool when compared to SQL Server&apos;s nifty replace type of functionality now is it?  But wait, no need to talk smack about MySQL - for there is another great and easy to use command in MySQL that will give us the same result!  [More]
				</description>
				
				<category>SQL Server</category>
				
				<category>ColdFusion</category>
				
				<category>MySQL</category>
				
				<pubDate>Mon, 21 Sep 2009 14:59:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/21/Looking-for-a-MySQL-equivalent-for-SQL-Servers-ISNULL-function</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>Using CFAJAXPROXY to Check Yourself Before You Wreck Yourself!</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/11/Using-CFAJAXPROXY-to-Check-Yourself-Before-You-Wreck-Yourself</link>
				<description>
				
				Many web apps that are used for CRUD activities (INSERT, UPDATE and DELETE statements) employ tables that simply have what is often referred to as a manufactured key.  Most people more commonly know this as an auto-increment or auto-numbered identity style of primary key and it is typically stored as a data type that&apos;s an integer of some sort.  This is great until you&apos;re working on something a bit bigger, say a business app, and you want the key to a subsidiary table to hold meaning to the end user throughout the app.  Perhaps you&apos;re setting up location codes or category codes for instance, the value 5 will probably not mean a lot to an end user when filtering inventory reports by location code and it unfortunately forces the user to perform mental lookups to remember that 5 truly means a location of &apos;Chicago&apos;.

So let&apos;s say that you make the decision to structure lookup tables using user defined key values - would you know how to use CF to help maintain referential integrity in your database while not endlessly frustrating your end users?  [More]
				</description>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<category>RDBMS</category>
				
				<pubDate>Fri, 11 Sep 2009 11:37:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/11/Using-CFAJAXPROXY-to-Check-Yourself-Before-You-Wreck-Yourself</guid>
				
				
			</item>
			
			<item>
				<title>Using CF and AJAX to dynamically show and hide divs based on database values</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/9/4/Using-CF-and-AJAX-to-dynamically-show-and-hide-divs-based-on-database-values</link>
				<description>
				
				Showing and hiding form and document elements on a page can be pretty useful when you&apos;re trying to walk a user through a process and you only want them to interact with controls that are geared towards to the task at hand.  [More]
				</description>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<pubDate>Fri, 04 Sep 2009 13:48:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/9/4/Using-CF-and-AJAX-to-dynamically-show-and-hide-divs-based-on-database-values</guid>
				
				
			</item>
			
			<item>
				<title>Delivering Event Driven Notifications to Users with AJAX</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/8/30/Delivering-Event-Driven-Notifications-to-Users-with-AJAX</link>
				<description>
				
				Have you ever wanted to notify a group of users that an event has taken place using a cfwindow or some other type of alert?  Well here&apos;s a way!  [More]
				</description>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<pubDate>Sun, 30 Aug 2009 00:01:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/8/30/Delivering-Event-Driven-Notifications-to-Users-with-AJAX</guid>
				
				
			</item>
			
			<item>
				<title>A quick and easy way to customize ColdFusion&apos;s default loading message for cfdivs and cflayoutareas.</title>
				<link>http://www.cfpadawan.com/index.cfm/2009/8/29/A-quick-and-easy-way-to-customize-ColdFusions-default-loading-message-for-cfdivs-and-cflayoutareas</link>
				<description>
				
				Have you ever wanted to juice up or possibly hide the default loading message for your cfdivs or cflayoutareas?  [More]
				</description>
				
				<category>AJAX</category>
				
				<category>ColdFusion</category>
				
				<category>JavaScript</category>
				
				<pubDate>Sat, 29 Aug 2009 18:10:00 -0500</pubDate>
				<guid>http://www.cfpadawan.com/index.cfm/2009/8/29/A-quick-and-easy-way-to-customize-ColdFusions-default-loading-message-for-cfdivs-and-cflayoutareas</guid>
				
				
			</item>
			</channel></rss>