
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)
Vim is the one true editor (Score:2)
It doesn't even need to be said (Score:1)
emacs
Re:It doesn't even need to be said (Score:1)
Both of you: I was thinking of something a bit more web-enabled. I'm more a VI adept... I used emacs at college, but forgot most of it. VI is my daily use for editing Unix config files.
Re:It doesn't even need to be said (Score:2)
Re:It doesn't even need to be said (Score:1)
http://billharlan.com/pub/emacs/ [billharlan.com]
Re:Vim is the one true editor (Score:1)
On the mac, I like smultron.
Re:Vim is the one true editor (Score:1)
Re:Vim is the one true editor (Score:1)
Re:Vim is the one true editor (Score:1)
No, actually never. I did have an "exploding" monitor (it made shotgun like sounds) once though, but it was at least 10 years old. (And worked just fine in that period)
Re:Vim is the one true editor (Score:1)
Re:Vim is the one true editor (Score:1)
Re:Vim is the one true editor (Score:1)
Re: (Score:1)
Re:jedit... (Score:1)
Re:jedit... (Score:1)
Download add-on PHP modes, the built in CSS and PHP editing modes both are rather lousy and out of date.
Eclipse + PHPEclipse (Score:1)
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.
Re: (Score:1)
Re:Eclipse + PHPEclipse (Score:2)
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
Re:Eclipse + PHPEclipse (Score:1)
Thanks to both of you... I'll definately look into Eclipse + PHP plugins. After all, I used Eclipse in my former job a lot....
Crimson Editor, UltraEdit-32 (Score:1)
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.
Re:Crimson Editor, UltraEdit-32 (Score:1)
I know UltraEdit. I've used it at different jobs and it absolutely rawks :-D My dad also has a copy on his laptop, but the license is from his work.
Dreamweaver (Score:1)
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
There's some functionality to link form controls to MySQL databases, but I prefer to do that b
Re:Dreamweaver (Score:1)
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 ;-)
Webdev.. (Score:1)
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
Re:Webdev.. (Score:1)
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