DaveC wrote:[color=blue]
> I need some sage advice.
>
> For years I have been using a HTML editor (HomeSite 3) to produce crude web
> sites, mostly travelogs with text and a few clickable thumbnails leading to
> larger images. When I get going I usually produce a marginally navigable
> mess with sub pages and sub-sub pages.
> Check
http://www.davearoundtheworld.org/s_chile/index.html as an example.
>
> These crude pages take me a lot of time. I would like to improve my web
> site creation process so it is easier. I don't want to introduce anything
> fancy beyond maybe a navigation panel along the side of each page. No
> guestbooks, dancing dogs, clickable maps, etc.
>
> I bought a copy of MS Front Page 2003, but I am put off by the (looks to me)
> very complicated HTML code generated by such WYSIWYG editors.
>
> Should I stick with the old HTML editor and learn, for example, CSS to
> simplify the production of a site? Or should I chuck it all and go over to
> FrontPage or something similar; forget about ever understanding the source
> HTML they produce?[/color]
First of all, you could perhaps map out what you want to do on your
site before designing it, for example, maybe draw a layout on paper
before taking it to the web.
Then, you could use a range of tools to create the required output.
For example, you could use a text editor, such as NotePad, or HTML-Kit,
or you could use a WYSIWYG Editor such as NVU,
http://www.nvu.com which
is quite good for simple pages.
Or for what you want to do, a CMS (Content management System), is what
you might be after.
Check out Mambo Open Source.
and PHP-Nuke.
I hope this helps.
P.S, is this what your kind of after,
http://freewebdesign.cjb.cc
That site I made with a simple two colum table, but you might wish to
use CSS instead.
I am considering useing CSS for layout, or part their of as you get
better control over various functions.
--
Regards Chad.
http://www.freewebdesign.cjb.cc/design-tips.html[color=blue]
>
> Any opinions?
>
> DaveC[/color]