Re: Alternatives to Dreamweaver



Jorge Peixoto de Morais Neto wrote:

Two approches:
1. For creating a single web page: Try AbiWord, with the Save As
XHTML
feature. It tends to work well, render decently. It's fine for a quick
page. However,
2. For creating an intricate web site, or a series of web pages,
Learn
XHTML, CSS, and perhaps javascript. Code it from scratch in nano,
Kate,
Gedit, whatever, because there is no WYSIWYG editor currently in
existence that does everything to quality. I.E. things do not render
currectly cross-platform or cross-browser, pieces of code do not
validate, or perhaps the sources are simply unorganized.
3. If you simply *must* ignore 2, try NVU (which is based on the
original Mozilla Composer). You don't have my blessing.

My friend says that DW has a "template" feature that automatizes
building a website. How would you do that without DW?

I don't know DW, I don't know web designing, but I suspect that this
is what CSS is for, isn't it?

Again, how would you build a large website of similar pages?

This depends on the Web host. Some hosts offer scripting languages like
Perl, PHP, etc.

In my case, I was able to make my switch from Dreamweaver easier by
using PHP includes at the top and bottom of my page content. These
includes contained the HTML that was common to all of the pages on my
site. The benefit of this was that there was very little duplication of
HTML code, and that's always a good thing.

Also, the Web content editors would work only with the main content of
the page, not any of the header or footer stuff.

I wrote an article about my Dreamweaver -> Free Software Web Development
switch:
http://ithacafreesoftware.org/forum/viewtopic.php?t=62





--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: how to force html4 output
    ... On 11 Jan 2007 at 2:49, Oliver Block wrote: ... if there is a way to force CGI.pm to deliver the html code ... As there are some problems with the media type for XHTML I'd rather prefer ... feature. ...
    (perl.beginners)
  • Re: Alternatives to Dreamweaver
    ... render decently. ... XHTML, CSS, and perhaps javascript. ... My friend says that DW has a "template" feature that automatizes ... Follow up to a previous post: that NVU package does *not* work on Sarge. ...
    (Debian-User)
  • Re: Alternatives to Dreamweaver
    ... XHTML, CSS, and perhaps javascript. ... My friend says that DW has a "template" feature that automatizes ... This depends on the Web host. ... Perl, PHP, etc. ...
    (Debian-User)
  • Re: OT: laser printer: HL-5250DN or another one?
    ... Subject: OT: laser printer: HL-5250DN or another one? ... ] The feature which matters above almost every other feature is Post- ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... Trouble? ...
    (Debian-User)
  • Re: autocomplete=off is not XHTML compliant
    ... autocomplete=off to the form or input control. ... But, this is not XHTML ... Does anyone know how to disable this in a XHTML compliant ... Microsoft documents the autocomplete feature here: ...
    (microsoft.public.dotnet.framework.aspnet)