Hongyi said:
Hi all,
AFAIK, there're many html editors: BestAddress HTML Editor, HTML-mode
for Emacs, visual studio, and so on. Could someone please take a
comparison among all of the available html editors for web developer
and recommend us the most powerful of them?
I've used some HTML editors way back, but even back in the early 90s
when I was first doing HTML pages, and as these editors came along, I
always didn't like what they were doing and inevitably ended up using
Notepad on Windows (if I was using Windows) or something like vi in
Linux or FreeBSD. I suppose the question depends on what features you
want in an editor, but nothing is more powerful than an editor that
won't force or restrict what you do.
I don't think any HTML editing program that's made specifically for this
(FP, DW, etc.) will ever have all of the current tags and emements and
formatting you'd maybe want to use, so you want to use something
without any limits or something that likely tries to insert or create
the HTML for you. So, I'd use vi or vim, or emacs, or nano/pico, or
joe/jed or somethig like that. Some og these are ran in the command
line, but some will run on the GUI and run on all types of platforms
(like Vim does).
So, for the most portable that I'm personally aware of, I'd suggest Vim.
http://www.vim.org/