Re: linux alternative to dreamweaver



Hallvard B wrote:

Of course, you might be right, if you are a really dedicated
programmer/web developer who works a lot that way. For my own case I
have to tell you that I have worked a lot in previous times with coding
of printed matters (before DTP). Which resulted in poor design, and a
lot to much focus on the coding part (in my case anyway).

The popularity of Dreamweaver proofs that at least a lot of people like
it that way.


Not necessarily. I've used Dreamweaver a lot in the past, but I've
never used it for WYSIWYG design. When I used it at an old employer, I
found that I just used the neat features in it that allowed me to see
browser compatibility problems.

Note, however, that everything that DW gives you, you *can* do by hand.
And in many cases, when you're working on something that is XHTML
based, you're not going to want DW to spew that stuff at you, because
it's going to do it all over the place. That's what the W3C validators
are for.

To do my work nowadays, I typically use emacs running on Linux or *BSD.
It's concise, does syntax highlighting, has the ability to integrate
with source code control systems such as CVS and Subversion, and works
quite well. You can even use it for things like the Smarty template
system and CSS and all of that, because there are different modes for
all of that.

That having been said, some people like vi just as fine for XHTML/PHP
editing. IIRC, it handles all of the syntax highlighting, too. And
there are a number of environments for both GNOME and KDE that can help
you to see things with syntax highlighting in your code.

Personally, I find that syntax highlighting, combined with a little bit
of common sense, can fix many mistakes that you would potentially
otherwise make. Of course, it doesn't fix all of them...

- Mike
.



Relevant Pages

  • Re: linux alternative to dreamweaver
    ... IIRC, it handles all of the syntax highlighting, too. ... it doesn't fix all of them... ... I still regularly fall foul of mistakes like missing the semicolon of the end of a line of PHP. ... I use Textpad, as I'm not linux-savvy yet, and then use WinSCP to upload my scripts. ...
    (alt.php)
  • RELEASED python-mode.el 5.1.0
    ... I've just released version 5.1.0 of python-mode.el, a Python editing mode for Emacs and XEmacs. ... this contains a fix to the syntax highlighting for None and places the file under the GPLv3. ...
    (comp.lang.python.announce)