473,408 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

HTML editor vs. WYSIWYG editor, CSS

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?

Any opinions?

DaveC
May 10 '06 #1
5 2308
Deciding to do something for the good of humanity, DaveC
<dc******@nospam.san.rr.com> declared in
comp.infosystems.www.authoring.html:
I need some sage advice.
No one else seems to be around at the moment, so you'll have to do with
mine.
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.
Let's be honest - the code produced is simply rubbish. And FrontPage is
the worst of the lot.
Should I stick with the old HTML editor and learn, for example, CSS to
simplify the production of a site?
Absolutely. There are plenty of basic templates you could start from.
And once set up, it should take very little work to add pages etc.
Any opinions?


You'll find plenty of those - the majority of the ones in this group
will be much the same as mine I'd imagine.

--
Mark Parnell
My Usenet is improved; yours could be too:
http://blinkynet.net/comp/uip5.html
May 10 '06 #2

DaveC wrote:
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? 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
Any opinions?

DaveC


May 10 '06 #3
To further the education of mankind, "DaveC"
<dc******@nospam.san.rr.com> vouchsafed:
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
One time I bought a copy of Debbie Boone's "You Light Up My Life" simply
because I was trying to modernize my music collection.
but I am put off by the (looks
to me) very complicated HTML code generated by such WYSIWYG editors.
Probably wrong, too.
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?


You should use a plain-text editor, spend a month or so learning html and a
little css, and then all your pages after that will seem to fly right off
your fingers because you will know what you are doing. I can make even a
moderately complicated page in an hour, but I put in the "front" (not
FrontPage) time.

--
Neredbojias
Infinity has its limits.
May 10 '06 #4

DaveC wrote:
These crude pages take me a lot of time. I would like to improve my web
site creation process so it is easier.


Learn some rudimentary CSS. Borrow CSS templates from a _good_ site
that you like.

Learning enough CSS to make use of an existing stylesheet is easy. It
also then only requires simple HTML which can be easily hand-edited
through Notepad.

Knowing enough CSS to _write_ a stylesheet is harder. A _good_
stylesheet is even harder! Even learning to spot what's "good
re-usable CSS" isn't as easy as it might seem, so borrow your code from
the good template sites (try bluerobot)


Alternatively go down the CMS route - get a weblog.

May 10 '06 #5
Thanks for all of the above advice. I think I will stick with HTML and look
for some CSS templates.

DaveC
May 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Al Moritz | last post by:
Hi all, I was always told that the conversion of Word files to HTML as done by Word itself sucks - you get a lot of unnecessary code that can influence the design on web browsers other than...
71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
3
by: Mel Smith | last post by:
HI Friends, I'm a newbie at html writing but am a computer programmer and use a great editor (The Semware Editor - TSE) for all my coding -- even building my own first web pages. I'd like...
72
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools...
9
by: Frances | last post by:
at work we switched to UTF-16 encoding and now when I open html files in HomeSite the code is all messed up, and if I turn on "enable non-ANSI file encoding" code looks fine when I open files but I...
2
by: Leszek | last post by:
Hello, Has anybody heard about an HTML editor available as an ASP.NET control or so? I need one for my Content Management System. I would appreciate any help: links to existing components,...
53
by: MajorSetback | last post by:
I am starting up a home business and will be setting up a web site to market the software that I will be developing in C++. I was wondering if I should buy something like Dreamweaver or Frontpage...
27
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot...
9
by: maya | last post by:
hi, I'm getting sick and tired of all the problems I've been having w/HomeSite, it crashes all the time, I get these weird errors with code-nos. on them, etc.. it's just not very stable.. my...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.