<?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>Boyzoid&apos;s Blog &amp; Stuff - CF Eclipse stuff</title>
			<link>http://www.boyzoid.com/blog/index.cfm</link>
			<description>The Ramblings of a ganius</description>
			<language>en-us</language>
			<pubDate>Thu, 29 Jul 2010 19:44:38 -0400</pubDate>
			<lastBuildDate>Tue, 29 Jan 2008 13:30:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>scott@boyzoid.com</managingEditor>
			<webMaster>scott@boyzoid.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>scott@boyzoid.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Not Quite 19-0...</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2008/1/29/Not-Quite-190</link>
				<description>
				
				&lt;p&gt;I came across this &lt;a href=&quot;http://www.amazon.com/gp/product/1600781500/ref=pe_5050_8239550_pe_snp_500&quot;&gt;link&lt;/a&gt; for a book being offered on Amazon. The book is about how the New England Patriots went 19-0 during the 2007 NFL season.&#xa0; There is one issue though, they have not gone 19-0.&#xa0; In order to do that, they must beat the New York Giants this Sunday in the Super Bowl.&lt;/p&gt;
&lt;p&gt;Now, I am a Giants fan, so this is more of a slap in the face, but this is by far one of the most insulting things, towards a team, I have seen in professional sports.&#xa0; Even worse than Jerry Jones putting 2 tickets in each of the Cowboys&apos; lockers before the Giants beat them 2 weeks ago.&lt;/p&gt;
&lt;p&gt;Seeing that Amazon is taking pre-orders for that book would make me cheer for anyone who would be playing the Patriots this week, even, dare I say, the Cowboys.&lt;/p&gt;
&lt;p&gt;Go Big Blue!!&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>Rambling</category>
				
				<category>CF Eclipse stuff</category>
				
				<category>Sports Stuff</category>
				
				<pubDate>Tue, 29 Jan 2008 13:30:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2008/1/29/Not-Quite-190</guid>
				
				
			</item>
			
			<item>
				<title>Snip-a-Thon 2007 is On</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2007/10/3/SnipaThon-2007-is-On</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://cfsilence.com/blog/client/&quot;&gt;Todd Sharp&lt;/a&gt; has announced a &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/2007/10/3/Announcing-SnipAThon-2007--Win-Big-Prizes&quot;&gt;contest&lt;/a&gt; for &lt;a href=&quot;http://www.cfsnippets.org/index.cfm&quot;&gt;cfsnippets.com.&lt;/a&gt; The contest is quite simple.&#xa0; All you need to do is submit snippets to cfsnippets.com, blog about the contest, or put a banner on your site/blog.&lt;/p&gt;
&lt;p&gt;What are you waiting for?&#xa0; Get going, I already have a commanding lead ;)&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion Stuff</category>
				
				<category>CF Eclipse stuff</category>
				
				<pubDate>Wed, 03 Oct 2007 15:07:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2007/10/3/SnipaThon-2007-is-On</guid>
				
				
			</item>
			
			<item>
				<title>Synching a CFEclipse Project to a remote server via FTP</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2007/3/22/Synching-a-CFEclipse-Project-to-a-remote-server-via-FTP</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;/blog/index.cfm/2007/3/21/Using-FTP-from-inside-CFEclipse&quot;&gt;Yesterday&lt;/a&gt;, I discussed how to use FTP from with CFEclipse.&#xa0; Its fairly easy, however, one issue is that you are editing files directly on the remote server, not the best solution in most cases.&#xa0; A few people have asked if there is a way to synch a local CFEclipse (or any other) project with a remote server via FTP (similarto the way Dreamweaver FTP sites work).&#xa0; I am happy to tell you that, yes, Virginia, there is a way to synch files on a remote server via FTP. A lot of this information was passed along by &lt;a href=&quot;http://www.phillnacelli.net/blog/&quot;&gt;Phil Nacelli&lt;/a&gt;.&lt;/p&gt;



&lt;p&gt;The first step is to create a new CFCeclispe project, in this example I named my new project &apos;FTP_synch&apos;.&lt;/p&gt;



&lt;p&gt;Next, right-click on the project and select &apos;Import&apos;.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;255&quot; src=&quot;/images/ftp_synch_in_eclipse/step1.jpg&quot; width=&quot;231&quot;/&gt;&lt;/p&gt;



&lt;p&gt;In the window that pops up, choose &apos;Other --&amp;gt; FTP&apos;&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;443&quot; src=&quot;/images/ftp_synch_in_eclipse/step2.jpg&quot; width=&quot;398&quot;/&gt;&lt;/p&gt;



&lt;p&gt;If this is the first time you are importing into this directory (which in this example, we are), select the &apos;Choose a new folder to be imported&apos; option.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;337&quot; src=&quot;/images/ftp_synch_in_eclipse/step3.jpg&quot; width=&quot;422&quot;/&gt;&lt;/p&gt;



&lt;p&gt;Next we will need to specify what FTP &apos;site&apos; to connect to.&#xa0; You can choose a connection that already exists, or create a new one.&#xa0; In this example, there are no other connections, so we choose to create a new one.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;340&quot; src=&quot;/images/ftp_synch_in_eclipse/step4.jpg&quot; width=&quot;382&quot;/&gt;&lt;/p&gt;



&lt;p&gt;After clicking &apos;Next&apos;, fill out your FTP server information.&lt;/p&gt;



&lt;p&gt;On the next screen, we specify what FTP directory to which we will synch our project. If you want to synch the entire FTP root, select the site, as shown below. (Kudos to anyone who can identify the directory structure below)&lt;br/&gt;&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;340&quot; src=&quot;/images/ftp_synch_in_eclipse/step5.jpg&quot; width=&quot;369&quot;/&gt;&lt;/p&gt;



&lt;p&gt;After selecting the directory and clicking &apos;Next&apos;, Eclipse will go out and connect to your server and&#xa0; generate a list of files/directories.&#xa0; On the next screen, you choose which files/directories you wish to &apos;import&apos; into your project. In this example, we are grabbing all the files, so you can just select the top item.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; src=&quot;/images/ftp_synch_in_eclipse/step6.jpg&quot;/&gt;&lt;/p&gt;



&lt;p&gt;Click &apos;Finish&apos; and you will see that the files from the remote server are being downloaded to your project.&#xa0; When it is completed, all the files you selected from the site will be on your local system.&lt;/p&gt;



&lt;p&gt;Now, for the really cool stuff, you need to open the &apos;Synchronize&apos; view.&#xa0; To do this click &apos;Windows --&amp;gt; Show View --&amp;gt; Other&apos;.&#xa0; From the window that pops up, choose &apos;Team --&amp;gt; Synchronize&apos;&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;405&quot; src=&quot;/images/ftp_synch_in_eclipse/step7.jpg&quot; width=&quot;279&quot;/&gt;&lt;/p&gt;



&lt;p&gt;You will now have the &apos;Synchronize&apos; tab opened in CFEclispe perspective.&#xa0; I am not sure where it will be, but in my install, the tab appeared in the bottom panel of tabs.&#xa0; Inside this view, you should see something similar to the picture below.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;159&quot; src=&quot;/images/ftp_synch_in_eclipse/step8.jpg&quot; width=&quot;220&quot;/&gt;&lt;/p&gt;



&lt;p&gt;This will tell you which files locally have been modified sine you last synchronized, or uploaded.&lt;/p&gt;



&lt;p&gt;Make a change to one of your files in your project, and it will automatically appear in this panel.&#xa0; In the image below, I added a CF comment to /www/index.cfm.&#xa0; To compare the differences between your local, and the remote file, right click the file and select &apos;Open in Compare Editor&apos;&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;274&quot; src=&quot;/images/ftp_synch_in_eclipse/step9.jpg&quot; width=&quot;344&quot;/&gt;&lt;/p&gt;



&lt;p&gt;One thing to be careful of is the &apos;synchronize&apos; option on the context menu.&#xa0; it doesn&apos;t act like you might think.&#xa0; All it really does is check the server to see what files have changed.&#xa0; To move your changes over, you need to either choose &apos;Upload&apos; or &apos;Override and Uplaod&apos; (or &apos;Override and Download&apos; if files on the server changed). This is what will move files back and forth from the remote FTP location.&lt;/p&gt;



&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;348&quot; src=&quot;/images/ftp_synch_in_eclipse/step10.jpg&quot; width=&quot;302&quot;/&gt;&lt;/p&gt;



&lt;p&gt;Once you upload, or download the files, you will notice that they disappear from the Synchronize View.&#xa0; The cool thing is that this view only shows files that are out of synch with the server, or that have been modified locally.&lt;/p&gt;



&lt;p&gt;I know of quite a few people who have not made the full leap to CFEclipse because it could not mimic the behavior of Dreamweaver FTP sites.&#xa0; This shows that you can mimic this behavior, and maybe now others will start using CFEclipse all the time.&lt;/p&gt;
&lt;p&gt;If we could edit Contribute templates, and have the changes propagate to files created with those templates, in CFEclipse, I could actaully uninstall Dreamweaver.&lt;br/&gt;&lt;/p&gt;



&lt;p&gt;&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion Stuff</category>
				
				<category>CF Eclipse stuff</category>
				
				<pubDate>Thu, 22 Mar 2007 14:46:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2007/3/22/Synching-a-CFEclipse-Project-to-a-remote-server-via-FTP</guid>
				
				
			</item>
			
			<item>
				<title>Using FTP from inside CFEclipse</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2007/3/21/Using-FTP-from-inside-CFEclipse</link>
				<description>
				
				&lt;p&gt;I have been using &lt;a href=&quot;http://www.cfeclispe.org&quot;&gt;CFEclispe&lt;/a&gt; as my primary development IDE for ColdFusion applications for quite a while.&#xa0; One nifty, yet in my case, rarely used, feature of CFEclipse is the ability to FTP to a site and add and edit files, similar to the way Dreamweaver used to work with &apos;FTP Sites&apos;. I happened to be asked a couple of times recently if it can be done, and if so, how. So this will save me the time and energy of explaining again.&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I had issues with the FTP functionality using CFEClipse 1.3 with Eclipse 3.1, so your mileage may vary,&#xa0; The example shown below is CFEclispe 1.3.1.3 running in Eclipse 3.2.&lt;/p&gt;
&lt;p&gt;First, Open Eclispe and go to the &apos;File Explorer&apos; tab. If you don&apos;t see this tab, click &apos;Window --&amp;gt; Show View&apos;, and choose &apos;File Explorer View&apos; under the &apos;CFML folder.&lt;/p&gt;
&lt;p&gt;Now, in order to set up an FTP connection, you need to click the arrow the the right of the drop down box in the File Explorer View, and select &apos;Locations&apos; (See image below)&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;/images/ftp_eclipse/step1.jpg&quot; width=&quot;417&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Next, you need too specify you FTP connection information. Note in the image below, I have a connection named &apos;test&apos;, we will use this in the next step.&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;245&quot; src=&quot;/images/ftp_eclipse/step2.jpg&quot; width=&quot;435&quot;/&gt;&lt;/p&gt;
&lt;p&gt;OK, so now we have our connection, we need to use it.&#xa0; To do this, select the connection name from the drop down at the top of the File Explorer View, in my example, the connection named &apos;Test&apos;.&lt;/p&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; height=&quot;93&quot; src=&quot;/images/ftp_eclipse/step3.jpg&quot; width=&quot;326&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Lastly, once CFEclipse connects, you can navigate the FTP site like any other directory structure tree.&#xa0; Like HomeSite, the list of files in a directory is displayed in a separate panel under the directory tree. From there you can select files and edit them all you like.&#xa0; To create a new file, simply right-click on the directory where you wish to add a file and select &apos;Create File&apos;. You can also create new directories by right-clicking a directory and choosing &apos;Create Directory&apos;.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>ColdFusion Stuff</category>
				
				<category>CF Eclipse stuff</category>
				
				<pubDate>Wed, 21 Mar 2007 16:38:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2007/3/21/Using-FTP-from-inside-CFEclipse</guid>
				
				
			</item>
			
			<item>
				<title>Nifty Eclipse time saver</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2006/8/10/Nifty-Eclipse-time-saver</link>
				<description>
				
				&lt;p&gt;I am not sure if this is a function of Eclipse or CF Eclipse, but either way, its a great time saver.&lt;/p&gt;

&lt;p&gt;OK, lets say that off of your web root, you need to create a directory structure that looks like &lt;em&gt;&lt;span style=&quot;font-family: Courier New,Courier,mono;&quot;&gt;/components/MyApp/user/data/gateway&lt;/span&gt;. &lt;/em&gt;You could keep doing right-click --&amp;gt; New Folder, until you were done.&#xa0; Or, you could right-click on the parent folder for &lt;em&gt;components&lt;/em&gt;, and in the dialog box that pops up, add, &lt;em&gt;&lt;span style=&quot;font-family: Courier New,Courier,mono;&quot;&gt;components/MyApp/user/data/gateway&lt;/span&gt; &lt;/em&gt;and Eclipse (or CF Eclipse), will create the directory structure for you.&lt;/p&gt;
&lt;p&gt;Anyone else want to share some time saving tricks from Eclipse or CF Eclipse?&lt;br/&gt;&lt;/p&gt; 
				</description>
				
				<category>CF Eclipse stuff</category>
				
				<category>Tech Stuff</category>
				
				<pubDate>Thu, 10 Aug 2006 16:57:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2006/8/10/Nifty-Eclipse-time-saver</guid>
				
				
			</item>
			
			<item>
				<title>Edit a Word document with Eclipse</title>
				<link>http://www.boyzoid.com/blog/index.cfm/2006/4/18/Edit-a-Word-document-with-Eclipse</link>
				<description>
				
				For almost a year now, I have had a love/hate relationship with &lt;a href=&quot;http://www.cfeclipse.org&quot;&gt;CFEclipse&lt;/a&gt;.&amp;nbsp; I have made attempts to use it several times.&amp;nbsp; Each trial ended in utter frustration as I had to un-learn how I code in Dreamweaver.&amp;nbsp; Recently, &lt;a href=&quot;http://www.web-relevant.com/blogs/cfobjective/index.cfm&quot;&gt;Jared&lt;/a&gt; schooled me on the fine art of snippets, and I decided to give CFE another shot.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;This trial seems to be going better (probably becasue I have been using Flex Builder 2 recently and have gotten more used to the UI in Eclispe) . Today I discovered something interesting, you can read and edit Word documents inside Eclipse!&amp;nbsp; Very cool! 
				</description>
				
				<category>CF Eclipse stuff</category>
				
				<pubDate>Tue, 18 Apr 2006 17:28:00 -0400</pubDate>
				<guid>http://www.boyzoid.com/blog/index.cfm/2006/4/18/Edit-a-Word-document-with-Eclipse</guid>
				
				
			</item>
			</channel></rss>