<?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>Making It Up As I Go Along - Eclipse</title>
			<link>http://www.miuaiga.com/index.cfm</link>
			<description></description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 13:08:30 -0600</pubDate>
			<lastBuildDate>Sat, 05 Sep 2009 11:34:00 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>michael@miuaiga.com</managingEditor>
			<webMaster>michael@miuaiga.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>michael@miuaiga.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Making It Up As I Go Along</title>
				<link>http://www.miuaiga.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>How to use the CFEclipse Scribble Pad as a fast and easy ColdFusion sandbox</title>
				<link>http://www.miuaiga.com/index.cfm/2009/9/5/How-to-use-the-CFEclipse-Scribble-Pad-as-a-fast-and-easy-ColdFusion-sandbox</link>
				<description>
				
				&lt;p&gt;Like most developers I know, I&apos;m always checking functions, testing little changes and trying to find just the right syntax for certain bits and blocks of code. Every project usually ends up with a &apos;test.cfm&apos; file, which gets written and overwritten with all sorts of little snippets, queries, and other scribbly things, then deleted. To use the test file, I open it like any file in my editor, make changes, then load that page&apos;s local url in the browser, refresh, repeat... not bad, it works... but I just discovered something much better!&lt;/p&gt;
&lt;p&gt;Thanks to Mark Esher&apos;s MX Unit blog post about the &lt;a href=&quot;http://blog.mxunit.org/2009/04/timesavers-cfeclipse-scribble-pad.html&quot;&gt;CFEclipse Scribble Pad&lt;/a&gt; , I&apos;ve now got a one-click (or one key, F8) instant sandbox to scribble whatever I like, across all projects in my Eclipse workspace. Launching the CFEclipse scribble now (F8) causes 2 things to happen automatically: my &apos;scribble.cfm&apos; file (stored in a _temp project in my workspace) opens for editing, and the Eclipse browser view (which I seldom use otherwise but is perfect for viewing little bits, cfdumps and snippets) pops up, showing me the rendered output. Very nice.&lt;/p&gt;
&lt;p&gt;It isn&apos;t just saving the clicks, but saving the thought process. While coding, the distraction of stopping, making a temp file, going to that file in the browser.. every step takes my mind further off of the super-intensive outrageously-important totally-impressive thing I was doing when I decided I needed to scribble in the first place. &lt;br /&gt;&lt;br /&gt;Setting it up was easy - just follow the directions : &lt;a href=&quot;http://blog.mxunit.org/2009/04/timesavers-cfeclipse-scribble-pad.html&quot;&gt;http://blog.mxunit.org/2009/04/timesavers-cfeclipse-scribble-pad.html&lt;/a&gt; . This is another perfect example of the powerful, practical tools and timesavers that hide behind a previously-unnoticed menu option or toolbar icon - and though one of the simplest, I have no doubt this will be among my most-used commands when working in Eclipse!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Sat, 05 Sep 2009 11:34:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/9/5/How-to-use-the-CFEclipse-Scribble-Pad-as-a-fast-and-easy-ColdFusion-sandbox</guid>
				
			</item>
			
			<item>
				<title>Show open workspace name in Eclipse title bar</title>
				<link>http://www.miuaiga.com/index.cfm/2009/9/3/Show-open-workspace-name-in-Eclipse-title-bar</link>
				<description>
				
				&lt;p&gt;In Eclipse, I can switch worskpaces by going to File &amp;gt; Switch Workspace ... but it doesn&apos;t give any indication of which workspace I have open at the time.... until now!&lt;/p&gt;
&lt;p&gt;The -showLocation parameter causes Eclipse to show the current workspace name in the title bar of the application window (as well as the perspective name for the open perspective).&lt;/p&gt;
&lt;p&gt;To add this to your Eclipse configuration (in Windows) is very easy:&lt;br /&gt;Just right-click the shortcut you use to open Eclipse, and select &apos;properties&apos;. &lt;br /&gt;Then, add &quot;-showLocation&quot; (without the quotes) to the end of the &quot;Target&quot; line.&lt;/p&gt;
&lt;p&gt;My shortcut target was: C:\ECLIPSE35\eclipse\eclipse.exe 3.5&lt;br /&gt;Now it looks like this: C:\ECLIPSE35\eclipse\eclipse.exe 3.5 -showLocation&lt;/p&gt; 
				</description>
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Thu, 03 Sep 2009 11:37:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/9/3/Show-open-workspace-name-in-Eclipse-title-bar</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Meetup</title>
				<link>http://www.miuaiga.com/index.cfm/2009/7/23/ColdFusion-Meetup</link>
				<description>
				
				&lt;p&gt;Today I attended my first ColdFusion Meetup. I&apos;ve been watching and/or listening to the previous meetups now and then, but today I clicked through and there was one in progress so I jumped in. What a neat system this is. If you are a ColdFusion user and want to learn more about the CF world in general, it is obvious this is a good thing to be part of.&lt;br /&gt;&lt;br /&gt;The whole platform takes a bit of reckoning - the Adobe Connect viewer seems to handle itself once installed, but there&apos;s some stuff happening on the screen once you log in... you&apos;ve got somebody&apos;s video - whoever is in control at the moment - showing a live screencast,&amp;nbsp; the voice of the host and/or current speaker as the audio channel, and a scrolling chat window with all sorts of things including notes from the presenters, questions from the audience, and various interjections. &lt;br /&gt;&lt;br /&gt;Connecting live and having my own typed questions answered on the realtime voice track was fun... though listening to the recordings can be educational and thought-provoking, being there &apos;with&apos; all the other CF-folks in realtime is definitely the way to go... I plan to be back at more CF meetups soon!&lt;/p&gt;
&lt;p&gt;The CF Meetup site is here: &lt;a href=&quot;http://www.meetup.com/coldfusionmeetup/&quot;&gt;http://www.meetup.com/coldfusionmeetup/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The one I participated in today, &quot;Leveraging Eclipse for ColdFusion Development&quot;, with Mike Henke&quot;, is here: &lt;a href=&quot;http://www.meetup.com/coldfusionmeetup/calendar/10900365/&quot;&gt;http://www.meetup.com/coldfusionmeetup/calendar/10900365/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;( Thanks to the host &lt;a href=&quot;http://www.carehart.org/&quot;&gt;Charlie Arehart&lt;/a&gt; and to Mike for the info about CFeclipse - I learned several useful things today and look forward to what&apos;s coming next! )&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Thu, 23 Jul 2009 21:31:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/7/23/ColdFusion-Meetup</guid>
				
			</item>
			
			<item>
				<title>Setting up Eclipse 3.5 w/ CFeclipse 1.34 &amp; Aptana 1.5</title>
				<link>http://www.miuaiga.com/index.cfm/2009/6/26/Setting-up-Eclipse-35--CFeclipse-134</link>
				<description>
				
				A new version of Eclipse (version 3.5 aka &apos;Galileo&apos;) was just released, along with a well-timed new version of CFeclipse (version 1.34), the Eclipse-based ColdFusion editor, and a new version (1.5) of the incredibly versatile Aptana Studio eclipse plugn.

I&apos;ve been using Eclipse for a while now, but my installation was done as a total noob and it is unclear to me what is part of native Eclipse, what came with my current version of the CFeclipse plugin, and what&apos;s provided as part of the wonderful Aptana code editor, another must-have plugin for my daily Eclipse use.

In an effort to trace my steps this time around, I&apos;m attempting to make notes as I go. Your mileage may vary (I&apos;m on Windows, not sure if it varies for Mac, for example), but here&apos;s what I did: 
.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Tools &amp;amp; Tips</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Fri, 26 Jun 2009 01:54:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/6/26/Setting-up-Eclipse-35--CFeclipse-134</guid>
				
			</item>
			
			<item>
				<title>Things I miss from Dreamweaver (in Eclipse / CFeclipse / Aptana)</title>
				<link>http://www.miuaiga.com/index.cfm/2009/6/19/Things-I-miss-from-Dreamweaver-in-Eclipse--CFeclipse--Aptana</link>
				<description>
				
				&lt;p&gt;yes there are a few...&amp;nbsp; I&apos;ve been DW-free&amp;nbsp; and 100% eclipse-coding for about a year now I think... and I still find myself wishing for just a few of the features that were in DW. Maybe they&apos;ll be in &apos;ColdFusion Builder&apos; ... maybe they already exist in eclipse and I&apos;m not looking at it correctly. &lt;br /&gt;&lt;br /&gt;My workspace is currently Eclipse 3.4 w/ CFeclipse plugins and Aptana code editor. The perspective I work in is largely Aptana&apos;s default w/ some stuff moved around.&lt;br /&gt;&lt;br /&gt;Anyway, here&apos;s my short list of things I wish I had in my daily IDE :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Highlighted Tag Matching. Yes there is a bit of that in my eclipse/cfeclipse build, i.e. &apos;jump to matching tag&apos;, but in DW I could hit a key combo that would highlight the tag and its contents, and with another keystroke, jump to the parent matching tag, expanding outward. Then I could collapse that section - or any section I want - among other things. I miss that.&lt;br /&gt;&lt;br /&gt;- (smarter) Tag Completion: In eclipse, I can type &amp;lt;p&amp;gt; and it puts the closing &amp;lt;/p&amp;gt; right after. That&apos;s great. But in DW, I could type &amp;lt;p&amp;gt; then a big long sentence and then simple &apos; &amp;lt;/&amp;nbsp; &apos; ... and it would know to put the closing &apos;p&amp;gt;&apos; in there for me. Same for /div&amp;gt;, whatever. That was cool.&lt;br /&gt;&lt;br /&gt;- Last Modified Dates /. 2-part FTP Panel: I love eclipse&apos;s &quot;project&quot; view, where i can have any number of projects in a single scrolling pane without flipping back and forth like DW&apos;s &apos;sites&apos; system. Awesome. And the built-in FTP w/ Aptana is much faster and more reliable for me than DW ever was (this was the main reason i finally forced myself to become friendly w/ eclipse after years as a die-hard DW user). But sometimes I really miss the expanded FTP view from DW, where i could see files on the local server as well as the remote, with last-modified dates and everything. I still suspect this lurks in eclipse but have not found the right &apos;view&apos; as of yet.&lt;/p&gt;
&lt;p&gt;- User Defined Keyboard Shortcuts: this is a BIG one. Snippet shortcuts are awesome, but still not quite the same as being able to set my own key combos on any menu or window item.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;No chance I&apos;ll be going back to DW any time soon (or ever) - there&apos;s too much in Eclipse that I would not only miss but become less productive if I did not have. For the most part I have a great, stable (and free!) web coding system in place, but these are the main features I find myself missing. My hands get tired after 12-hour coding days - every little auto-completed key-shortcutable item counts! - and when going between windows and views, I wish I didn&apos;t have to use the mouse so much. &lt;br /&gt;&lt;br /&gt;I&apos;m curious to hear from other DW-to Eclipse converts... what&apos;s your wish list for Eclipse?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Fri, 19 Jun 2009 13:57:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/6/19/Things-I-miss-from-Dreamweaver-in-Eclipse--CFeclipse--Aptana</guid>
				
			</item>
			
			<item>
				<title>Quick Tip: explore folders in Windows Explorer from Eclipse &quot;project&quot; view</title>
				<link>http://www.miuaiga.com/index.cfm/2009/3/16/Quick-Tip-explore-folders-in-Windows-Explorer-from-Eclipse-project-view</link>
				<description>
				
				&lt;p&gt;One of the (very few) things I missed when switching from Dreamweaver to Eclipse was the ability to right click on a folder in the file directory view (&apos;Project&apos; view in Eclipse) and choose &apos;explore&apos; to open the directory directly in Windows Explorer. &lt;br /&gt;&lt;br /&gt;While I haven&apos;t found a direct right-click option in Eclipse, the workaround is just as quick and easy. I have my Quick Launch bar at the bottom of my main monitor (happens to be the one where Eclipse is usually open) , containing tiny icons for all of my most-used programs. To explore the files in any folder from Eclipse&apos;s &apos;Project&apos; view, I can simply click and drag the folder name from the &apos;Project&apos; view onto the Internet Explorer quick launch icon, and voila, it opens directly in Windows Explorer, just like the old DW &quot;explore&quot; option.&lt;/p&gt;
&lt;p&gt;( Note: I am using the Aptana plugin for Eclipse, as well as CFeclipse ... your Eclipse views may be different, but I am pretty sure the concept still applies )&lt;/p&gt; 
				</description>
				
				<category>Tools &amp;amp; Tips</category>				
				
				<category>Eclipse</category>				
				
				<pubDate>Mon, 16 Mar 2009 11:21:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/3/16/Quick-Tip-explore-folders-in-Windows-Explorer-from-Eclipse-project-view</guid>
				
			</item>
			
			<item>
				<title>CFeclipse with Eclipse Ganymede (3.4) - yes it does!</title>
				<link>http://www.miuaiga.com/index.cfm/2009/1/1/CFeclipse-with-Eclipse-Ganymede-34--yes-it-does</link>
				<description>
				
				After about 6 months with Eclipse, I think I am having the average experience of a previously-DreamWeaver-using CF coder who makes the same move... I love it, I don&apos;t understand a lot of it, I keep discovering new and exciting things that I could never be without, and I keep finding things that I wish I had more authority or confidence with (and yes a very small list of things I wish I still had from DW-land... c&apos;mon Bolt!... but, more on that later).

After much fragmented research (bits and pieces in various places that eventually formed a &apos;big picture&apos; view, albeit still leaving many blank spots in my understanding), I decided the route for me was Eclipse with Aptana and CFeclipse.

To get set up, I studiously followed the instructions on the CFeclipse wiki
&lt;a href=&quot;http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse&quot; target=&quot;_blank&quot;&gt;http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse&lt;/a&gt; - at the time, and today, the wiki still says not to use 3.4 Ganymede. So, I stuck with the older &quot;Europa&quot;, and sure enough, it all worked fine.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Thu, 01 Jan 2009 12:03:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2009/1/1/CFeclipse-with-Eclipse-Ganymede-34--yes-it-does</guid>
				
			</item>
			
			<item>
				<title>Eclipse / Aptana - upload with key combination!</title>
				<link>http://www.miuaiga.com/index.cfm/2008/12/28/Eclipse--Aptana--upload-with-key-combination</link>
				<description>
				
				&lt;p&gt;I have seen a gazillion people in various stages of the Dreamweaver to Eclipse migration complaining, like i have been, about the inability to upload files using a keyboard shortcut. Well my friends, complain no more!&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Fellow developer Edward Beckett has posted a very simple solution here&lt;br /&gt;&lt;a href=&quot;http://www.edwardbeckett.com/Blog/index.cfm/2008/10/13/Florida-SEO-187-CFEclipse-187--Aptana-Migration&quot; target=&quot;_blank&quot;&gt;http://www.edwardbeckett.com/Blog/index.cfm/2008/10/13/Florida-SEO-187-CFEclipse-187--Aptana-Migration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The main thing i was missing before was the fact that Aptana has a built-in default upload combination , Ctrl+Shift+U, just like Dreamweaver. The key, as Edward so kindly and simply explains, is to remove any other Eclipse key bindings using those combinations (in his post he uses Ctrl+U and Ctrl+D, but my default is with the &apos;shift&apos; added in).&lt;br /&gt;&lt;br /&gt;As a side note, for people like me who aren&apos;t satisified with a tiny percentage meter in the footer of the window, showing the &quot;Console&quot; view will display the FTP transactions as-they-happen. Oh what a relief this is for me... and my hands and wrists!&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Eclipse</category>				
				
				<category>WebDev</category>				
				
				<pubDate>Sun, 28 Dec 2008 22:36:00 -0600</pubDate>
				<guid>http://www.miuaiga.com/index.cfm/2008/12/28/Eclipse--Aptana--upload-with-key-combination</guid>
				
			</item>
			</channel></rss>