<?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 - Tools of the Trade</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:42:46 -0500</pubDate>
			<lastBuildDate>Sat, 13 Mar 2010 15:13: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>Uninstalled Mozy or Carbonite on OS X? Read This.</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2010/3/13/Uninstalled-Mozy-or-Carbonite-on-OS-X-Read-This</link>
				<description>
				
				&lt;p&gt;A few months back I had tried out both Mozy and Carbonite for OS X.  I wanted some assurance that if a comet crashed into my house, my files would survive.  Long story short, neither of them really fit the bill, so I ended up uninstalling both of them.&lt;/p&gt;

&lt;p&gt;Today, I was having some issues getting CF8 to start up.  Checking the logs, I saw the following:&lt;/p&gt;

&lt;img src=&quot;http://charlie.griefer.com/blog/images/carbonite_mozy_POS2.png&quot; /&gt;

&lt;p&gt;Whiskey.  Tango.  Foxtrot.&lt;/p&gt;

&lt;p&gt;Both applications were uninstalled cleanly.  I was pretty surprised to find that there were processes still running (frequently) for both of them.&lt;/p&gt;

&lt;p&gt;Some googling revealed the solution to removing &apos;em (run as sudo where needed):&lt;/p&gt;

&lt;pre class=&quot;brush:plain;&quot;&gt;
launchctl unload /Library/LaunchDaemons/com.mozy.backup.plist
rm /Library/LaunchDaemons/com.mozy.backup.plist

launchctl unload /Library/LaunchAgents/com.carbonite.launchd.carbonitealerts.plist
launchctl unload /Library/LaunchAgents/com.carbonite.launchd.carbonitestatus.plist
rm /Library/LaunchAgents/com.carbonite.launchd.carbonitealerts.plist
rm /Library/LaunchAgents/com.carbonite.launchd.carbonitestatus.plist
&lt;/pre&gt;

&lt;p&gt;Ah, much better.  Seeing how poorly each of the uninstall processes actually worked makes me feel pretty good about no longer using either service.&lt;/p&gt;

&lt;p&gt;To give due credit, &lt;a href=&quot;https://www.georgestarcher.com/?p=177&quot; class=&quot;externalLink&quot;&gt;https://www.georgestarcher.com/?p=177&lt;/a&gt; detailed removing Mozy, and &lt;a href=&quot;http://de-co-de.blogspot.com/2009/03/un-carbonite.html&quot; class=&quot;externalLink&quot;&gt;http://de-co-de.blogspot.com/2009/03/un-carbonite.html&lt;/a&gt; detailed removing Carbonite.&lt;/p&gt;

&lt;p&gt;Thanks to both blogs for posting the information.&lt;/p&gt; 
				</description>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Sat, 13 Mar 2010 15:13:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2010/3/13/Uninstalled-Mozy-or-Carbonite-on-OS-X-Read-This</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>Backing Up Hidden Files/Folders with Mozy</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/11/1/Backing-Up-Hidden-FilesFolders-with-Mozy</link>
				<description>
				
				&lt;p&gt;A few months back, I started using &lt;a href=&quot;http://www.mozy.com&quot; class=&quot;externalLink&quot;&gt;Mozy&lt;/a&gt; for off-site backups of my important files and folders.  Back then, I stumbled across a way to back up hidden files and folders (such as the apache folder on OS X).&lt;/p&gt;

&lt;p&gt;A friend noticed that I had this set up, and asked how to do it, as Mozy, by default, will only allow you to browse to public files and folders when choosing backup sets.  I had completely forgotten how I did it, and spent a few minutes googling before finding the answer.&lt;/p&gt;

&lt;p&gt;I&apos;m doing a fresh install of OS X today, and as I&apos;m setting up Mozy again, I just spent another few minutes trying to figure out how to back up hidden files and folders.  So, in an effort to save me (and hopefully you) some time in the future... here&apos;s how it&apos;s done.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;To show hidden files, run the following command from the Terminal application: defaults write com.mozy.Config &quot;BDSShowHiddenFilesKey&quot; -bool YES&lt;/span&gt; (taken from &lt;a href=&quot;http://support.mozy.com/docs/en-user-home-mac/guide/tasks/mac_hidden_files.html&quot; class=&quot;externalLink&quot;&gt;http://support.mozy.com/docs/en-user-home-mac/guide/tasks/mac_hidden_files.html&lt;/a&gt;).&lt;/p&gt; 
				</description>
				
				<category>General</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Sun, 01 Nov 2009 23:12:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/11/1/Backing-Up-Hidden-FilesFolders-with-Mozy</guid>
				
				
			</item>
			
			<item>
				<title>Software Engineering Explained</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/8/14/Software-Engineering-Explained</link>
				<description>
				
				&lt;p&gt;Not new, but one of those things where every time I think about it and want to show it to somebody, I have to hunt it down.  For my convenience, and your pleasure, I present you with &quot;Software Engineering Explained&quot;&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;http://charlie.griefer.com/blog/images/software_engineering_explained.gif&quot; alt=&quot;Software Engineering Explained&quot; title=&quot;Software Engineering Explained&quot; height=&quot;480&quot; width=&quot;640&quot; border=&quot;0&quot; /&gt;
&lt;/p&gt; 
				</description>
				
				<category>Way Off-Topic</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Fri, 14 Aug 2009 03:13:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/8/14/Software-Engineering-Explained</guid>
				
				
			</item>
			
			<item>
				<title>Book Review - Becoming Agile in an Imperfect World</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/5/14/Book-Review--Becoming-Agile-in-an-Imperfect-World</link>
				<description>
				
				&lt;p&gt;&lt;iframe src=&quot;http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=FFFFFF&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=2D83D5&amp;t=coldfquest-20&amp;o=1&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;asins=1933988258&quot; style=&quot;width:120px;height:240px;&quot; scrolling=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot; align=&quot;left&quot;&gt;&lt;/iframe&gt;I have a confession to make.  I don&apos;t know what &quot;Agile Programming&quot; is.  At least, I didn&apos;t before reading &lt;a href=&quot;http://www.manning.com/smith/&quot; class=&quot;externalLink&quot;&gt;&quot;Becoming Agile ... in an imperfect world&quot;&lt;/a&gt; by Greg Smith and Ahmed Sidky (In the interest of full disclosure, I was fortunate enough to receive an advance copy from the publisher).&lt;/p&gt;

&lt;p&gt;I&apos;d heard the term before, but I didn&apos;t really know what it meant to be an Agile programmer.  What comprises Agile?  Is it an abstract concept or are there explicit steps to take in order to &quot;get there&quot;.  How do you know when you&apos;re &quot;there&quot;?  More importantly, is it worth investing the time to become Agile?&lt;/p&gt;

&lt;p&gt;I got as far as page 4 before two of my questions were already addressed (What components comprise Agile development, and how do I know that I&apos;ve achieved Agile development?).  I took that to be a good sign.  A sign that the authors know who their audience is, and will do their best to deliver the answers that their readers are looking for.&lt;/p&gt;  [More]
				</description>
				
				<category>General</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Thu, 14 May 2009 04:42:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/5/14/Book-Review--Becoming-Agile-in-an-Imperfect-World</guid>
				
				
			</item>
			
			<item>
				<title>Chrom-ifying Firefox</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2009/4/19/Chromifying-Firefox</link>
				<description>
				
				&lt;p&gt;&lt;img src=&quot;http://charlie.griefer.com/blog/images/chromefox_80x80.jpg&quot; height=&quot;80&quot; width=&quot;80&quot; border=&quot;0&quot; style=&quot;float:left; padding:0 12px 12px 0;&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;I&apos;m a big fan of &lt;a href=&quot;http://www.getfirefox.com&quot; class=&quot;externalLink&quot;&gt;Mozilla&apos;s Firefox&lt;/a&gt; browser for web development.  It&apos;s got a number of tools that I just couldn&apos;t imagine doing without.  &lt;a href=&quot;http://www.colorzilla.com/firefox/&quot; class=&quot;externalLink&quot;&gt;ColorZilla&lt;/a&gt;, &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/60&quot; class=&quot;externalLink&quot;&gt;Web Developer Toolbar&lt;/a&gt;, and of course, &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843&quot; class=&quot;externalLink&quot;&gt;Firebug&lt;/a&gt; (just to name a few).&lt;/p&gt;

&lt;p&gt;But as time went on, I found that Firefox could be a memory hog.  I had a handful of plugins installed, but not many.  And no themes.  But on more than one occasion, I&apos;d see Firefox&apos;s memory consumption start to increase dramatically.&lt;/p&gt;

&lt;p&gt;Enter &lt;a href=&quot;http://www.google.com/chrome&quot; class=&quot;externalLink&quot;&gt;Google&apos;s Chrome&lt;/a&gt;.  Ironically, in spite of the name, there was very little chrome to be seen.  It was a nice, lightweight browser that I eventually transitioned to for day-to-day browsing.  Development continued in Firefox, but I really enjoyed Chrome as a lightweight alternative for browsing.&lt;/p&gt;

&lt;p&gt;Last week, I made the switch from PC/Windows to a Macbook Pro (blog entry on thoughts of a PC guy making the transition to OS X to follow eventually).  Unfortunately, Chrome isn&apos;t available (yet?) for OS X.  Well, back to Firefox as my &quot;full time&quot; browser.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Sun, 19 Apr 2009 22:42:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2009/4/19/Chromifying-Firefox</guid>
				
				
			</item>
			
			<item>
				<title>Google&apos;s Chrome... It Still Doesn&apos;t Suck</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2008/9/3/googles-chrome-it-still-doesnt-suck</link>
				<description>
				
				&lt;p&gt;Day 2 with &lt;a href=&quot;http://www.google.com/chrome/&quot; class=&quot;externalLink&quot;&gt;Chrome&lt;/a&gt;, and I&apos;m still liking it quite a bit.&lt;/p&gt;

&lt;p&gt;No, it doesn&apos;t necessarily &quot;rule&quot; (as stated by T. Fleming in the comments on &lt;a href=&quot;http://charlie.griefer.com/blog/index.cfm/2008/9/2/googles-chrome-it-doesnt-suck&quot; class=&quot;externalLink&quot;&gt;yesterday&apos;s post&lt;/a&gt;), but it&apos;s off to a very decent start.&lt;/p&gt;

&lt;p&gt;It doesn&apos;t &quot;rule&quot; yet, because it&apos;s been available to the public for all of a day.  It&apos;s in its infancy.  It won&apos;t compete with Firefox until such time that plugins are available (but I understand that&apos;s on the roadmap).  There are some options that are lacking, or not at all available (or so hard to find that I&apos;m under the impression that they&apos;re not at all available).  How can i tell chrome to check for newer versions of the page with each page request?  Don&apos;t think I can.  I&apos;d also like a more robust means of organizing my bookmarks.  Oh, and I did manage to crash it earlier today.  Not even sure what happened... it just... crashed.
&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;http://charlie.griefer.com/blog/images/chrome_crashed.gif&quot; height=&quot;126&quot; height=&quot;315&quot; alt=&quot;Google Chrome Crashed&quot; title=&quot;Google Chrome Crashed&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;In spite of these &quot;issues&quot;, I still like the browser.  Just like the Google Talk client when it was first introduced (anyone remember... no file transfer options, no voice chat options...), it seems to be laser focused on doing what it&apos;s meant to do.  Browse web sites.  I&apos;m fairly confident that the additional &quot;bells and whistles&quot; will follow.&lt;/p&gt;  [More]
				</description>
				
				<category>General</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Wed, 03 Sep 2008 16:56:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2008/9/3/googles-chrome-it-still-doesnt-suck</guid>
				
				
			</item>
			
			<item>
				<title>Google&apos;s Chrome... It Doesn&apos;t Suck</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2008/9/2/googles-chrome-it-doesnt-suck</link>
				<description>
				
				&lt;p&gt;The blogosphere and Twitter are both ablaze today with talk of Google&apos;s foray into the browser market with &lt;a href=&quot;http://www.google.com/chrome/&quot; class=&quot;externalLink&quot;&gt;Chrome&lt;/a&gt;.  My first impressions, and some accompanying screenshots...&lt;/p&gt;

&lt;p&gt;Up until it was actually available, I&apos;d not been following the story too much, so I hadn&apos;t seen screenshots or read about any specific features.  My first impression upon loading it up was, &quot;wow... there&apos;s... no chrome&quot;.  I haven&apos;t messed around yet with configuration options, but there&apos;s no status bar.  No toolbar.  It&apos;s literally just an address bar (which seems to also serve as an integrated search bar), and tabs.  It&apos;s minimalistic in its look, as is standard with most things Google, but I like it.  It&apos;s uncluttered, but I&apos;m not sure the general public will see it as such.  The plain design that I see as a plus could easily be seen as... well, plain.&lt;/p&gt;

&lt;p&gt;Which raises an interesting point.  I&apos;m not sure what market Google is after.  Are they trying to be a mainstream browser and compete directly with IE and Firefox?  I don&apos;t know that I see that happening.  But given some of the features that they&apos;ve implemented, I definitely see them competing for the affections of techie geeks.&lt;/p&gt;  [More]
				</description>
				
				<category>General</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Tue, 02 Sep 2008 16:25:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2008/9/2/googles-chrome-it-doesnt-suck</guid>
				
				
			</item>
			
			<item>
				<title>Thank You Charlie Arehart</title>
				<link>http://charlie.griefer.com/blog/index.cfm/2008/4/17/thank-you-charlie-arehart</link>
				<description>
				
				&lt;p&gt;A couple of weeks ago I started looking at &lt;a href=&quot;http://www.transfer-orm.com/&quot; class=&quot;externalLink&quot;&gt;Transfer&lt;/a&gt;.  I found myself wishing that I hadn&apos;t missed out on Mark Mandel&apos;s presentation to the Inland Empire ColdFusion User Group that he had given a couple of months ago.  Heck I would have been thrilled to see any presentation on Transfer right then and there.&lt;/p&gt;

&lt;p&gt;In an all-too-rare moment of clarity, I remembered that &lt;a href=&quot;http://www.carehart.org/&quot; class=&quot;externalLink&quot;&gt;Charlie Arehart&lt;/a&gt; has a &lt;a href=&quot;http://www.carehart.org/ugtv/&quot; class=&quot;externalLink&quot;&gt;compendium of links to recorded Breeze/Connect presentations&lt;/a&gt;, including six on Transfer and, as of this writing,  231(!) on various other topics.  Very nice.&lt;/p&gt;

&lt;p&gt;I&apos;ve been aware that this existed for quite some time, but I guess I took it for granted until I actually found myself needing it.  I meant to post something back then, not only to thank Charlie but also to mention the UGTV page in case there might be a few folks out there who were unaware.&lt;/p&gt;

&lt;p&gt;Fast forward to today.  Somebody on the BACFUG mailing list asked a question about code generation.  I pointed out two resources that I thought may be of use (one being Peter Farrell&apos;s &lt;a href=&quot;http://rooibos.maestropublishing.com/&quot; class=&quot;externalLink&quot;&gt;Rooibos Generator&lt;/a&gt;, the other being Brian Rinaldi&apos;s &lt;a href=&quot;http://code.google.com/p/cfcgenerator/&quot; class=&quot;externalLink&quot;&gt;Illudium PU-36 Code Generator&lt;/a&gt;).&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>
				
				<category>Tools of the Trade</category>
				
				<pubDate>Thu, 17 Apr 2008 08:36:00 -0500</pubDate>
				<guid>http://charlie.griefer.com/blog/index.cfm/2008/4/17/thank-you-charlie-arehart</guid>
				
				
			</item>
			</channel></rss>