<?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, 11 Aug 2011 19:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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&#8217;s not free. I found this resource as a starting point. I quickly found that although KompoZer and Nvu were good &#8230; <a href="http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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&#8217;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&#8217;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&#8217;t have a very good remote connection tool. Aptana doesn&#8217;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&#8217;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, &#8216;My Aptana&#8217; tab, select &#8216;Plugins&#8217; at the top, then choose to install &#8216;Aptana PHP&#8217;.<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 &#8216;Remote System Explorer Core&#8217; and &#8216;RSE SSH Services&#8217; portions, found under the &#8216;RSE_Runtime&#8217; 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 &#8216;New Connection&#8230;&#8217;, 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&#8217;ve logged into your site and see the files, right-click on the one(s) to edit and choose &#8216;Open With&#8217;, then &#8216;Aptana PHP Editor&#8217;</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>1</slash:comments>
		</item>
	</channel>
</rss>

