<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034468" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034468</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1202028</link>
    <description> &lt;p&gt;I&#039;ve used &lt;a href=&quot;http://scintilla.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;Scintilla and SciTE&lt;/a&gt; for quite awhile now on Windows-based computers. I love it, although it takes a bit of setup initially to get it exactly how I wanted it. The advantage, however, is that I was able to customize it to exactly the coloring coding and such that I wanted.&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Jun 2006 12:19:16 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1202028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1201330</link>
    <description> &lt;p&gt;Agreed Abhi, have been using Eclipse for a bit and am finding it&#039;s maxing out my new P4 laptop, even when not doing anything. I have no idea what it&#039;s up to!&lt;/p&gt;
&lt;p&gt;Anyway, think I&#039;ll go down the Vim route. Thanks for the link!&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Jun 2006 14:11:51 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1201330 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200596</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; Hey, got PHPEclipse working. Wow! Eclipse is one heck of an environment! Wow, runtime debugging!!! It&#039;s like the holy grail, thanks Abhi! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
What&#039;s your current favourite IDE then Abhi? Can Emacs and SciTE do what Eclipse can?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The only thing I&#039;ve found Emacs incapable of doing, that Eclipse does, is to run intolerably slowly. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;But seriously, no, any given Emacs can&#039;t do everything that any given Eclipse can; and vice versa.  Emacs&#039;s main feature is its Emacs-Lisp system which allows modes and plugins to be written for it that allow it to do virtually anything (there are even &lt;a href=&quot;http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient&quot; class=&quot;bb-url&quot;&gt;IRC client&lt;/a&gt;s in Emacs).  Eclipse&#039;s killer feature is also its extensibility with its plugin system (look: &lt;a href=&quot;http://www.eclipse-plugins.info/eclipse/plugin_details.jsp;jsessionid=CC21695CA8E9824BA148A26BC421E23F?id=280&quot; class=&quot;bb-url&quot;&gt;IRC client&lt;/a&gt; in Eclipse).&lt;/p&gt;
&lt;p&gt;What&#039;s cool about programs like these is if you decide to try a new language like Ruby, all you have to do is install the appropriate Ruby plugin or mode, and you&#039;re good to go.  Most keyboard shortcuts are consistent, you know how run code, perform search/replace, manage projects and files, change settings, and so on.  No need to get a special, separate app and learn and keep up with its nuances.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt;&lt;br /&gt;
I&#039;ve been using Midnight Commander (for quick remote hacks) and Bluefish/Vi for everything else,  but these definately fall into the realms of &quot;editor.&quot;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Vi - or Vim - could be set up as an environment, like Emacs.  Check out &lt;a href=&quot;http://www.vim.org/scripts/index.php&quot; class=&quot;bb-url&quot;&gt;Vim scripts&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 21:42:30 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1200596 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200515</link>
    <description> &lt;p&gt;Hey, got PHPEclipse working. Wow! Eclipse is one heck of an environment! Wow, runtime debugging!!! It&#039;s like the holy grail, thanks Abhi! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
What&#039;s your current favourite IDE then Abhi? Can Emacs and SciTE do what Eclipse can?&lt;/p&gt;
&lt;p&gt;I&#039;ve been using Midnight Commander (for quick remote hacks) and Bluefish/Vi for everything else,  but these definately fall into the realms of &quot;editor.&quot;&lt;/p&gt;
&lt;p&gt;benf, am in agreement with Abhi here, you should check out the editors he suggested, especially Eclipse.&lt;/p&gt;
&lt;p&gt;The only thing I had problems with was finding the documentation for the PHPEclipse plug-in, this is available at: &lt;a href=&quot;http://www.plog4u.org/index.php/Using_PHPEclipse&quot; class=&quot;bb-url&quot;&gt;http://www.plog4u.org/index.php/Using_PHPEclipse&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Another thing to consider is that Eclipse is seperate to PHPEclipse, the latter being a plug-in for the former. You have to download Eclipse first here: &lt;a href=&quot;http://www.eclipse.org/downloads/&quot; class=&quot;bb-url&quot;&gt;http://www.eclipse.org/downloads/&lt;/a&gt; then follow the instructions in the documentation I linked to earlier.&lt;/p&gt;
&lt;p&gt;Damn Abhi, you know your stuff.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 12:10:49 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1200515 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200498</link>
    <description> &lt;p&gt;Notepad++ is a very good program, but I think it exemplifies the fuzzy boundary between &quot;editor&quot; and &quot;environment&quot;.&lt;/p&gt;
&lt;p&gt;For me, an IDE (non-visual) also has hooks to external programs like compilers and debuggers, inside the program. And importantly, it should have some form of scripting so that it can be extended to suit various contexts like new languages, with sub-programs or meta-programs.  It should link to documentation and so forth.&lt;/p&gt;
&lt;p&gt;Notepad++ goes some way in this regard but not quite enough, imo. It can be a great tool depending on how you use it, and your skill level, though.&lt;/p&gt;
&lt;p&gt;PS: Greg, edited your post to fix the URL.  The inline edit interface doesn&#039;t have a &quot;reason for edit&quot; field. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 07:01:32 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1200498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200496</link>
    <description> &lt;p&gt;I actually just installed &lt;a href=&quot;http://notepad-plus.sourceforge.net/uk/site.htm&quot; class=&quot;bb-url&quot;&gt;Notepad++&lt;/a&gt;, which does pretty much any format you&#039;ll use online plus C and some others, and started using it.&lt;/p&gt;
&lt;p&gt;Just another option.  Oh, and it&#039;s free.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 02:54:40 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1200496 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200494</link>
    <description> &lt;p&gt;My personal preference is Zend Studio, but it isn&#039;t free.&lt;/p&gt;
&lt;p&gt;As for plain tet editors, I like UltraEdit (&lt;a href=&quot;http://www.UltraEdit.com&quot; class=&quot;bb-url&quot;&gt;UltraEdit.com&lt;/a&gt;), as it has syntax highlighting for many languages and lot so other features for code writers.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 02:30:39 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1200494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200487</link>
    <description> &lt;p&gt;There is such a thing as &lt;a href=&quot;http://gtk.php.net/&quot; class=&quot;bb-url&quot;&gt;PHP-GTK&lt;/a&gt;, so you could conceivably mimic the Visual Basic environment if you really wanted.  I don&#039;t see PHP-GTK being a good idea anyway, let alone cloning VB for PHP.  (You can use Glade with PHP-GTK, so...) &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.zend.com/products/zend_studio&quot; class=&quot;bb-url&quot;&gt;Zend Studio&lt;/a&gt; is probably the most comprehensive IDE specific to PHP that I&#039;ve seen. There are several other apps like &lt;a href=&quot;http://devphp.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;Dev PHP&lt;/a&gt; (free), &lt;a href=&quot;http://phplus.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;phplus&lt;/a&gt; (free), &lt;a href=&quot;http://www.nusphere.com/products/index.htm&quot; class=&quot;bb-url&quot;&gt;PhpEd&lt;/a&gt;, &lt;a href=&quot;http://www.mpsoftware.dk/phpdesigner.php&quot; class=&quot;bb-url&quot;&gt;PHP Designer&lt;/a&gt;, &lt;a href=&quot;http://www.waterproof.fr/products/PHPEdit/&quot; class=&quot;bb-url&quot;&gt;PHPEdit&lt;/a&gt;, etc, which are also specific to PHP but aren&#039;t worth the effort, imo.&lt;/p&gt;
&lt;p&gt;The trouble with them is that they &lt;em&gt;are specific to PHP&lt;/em&gt;.  I&#039;d encourage you to pick a multi-lingual editor/environment instead.  The reason is that to be efficient and productive, you&#039;ll learn how to exploit features of the editor.  If/when you decide to use a new language, you&#039;ll be stuck relearning ways to do the same functions in another tailor-made editor.&lt;/p&gt;
&lt;p&gt;So I suggest you look at apps such as &lt;a href=&quot;http://www.eclipse.org/&quot; class=&quot;bb-url&quot;&gt;Eclipse&lt;/a&gt; (&lt;a href=&quot;http://www.phpeclipse.de&quot; class=&quot;bb-url&quot;&gt;PHPEclipse&lt;/a&gt;), &lt;a href=&quot;http://www.gnu.org/software/emacs/&quot; class=&quot;bb-url&quot;&gt;Emacs&lt;/a&gt; (&lt;a href=&quot;http://sourceforge.net/projects/php-mode/&quot; class=&quot;bb-url&quot;&gt;php-mode&lt;/a&gt;), &lt;a href=&quot;http://www.scintilla.org/SciTE.html&quot; class=&quot;bb-url&quot;&gt;SciTE&lt;/a&gt;, and &lt;a href=&quot;http://www.barebones.com/products/bbedit/index.shtml&quot; class=&quot;bb-url&quot;&gt;BBEdit&lt;/a&gt;.  They each have modes for editing PHP, and all kinds of other features not specific to it.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 May 2006 23:41:24 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1200487 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200484</link>
    <description> &lt;p&gt;Are you trying to run PHP on your computer so you can test it out? If so AppServ is perfect &lt;a href=&quot;http://www.appservnetwork.com/&quot; class=&quot;bb-url&quot;&gt;http://www.appservnetwork.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 May 2006 22:53:20 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1200484 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-development-environment#comment-1200476</link>
    <description> &lt;p&gt;Visual Basic for PHP?  Maybe I&#039;m misunderstanding you, but as far as I know, there is no such thing.  Why would you want this?&lt;/p&gt;
&lt;p&gt;If you&#039;re looking for a PHP &lt;em&gt;editor&lt;/em&gt; (color coded tags, etc), I would suggest PHP Designer (it&#039;s what I use).  Just Google it, and you&#039;ll find it.&lt;/p&gt;
&lt;p&gt;If that&#039;s not what you&#039;re looking for, is it more of a planning/mapping tool you&#039;re looking for?&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 May 2006 20:41:33 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1200476 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
