You can create and edit HTML pages using a simple text editor
such as the Windows Notepad. This is a little like saying that
you can produce windows programs using assembly language. It is
true in both cases, but not everybody could do it, nor is it the
most effective approach for most people.Most HTML editors these
days offer a more visual approach, where the editor view is a
close approximation to how the page will look in a browser, and
much of the HTML code is added automatically as you insert components
and edit their properties.
As stated above, my particular favorite is Macromedia
DreamWeaver 2. It is easy to use, and usually quite intuitive
(ie things work the way you would expect). Not only does it allow
you to produce good web pages fairly easily, but it has site management
functionality, including the abilty to upload your pages to your
web site by ftp.
Moreover, it does not mangle your HTML code. Many, if not most,
other visual HTML editors alter the HTML source to match their
own particular formatting rules, which can then destroy any special
code or formatting you may have manually inserted.
Page production is made more efficient by using templates and
library items, and it offers good support for Cascading Style
Sheets (CSS). Advanced table layouts are made much easier to create
by the ability to convert between tables and layers. Design your
page using layers, and drag graphics and text freely around the
page to get the layout you want. Then automatically convert the
layers to a table. Dreamweaver handles the complicated table row
and column definitions, to give a table version closely matching
your layer design. Why bother ? Because more browsers are able
to support and accurately render tables than layers.
I could go on, but I think you get the picture. I like Dreamweaver.
The only problem is a price tag of around $250. Initially, you
may wish to use a FREE editor such as Netscape Composer, supplied
as part of the Communicator package. As your site starts to earn
money, then you can invest in more professional tools.
In fairness, I suppose I ought to mention Microsoft FrontPage.
When I first tried it, I thought it was rather good. It is even
better than Dreamweaver in the area of site management, and will
produce a complete site skeleton for you, including a fully functional
navigation bar on each page, from a variety of decorative themes.
However, it has its drawbacks. In order to take full advantage
of its facilities, your web site host must support FrontPage extensions.
A lot of hosts do not support FrontPage extensions.. In common
with many other editors, it does have a tendancy to destroy any
manual source formatting you may carry out.
It is certainly cheaper than Dreamweaver, and I believe it is
included 'free' with certain packages. If you can live with its
idiosyncracies, try it out: it may suit your needs.
|