<?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>Frugle &#187; php ide</title>
	<atom:link href="http://frugle.com/tag/php-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://frugle.com</link>
	<description>Plugged In To Save You Money</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:15:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 5 Free PHP Editors (IDE) on Mac OS X</title>
		<link>http://frugle.com/2009/11/top-5-free-php-editors-ide-on-mac-os-x/</link>
		<comments>http://frugle.com/2009/11/top-5-free-php-editors-ide-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 17:00:38 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[free php development]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[leopard apps]]></category>
		<category><![CDATA[php ide]]></category>

		<guid isPermaLink="false">http://frugle.com/?p=485</guid>
		<description><![CDATA[

1. NetBeans


NetBeans is quite possibly the best free php editor on Mac OS X.  NetBeans provides a host of features including syntax highlighting, project support, code navigation, unit testing, and code completion.  My favorite part of the code completion is support for all classes in your project.  Thus, it makes using a [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">1. NetBeans</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/11/media_1257971308610.png" alt="media_1257971308610.png" width="532" height="323" /></div>
<div class="StepInstructions">
<p><a href="http://netbeans.org/">NetBeans</a> is quite possibly the best free php editor on Mac OS X.  NetBeans provides a host of features including syntax highlighting, project support, code navigation, unit testing, and code completion.  My favorite part of the code completion is support for all classes in your project.  Thus, it makes using a PHP framework a lot easier.  It also has project templates for a lot of popluar frameworks. [<a href="http://plugins.netbeans.org/PluginPortal/faces/CategoryPage.jsp;jsessionid=4ef1ca11155558b055b6c94155dd?categoryname=PHP">link</a>]</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">2. TextWrangler</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/11/media_1257971621060.png" alt="media_1257971621060.png" width="532" height="363" /></div>
<div class="StepInstructions">
<p>TextWrangler is another great free PHP editor for OS X.  With support for FTP and SFTP along with syntax highlight and and very nice find and replace feature, TextWrangler provides enough power for everyday use on your sites.</p></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">3. Aptana 1.5 (not version 2.0)</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/11/media_1257971908072.png" alt="media_1257971908072.png" width="532" height="356" /></div>
<div class="StepInstructions">
<p><a href="http://www.aptana.org/">Aptana</a> provides a great all around PHP IDE that is built on the Eclipse framwork.  This is a great IDE, and provides FTP/SFTP support was well as syntax highlighting, debugging tools and a host of other features.  However this is moved down on the list because of their recent news: &#8220;<span style="color: #707277;"><strong>Aptana PHP</strong> is no longer included in Aptana Studio 2.0, and only PDT will be supported going forward. Developers who wish to continue using Aptana PHP should continue using Studio 1.5.x.&#8221;</span></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">4. Smultron</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/11/media_1257972136470.png" alt="media_1257972136470.png" width="532" height="556" /></div>
<div class="StepInstructions">
<p><a href="http://smultron.sourceforge.net/">Smultron</a> is a very simple PHP editor.  It isn&#8217;t made for large projects or where you need to run PHP unit test or debugging.  Smultron, is something you would use for everyday quick edits of code.  It does support multiple files, syntax highlighting, and I really like their simplicity but still providing some decent power as a editor.  Snow Leopard is also supported in their beta release.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">5. jEdit</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/11/media_1257972622333.png" alt="media_1257972622333.png" width="532" height="419" /></div>
<div class="StepInstructions">
<p><a href="http://www.jedit.org/index.php">jEdit</a> is another simple PHP editor.  It does provide syntax highlighting as well as FTP support (via plugin) and it offers unlimited undos/redos, auto indent, and some really nice plugins.  It is looking a bit oudated compared to some of the other editors in this list, but it is very stable and runs on Java.</div>
</div>
<div class="LessonStep top">
<div class="StepInstructions">
<p>If you are not looking to spend any money these are some great IDEs to get help with your workflow.  If you are looking to spend some money for a editor, try looking at <a href="http://www.macrabbit.com/espresso/">Espresso</a> or <a href="http://www.panic.com/coda/">Coda</a>.  If you have any suggestions please post them below.</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2009/11/top-5-free-php-editors-ide-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
