<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Newsyland Blog &#187; PHP</title>
	<atom:link href="http://blog.newsyland.com/category/programming/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsyland.com</link>
	<description>tail -f /dev/brain &#62;&#62; blog.newsyland.com</description>
	<lastBuildDate>Thu, 02 Sep 2010 22:17:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Eclipse with Aptana plugin and SFTP support, a free website editor</title>
		<link>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor</link>
		<comments>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:12:11 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=62</guid>
		<description><![CDATA[A friend wanted a good, free web development IDE for Mac. Personally, I use Coda and love it, but it's not free. I found this resource as a starting point. I quickly found that although KompoZer and Nvu were good for her because they were WYSIWYG editors, they both don't support SFTP, which was required [...]]]></description>
			<content:encoded><![CDATA[<p>A friend wanted a good, free web development IDE for Mac. Personally, I use <a href="http://www.panic.com/coda/">Coda</a> and love it, but it's not free.</p>
<p>I found <a href="http://webdesign.about.com/od/htmleditors/tp/aatp_frehtedmac.-0cZ.htm">this resource</a> as a starting point.</p>
<p>I quickly found that although KompoZer and Nvu were good for her because they were WYSIWYG editors, they both don't support SFTP, which was required in this case (and most cases really), and were also lacking a little love. SeaMonkey and the rest below that on the list were either too simple or too complex. For me, this left three: <a href="http://www.aptana.com/studio">Aptana</a>, <a href="http://www.activestate.com/komodo_edit/">Komodo Edit</a>, or <a href="http://www.eclipse.org/downloads/">Eclipse</a> to try.</p>
<p>The Komodo Editor is actually pretty good, but I felt didn't have a very good remote connection tool. Aptana doesn't officially support SFTP without paying $99/yr (I tried using their <a href="http://www.aptana.com/plugins">free SFTP plugin</a>, but it didn't work in Eclipse 3.4.2). So, since I use Eclipse for my Python projects, I wanted to see if I could get Eclipse with the Aptana plugin to work.  I found <a href="http://webhostedservices.com/blog/?p=19">this blog with the answer</a>.</p>
<p>These are the shortened steps I followed:</p>
<ol>
<li>Download and install the <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/macPlatform.php#EclipseSDK">Eclipse SDK ver. 3.4.2 (Ganymede)</a></li>
<li>Install the Aptana Studio <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration">as an Eclipse plugin</a></li>
<li>In the Aptana Perspective, 'My Aptana' tab, select 'Plugins' at the top, then choose to install 'Aptana PHP'.<br />
<img class="alignnone size-full wp-image-65" title="aptana_plugins" src="http://blog.newsyland.com/wp-content/uploads/2009/03/aptana_plugins.png" alt="aptana_plugins" width="456" height="393" /></li>
<li>Using the Eclipse Software Updates, install a new remote site, Remote System Explorer, by adding this URL: http://download.eclipse.org/dsdp/tm/updates/, but you only need to select the 'Remote System Explorer Core' and 'RSE SSH Services' portions, found under the 'RSE_Runtime' when selecting features to install.<br />
<img class="size-full wp-image-68" title="select" src="http://blog.newsyland.com/wp-content/uploads/2009/03/select.png" alt="select" width="347" height="236" /></li>
<li>Now, with the Remote System Explorer perspective selected (top right of the IDE), on the left side, in the Remote Systems tab, right-click and choose 'New Connection...', then input the settings to connect to your remote webserver.</li>
<p><img class="alignnone size-full wp-image-66" title="perspective" src="http://blog.newsyland.com/wp-content/uploads/2009/03/perspective.png" alt="perspective" width="226" height="62" /></p>
<p><img class="size-full wp-image-68" title="remote_connection" src="http://blog.newsyland.com/wp-content/uploads/2009/03/remote_connection.png" alt="remote_connection" width="220" height="245" /></p>
<li>Once you've logged into your site and see the files, right-click on the one(s) to edit and choose 'Open With', then 'Aptana PHP Editor'</li>
<li>You can now edit with all the syntactic highlighting, auto complete and other features of Aptana Studio.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
