Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
PHP

Journal jawtheshark's Journal: Ask the friendly journallers: A PHP editor 25

About two weeks ago I started a bit of PHP, mainly because my father in laws website needs to be redone.... And if I say that, it's worse that jawtheshark.net which hasn't been updated since 1999 (based on 1996 tech) and looks that way.

His hosting offers PHP so I'm going to take advantage of it and I'm brushing up my CSS skills. (Fuck, why is vertical alignment such a bitch in CSS!) The main thing I'm going to use PHP for is multi-linguality: I'll detect the browsers language preference and then display a page in either English, German of French (or Luxembourgish if some unfortunate fucker is going to translate it). The user can of course change the preferred language and I'll store it in session. All this is in place, but because of my (probably-non-PHP-like) programming traditions I end up with so many files.

Thing is: I'm on Windows for the moment. I used BlueFish on *nix and loved it. NVu is too wysiwig for me. So, I'm using the probably worst interface there is: Amaya. It's nice if you have two or three pages open at the same time. What do you guys use? Preferred in order: open source, freeware and last (but not preferred at all) payware. (Especially, because I'm doing this for free)

This discussion has been archived. No new comments can be posted.

Ask the friendly journallers: A PHP editor

Comments Filter:
  • Comment removed based on user account deletion
    • Kormoc, at least your info is useful... What I can't say about the others... :-(
    • I'll second this, JEdit rocks. You have to know what plugins to get and stuff, but once that is all done (and searching through plugins is fun any ways. :) it is a great program.

      Download add-on PHP modes, the built in CSS and PHP editing modes both are rather lousy and out of date.
  • Eclipse (eclipse.org) with the PHPEclipse plugin (phpeclipse.net)

    Haven't had a problem thus far, and its a real bonus using the SVN plugins for SCM directly in your projects.

    I also use Eclipse for my java/JSP/Struts/Hiber projects as well as ColdFusion.
    • Comment removed based on user account deletion
    • Mr. TheShark,

      I would concur. Eclipse with the PHPEclipse plugin is pretty dang decent for free. It will integrate with CVS or subversion for source control (highly recommended). It does code completion and some other cool stuff. My only real annoyance is how it handles quotes and automatically doubles up on them without taking into account the context of where they are being entered. If you delete the second, it deletes the first as well unless you first type over the second, meaning it is saving me no
  • Free: Crimson Editor [crimsoneditor.com]

    Pay: UltraEdit-32 [ultraedit.com] - Best Windows text editor I've ever used. It's industrial strength -- doesn't choke on multi-gigabyte logfiles -- speedy, and flexible. It has syntax highlighting, bracket matching, auto-indentation, and all the other obligatory features. I couldn't recommend it more.
  • It's a pay solution, but I usually use Dreamweaver which I got from my old job. Since it does the job, I haven't bothere to check out any free solutions.

    It's probably overkill for what I need, but the WYSIWYG tools are nice to get the meat of the HTML in place, and the editor has code highlighting and completion and the FTP will automagically upload dependent files such as graphics, stylesheets or linked .js files.

    There's some functionality to link form controls to MySQL databases, but I prefer to do that b
    • I have Dreamweaver lying around somewhere. My sister needed it for her courses a few years ago. Of course it's a pirated version and I'd rather not use a pirated version when I can stay legal. Dreamweaver is definately overkill for what I need ;-)


  • MacroMedia's DreamWeaver & UltraEdit.

    My homepage(s) are all made with it.

    Features ftp profile uploads, source control, syntax parsing and gives browser version bug warnings with CSS and html.. very stable wysiwyg. I'd say language selection is the least of my worries. Fetch the contents from a database with some php. What is more troublesome is the browser version crap, for which you probably need to redo the css. My website runs with 2 css'es, one for IE and one for FF.

    I'm sure you're gonna hit me w
    • I'm sure you're gonna hit me with chosing DreamWeaver,

      No, absolutely not. I understand your choice, I just don't want to shell out money for it and so I prefer to seek out a free alternative. That's all..

      My website runs with 2 css'es, one for IE and one for FF.

      I know, I have already been studying it... ;-) I've also been looking at Zen-Garden and several other sites (including slashdot... go figure) in order to get my CSS right. I'll allow minor visual difference tough, if by doing so, I manag

What we anticipate seldom occurs; what we least expect generally happens. -- Bengamin Disraeli

Working...