<?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>CFgears</title>
			<link>http://www.cfgears.com/index.cfm</link>
			<description>Eric Cobb&apos;s blog about ColdFusion, Railo, Mach-II, Web Development, and other things that make the CF Gears in my head turn.</description>
			<language>en-us</language>
			<pubDate>Wed, 19 Jun 2013 02:50:33 -0500</pubDate>
			<lastBuildDate>Thu, 04 Oct 2012 07:00:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ecobb@ecartech.com</managingEditor>
			<webMaster>ecobb@ecartech.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>ecobb@ecartech.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Problem Using Database Defaults with ColdFusion ORM</title>
				<link>http://www.cfgears.com/index.cfm/2012/10/4/Problem-Using-Database-Defaults-with-ColdFusion-ORM</link>
				<description>
				
				&lt;p&gt;Today I was trying to convert a simple insert query over to ORM, and for the life of me I could not get the insert to work.  Everything ran perfectly, there were no errors being thrown (that I could find), but the new record would not get inserted into the database.  It took me a while to figure out what was going on....well, to be honest I still don&apos;t know what was going on, but I figured out how to fix it.  Here is an example of what I was running in to:
				 [More]
				</description>
						
				
				<category>ORM</category>				
				
				<category>CFML</category>				
				
				<category>Databases</category>				
				
				<pubDate>Thu, 04 Oct 2012 07:00:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2012/10/4/Problem-Using-Database-Defaults-with-ColdFusion-ORM</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Using Var Scoper in Your ANT Builds</title>
				<link>http://www.cfgears.com/index.cfm/2012/5/23/Using-Var-Scoper-in-Your-ANT-Builds</link>
				<description>
				
				&lt;p&gt;Ok, I just found this earlier today, and while I&apos;m sure there are tons of you out there that already knew about it, I am posting this for the ones like me that have never heard of it.  The &lt;a href=&quot;http://varscoper.riaforge.org/&quot;&gt;varScoper tool&lt;/a&gt; comes with a build file that will allow you to run varScoper as an ANT task.  All I had to do was change the path to the files I wanted to scan, and the URL to my local varScoper install, and it ran perfectly.
&lt;/p&gt;&lt;p&gt;
I&apos;m excited about this, as I think a varScoper check is an awesome thing to have integrated into a build.  Plus, seeing how it is done has introduced me to some features of ANT that I was previously unaware of.
&lt;/p&gt;&lt;p&gt;
Now, after finding this, I can&apos;t help but reach out to the CF community and ask, &lt;strong&gt;what other cool CF tools come with pre-written build files?&lt;/strong&gt;
&lt;/p&gt;
				
				</description>
						
				
				<category>ANT</category>				
				
				<pubDate>Wed, 23 May 2012 13:52:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2012/5/23/Using-Var-Scoper-in-Your-ANT-Builds</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>What&apos;s in your build process?</title>
				<link>http://www.cfgears.com/index.cfm/2012/5/22/Whats-in-your-build-process</link>
				<description>
				
				&lt;p&gt;As I mentioned in my previous post, I&apos;ve started working with ANT some recently.  Like some of you, I&apos;m sure, my foray into the world of ANT came out of necessity.  As my duties here at work increased, I began to take on more and more responsibility in terms of managing code bases, sites, and servers.  We&apos;ve got 15 ColdFusion sites spread across 10 servers, and then our main site sits on a cluster of 8 CF servers.  Factor in our testing and staging environment as well, and it&apos;s safe to say we&apos;ve got a lot of code in a lot of places.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>ANT</category>				
				
				<pubDate>Tue, 22 May 2012 11:05:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2012/5/22/Whats-in-your-build-process</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Hey Man, Where have you been?</title>
				<link>http://www.cfgears.com/index.cfm/2012/4/27/Hey-Man-Where-have-you-been</link>
				<description>
				
				&lt;p&gt;Well, that&apos;s a good question.  Obviously I haven&apos;t been blogging.  Things have been super busy at work, and I really just haven&apos;t had the time to blog like I&apos;d like to.  But, to be completely honest, I really don&apos;t feel like I&apos;ve had much worth writing about lately.  Things have changed up at work and I&apos;m not doing much day-to-day development anymore.  When I do get to do some coding, it&apos;s usually just a quick fix on a CF site, or some SQL Server stuff.  I&apos;ve started playing with ANT some lately, too.&lt;/p&gt;
&lt;p&gt;Nowadays javascript and mobile development seem to be on everyone&apos;s mind, but to tell you the truth I&apos;m just really not that interested in them.
				 [More]
				</description>
						
				
				<category>Personal</category>				
				
				<pubDate>Fri, 27 Apr 2012 05:30:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2012/4/27/Hey-Man-Where-have-you-been</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Multiple Developer Positions Available In Nashville, TN.</title>
				<link>http://www.cfgears.com/index.cfm/2011/8/11/Multiple-Developer-Positions-Available-In-Nashville-TN</link>
				<description>
				
				&lt;p&gt;
The company I work for (The C.A. Jones Management Group) has an immediate need for ColdFusion, .Net, SQL Server, Ruby, and jQuery developers in our Nashville office, with multiple positions available.  
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>General</category>				
				
				<pubDate>Thu, 11 Aug 2011 07:09:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/8/11/Multiple-Developer-Positions-Available-In-Nashville-TN</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>How I got started in ColdFusion</title>
				<link>http://www.cfgears.com/index.cfm/2011/8/1/How-I-got-started-in-ColdFusion</link>
				<description>
				
				&lt;p&gt;Today is &quot;How I Got Started in ColdFusion&quot; day per &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day&quot;&gt;Steve Bryant&apos;s call&lt;/a&gt; . It&apos;s simply a day designated for us all to tell, well, how we got started in ColdFusion.  So, here goes.
&lt;/p&gt;&lt;p&gt;
My story is probably a bit different that most of the other CF Developer&apos;s stories, at least the ones I&apos;ve read anyway.  When I got into ColdFusion I didn&apos;t have any type of computer experience or college degrees (at least not IT related, anyway).  In fact, some might say it was the opposite. I had gone to college some, but after getting my Associates degree in Criminal Justice I decided not to pursue that any further and went back to work on the family farm in south Georgia.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Personal</category>				
				
				<pubDate>Mon, 01 Aug 2011 09:01:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/8/1/How-I-got-started-in-ColdFusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Memories from Moldova</title>
				<link>http://www.cfgears.com/index.cfm/2011/7/11/Memories-from-Moldova</link>
				<description>
				
				&lt;p&gt;On Thursday, June 30th, a group of people from all walks of life came together and headed out for a small country in Eastern Europe called Moldova. While we traveled over there together as a large group, once landing in Moldova 13 of us would split off from the main group and head several hours away to be on our own for the week. For some of the people in our group this was a return trip, but for several of us it was the first time. Going over there, with the exception of one person, everyone in our group was completely unknown to me. But now we have returned home as a family, united by this experience in ways that can never really be explained, but will always remain in our hearts.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Personal</category>				
				
				<pubDate>Mon, 11 Jul 2011 06:32:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/7/11/Memories-from-Moldova</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFBuilder/Subclipse problem when right clicking on files in Team Synchronization view.</title>
				<link>http://www.cfgears.com/index.cfm/2011/6/21/CFBuilderSubclipse-problem-when-right-clicking-on-files-in-Team-Synchronization-view</link>
				<description>
				
				&lt;p&gt;I started using Coldfusion Builder 2 this week, and the first plugin I installed was Subclipse.  Even though the install went fine, I ran into problems when trying to use the plugin.  Specifically, whenever I was in the Team Synchronization view I could not right click on any files.  Well, I could right click on them, but nothing would happen when I did.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>ColdFusion Builder</category>				
				
				<pubDate>Tue, 21 Jun 2011 21:08:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/6/21/CFBuilderSubclipse-problem-when-right-clicking-on-files-in-Team-Synchronization-view</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>I turned in my notice, got a new job, and am leaving the country in less than 2 weeks.</title>
				<link>http://www.cfgears.com/index.cfm/2011/6/19/I-turned-in-my-notice-got-a-new-job-and-am-leaving-the-country-in-less-than-2-weeks</link>
				<description>
				
				&lt;p&gt;
With a title like that, I guess it goes without saying that things have been pretty interesting around here lately.  To sum it all up, last Wednesday was my last day at &lt;a href=&quot;http://www.vanderbilt.edu&quot;&gt;Vanderbilt&lt;/a&gt;, I start my new job as a Sr. Developer at &lt;a href=&quot;http://www.sebook.com&quot;&gt;South Eastern Book Company&lt;/a&gt;  tomorrow, and as for going out of the country I&apos;ll be leaving next week on &lt;a href=&quot;http://www.cfgears.com/index.cfm/2011/3/8/Im-going-to-work-with-orphans-this-summer-and-I-need-your-help&quot;&gt;my trip to Moldova&lt;/a&gt;.  To say that the month of June has been busy would be an understatement.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Personal</category>				
				
				<pubDate>Sun, 19 Jun 2011 16:30:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/6/19/I-turned-in-my-notice-got-a-new-job-and-am-leaving-the-country-in-less-than-2-weeks</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Never compare your beginning to someone else&apos;s middle.</title>
				<link>http://www.cfgears.com/index.cfm/2011/5/11/Never-compare-your-beginning-to-someone-elses-middle</link>
				<description>
				
				&lt;p&gt;
This morning I read an article on &lt;a href=&quot;http://michaelhyatt.com/avoiding-one-great-temptation-every-new-dream-faces.html&quot;&gt;Michael Hyatt&apos;s blog&lt;/a&gt; by Jon Acuff, the author of &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0982986270/fwis-20&quot;&gt;&lt;em&gt;Quitter: Closing the Gap Between Your Day Job and Your Dream Job&lt;/em&gt;&lt;/a&gt;, in which he said something that really inspired me.  He begins the article by talking about a recent experience he had as a guest on &lt;a href=&quot;http://www.daveramsey.com/home/&quot;&gt;Dave Ramsey&apos;s&lt;/a&gt; radio show.  He mentions how nervous he was and how he felt like he doesn&apos;t do such a great job when he&apos;s on the radio, especially compared to Dave, who just seems so calm and natural doing the show.  After the show Jon came to the realization that, while this was only his second time on the radio show, Dave has been doing it for 17 years.  That&apos;s when he came up with this principle:
&lt;/p&gt;&lt;p&gt;
&quot;Never compare your beginning to someone else&apos;s middle.&quot;
&lt;/p&gt;&lt;p&gt;
That is a powerful statement, and one that I think we should pay attention to as software developers.
				 [More]
				</description>
						
				
				<category>Ramblings</category>				
				
				<pubDate>Wed, 11 May 2011 10:42:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/5/11/Never-compare-your-beginning-to-someone-elses-middle</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>More Apps, not Frameworks!  But, should you use a Framework for your Apps?</title>
				<link>http://www.cfgears.com/index.cfm/2011/5/2/More-Apps-not-Frameworks--But-should-you-use-a-Framework-for-your-Apps</link>
				<description>
				
				&lt;p&gt;
Right after the &lt;a href=&quot;http://www.opencfsummit.org/&quot;&gt;OpenCF Summit&lt;/a&gt; earlier this year, I read a few blog posts in which people mention the topic of &quot;More Apps, Not Frameworks&quot; (or something along those lines).  If you haven&apos;t heard about it, this is basically the idea that CFML already has enough solid frameworks out there, and we don&apos;t need any more.  What we need are more free, open source CFML apps that can help spread the use of CFML.  Now, I&apos;m not here to argue or debate whether or not we need more frameworks or not, the point of this post is to simply ask one question.  &lt;strong&gt;If we do start building more and more open source CFML applications, should we use frameworks for those applications?&lt;/strong&gt;
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Ramblings</category>				
				
				<category>Frameworks</category>				
				
				<pubDate>Mon, 02 May 2011 09:49:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/5/2/More-Apps-not-Frameworks--But-should-you-use-a-Framework-for-your-Apps</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Don&apos;t miss the ColdFusion Builder 2 Tour tonight in Nashville!</title>
				<link>http://www.cfgears.com/index.cfm/2011/4/21/Dont-miss-the-ColdFusion-Builder-2-Tour-tonight-in-Nashville</link>
				<description>
				
				&lt;p&gt;
Tonight &lt;a href=&quot;http://gregsramblings.com/&quot;&gt;Greg Wilson&lt;/a&gt; from Adobe will be here to talk about CFBuilder 2, ColdFusion, and Flex on mobile including iPad/iPhone.  The event will be hosted by the &lt;a href=&quot;http://www.daveramsey.com/&quot;&gt;Dave Ramsey / The Lampo Group, Inc.&lt;/a&gt; at the Russ Carroll Financial Peace Conference Center just minutes from downtown Nashville.  
&lt;/p&gt;&lt;p&gt;
If you&apos;re in the area, you&apos;ll want to be there.  In addition to the awesome stuff Greg is going to be talking about, we&apos;ve got some great giveaways, including a &lt;strong&gt;$2,100 Adobe software package&lt;/strong&gt;, copies of CFBuilder, and t-shirts!  Food and drink will be provided, so come on out and have some CF fun!  
&lt;/p&gt;&lt;p&gt;
If you want your name in the hat for any of the software giveaways, you have to RSVP on the &lt;a href=&quot;http://bit.ly/fxqF13 &quot;&gt;Nashville ColdFusion User Group website.&lt;/a&gt;  And, as always, you must be present to win!  :)
&lt;/p&gt;&lt;p&gt;
				
				</description>
						
				
				<category>NCFUG</category>				
				
				<pubDate>Thu, 21 Apr 2011 08:30:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/4/21/Dont-miss-the-ColdFusion-Builder-2-Tour-tonight-in-Nashville</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Mach-II has reignited my passion for development!</title>
				<link>http://www.cfgears.com/index.cfm/2011/3/23/MachII-has-reignited-my-passion-for-development</link>
				<description>
				
				&lt;p&gt;
For a while now I&apos;ve been in a rut.  I&apos;m not really sure of the cause, but lately I just haven&apos;t had the passion I once had for writing code.  The spark seemed to be gone.  I really haven&apos;t had much of a desire to work on any of my side projects, and getting stuff done for clients sometimes seems like a chore.  Maybe it&apos;s because we&apos;ve mainly just been doing tedious bug fixes at work for a while and no new development, or maybe it&apos;s because I lost a couple of my side contracts since they&apos;re moving away from CF.  It may just be a side effect of me getting some non-programming hobbies and focusing my time on something else.  Whatever the reason, sitting in front of my computer when I&apos;m not at work is not something that I&apos;ve wanted to do lately.  In fact, I&apos;ve found myself coming up with excuses NOT to get on the computer.  But, that all changed last night.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Mach-II</category>				
				
				<category>Frameworks</category>				
				
				<pubDate>Wed, 23 Mar 2011 08:04:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/3/23/MachII-has-reignited-my-passion-for-development</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>I&apos;m going to work with orphans this summer, and I need your help.</title>
				<link>http://www.cfgears.com/index.cfm/2011/3/8/Im-going-to-work-with-orphans-this-summer-and-I-need-your-help</link>
				<description>
				
				&lt;p&gt;According to the U.S. Department of State, human trafficking is the world&apos;s third largest criminal enterprise, after drugs and weapons, and UNICEF reports that worldwide there are nearly two million children in the commercial sex trade.  Many of these children are orphans who were taken simply because they had no one to care for them and keep them safe.  There are so many orphans in this world, so many children in need of help, it&apos;s hard to know where to start if you want to do something.  Well, I&apos;ve decided to start in the country of Moldova.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Personal</category>				
				
				<pubDate>Tue, 08 Mar 2011 13:54:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/3/8/Im-going-to-work-with-orphans-this-summer-and-I-need-your-help</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFML 101: Using CFML to read and update INI files.</title>
				<link>http://www.cfgears.com/index.cfm/2011/2/11/CFML-101-Using-CFML-to-read-and-update-INI-files</link>
				<description>
				
				&lt;p&gt;
In this installment of my &lt;a href=&quot;http://www.cfgears.com/index.cfm/CFML-101&quot;&gt;CFML 101 series&lt;/a&gt;, I&apos;m going to show you how you can read and update a INI file with just a very little bit of code.  I&apos;ll have to admit, when I first tried to do this I was surprised at how simple it was.  I guess I shouldn&apos;t have been surprised, though.  Making hard things easy like this has always been one of the hallmarks of CFML.  This is true regardless of whether you&apos;re using Adobe ColdFusion, Railo, or Blue Dragon.  The CFML language is built in a way that allows you to accomplish a lot of work with just a little bit of code.  So many things are just so neatly packaged together that all you have to do is call one tag or function, and it runs a whole whoost of java code behind the scenes for you.
&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>CFML 101</category>				
				
				<pubDate>Fri, 11 Feb 2011 13:00:00 -0500</pubDate>
				<guid>http://www.cfgears.com/index.cfm/2011/2/11/CFML-101-Using-CFML-to-read-and-update-INI-files</guid>
				
				
			</item>
			
		 	
			</channel></rss>