<?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>Jeff Coughlin&apos;s ColdFusion Blog - Misc</title>
			<link>http://www.jeffcoughlin.com/blog/index.cfm</link>
			<description>inside the mind of a CF developer</description>
			<language>en-us</language>
			<pubDate>Fri, 10 Sep 2010 06:50:57 -0400</pubDate>
			<lastBuildDate>Fri, 27 Aug 2010 17:49:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jeff@jeffcoughlin.com</managingEditor>
			<webMaster>jeff@jeffcoughlin.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>jeff@jeffcoughlin.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Jeff Coughlin&apos;s ColdFusion Blog</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Convert VirtualBox (vdi) to VMWare (vmdk)</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2010/8/27/Convert-VirtualBox-vdi-to-VMWare-vmdk</link>
				<description>
				
				Recently I decided to switch from VMWare desktop to VirtualBox desktop VM software.  I&apos;ve heard great things about VirtualBox (speed and less-overhead being two very nice features).  I did not need to migrate a VM because I wanted a fresh install of Win2008 R2 Enterprise and MSSQL 2008 R2 64-bit.  I&apos;ve been using VirtualBox for a few months now and for the most part it&apos;s worked out great, but there were certain things I missed from VMWare desktop.  The reasons aren&apos;t really that important (I have nothing against VirtualBox and still think it&apos;s pretty awesome), but I thought I&apos;d just share how I converted it.

I did a lot of research on the web and found many tutorials and walkthroughs for earlier versions of VirtualBox, but when I went to use those lengthy methods, I found that they weren&apos;t possible anymore (at least not the same way).  The old way (which is still possible, but with a different utility) also required another program called qemu-img.  You actually can still use the old method of converting the VM to raw format and then convert it again to VMWare&apos;s vmdk format using Quem-img (each conversion can take a while depending on the size of the VM).  However, as of VirtualBox 3.1+ you can now do it all in one command line (and only have to do one conversion).

I&apos;m on a Mac, so the example below is for Mac (using VMWare Fusion).  But the same command line should work for Windows (you just need to substitute the paths and point to the vboxmanage.exe file instead of the contents in the app file as seen below).  Also, the source and destination paths are custom in this case (I&apos;m currently storing mine on an external storage device).

In the following example I&apos;m calling my virtual machine filename windows.vdi for simplicity (most likely your filename is long and has spaces like mine.  Thus I suggest wrapping your file locations in quotes).
&lt;code&gt;
/Applications/VirtualBox.app/Contents/MacOS/Vboxmanage clonehd &quot;/Volumes/Drobo/Virtual Machines/windows.vdi&quot; &quot;/Volumes/Drobo/Virtual Machines/windows.vmdk&quot; -format VMDK -variant standard -type normal -remember
&lt;/code&gt;

Note: It is VERY important to have the full paths to the source and destination files otherwise you&apos;ll get an ambiguous error message as I found out the hard way (with some google searching I was able to figure it out though).  I believe this effects Windows users as well (not positive on that).

I wish I could give credit to the forum post that I dug most of this up in (I believe it was somewhere in the VirtualBox forums).  Sorry to whomever I&apos;m not giving proper credit.

After the conversion is complete, open VMWare and create a new virtual machine.  Choose the option to open an existing VM.

I converted the VM with VirtualBox v3.2.8 and then opened the new file in VMWare Fusion 3.1.1.   VMWare said the vmdk file was an older format and needed to be updated (I agreed of course).  A few seconds later the VM opened successfully.  As expected, new drivers were auto-detected and added (I believe I had to reboot the VM OS twice) and then I installed the latest VMWare Tools (followed by another reboot - all expected).

In all the process took about 30-40 minutes on a 50GB VM (about 10 minutes was the auto-update for drivers and the VMWare Tools install and reboot). 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Fri, 27 Aug 2010 17:49:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2010/8/27/Convert-VirtualBox-vdi-to-VMWare-vmdk</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Online Backup Solutions. Which One Should I Choose?</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2008/2/14/Online-Backup-Solutions-Which-One-Should-I-Choose</link>
				<description>
				
				I&apos;ve been researching new backup solutions for both online and offline backups of my development computers.  I don&apos;t just want to backup a few files, I need disaster recovery (if my machine completely fails, I want to be able to replace the HDD (or computer) and be able to restore it back to the way it was in a few clicks).

For years I&apos;ve been backing up my PCs using Acronis True Image Home to my local NAS drives.  This works great for local backups, but I moved to a Mac last year and haven&apos;t found a backup software I really like yet that does compression as well as Acronis (currently PC-only) and offers something close to a &lt;abbr title=&quot;Grandfather Father Son&quot;&gt;GFS&lt;/abbr&gt; backup solution.

But this blog post is to discuss online backup solutions.  While I continue to try different offline backup solutions to backup my data to my NAS drives, I really need an offline backup solution for redundancy.

Here are a list of some solutions I&apos;ve been researching.  I&apos;d be grateful to hear people&apos;s thoughts on the products or to hear what other people are using that they might suggest to consider.  I need something that can backup my Macs (most important), but if there is a product that can backup my PCs as well, it would be preferred:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.jungledisk.com/&quot;&gt;Jungle Disk&lt;/a&gt;: Offline storage powered by Amazon S3.  Very affordable at only &lt;a href=&quot;http://www.jungledisk.com/pricing.shtml&quot;&gt;15 cents per gigabyte&lt;/a&gt; per month (and you only pay for what you use).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.crashplan.com/&quot;&gt;CrashPlan&lt;/a&gt;: A really cool product that allows you to use either their online storage facilities, or backup to your own servers (online and offline).  You can even do redundant backups (backup to multiple devices, both your own devices and their online backup facilities).  I really like this option, except it doesn&apos;t (yet) have an option to just backup to offline HDDs (like my NAS) without involving another OS (I say &quot;yet&quot; because their site lists that they are working on that option and may be offering it soon). Check out their &lt;a href=&quot;http://www.crashplan.com/tour/take_a_tour.vtl&quot;&gt;video&lt;/a&gt; for a pretty cool demonstration.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mozy.com/&quot;&gt;Mozy&lt;/a&gt;: An online-only backup solution.  This one has been around for a while.  It still doesn&apos;t appear to officially support Mac OS 10.5 yet (like CrashPlan), but I&apos;ve had friends say they&apos;re using it without a problem.  I believe it deletes your data after 30 days.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.carbonite.com/&quot;&gt;Carbonite&lt;/a&gt;: An offline backup solution.  This is a very enticing solution... only $49.95 per year with no file storage capacity storage limitation.  What&apos;s that you say?  You heard me correct.  The downside is that its Windows-only (and I need a solution for the Mac).  Still, it was worthy to list here.  I believe it deletes your data after 30 days.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.idrive.com/&quot;&gt;iDrive&lt;/a&gt;: Looks like a pretty cool online backup solution, but their pricing os too high for the amount of data I need to backup and it&apos;s Windows-only.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drobo.com/&quot;&gt;Drobo and DroboShare&lt;/a&gt;: Okay, I know... this product doesn&apos;t belong on this list of online backup solutions, but it was too cool not to talk about anyway :). The two devices together act like a NAS (using new technology that may replace standard RAID as we know it (my personal opinion)), but limitations like USB2 between the devices, no redundant gigabit connections, etc. are holding me back.  Its been out for a while, so hopefully they will have a new version out soon with many of the missing features people have been asking for.&lt;/li&gt;
&lt;/ul&gt;

If you &lt;a href=&quot;http://www.google.com/search?hl=en&amp;q=online+backup+solutions&quot;&gt;Google &quot;online backup solutions&quot;&lt;/a&gt; you&apos;ll get a long list of products out there (only a few of which I&apos;ve looked into).  So, what do you use or suggest? 
				</description>
				
				<category>Misc</category>				
				
				<category>Mac</category>				
				
				<pubDate>Thu, 14 Feb 2008 11:58:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2008/2/14/Online-Backup-Solutions-Which-One-Should-I-Choose</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Google Announces Video Sitemaps</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2007/12/17/Google-Announces-Video-Sitemaps</link>
				<description>
				
				On the Official Google Webmaster Central Blog, Google &lt;a href=&quot;http://googlewebmastercentral.blogspot.com/2007/12/introducing-video-sitemaps.html&quot;&gt;announced&lt;/a&gt; a new feature called Video Sitemaps.

&lt;blockquote&gt;Video Sitemaps-an extension of the Sitemap Protocol that helps make your videos more searchable via Google Video Search&lt;/blockquote&gt;

I played with it for a couple minutes and it looks pretty cool (I sense maybe a few more features for it coming... we&apos;ll see :) ).

As the &lt;a href=&quot;http://googlewebmastercentral.blogspot.com/2007/12/introducing-video-sitemaps.html&quot;&gt;blog states&lt;/a&gt;: To get started, &lt;a href=&quot;http://www.google.com/support/webmasters/bin/topic.py?topic=10079&quot;&gt;create a Video Sitemap&lt;/a&gt;, sign into &lt;a href=&quot;http://www.google.com/webmasters/tools&quot;&gt;Google Webmaster Tools&lt;/a&gt;, and add the Video Sitemap to your account. 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Mon, 17 Dec 2007 17:18:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2007/12/17/Google-Announces-Video-Sitemaps</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Travel Tips: Ways to Save Money and Headaches</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2007/2/22/Travel-Tips-Ways-to-Save-Money-and-Headaches</link>
				<description>
				
				I travel usually 5-8 times a year.  No, it&apos;s not as many as a lot of people I know, however nine times out of ten I have to pay out of my own pocket.  So here are a few tips to save you money and a few headaches and still use the same resources you know and love.

&lt;h2&gt;Book Trips Online&lt;/h2&gt;
First, as many of you probably know, consider using online flight and hotel purchasing.  Because I go to a lot of conferences my hotels are usually taken care of, but what about flights?  In the past I used to search on all the big-name sites like &lt;a href=&quot;http://www.travelocity.com/&quot;&gt;travelocity&lt;/a&gt;, &lt;a href=&quot;http://www.cheaptickets.com/&quot;&gt;CheapTickets&lt;/a&gt;, &lt;a href=&quot;http://www.expedia.com/&quot;&gt;Expedia&lt;/a&gt;, &lt;a href=&quot;http://www.orbitz.com/&quot;&gt;Orbitz&lt;/a&gt;, etc.  Unfortunately searching all of those sites for the best fare, flight times, seating, etc. can take so many hours (non-billable hours) that you could have just bought the tickets at &lt;abbr title=&quot;Manufacturer&apos;s Suggested Retail Price&quot;&gt;MSRP&lt;/abbr&gt; and saved money.

&lt;h2&gt;Kayak.com&lt;/h2&gt;
What if I told you there was a way to search all of those sites (and more) in a single search?  Don&apos;t believe me, check out &lt;a href=&quot;http://www.kayak.com&quot;&gt;Kayak.com&lt;/a&gt;.  I&apos;ve been using it for almost two years now.  It searches over &lt;a href=&quot;http://www.kayak.com/help/providers.html&quot;&gt;120+&lt;/a&gt; providers.  I really like their search results.  Plus they let you &lt;em&gt;pin&lt;/em&gt; (or save) a certain search result to compare to other saved results (as long as the session allows).

&lt;h2&gt;SeatGuru.com&lt;/h2&gt;
The next thing I do is seating.  We all know that where you sit on a plane is a gamble with regards to a pleasant ride.  Will I have room under the seat in front me to store my carry-on or laptop?  Will I be too close to a high-traffic area?

Maybe you think you know a good place to sit on say a 777 because you&apos;ve had a good experience in the past.  But did you know there are many models/versions of a 777 and that each model can have drastic changes with regards to layout and seating experience?  Not a problem.  Check out &lt;a href=&quot;http://www.seatguru.com/&quot;&gt;SeatGuru.com&lt;/a&gt;; another Web2.0 site that gives you detailed information about the seating layout on a plane.  Just hover over the seat(s) you are interested in and it will give you decent information.  Maybe a seat you were looking to sit in only tilts back a few degrees (or not at all).   Perhaps the television screen that plays from the ceiling cannot be seen very well from a particular row.  This site covers it all in an easy-to-use interface and is free to use. 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Thu, 22 Feb 2007 22:16:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2007/2/22/Travel-Tips-Ways-to-Save-Money-and-Headaches</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Watch Out for Those Pesky Underscores</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2006/8/10/Watch-Out-for-Those-Pesky-Underscores</link>
				<description>
				
				Earlier this summer I had service done on my house (new home, lots of warranty things all spring and summer).  I don&apos;t remember which company it was (could have been the sprinkler company), but when I got the bill from them I placed it on the kitchen counter and forgot about it the rest of the day.

When my partner got home and saw it she couldn&apos;t stop laughing.  I looked at the client info (me) and saw what she was laughing about.

Apparently when I gave the woman over the phone my personal info, I had given her one of my generic email addresses that has an underscore in it.

Yup, you guessed it.  She actually wrote out the word &lt;strong&gt;underscore&lt;/strong&gt; in my email address.

Are there awards for people like this? :) 
				</description>
				
				<category>Misc</category>				
				
				<category>Personal</category>				
				
				<pubDate>Thu, 10 Aug 2006 03:55:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2006/8/10/Watch-Out-for-Those-Pesky-Underscores</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Digg.com Launches v3.0 of It&apos;s New Site Design</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2006/6/26/Diggcom-Launches-v30-of-Its-New-Site-Design</link>
				<description>
				
				If you haven&apos;t checked it out yet, go on over to &lt;a href=&quot;http://digg.com&quot;&gt;digg.com&lt;/a&gt; and see their new facelift (launched today).  Even the new &lt;a href=&quot;http://www.beta.netscape.com/&quot;&gt;Netscape&lt;/a&gt; Beta design launched recently (Digg rip-off) will have to work harder to rip-off Digg&apos;s hard work again :). 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Mon, 26 Jun 2006 11:45:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2006/6/26/Diggcom-Launches-v30-of-Its-New-Site-Design</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Subeclipse 1.0.0 Released</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2006/4/11/Subeclipse-100-Released</link>
				<description>
				
				The &lt;a href=&quot;http://subclipse.tigris.org/servlets/NewsItemView?newsItemID=1514&quot;&gt;1.0.0 version of Subeclipse&lt;/a&gt; has been released.  In case you&apos;re not familiar with the project, it&apos;s a plugin for &lt;a href=&quot;http://www.eclipse.org/&quot;&gt;Eclipse&lt;/a&gt; used to connect to subversion (source control software) servers.

Read more about the release on the &lt;a href=&quot;http://subclipse.tigris.org/servlets/NewsItemView?newsItemID=1514&quot;&gt;Subeclipse website&lt;/a&gt;. 
				</description>
				
				<category>Misc</category>				
				
				<category>CFEclipse</category>				
				
				<pubDate>Tue, 11 Apr 2006 15:50:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2006/4/11/Subeclipse-100-Released</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>It&apos;s my 30th Birthday Today</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2006/2/21/Its-my-30th-Birthday-Today</link>
				<description>
				
				It feels weird to say that (&quot;I&apos;m 30 years old&quot;).  It&apos;s a good feeling though... a milestone if you will.

So I&apos;m looking back at my accomplishments and failures over the last 30 years and I have to ask myself, &quot;Self, where to now?&quot;

Well, so far I&apos;m very pleased with where I am at the moment and the direction I&apos;m currently headed in.  My career decisions aside my family is what&apos;s most important to me.

So what do I plan to cook up for the next 30 years?  I have some really cool things planned for the next coming months, but beyond that things seem blurry.  I guess as long as I keep my head high, and mind open to new possibilities and new horizons it should be another fun 30 years.

So, work day or not, I&apos;ll have a beer, sit back for a few and toast myself to the next 30 years :). 
				</description>
				
				<category>Misc</category>				
				
				<category>Family</category>				
				
				<category>Personal</category>				
				
				<pubDate>Tue, 21 Feb 2006 07:59:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2006/2/21/Its-my-30th-Birthday-Today</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Superbowl Commercials from Google Video</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm/2006/2/6/Superbowl-Commercials-from-Google-Video</link>
				<description>
				
				Go to Google Video to see the &lt;a href=&quot;http://video.google.com/superbowl.html&quot;&gt;commercials for Super Bowl XL&lt;/a&gt;.  They also have the GoDaddy commercials that were not accepted to be aired.

I don&apos;t know about you, but I thought the &lt;a href=&quot;http://video.google.com/videoplay?docid=1253882271585860506&quot;&gt;Window Washer&lt;/a&gt; was GoDaddy&apos;s best one (gosh darn censors). 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Mon, 06 Feb 2006 03:02:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm/2006/2/6/Superbowl-Commercials-from-Google-Video</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Google Maps Gets a User Out of a Traffic Ticket</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=35528CAA-DFE7-11CB-A5DADE16F25F64F1</link>
				<description>
				
				While in court defendant Edwin Soto used his laptop, a little WiFi, and some quick thinking to prove to a judge that the officer was incorrect.

&lt;blockquote&gt;&lt;cite&gt;&quot;Thanks to an open WiFi network and some quick thinking, defendant Edwin Soto was able to use Google Maps to get out of jail free.&quot;&lt;/cite&gt;&lt;/blockquote&gt;

Read the full article at &lt;a href=&quot;http://arstechnica.com/journals/thumbs.ars/2005/7/20/765&quot;&gt;arstechnica.com&lt;/a&gt;.

&lt;strong&gt;Update:&lt;/strong&gt; Here is the &lt;a href=&quot;http://www.gearlive.com/index.php/news/article/google_maps_helps_fight_traffic_tickets_07160942&quot;&gt;original article&lt;/a&gt;. 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Wed, 20 Jul 2005 13:32:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=35528CAA-DFE7-11CB-A5DADE16F25F64F1</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>James Doohan Dies at Age 85 (Scotty from Star Trek)</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=351E6334-920F-8859-AA42B03C44DF0CCA</link>
				<description>
				
				James Doohan, most notably known as Scotty from the hit series Star Trek, passed away earlier today.  He will be missed by many fans.

Here are a couple links detailing more information:
&lt;a href=&quot;http://www.cnn.com/2005/SHOWBIZ/TV/07/20/obit.doohan.ap/index.html&quot;&gt;CNN&lt;/a&gt; and a &lt;a href=&quot;http://news.bbc.co.uk/1/hi/entertainment/tv_and_radio/1493093.stm&quot;&gt;good obituary on BBC&lt;/a&gt;. 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Wed, 20 Jul 2005 12:36:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=351E6334-920F-8859-AA42B03C44DF0CCA</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>ColdFusion&apos;s 10th birthday - Meeting Jeremy Allaire</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=184DCD9E-DCFA-DDDE-113BFDF546F1526B</link>
				<description>
				
				Last night I drove up to Newton, MA (just outside of Boston) with &lt;a href=&quot;http://www.instantcoldfusion.com/&quot;&gt;Jeff Houser&lt;/a&gt; to celebrate &lt;a href=&quot;http://www.macromedia.com/software/coldfusion/special/birthday/&quot;&gt;ColdFusion&apos;s 10th birthday&lt;/a&gt; Macromedia-style (it was only a 1.5 hour drive from where I live in CT).  I remembered to bring my camera and take a few pictures.  However, we were there a little early, so we hung out with &lt;a href=&quot;http://www.houseoffusion.com/&quot;&gt;Michael and Judith Dinowitz&lt;/a&gt; and &lt;a href=&quot;http://www.horwith.com/&quot;&gt;Simon Horwith&lt;/a&gt; until MM&apos;s security would let us through the door at 4pm (EST).

After taking a few pictures (only a few early ones) I got tired of carrying around my camera and decided to temporarily put my camera in Jeff&apos;s car until later (not smart).

Well, I didn&apos;t remember the camera again until a few minutes into the &lt;a href=&quot;http://macromedia.breezecentral.com/p64775146/&quot;&gt;interview presentation&lt;/a&gt;.  I was talking to &lt;a href=&quot;http://www.talkingtree.com/blog/&quot;&gt;Steven Erat&lt;/a&gt; earlier in the evening and he mentioned that Jeremy Allaire was supposed to be there earlier in the day but was delayed in Philidelphia (flight delays).  By the way, if you watch the &lt;a href=&quot;http://macromedia.breezecentral.com/p64775146/&quot;&gt;Breeze presentation&lt;/a&gt;, I&apos;m the second guy that walks by at around the 10-second mark.  My 1 second of fame... w00t.

So after missing about 100+ awesome photo ops I went out to Jeff&apos;s car during break to get my camera (what seemed like a mile-walk.  Man that place was huge).  I walked out the front door of the building and instantly realized that I forgot to bring Jeff&apos;s keys (d&apos;oh).

There getting out of a cab in front of me was Jeremy Alliare.  Did I say hello?  No.  Did I say &quot;Hey Jeremy, it&apos;s a pleasure to meet you.&quot; No.  Instead, the first words that came out of my mouth were &quot;Dude, you&apos;re late&quot; (nice one).

Luckily Jeremy has a sense of humor.  Even though he had an awful travel day, was probably exhausted, and very likely did not want to have some guy cracking tardiness jokes on him... He laughed and said some joke about airlines (don&apos;t recall it, sorry).

We went to the front door (there was another attendee who had just shown up as well) and found it locked.  I&apos;m thinking &quot;Okay, I&apos;ll just call Jeff.  No wait; he&apos;s not carrying a cell phone&quot;.  I turn to Jeremy, &quot;Do you know anyone&apos;s cell number up there?&quot; &quot;Nope.&quot;  Okay, we&apos;re screwed.  Jeremy smiles and says, &quot;C&apos;mon, I know a side entrance&quot;.  Of course!  He did actually work there a couple years ago.

After a long trek to the &quot;side entrance&quot; we made our way back in the building (to which I was missing part of the second-half of the presentation) and Jeremy was able to make a grand entrance.

Tim Buntel did a great job the whole time improvising the presentation without Jeremy there and made Jeremy&apos;s timing look planned.  All-in-all it was a great event.  MM provided food (lots of pork. mmm... ribs)  and of course beer (and of course wine and soda for the light at heart).  Aymii (if I spelled that right) sitting next to me at dinner commented that they didn&apos;t have water.  I had my beer, so I was good :).

To many people there it was sort of a farewell to Macromedia ColdFusion.  Who knows what will come with Adobe ColdFusion.  I&apos;m not one to speculate or get into the debates.  I&apos;ll just ride it out and go with the masses.

So ColdFusion, this ones for you (/me holds up a beer). 
				</description>
				
				<category>Misc</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 14 Jul 2005 22:21:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=184DCD9E-DCFA-DDDE-113BFDF546F1526B</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Mozilla Releases Thunderbird v1.0.5</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=16C868FD-FFF6-7F4B-F93635A5A49E0CAC</link>
				<description>
				
				Mozilla today released &lt;a href=&quot;http://www.mozilla.org/products/thunderbird/&quot;&gt;Thunderbird v1.0.5&lt;/a&gt;.  Not sure what happened to v1.0.3 or v1.0.4, but I&apos;m sure I just missed it along the way :). 
				</description>
				
				<category>Misc</category>				
				
				<category>Web Browsers</category>				
				
				<pubDate>Thu, 14 Jul 2005 15:16:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=16C868FD-FFF6-7F4B-F93635A5A49E0CAC</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>How many coffee shops do you need within 2 blocks?</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=9B2751F7-E41C-7CF6-D569EAF6BEEE139E</link>
				<description>
				
				I went to Wal-Mart the other day to pickup a card for my wife (mother&apos;s day coming up).  When I entered the building I noticed they added a new Dunkin Donuts.  That makes 3 Dunkin Donuts within two blocks (on the same road).  You can count a 4th if you go down an extra 1/4 of a mile down the road.  I know this is common in many cities (I&apos;ve seen 4 Starbucks on four corners), but I live in a semi-rural area.

So how many do we actually need?  This just goes to show that we as a society (including myself) cannot go about our daily lives without relieving our daily caffeine addictions.  Man I love coffee.  Just thinking about it (even this late in the evening) makes me want a cup.  Time for some decaf :). 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Sun, 01 May 2005 21:50:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=9B2751F7-E41C-7CF6-D569EAF6BEEE139E</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			
			<item>
				<title>Yagoohoogle.com</title>
				<link>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=27EB08DA-9ADD-04C6-BD7AF384477BD6A7</link>
				<description>
				
				When I saw the site &lt;a href=&quot;http://www.yagoohoogle.com&quot;&gt;yagoohoogle.com&lt;/a&gt; last week I got a good chuckle (note: His router goes down at times).  Then last night a friend forwarded me a link to &lt;a href=&quot;http://www.gizoogle.com&quot;&gt;gizoogle.com&lt;/a&gt; and I couldn&apos;t help but bust out laughing.  I wonder how much time people actually spend on writing these things.

By the way, if you&apos;re a &lt;abbr title=&quot;PlayStation Portable&quot;&gt;PSP&lt;/abbr&gt; fan like myself you might get a kick out of &lt;a href=&quot;http://www.gizoogle.com/showimage.php?id=24&quot;&gt;this photo&lt;/a&gt;. 
				</description>
				
				<category>Misc</category>				
				
				<pubDate>Sat, 09 Apr 2005 12:56:00 -0400</pubDate>
				<guid>http://www.jeffcoughlin.com/blog/index.cfm?mode=entry&amp;entry=27EB08DA-9ADD-04C6-BD7AF384477BD6A7</guid>
				<author>
				<name>Jeff Coughlin</name>
				</author>
				
			</item>
			</channel></rss>