<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>12Robots.com - Jason Dean - Eclipse</title>
			<link>http://www.12robots.com/index.cfm</link>
			<description>ColdFusion, Database, MVC, Frameworks, Security and whatever</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 19:19:51 -0500</pubDate>
			<lastBuildDate>Tue, 10 Aug 2010 12:19:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jason@12robots.com</managingEditor>
			<webMaster>jason@12robots.com</webMaster>
			
			
			
			
			
			<item>
				<title>Adding more resource navigator filters to ColdFusion Builder (Eclipse)</title>
				<link>http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse</link>
				<description>
				
				One thing that has always bugged the crap out of me is our inability to add additional resource filters to the navigator view in Eclipse.  Specifically, I mean these:

&lt;img src=&quot;http://www.12robots.com/images/resourceFilters.png&quot;&gt;

Resource filters are very useful little tools that will hide anything that matches the filter from the navigator view. Which is great for things like .svn folders or any other crap you don&apos;t feel like you need distracting you at the moment. Like if you want to hide all the images in a project so that it is not as cluttered.  But for some reason, we have never been able to add our own filters. So I can&apos;t, for example, hide the stupid Settings.xml file that CFB likes to add to my projects or the .settings folder. Grrrrr!!
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Eclipse</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 10 Aug 2010 12:19:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Enabling Access to the Adobe AIR Tools in ColdFusion Builder</title>
				<link>http://www.12robots.com/index.cfm/2010/7/28/Enabling-Access-to-the-Adobe-AIR-Tools-in-ColdFusion-Builder</link>
				<description>
				
				I was talking to &lt;a href=&quot;http://www.carehart.org/&quot;&gt;Charlie Arehart&lt;/a&gt; today after his &quot;Hidden Gems in ColdFusion Builder&quot; presentation at &lt;a href=&quot;http://cfunited.com/2010/&quot;&gt;CFUnited 2010&lt;/a&gt; and I mention that, for some reason, &lt;a href=&quot;http://www.adobe.com/products/coldfusion/cfbuilder/features/&quot;&gt;ColdFusion Builder&lt;/a&gt; has the &lt;a href=&quot;http://www.adobe.com/products/air/&quot;&gt;Adobe AIR&lt;/a&gt; packaging features of the application hidden by default. So I thought I would write a post on how to enable them for those that would like to use CFBuilder for developing AIR applications.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Eclipse</category>				
				
				<category>AIR</category>				
				
				<pubDate>Wed, 28 Jul 2010 16:29:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2010/7/28/Enabling-Access-to-the-Adobe-AIR-Tools-in-ColdFusion-Builder</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>AIR Aliases are awesome, and an Aptana Gotcha, that got me</title>
				<link>http://www.12robots.com/index.cfm/2009/3/18/AIR-Aliases-are-awesome-and-an-Aptana-Gotcha-that-got-me</link>
				<description>
				
				Adobe AIR is really a lot of fun to work with.  I am having a great time learning about it and about more advanced JavaScript development with jQuery. 

AIR has this really cool AIR Aliases library that you can include in your HTML to help keep your code less verbose. For example, to create an air window might look something like this:
&lt;code&gt;
    var myWin = new window.runtime.flash.display.NativeWindow();
&lt;/code&gt;

But with an AIR Alias, it can be shortened to:
				 [More]
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>AIR</category>				
				
				<pubDate>Wed, 18 Mar 2009 09:30:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/3/18/AIR-Aliases-are-awesome-and-an-Aptana-Gotcha-that-got-me</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Commenting your code is a Best Practice, but if my comments are in the way, turn them off</title>
				<link>http://www.12robots.com/index.cfm/2008/6/5/Commenting-your-code-is-a-Best-Practice-but-if-my-comments-are-in-the-way-turn-them-off</link>
				<description>
				
				So it seems like a 
&lt;a href=&quot;http://www.briankotek.com/blog/index.cfm/2008/6/5/Dont-Comment-Your-Code&quot;&gt;lot&lt;/a&gt;  
&lt;a href=&quot;http://www.cfcdeveloper.com/index.cfm/2008/6/4/Quick-comment-about-code-comments&quot;&gt;of&lt;/a&gt; 
&lt;a href=&quot;http://www.bennadel.com/index.cfm?dax=blog:1255.view&quot;&gt;people&lt;/a&gt; have been weighing in on the discussion of code commenting. Well I thought I would throw in my two cents.
				 [More]
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 05 Jun 2008 10:03:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/6/5/Commenting-your-code-is-a-Best-Practice-but-if-my-comments-are-in-the-way-turn-them-off</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>cf.Objective() Day 1</title>
				<link>http://www.12robots.com/index.cfm/2008/5/3/cf.Objective()-Day-1</link>
				<description>
				
				&lt;p&gt;Well day 1 is over and it was great!&lt;/p&gt;

&lt;p&gt;
I spent the entire day at the conference and I was able to hear some great presentations and mingle with some really knowledgeable and friendly people.
&lt;/p&gt;

&lt;p&gt;
As I said yesterday, &lt;a href=&quot;http://www.wiersmablog.com/machblog/&quot;&gt;Kurt Wiersma&apos;s&lt;/a&gt; Local Dev Presentation was great.  It showed me a few things about setting up multiple CF environments about which I was not previously aware.
&lt;/p&gt;

&lt;p&gt;
I then went to &lt;a href=&quot;http://www.ashenfelter.com/&quot;&gt;John Paul Ashenfelter&apos;s&lt;/a&gt; Agile boot camp and it was incredible. I&apos;m not sure I have ever crammed in that much learning in so little time.  I am already sold on &lt;a href=&quot;http://en.wikipedia.org/wiki/Agile_development&quot;&gt;Agile Development&lt;/a&gt;, and I am definitely going to try to put some of the practices into my personal projects. 
&lt;/p&gt;

&lt;p&gt;
I finished the day with &lt;a href=&quot;http://www.markdrew.co.uk/blog/&quot;&gt;Mark Drew&apos;s&lt;/a&gt; &lt;strike&gt;Dreamweaver&lt;/strike&gt; CFEclipse Reloaded presentation (those brits are a funny bunch). He showed a great many tips and tricks and advanced features of &lt;a href=&quot;http://www.cfeclipse.org/&quot;&gt;CFeclipse&lt;/a&gt;.  If you are using CFEclipse, you should attend this session. 
&lt;/p&gt;

&lt;p&gt;
I am still trying to sort out my schedule for today. We&apos;ll see how that goes.
&lt;/p&gt;
				
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>ColdFusion</category>				
				
				<category>cf.Objective()</category>				
				
				<pubDate>Sat, 03 May 2008 08:07:43 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/5/3/cf.Objective()-Day-1</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A productive couple of days, had I</title>
				<link>http://www.12robots.com/index.cfm/2008/4/14/A-productive-couple-of-days,-had-I</link>
				<description>
				
				&lt;p&gt;Well, I have had a couple of very productive days at home. There has been A LOT that I have been wanting to do. Well finally, I just sat down and did a lot of it.&amp;nbsp; In the last two days I have accomplished setting up my ultimate development environment.&lt;/p&gt;
&lt;p&gt;Since Noon yesterday I have:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Installed &lt;a href=&quot;http://httpd.apache.org/&quot; target=&quot;_blank&quot;&gt;Apache 2.2&lt;/a&gt; (A lot easier than I thought it would be)&lt;/li&gt;
    &lt;li&gt;Configured Apache to work with &lt;a href=&quot;http://www.adobe.com/products/coldfusion/&quot; target=&quot;_blank&quot;&gt;ColdFusion 8&lt;/a&gt; Dev and &lt;a href=&quot;http://www.php.net/&quot; target=&quot;_blank&quot;&gt;PHP5&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Set up a multi-site &lt;a href=&quot;http://drupal.org/&quot; target=&quot;_blank&quot;&gt;Drupal &lt;/a&gt;installation so that all of my Drupal sites run off of the same code base&lt;/li&gt;
    &lt;li&gt;Installed and configured &lt;a href=&quot;http://subversion.tigris.org/&quot; target=&quot;_blank&quot;&gt;SVN Server&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Configured Apache to work with SVN&lt;/li&gt;
    &lt;li&gt;Set up and loaded repositories for all of my projects&lt;/li&gt;
    &lt;li&gt;Configured &lt;a href=&quot;http://www.eclipse.org/&quot; target=&quot;_blank&quot;&gt;Eclipse &lt;/a&gt;with &lt;a href=&quot;http://subclipse.tigris.org/&quot; target=&quot;_blank&quot;&gt;Subclipse &lt;/a&gt;to access my repositories&lt;/li&gt;
    &lt;li&gt;Set up Virtual Host s in Apache so that each of my development sites can have a local domain&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I have to say, most of these things were MUCH easier than I though they would be. All save for Subversion working with Apcahe. That was not easy, and I am still not sure I have it right. It seems to be working. But I did have a few issues with importing my files into the repos and with Subclipse freezing up. I&apos;m not sure, but I think I may also have had an issue with a corrupt repo. Now all seems to be well.&lt;/p&gt;
&lt;p&gt;Now I have the really hard part. I have to be consistent with my development processes and make sure that I am properly using all of my tools.&amp;nbsp; I have also recently installed and configured &lt;a href=&quot;http://ant.apache.org/&quot; target=&quot;_blank&quot;&gt;Apache Ant &lt;/a&gt;with Eclipse. I have started watching &lt;a href=&quot;http://www.thecrumb.com/&quot; target=&quot;_blank&quot;&gt;Jim Priest&apos;s&lt;/a&gt; presentation on &lt;a href=&quot;http://www.carehart.org/ugtv/&quot; target=&quot;_blank&quot;&gt;UGTV &lt;/a&gt;but I have, so far, only created very simle scripts. I still have a lot to learn about Ant, but it looks like it will help me to maintain good practices.&lt;/p&gt;
				
				</description>
						
				
				<category>Ant</category>				
				
				<category>General</category>				
				
				<category>Eclipse</category>				
				
				<category>ColdFusion</category>				
				
				<category>Database</category>				
				
				<pubDate>Mon, 14 Apr 2008 22:07:16 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/4/14/A-productive-couple-of-days,-had-I</guid>
				
			</item>
			
		 	
			</channel></rss>