__/ [ Jim ] on Sunday 23 July 2006 19:58 \__
> Flamingo wrote:
>
>> In windows, I got used to use Dreamweaver to develope jsp webpage, and
>> sometimes use Frontpage to edit the html syntax. I'm wondering whether
>> there is some webpage maker like dreamweavor and Frontpage in linux.
>> I'm going to switch from windows to linux. Is there anybody knows?
>> thanks for help!
I suggest that you start with NVU < http://www.nvu.com/index.php > if you opt
for a staged migration from Windows to Linux (NVU is inter-operable). There
are tools for Linux such as Quanta Plus, whose final product is better than
anything you can achieve with the WYSIWYG paradigm.
> Learn HTML/CSS and use a text editor. Frontpage has to be /the/ worst
> choice for producing HTML code. Bar nothing. Dreamweaver is the best of a
> bad bunch, which isn't to say it's perfect by a long chalk. I used it
> [Dreamweaver] to do the layout for my website (below), after that I turned
> to a vanilla text editor to tidy and extend the code. I'm not a programmer
> by any stretch of the imagination, yet I don't need a WYSIWYG HTML editor.
> Neither should you.
Consider content management systems as well. All the styling is often
provided in the form of templates and all you need to do is study some
(X)HTML markup or use some simple Office-like toolbar (e.g. TinyMCE under
WordPress or simplified languages such as Textile in TextPattern).
> OTOH, if you feel that you really /can't/ do without a graphical/WYSIWYG
> HTML editor, just use OpenOffice and save it as XHTML.
That's possible too, but it tends to result in poor output which looks
unprofessional and does not scale well (sometimes assumes fixed size, e.g.
A4 paper).
|
|