Hi Jeff, On 12/6/05, Jeff McKeon <jmckeon@xxxxxxxxxxxx> wrote:> I'm sure there's better software out there that is more suited to> writing and editing PHP pages. What do you all use? Eclipse + TruFoundation (PHP/Python) + JSEclipse + CSSEditor + WebStandard Tools (HTML/XML/...) Well, first of all, these are open source and/or free (for commercialuse, so no Zend or NuSphere price tags)... TruPHP has auto-completion(both user defined and builtin functions/classes); class insight;debugging; instant syntax checking and error highlighting; codefolding among other features... In Eclipse, you can manage your codethrough CVS, Subversion (using Subclipse), FTP, WebDav, ... or justthe little built-in "History" feature...I use Eclipse also for Java (JDT) and C/C++ (CDT) development...Eclipse has plugins for nearly anything you want... As for editors, i use Kate, and VIM when i'm not running X... Eclipse and Web Standard Tools: http://www.eclipse.orgTruFoundation: http://www.xored.com/trustudioJSEclipse: http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/CSSEditor: http://csseditor.sourceforge.net/Subclipse (SVN support): http://subclipse.tigris.org/Clay (database modeling): http://www.azzurri.jp/en/software/clay/index.jsp -ahmed