<?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>Charlie Griefer - ColdFusion</title>
			<link>http://charlie.griefer.com/blog/index.cfm</link>
			<description>ColdFusion developer Charlie Griefer talks and wonders, &quot;is anybody listening?&quot;</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 18:54:32 -0500</pubDate>
			<lastBuildDate>Thu, 02 Sep 2010 17:57:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>charlie@griefer.com</managingEditor>
			<webMaster>charlie@griefer.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>charlie@griefer.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Charlie Griefer</title>
				<link>http://charlie.griefer.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>The Nicest Thing Anybody&apos;s Said About Me in a Long Time...</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2010/9/2/The-Nicest-Thing-Anybodys-Said-About-Me-in-a-Long-Time</link>
				<description>
				
				&lt;p&gt;
&lt;blockquote&gt;
you&apos;re like the herpes of the internet, theres 50000000 CF forums and everytime i read a thread going &quot;ah this is the issue i have, i really don&apos;t want to do it this particular way&quot; there you are answering why you should do it like that, very annoying
&lt;/blockquote&gt;
&lt;/p&gt;

&lt;p&gt;The above was just IM&apos;d to me by a friend.  I think it might actually be a compliment of sorts.&lt;/p&gt;

&lt;p&gt;On an unrelated note... sincere apologies for the lack of blog entries (and even more sincere apologies for resuming blogging with this particular entry).  Suffice it to say, I&apos;ve been busy, which is a &quot;good thing&quot; (tm).  I do intend to get back to it, updating everybody with what&apos;s been going on (we moved... again), things I&apos;ve learned about working from home, and of course, ColdFusion.&lt;/p&gt;

&lt;p&gt;Stay tuned...&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 02 Sep 2010 17:57:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2010/9/2/The-Nicest-Thing-Anybodys-Said-About-Me-in-a-Long-Time</guid>
				
				
			</item>
			
			<item>
				<title>TextMate - My New IDE of Choice</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2010/1/30/TextMate--My-New-IDE-of-Choice</link>
				<description>
				
				&lt;p&gt;A little less than a year ago I made the switch to OS X and treated myself to a Macbook Pro.  Just recently, I started working with the &lt;a href=&quot;http://macromates.com/&quot; class=&quot;externalLink&quot;&gt;TextMate IDE&lt;/a&gt; on a current contract.&lt;/p&gt;

&lt;p&gt;My first impression was less than stellar.  Visually, TextMate is pretty spartan.  Applications on OS X are supposed to be pretty (see &lt;a href=&quot;http://www.panic.com/coda/&quot; class=&quot;externalLink&quot;&gt;Coda&lt;/a&gt;).  TextMate is most decidedly not pretty.  But as I&apos;m starting to learn, she&apos;s got an amazing personality.&lt;/p&gt;

&lt;p&gt;Sometimes it&apos;s the little things that hook you in.  For the longest time, I put off learning jQuery.  Didn&apos;t see the need.  I&apos;m pretty comfortable with JavaScript, and couldn&apos;t justify investing the time to learn a new way to write what I already knew how to write.  Then I learned about .toggle().  I was sold.  I hopped into bed with jQuery and I&apos;ve not looked back.&lt;/p&gt;

&lt;p&gt;Today, I was introduced to TextMate&apos;s equivalent of .toggle().  It may seem trivial, but it got me hooked, and hungry to learn more.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Sat, 30 Jan 2010 03:10:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2010/1/30/TextMate--My-New-IDE-of-Choice</guid>
				
				
			</item>
			
			<item>
				<title>jQuery - Ensuring Unique Usernames in Real Time</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/10/16/jQuery--Ensuring-Unique-Usernames-in-Real-Time</link>
				<description>
				
				&lt;p&gt;A question came up yesterday on the &lt;a href=&quot;http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:60249&quot; class=&quot;externalLink&quot;&gt;cf-talk mailing list&lt;/a&gt;.  The question involved a user who is filling out a form and choosing a user name.  The poster wanted to check in &quot;real time&quot; (after the blur event on the username input) that the name is unique.&lt;/p&gt;

&lt;p&gt;As &lt;a href=&quot;http://blog.cutterscrossing.com/&quot; class=&quot;externalLink&quot;&gt;Steve &quot;Cutter&quot; Blades&lt;/a&gt; points out, this can be accomplished using J&#xf6;rn Zaefferer&apos;s &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-validation/&quot; class=&quot;externalLink&quot;&gt;Validation Plugin&lt;/a&gt; for jQuery.  This plugin is essentially the defacto standard for doing validations via jQuery.  It can be implemented very easily to do the most basic validations, but it can also be extended to do any number of complex validations.&lt;/p&gt;

&lt;p&gt;That being said, I thought it still might be worthwhile to see a quick example of how to build out that specific functionality from scratch.  How can we use jQuery to give a user real-time feedback as to whether or not a username is available?  Start with the markup below:&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery Cookbook</category>
				
				<category>jQuery</category>
				
				<pubDate>Fri, 16 Oct 2009 11:40:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/10/16/jQuery--Ensuring-Unique-Usernames-in-Real-Time</guid>
				
				
			</item>
			
			<item>
				<title>Los Angeles Bound... MAX Here I Come</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/10/3/Los-Angeles-Bound-MAX-Here-I-Come</link>
				<description>
				
				&lt;p&gt;Finishing up some last-minute packing before heading off for &lt;a href=&quot;http://max.adobe.com/&quot; class=&quot;externalLink&quot;&gt;Adobe MAX&lt;/a&gt; tomorrow morning.&lt;/p&gt;

&lt;p&gt;Saving a few dollars (I think... the price of gas might actually prove otherwise) by driving instead of flying.  I like the convenience of having a car at the conference.  Provides a little bit of freedom for getting out and about.&lt;/p&gt;

&lt;p&gt;I&apos;ll be picking up &lt;a href=&quot;http://corfield.org/&quot; class=&quot;externalLink&quot;&gt;Sean Corfield&lt;/a&gt; at 9am.  It&apos;ll be nice to share the ride as it&apos;s a pretty monotonous drive down I-5.  Saturday night I&apos;ll be hitting a Dodgers game with &lt;a href=&quot;http://www.boyzoid.com&quot; class=&quot;externalLink&quot;&gt;Scott Stroz&lt;/a&gt; and &lt;a href=&quot;http://www.coldfusionjedi.com&quot; class=&quot;externalLink&quot;&gt;Ray Camden&lt;/a&gt;, which should be a good time.  I don&apos;t follow baseball, but I do enjoy getting out to a live game.  I haven&apos;t done that since I went to a Diamondback game back in AZ.&lt;/p&gt;

&lt;p&gt;Sunday morning, Scott and I are heading over to ESPN Zone to watch the Giants vs. Chiefs.  Scott and I both grew up in NJ, and are both Giants fans.  Getting to watch the game together is going to be a blast.  If you&apos;re at the conference and want to meet up, we&apos;ll be there for the early game (10:00am).  Depending on who&apos;s playing and who shows up, we may stay for the late games as well.&lt;/p&gt;

&lt;p&gt;Sunday night is the Community Summit.  This is my first year as a &lt;a href=&quot;http://groups.adobe.com/groups/0e009fe342/summary&quot; class=&quot;externalLink&quot;&gt;User Group Manager&lt;/a&gt;, and I&apos;m really looking forward to meeting other managers and Community Experts.&lt;/p&gt;

&lt;p&gt;Monday the conference starts in earnest.  I expect that most of the time I&apos;ll be in the &lt;a href=&quot;http://www.coldfusionjedi.com/page.cfm/ColdFusion-Unconference&quot; class=&quot;externalLink&quot;&gt;ColdFusion Unconference&lt;/a&gt; area.  Ezra Parker and I are going to be doing what we can to help Ray make sure everything runs smoothly.&lt;/p&gt;

&lt;p&gt;With the exception of the Max Bash on Tuesday night, evenings are open.  I&apos;m sure both open evenings will fill up.  Scott and I talked about the possibility of a trip to Fogo de Chao in Beverly Hills.  Maybe Monday night?  Any takers?&lt;/p&gt;

&lt;p&gt;If you&apos;re going to be in town, come by the Unconference area and say hi.  I look forward to seeing you there.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>Conferences</category>
				
				<pubDate>Sat, 03 Oct 2009 02:04:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/10/3/Los-Angeles-Bound-MAX-Here-I-Come</guid>
				
				
			</item>
			
			<item>
				<title>jQuery - What You Can do with the Data Method</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/9/23/jQuery--What-You-Can-do-with-the-Data-Method</link>
				<description>
				
				&lt;p&gt;A question came up yesterday on the &lt;a href=&quot;http://groups.google.com/group/jquery-en&quot; class=&quot;externalLink&quot;&gt;jQuery mailing list&lt;/a&gt; where somebody wanted to effectively &quot;embed&quot; data into a link.  They essentially wanted to call a function on click, but needed to pass arguments.  Since jQuery is supposed to be unobtrusive (e.g. &quot;Find Something, Do Something&quot;), how can we tell jQuery that, when a specific link is clicked, there&apos;s specific data associated with that link?&lt;/p&gt;

&lt;p&gt;The jQuery &lt;a href=&quot;http://docs.jquery.com/Core/data#namevalue&quot; class=&quot;externalLink&quot;&gt;data() method&lt;/a&gt; allows you to do just that.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery</category>
				
				<pubDate>Wed, 23 Sep 2009 15:06:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/9/23/jQuery--What-You-Can-do-with-the-Data-Method</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion and jQuery - New tutorial(s) on LearnCF.com (Part 3)</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/9/21/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom-Part-3</link>
				<description>
				
				&lt;p&gt;The long-awaited and eagerly anticipated (by me) conclusion to my 3-part tutorial on &lt;a href=&quot;http://www.learncf.com&quot; class=&quot;externalLink&quot;&gt;learncf.com&lt;/a&gt; on using jQuery to return JSON data from a ColdFusion CFC.&lt;/p&gt;

&lt;p&gt;The tutorial can be found &lt;a href=&quot;http://tutorial44.learncf.com/&quot; class=&quot;externalLink&quot;&gt;here&lt;/a&gt;.  When all is said and done, you&apos;ll have built &lt;a href=&quot;http://tutorial44.learncf.com/demo/44&quot; class=&quot;externalLink&quot;&gt;this page&lt;/a&gt;, and hopefully you&apos;ll have a good (better?) understanding of how it all works.&lt;/p&gt;

&lt;p&gt;As always, hit me up with questions or comments.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery</category>
				
				<pubDate>Mon, 21 Sep 2009 13:54:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/9/21/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom-Part-3</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion and jQuery - New tutorial(s) on LearnCF.com (Part 2)</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/9/9/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom-Part-2</link>
				<description>
				
				&lt;p&gt;Part 2 of what is now a 3-part tutorial on using jQuery and ColdFusion has been posted to &lt;a href=&quot;http://www.learncf.com&quot; class=&quot;externalLink&quot;&gt;http://www.learncf.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To recap, &lt;a href=&quot;http://tutorial42.learncf.com/&quot; class=&quot;externalLink&quot;&gt;Part 1&lt;/a&gt; showed how to use jQuery&apos;s getJSON() method to pull data from Twitter&apos;s public API.&lt;/p&gt;

&lt;p&gt;The current installation shows how to use that same getJSON() method to pull data from a ColdFusion CFC method, and output it to the current page.&lt;/p&gt;

&lt;p&gt;A future installment will add some bells and whistles using various jQuery methods including show(), hide(), fadeIn(), fadeOut() and the new-in-jQuery1.3 live() method.&lt;/p&gt;

&lt;p&gt;Check out the latest installment at &lt;a href=&quot;http://tutorial43.learncf.com/&quot; class=&quot;externalLink&quot;&gt;http://tutorial43.learncf.com/&lt;/a&gt;.  As always, I look forward to your comments or questions.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery</category>
				
				<pubDate>Wed, 09 Sep 2009 13:20:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/9/9/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom-Part-2</guid>
				
				
			</item>
			
			<item>
				<title>Registration for ColdFusion DevCamp Now Open!</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/9/3/Registraton-for-ColdFusion-DevCamp-Now-Open</link>
				<description>
				
				&lt;p&gt;What&apos;s ColdFusion DevCamp?  Organized by &lt;a href=&quot;http://www.designovermatter.com/&quot; class=&quot;externalLink&quot;&gt;Sid Maestre&lt;/a&gt; (manager of BACFUG), &lt;a href=&quot;http://www.rluxemburg.com/&quot; class=&quot;externalLink&quot;&gt;Rachel Luxemburg&lt;/a&gt; (Group Manager, Developer Relations at Adobe), and &lt;a href=&quot;http://www.lukek.ca/&quot; class=&quot;externalLink&quot;&gt;Luke Kilpatrick&lt;/a&gt; (who recently organized the highly successful pre DevCamp San Francisco), the event aims to introduce ColdFusion to non-ColdFusion people.  Whether it be designers or developers using other languages, this is a day-long hands-on introduction to the wonderful world of ColdFusion.&lt;/p&gt;

&lt;p&gt;The event takes place on Saturday November 7th, 2009 at the &lt;a href=&quot;http://www.adobe.com/aboutadobe/maps/sf_map.html&quot; class=&quot;externalLink&quot;&gt;Adobe office in San Francisco&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The current agenda:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;9:30-10:30 - Welcome, Laptop Setup assistance, coffee and donuts.&lt;/li&gt;
&lt;li&gt;10:30-11:00 - Keynote (State of ColdFusion).&lt;/li&gt;
&lt;li&gt;11:00-6:00 - ColdFusion - What&apos;s possible (demos of ColdFusion tags).&lt;/li&gt;
&lt;li&gt;11:00-6:00 - Break into small teams and begin projects.&lt;/li&gt;
&lt;li&gt;6:00-7:00 - Share projects.&lt;/li&gt;
&lt;li&gt;7:00-7:30 - Raffle and close.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Lunch will be provided and served around 12:00 noon.&lt;/p&gt;

&lt;p&gt;If you know of anyone in the Bay Area that&apos;s been curious to learn about ColdFusion, let them know about this event.  If you&apos;re in the Bay Area and already know ColdFusion, register as a mentor.  The more mentors that sign up, the better the experience will be for the students.&lt;/p&gt;

&lt;p&gt;The cost for this all day hands-on event?  Absolutely free.  All that you need to bring is a laptop and a desire to learn.&lt;/p&gt;

&lt;p&gt;Read more about it at &lt;a href=&quot;http://www.cfdevcamp.org/&quot; class=&quot;externalLink&quot;&gt;http://www.cfdevcamp.org/&lt;/a&gt;.  Hope to see you there!&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>Conferences</category>
				
				<pubDate>Thu, 03 Sep 2009 23:18:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/9/3/Registraton-for-ColdFusion-DevCamp-Now-Open</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion and jQuery - New tutorial(s) on LearnCF.com</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/9/3/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom</link>
				<description>
				
				&lt;p&gt;A couple weeks back, &lt;a href=&quot;http://blog.kukiel.net/&quot; class=&quot;externalLink&quot;&gt;Paul Kukiel&lt;/a&gt; asked me if I&apos;d put together a tutorial for &lt;a href=&quot;http://www.learncf.com&quot; class=&quot;externalLink&quot;&gt;http://www.learncf.com&lt;/a&gt; showing how to use jQuery and ColdFusion together.&lt;/p&gt;

&lt;p&gt;I started writing, and about 14 pages later (including code samples), submitted the tutorial showing how to use jQuery&apos;s &lt;a href=&quot;http://docs.jquery.com/Ajax/jQuery.getJSON&quot; class=&quot;externalLink&quot;&gt;getJSON()&lt;/a&gt; method to retrieve data from a ColdFusion CFC.&lt;/p&gt;

&lt;p&gt;I started out wanting to explain what getJSON() does in terms that a ColdFusion user would easily understand, and then gradually take that concept and move towards a jQuery solution.  I illustrated this by retrieving data from Twitter using one if their API methods.&lt;/p&gt;

&lt;p&gt;Once the reader had a grasp of using getJSON() to retrieve data from Twitter (or any external site), I turned the focus to using getJSON() to retrieve data from a ColdFusion CFC.&lt;/p&gt;

&lt;p&gt;Because it was a bit lengthy, Paul thought it would be best to break it out into 2 separate tutorials (and I agreed with this... in fact, I thought it might have worked well as 3 tutorials).&lt;/p&gt;

&lt;p&gt;Part 1 has been posted at &lt;a href=&quot;http://tutorial42.learncf.com/&quot; class=&quot;externalLink&quot;&gt;http://tutorial42.learncf.com/&lt;/a&gt;.  Part 2 should be along shortly (depending on how quickly Paul can get it formatted for screen) :)&lt;/p&gt;

&lt;p&gt;If you have any comments or questions on any of the material that&apos;s covered, let me know.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery</category>
				
				<pubDate>Thu, 03 Sep 2009 12:26:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/9/3/ColdFusion-and-jQuery--New-tutorials-on-LearnCFcom</guid>
				
				
			</item>
			
			<item>
				<title>Upcoming ColdFusion/Flex/AIR Events</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/8/25/Upcoming-ColdFusionFlexAIR-Events</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://max.adobe.com/&quot; class=&quot;externalLink&quot;&gt;Adobe MAX 2009&lt;/a&gt; is coming up fast (October 4-7), and thousands of developers, designers, and decision-makers will soon be descending upon Los Angeles, CA.  Certainly, MAX is one of the more extravagant conferences... and while it&apos;s worth the price of admission, I wanted to let people know about a few upcoming events that might be a bit more &quot;budget-friendly&quot;.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>Flex</category>
				
				<category>Conferences</category>
				
				<pubDate>Tue, 25 Aug 2009 11:04:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/8/25/Upcoming-ColdFusionFlexAIR-Events</guid>
				
				
			</item>
			
			<item>
				<title>Add Twitter to BlogCFC</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/8/11/Add-Twitter-to-BlogCFC</link>
				<description>
				
				&lt;p&gt;&lt;img src=&quot;http://charlie.griefer.com/blog/images/icon_twitter_80x80.png&quot; width=&quot;80&quot; height=&quot;80&quot; border=&quot;0&quot; alt=&quot;Twitter Logo&quot; title=&quot;Twitter Logo&quot; style=&quot;float:left; padding-right:8px;&quot; /&gt;I&apos;m pretty close to being done with my latest re-skinning effort of BlogCFC, and wanted to add a Twitter Pod to display my most recent tweet.&lt;/p&gt;

&lt;p&gt;I&apos;ve done some work recently with the Twitter API for &lt;a href=&quot;http://www.blitztweets.com&quot; class=&quot;externalLink&quot;&gt;blitztweets.com&lt;/a&gt;, so I didn&apos;t think it would be too difficult of a task.&lt;/p&gt;

&lt;p&gt;I added a method to blog.cfc, added an application variable with the last update date/time (so as to only update every &apos;n&apos; minutes and avoid potentially hitting the rate limit), and then created the pod itself (aptly named twitter.cfm).&lt;/p&gt;

&lt;p&gt;After reinitializing the blog, everything looked good.  I waited a few minutes, made a new tweet, and reloaded the page.  Unfortunately, it didn&apos;t update.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>jQuery</category>
				
				<pubDate>Tue, 11 Aug 2009 02:34:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/8/11/Add-Twitter-to-BlogCFC</guid>
				
				
			</item>
			
			<item>
				<title>East Bay CFUG - Overcoming Objections to Using Frameworks</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/8/4/East-Bay-CFUG--August-Meeting-Recap</link>
				<description>
				
				&lt;p&gt;Just got back from our 2nd East Bay CFUG meeting at our new location (&lt;a href=&quot;http://www.newhorizons.com/LocalWeb/default.aspx?groupid=291&quot; class=&quot;externalLink&quot;&gt;New Horizons Computer Learning Center&lt;/a&gt; in Pleasanton, CA), and couldn&apos;t be happier with the way the meeting went.&lt;/p&gt;

&lt;p&gt;My goal with the group is to break away from what I&apos;ve seen to be the traditional model of people showing up, a speaker speaks for an hour or so (while most people are texting or surfing on their laptops), swag is given out, and everybody goes home.&lt;/p&gt;

&lt;p&gt;What I&apos;m shooting for is to engage the audience.  To hold interactive, collaborative meetings.  Some might be small code challenges where everybody takes a few minutes to solve a particular problem, then shares their solution with the group.  Others might be an open discussion on a given topic.  Yet others might be hands-on labs to teach a particular technology.&lt;/p&gt;  [More]
				</description>
				
				<category>Model-Glue</category>
				
				<category>ColdFusion</category>
				
				<category>East Bay CFUG</category>
				
				<category>Frameworks</category>
				
				<pubDate>Tue, 04 Aug 2009 11:20:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/8/4/East-Bay-CFUG--August-Meeting-Recap</guid>
				
				
			</item>
			
			<item>
				<title>Now Powered by MySQL</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/7/26/Now-Powered-by-MySQL</link>
				<description>
				
				&lt;p&gt;I just &quot;flipped the switch&quot;, and this blog (which had been running MS SQL Server) is now running on MySQL.&lt;/p&gt;

&lt;p&gt;If you see anything funky, or at least funkier than usual, please drop me a line.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>General</category>
				
				<pubDate>Sun, 26 Jul 2009 16:11:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/7/26/Now-Powered-by-MySQL</guid>
				
				
				<enclosure url="http://charlie.griefer.com/blog/enclosures/blogExport.zip" length="1676" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Securing Your XML Config Files</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/7/22/Securing-Your-XML-Config-Files</link>
				<description>
				
				&lt;p&gt;Yesterday I rolled out a new site, &lt;a href=&quot;http://www.blitztweets.com&quot; class=&quot;externalLink&quot;&gt;http://www.blitztweets.com&lt;/a&gt;.  I announced it on Twitter, a few folks retweeted (thanks!), and &lt;a href=&quot;http://www.coldfusionjedi.com/&quot; class=&quot;externalLink&quot;&gt;Ray Camden&lt;/a&gt; descended upon it like a vulture descends upon a wounded bunny in the high noon desert heat.  Ray&apos;s got a knack for finding flaws in CF sites, and I&apos;d be lying if I said I didn&apos;t have him in mind during development.&lt;/p&gt;

&lt;p&gt;Overall, I think I did pretty well.  He found two issues.  First, my contact form could be submitted without the user filling in any fields.  That was OK.  I don&apos;t particularly mind if somebody really wants to send me an empty contact form.  But the second issue... ooh, that was a doozy, and I&apos;m duly embarrassed by it.  He linked me to http://www.blitztweets.com/config/ColdSpring.xml, which proceeded to display the entire contents of the file in my browser window (it&apos;s since been fixed).  Oops.&lt;/p&gt;  [More]
				</description>
				
				<category>Model-Glue</category>
				
				<category>ColdFusion</category>
				
				<category>Frameworks</category>
				
				<pubDate>Wed, 22 Jul 2009 13:28:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/7/22/Securing-Your-XML-Config-Files</guid>
				
				
			</item>
			
			<item>
				<title>MAX 2009 ColdFusion Unconference</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/6/29/MAX-2009-ColdFusion-Unconference</link>
				<description>
				
				&lt;p&gt;What, you may ask, is an Unconference?&lt;/p&gt;

&lt;p&gt;As per &lt;a href=&quot;http://max.adobe.com/sessions/discussions/&quot; class=&quot;externalLink&quot;&gt;Adobe&apos;s MAX site&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;Visit the Adobe ColdFusion&amp;reg; unconference area to participate in advanced tutorials and code show-and-tells. Share your latest cool code creations and explain how you built them.&lt;/blockquote&gt;

&lt;p&gt;Like last year, this year&apos;s ColdFusion Unconference will be organized and run by &lt;a href=&quot;http://www.coldfusionjedi.com&quot; class=&quot;externalLink&quot;&gt;Ray Camden&lt;/a&gt;, with an assist by &lt;a href=&quot;http://www.boyzoid.com&quot; class=&quot;externalLink&quot;&gt;Scott Stroz&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Unlike last year, this year I will be helping out, as Ray&apos;s &quot;Grunt Brute&quot; (his term, not mine).  I don&apos;t know exactly what the job description is, but with a title like that, could I really have said no? (Side Note: It wouldn&apos;t be the first time I&apos;ve had a lapse in good judgment.  I could tell stories, but my mom reads my blog and she&apos;s disappointed enough in me as it is.  Every family get-together it&apos;s, &quot;Oy, why ColdFusion?  It&apos;s a dead language!&quot;  She tells her friends I&apos;m a Ruby developer. But I digress...)&lt;/p&gt;

&lt;p&gt;I&apos;m looking forward to doing my part in helping to make all 3 days of the Unconference as memorable as possible.  Ray recently posted a &lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2009/6/29/MAX-2009-ColdFusion-Unconference--Call-for-SpeakersComments&quot; class=&quot;externalLink&quot;&gt;Call for Speakers/Comments&lt;/a&gt;, so if you&apos;d like to set up a session, or have comments as to something you&apos;d like to see, please drop either Ray or myself a line.&lt;/p&gt;

&lt;p&gt;Hope to see you in October!&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>
				
				<category>Conferences</category>
				
				<pubDate>Mon, 29 Jun 2009 15:46:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/6/29/MAX-2009-ColdFusion-Unconference</guid>
				
				
			</item>
			</channel></rss>