wrote in message news:32741@coreldraw.com...
>I recently purchased Corelx4. I am interested in designing my own web site
>and was hoping you could recommend a Corel Program, or if there is such a
>program in x4 please let me know. Your time is appreciated. Patrick G.
>Smith
>
I've been making sites since '96 or so. Draw/Photopaint should NEVER be used
to *create a website*. Yes, they are both excellent tools to *create the
graphics* for the site, but never for any code. I use Draw and Photopaint to
do all of the graphics on my site, and yes I will prototype in
Draw/Photopaint, but I do all of my coding in another application. In fact,
you will hear the same advice from people on various Adobe forums in re:
Illustrator, Photoshop, or Fireworks. All great graphics apps, none of them
are web editors nor should they be used as one.
So, first off: learn HTML and CSS before doing anything else. If you're not
familiar with them, take a look at www.w3schools.com. Once you've done that,
you'll be more aware of the limitations of the web. There are no true
WYSIWYG web editors out there. Yes, most actually do claim this to be true,
but trust me - none really do. You don't just "draw boxes", etc like you're
in an illustration/dtp app - that will produce extremely fragile code.
Personally, I use Dreamweaver - it's a great tool, but to get the most out
of it one needs to have HTML and CSS knowledge. DW is not the only game in
town though. If you can afford it, great, pick it up - the latest version
will be released on Sept. 23. If it is too pricey, well, HTML is just text.
You can always use Notepad. Yeah, it's a lot of typing and can be slow
going, but you'll learn the code quickly :) I've heard great things about
Namo (www.namo.com) but have never used it so I can't personally comment on
it. NVU is also known to be good, but it has reached end-of-life and now has
a new name/life as Kompozer - www.kompozer.net).
So you now have 3 suggested apps: one very expensive, one reasonably priced,
one free.