Linux.com

Feature: Web Development

A survey of Linux Web development tools

By Joe 'Zonker' Brockmeier on October 12, 2005 (8:00:00 AM)

Share    Print    Comments   

Choice is a good thing, and Linux users have plenty of it when selecting a program for Web development. Users can choose from the basic no-frills text editors, to full-featured "what you see is what you get" (WYSIWYG) programs. Here's a survey of the best programs I've used.

While editors such as Vim and Emacs offer features that let you use them to create Web content, you can also turn to several applications that are designed specifically for Web development. Among my favorites are Bluefish, Screem, Quanta, and Nvu.

Bluefish

Bluefish, the "Web development studio," is a full-featured editor for working with HTML and programming languages for Web development. It supports PHP, Perl, Python, C, SQL, and a number of other languages.

Bluefish sports a tabbed interface with several toolbars for CSS, HTML formatting, tables, frames, forms, and a Quick Bar" that allows users to add their most frequently used buttons to a single toolbar. For instance, if you happen to spend a lot of time working with lists, you can add the "Quick List" button to the Quick Bar. I like this feature, though I'm not keen on the fact that Bluefish nags you until you add a button to the Quick Bar.

Bluefish
Bluefish - click to enlarge

The editor also has a Custom Menu, which allows you to create your own dialogs and text snippets that can be inserted into your projects. This is an easy feature to use -- certainly easier for most users than defining their own macros for Vim or modes for Emacs.

Bluefish also comes with a reference tab, displayed on the left side of the editor, which includes references for HTML tags, CSS2, Python, and PHP. Using this tool, you can look up various tags or language functions and insert them into your active document. If the tag requires attributes, Bluefish will pop up a dialog with the possible attributes so you can fill them in.

One feature I particularly like in Bluefish is the ability to generate a page of thumbnails from a directory of pictures. I used that a few weeks ago to create pages of pictures from my last vacation. Instead of having to resize a bunch of images, and then create a Web page for all of the links, all I had to do was point Bluefish at the directory where I'd downloaded all my images off my camera. It took a minute or two to generate all of the thumbnails, but far less time than it would have taken if I'd had to use the GIMP to do it manually.

To view your work, Bluefish supports opening documents in an external browser, but lacks any kind of preview or WYSIWYG interface on its own.

The one thing that detracts from Bluefish is the lack of a help system. Other than the language references that come with Bluefish, there's no online help at all. Aside from that, Bluefish is a good editor for Web development. It has a nice feature set, it's very quick, and it's easy to use.

Screem

The Site Creation and Editing Environment (Screem) is another Web development editor with quite a few handy features. Like Bluefish, it's a text-editing application with a lot of tools to help speed up the task of editing HTML, CSS, and other Web development languages.

Screem isn't a WYSIWYG editor, but it does have a built-in preview mode that gives you an idea of what a document will look like in a browser. It's not perfect, but it's useful for getting a rough idea of what a document will look like without having to open it in an external browser. Screem also supports opening documents from the editor in an external browser. It offers an odd "link view" that shows the status of links in a document -- whether the links are to local documents, external documents, if they're broken, and so on.

Screem has built-in support for checking documents into and out of CVS. Screem also has support for site publishing using FTP, SFTP, WebDAV, and a few other protocols. It also has support for "sites" -- basically a project comprised of a collection of files that would make up a Web site.

Screem in Link View mode
Screem in Link View mode - click to enlarge

Screem has several "wizards" for creating tables, forms, embedding objects, and working with CSS. You can define your own macros in Screem, though it's not entirely clear how to set up an "action."

One interesting feature in Screem is the Website Todo List. It's a pretty basic project management list, but it's an interesting idea. If I'm working on a Web site project with a couple of other people, I'd definitely want to be able to use project management, and it's much more convenient to do it within the same program that you're using to create the site than it would be to use an external project management program.

Screem is a solid Web development environment with a lot of interesting and useful features, but at version 0.14.3, it's not quite as mature as some of the other applications.

Quanta Plus

Quanta Plus is a Web development environment based on KDE. Note that Quanta Plus is not the same as Quanta Gold, which diverged from the GPLed codebase around the 2.0 version.

Because of its tight integration with KDE and KDE applications, Quanta should be at the top of the list for KDE users. That's not to say that one needs to be using KDE to use Quanta -- it works just fine under GNOME -- but it is very well integrated into KDE.

Like Screem and Bluefish, Quanta starts in a basic editor mode with a tabbed display. It provides a set of buttons for HTML tags that you'd use often, and wizards for creating forms, tables, and other items. I particularly like Quanta's Table Editor. It displays the rows and columns as you choose them, and allows you to edit cell content while still in the Table Editor.

Quanta Plus
Quanta Plus - click to enlarge

Quanta has an interesting split editing mode, where you can see the code for the page as well as a semi-WYSIWYG representation. Quanta doesn't, for example, render images in the document in WYSIWYG mode -- so it's not exactly WYSIWYG.

If you're editing the WYSIWYG portion of the document, you'll see the changes in the HTML code as you go, which is pretty handy -- but the converse is not true. If you make changes in the code, they're not reflected immediately in the WYSIWYG pane. This is particularly confusing if you go from HTML source to WYSIWYG. Instead of scrolling to the portion of the document that was changed in the code, Quanta bounces you back to the last place the cursor was at in the WYSIWYG area.

The Document Structure view is also interesting. On the left side of the Quanta interface there's a Document Structure tab that expands to show the current document in a tree view, organized by tag. For example, the top level might be the <p> tag, then the reference tags, image tags, and so forth below it.

The software offers several default templates that include the basic structure of an HTML document, PHP script, and other document types supported by Quanta. If you'd like to develop documents that can be converted to HTML and other formats, such as PDF, Quanta also supports DocBook.

Quanta also sports a useful word-completion feature. Other editors support this as well, but Quanta does so in an elegant manner, by giving users a handy drop-down list of possible words. It took me a few minutes to get used to this feature, but once I did Quanta was completing about 10 to 20 percent of the words that I typed. This feature is a big bonus for users who don't type quickly. Quanta also does entity completion and tag completion, so when you start a new HTML tag it will supply the closing tag as well. If you've started a tag that wasn't auto-completed, you need to type only </ and Quanta does the rest.

Quanta also supports projects, so you can keep a related set of files and directories together. This is particularly handy if you're working on a development project with a lot of files. Quanta also works with remote files over FTP, SSH, SMB, NFS, WebDAV, and other protocols, so there's no need to store files locally.

Quanta is an extremely powerful development environment, and well worth a look for both new and power users.

Nvu

Nvu owes its heritage, codewise, to Mozilla Composer, with development help from the Linspire folks. According to the Nvu site, it's meant to be a rival for Microsoft's FrontPage and Macromedia's Dreamweaver.

Nvu tabbed interface is clean and easy to navigate, and allows you to have multiple documents open at the same time. At the bottom, Nvu has tabs for switching from WYSIWYG mode to editing source code to a tag view that shows you where each tag is in the document.

Nvu
Nvu - click to enlarge

Nvu has a pretty good spell-checker, and well-designed wizards for creating tables, forms, and stylesheets. Nvu's image wizard prompts you to insert alt text if you try to insert a picture without it.

Nvu supports layers, which is a nifty feature if you want to place text on top of an image or otherwise tweak the CSS layer properties without having to learn a lot about CSS. It's dead easy to insert an image, then create text to place on top of the image. That's more difficult to do if you're writing the code by hand.

Nvu's language support is more limited than the other programs'. Nvu supports HTML, PHP, CSS, and JavaScript, but doesn't support Python, Perl, or other languages. For Nvu's target audience, which is users who don't do a lot of programming, that's probably not a big problem.

Nvu does support remote publishing, but it does so via FTP only. I'm not too keen on publishing via FTP, since it transmits everything unencrypted.

Of all the Web development programs in this list, Nvu is the only one that really does a lot "behind the scenes." With the other programs, you're not very far removed from the actual code, so whether it's standards-compliant is up to the user rather than the program. Nvu generates the code for you, so it's important to consider the code that it generates and whether it's up to snuff. Nvu has a validation tool that submits a page to the World Wide Web Consortium (W3C) Markup Validation Service, and the code generated by Nvu doesn't always pass.

It is, however, fairly clean compared to HTML generated by other WYSIWYG tools. If you've ever had to work with HTML generated by Microsoft Word or another word processor, you know how unpleasant that can be. Nvu's HTML is much more pleasant to work with. That's not to say it's perfect, and it is a bit odd in spots. For example, if you want italics in most browsers, most people use the <em> tag. Nvu uses a <span> tag with style="font-style: italic;" instead.

If you don't know HTML tags from mattress tags, this is the editor for you. Using Nvu requires very little experience working with HTML. The interface is similar to the average word processor, so users who have never touched a Web development tool before will probably still be able to get up and running with Nvu in a matter of minutes.

Summary

As with Linux distributions, there isn't a Web authoring program that's going to make all users happy. Hard-core techies will likely prefer the arcane, yet elegant, keybindings of Vim or Emacs. Those users will probably never find happiness working in a program like Nvu. At the same time, average users would rather avoid having to work with HTML tags directly, and would find Nvu to be the best choice for their needs.

 

Share    Print    Comments   

Comments

on A survey of Linux Web development tools

Note: Comments are owned by the poster. We are not responsible for their content.

Expandability

Posted by: Anonymous Coward on October 12, 2005 11:37 PM
The problem with some of these tools is expandability. If I wanted to do MATHML or SMIL, SVG or even keep up with the ever evolving XML/XHTML standards. I basically have to wait till the programmers get to it. Were's the scriptability? At least the GIMP has python, and Perl expandability.

#

Re:Expandability

Posted by: Anonymous Coward on October 13, 2005 02:40 AM
Only some of them. With <a href="http://www.screem.org/" title="screem.org">Screem</a screem.org> if you have a doctype, it will know the markup. This includes SVG, XHTML, MathML etc. (Admittedly xml schema / relaxng support is needed)

e.g a
<a href="http://www.screem.org/gfx/screenshots/xml.png" title="screem.org">glade</a screem.org> file open in screem.

#

is not for italics!

Posted by: Anonymous Coward on October 12, 2005 05:38 PM
The element "em" is not for entering italics, it's for emphasis.

#

Re: is not for italics!

Posted by: Anonymous Coward on October 13, 2005 03:16 PM
Exactly! Text within <em> tags is displayed by most browsers in italics by default, but it is easy to override using a style sheet. If the user explicitly requests italics, that's what nvu gives and the resulting HTML code seems pretty appropriate.

#

Back Pain relief

Posted by: Anonymous Coward on May 28, 2006 07:08 PM
[URL=http://painrelief.fanspace.com/index.htm] Pain relief [/URL]

  [URL=http://lowerbackpain.0pi.com/backpain.htm] Back Pain [/URL]

  [URL=http://painreliefproduct.guildspace.com] Pain relief [/URL]
[URL=http://painreliefmedic.friendpages.com] Pain relief [/URL]
[URL=http://nervepainrelief.jeeran.com/painrelief<nobr>.<wbr></nobr> htm] Nerve pain relief [/URL]

#

screem, unmentioned features

Posted by: Anonymous Coward on October 12, 2005 08:16 PM
Like Quanta screem will display the document structure, and also features auto complete in via a dropdown menu when typing.

Like Quanta screem has no problem with Docbook support, or any other XML format so long as the document contains a doctype tag.

Like Quanta screem will auto complete entities, and typing / will result in the correct closing tag being inserted, for any doctype in use.

Like Quanta screem can work directly with remote files.

Like Bluefish it has references. The exact same PHP and Python ones used in Bluefish. It also supports PHP, Perl, Python, C, SQL. Just like Bluefish.

The "few other" protocols supported by screem are infact anything that gnome-vfs supports.

#

Re:screem, unmentioned features

Posted by: Administrator on June 24, 2006 09:56 AM
Thank you for pointing out the remotw files thing with screem, I was looking to Bluefish as being the one to use for everyone in our new setup, but ease of remote file use will be most important for what we're doing.

#

Text editor

Posted by: Anonymous Coward on October 12, 2005 09:41 PM
You mentioned text editors such as Vim and Emacs but they are console-based and have strange keybindings and is difficult to learn and use.

You also mentioned GUI editors for HTML but they all looked pretty heavy.

I would like a really simple GUI text editor such as Notepad that comes with Windows.

Also, I think having the beautiful and clean "fixedsys" font is important, can I have that?

#

Re:Text editor

Posted by: Anonymous Coward on October 12, 2005 09:49 PM
both vim and emacs have GUI frontends, in fact emacs should be installed by default with any system running X. vim has an excellent frontend called gvim.

#

Re:Text editor

Posted by: Anonymous Coward on October 12, 2005 10:42 PM
There are several GUI text editors for Linux. The two that come to mind are gedit and nedit.

#

Re:Text editor

Posted by: Anonymous Coward on October 12, 2005 11:20 PM
cream is a graphical frontend to vim, its wonderfully simple to use and replaces the need for vim's keybindings (unless you want them like i do).
think of cream as gvim on steroids

#

Re:Text editor

Posted by: Anonymous Coward on October 13, 2005 01:18 AM
Also, if you use Gnome, you can always use their built in editor, gedit, to handle the HTML code as well.

#

I second that

Posted by: Administrator on October 13, 2005 04:23 AM
I use Gnome, and it has GEdit.

It's a basic text editor, by Linux standards, which is a bit more than you get from Notepad. It has tabs like FireFox... Though lots of things in Linux seem to have tabs, the whole freak'n desktop has tabs. (If you use Gnome and it doesn't seem to have desktop tabs, right click a taskbar, click "Add to Panel" and then find and add "Workspace Switcher".)

It also has highlighting for a whole bunch of languages, including XHTML, CSS and Perl and PHP and etc.

You can change the font. I don't see "Fixedsys" here, but I do see a "Fixed"... If you have a copy of "Fixedsys" laying around in a TTF file, copy it to this directory:<nobr> <wbr></nobr>/usr/X11R6/lib/X11/fonts/TTF/

If it's one of those retro<nobr> <wbr></nobr>.fon files from retro Windows, I have no idea what to do with it then<nobr> <wbr></nobr>:S

#

Re:Text editor

Posted by: Anonymous Coward on October 13, 2005 08:00 AM
Leafpad is almost the same as Notepad. But there are countless other gui text editors for linux with much more functionality.

#

EditPad - JGSoft

Posted by: Anonymous Coward on October 14, 2005 04:24 AM
Try EditPad Lite from JGSoft. It's as simple as Notepad, if that's all you need, but has much more power if you want it. The Lite version is free, and the Pro version is $39. The Linux & Win versions are supposed to be virtually identical. (and no, I don't get a commission<nobr> <wbr></nobr>:-)

-Amazing Blair

#

Pain relief

Posted by: Anonymous Coward on May 28, 2006 01:53 PM
<tt>[URL=http://painrelief.fanspace.com/index.htm] Pain relief [/URL]
[URL=http://lowerbackpain.0pi.com/backpain.htm] Back Pain [/URL]
[URL=http://painreliefproduct.guildspace.com] Pain relief [/URL]
[URL=http://painreliefmedic.friendpages.c<nobr>o<wbr></nobr> m] Pain relief [/URL]
[URL=http://nervepainrelief.jeeran.com/pa<nobr>i<wbr></nobr> nrelief.htm] Nerve pain relief [/URL]</tt>

#

Re: Scite

Posted by: Anonymous Coward on March 28, 2006 08:50 PM
Scite rocks!

#

Re:Text editor

Posted by: Anonymous Coward on October 03, 2006 05:54 PM
chrono-form is a program that can be used to create Web forms and use the results in various ways. It could be used as a mini quality control management system, a system for holding referendums, or a reservations system. Results can be exported to a spreadsheet.

<a href="chrono.apinc.org?numero=129" title="linux.com">HERE</a linux.com>

#

Re:Text editor

Posted by: Administrator on October 13, 2005 12:20 AM
For KDE users there's Kate.

#

No Mozilla Composer?

Posted by: Anonymous Coward on October 12, 2005 09:44 PM
And I wonder why Mozilla Composer was not included. Although lacking on form generation feature (at least on Mozilla 1.7 of Slackware 10 I'm using), Mozilla Composer is a pretty decent WYSIWYG web developer tool.

#

Re:No Mozilla Composer?

Posted by: Anonymous Coward on October 12, 2005 10:40 PM
Nvu is based upon Composer. Composer has several issues, including inserting lots of unwanted

  tags. Nvu seems to have fixed this problem.

#

Re:No Mozilla Composer?

Posted by: Administrator on October 13, 2005 04:25 AM
The Mozilla Project seems to be depreciated or something, and nobody uses it. If they do, I question their sanity; any web-browser that loads that slow on a 2.8ghz computer ought to die a horrible death.

Like the other dude said, it's split off and called Nvu now.

#

Zend Studio

Posted by: Anonymous Coward on October 12, 2005 10:53 PM
We use Zend Studio on Linux to developt with PHP 5. This is the greatest IDE for PHP.

We also used kdevelopt for PHP developpement. Not bad at all. Eclipse is a good choice too.

The most important thing for us is auto-completion.

#

Checking results in IE

Posted by: Anonymous Coward on October 12, 2005 11:07 PM
Thanks for the articles. One question: I had difficulty to ensure that the results are shown properly in Internet Explorer (because several people still use IE). Is there a way to check it from any editor described above?

#

Re:Checking results in IE

Posted by: Anonymous Coward on October 13, 2005 01:11 AM
You'll have to use Wine (with Winetools, to manage the installations -be careful to choose a Wine version recommended by Winetools), to run Internet Explorer on Linux... You may also try qemu, to emulate a whole computer system to install Windows on<nobr> <wbr></nobr>:) (slow, but quite fun ^_^)

#

Actually, very easy.

Posted by: Administrator on October 13, 2005 04:46 AM
3 step process!

1) <a href="http://www.winehq.org/site/download" title="winehq.org">http://www.winehq.org/site/download</a winehq.org>

Install that.

2) <a href="http://www.kyz.uklinux.net/cabextract.php" title="uklinux.net">http://www.kyz.uklinux.net/cabextract.php</a uklinux.net>

Install that.

3) <a href="http://www.tatanka.com.br/ies4linux/" title="tatanka.com.br">http://www.tatanka.com.br/ies4linux/</a tatanka.com.br>

Download and run this program.

Now, you can run IE, the program will automagically install Internet Explorer 5.0, 5.5 and 6.0 for you. It's specially built for this purpose, so that web designers can test stuff in multiple IE versions.

I use it for my work.

A few things to note:

*I've used it at my office and at home, and in both cases, IE runs brainshaggingly fast. Faster than FireFox, and more interestingly, faster than IE does in Windows.

*It does NOT run very stable. The main thing I've noticed that will crash it is Flash, which is ubiquitous. So if you're using Flash on your site, this isn't gonna work very well, unless someone else knows a way around this.

I don't use Flash on my sites, so it does it's job pretty stable. Just don't use it for general browsing and it should be fine.

My email address is frapaquad at hotmail.com if you have any problems or need any help with that.

#

Amaya

Posted by: Anonymous Coward on October 13, 2005 12:16 AM
You left out the official editor/browser of the W3C, which has been around longer than most of the other tools reviewed and produces the most standards-compliant code!

<a href="http://www.w3.org/Amaya/" title="w3.org">http://www.w3.org/Amaya/</a w3.org>

Regards,
*** Xanni ***

#

Re:Amaya

Posted by: Anonymous Coward on October 13, 2005 02:11 AM
Amaya is a complete nightmare usability wise. The type of person who wants to use a WYSIWYG interface over a code based editor will run away from it screaming. Any code based editor will produce just as standards compliant code.

#

Re:Amaya

Posted by: Administrator on October 13, 2005 04:59 AM
Yeah, I found it a bit baffling.



Actually, quite immediately I made it crash by closing a tab, and when I made a new file, the default directory to save it in the<nobr> <wbr></nobr>/usr/share area and it'd spit errors at me unless I did that in root.



Of course, most people at this site know that's a duh issue, you can't save stuff there as a normal user, but any Linux newbie is gonna spend hours baffling over that; it's not exactly intuitive.

#

Re:Amaya

Posted by: Administrator on October 13, 2005 12:49 PM
Actually, I'm kinda getting used to it now and even starting to like it, but there are some very very odd things about it that would annoy most normal users.

#

Re:Text editor

Posted by: Anonymous Coward on October 13, 2005 01:04 AM
Yup, Kate's quite nice, with basical project management, highlighting, code snippets, templates and some completion... (using the official plugins -there may be other functionnalities, using unofficial plugins, but I still did not try to find some). I'd like I could find a non-KDE equivalent ^_^

#

Re:I second that

Posted by: Anonymous Coward on October 13, 2005 05:22 AM
gedit will highlight javascript, sql, asp, and lots more. both it and screem make use of gtksourceview for their editing widget, so support highlighting the same file types.

#

Quanta doesn't render images... yes it does.

Posted by: Anonymous Coward on October 13, 2005 11:26 AM
You mention: Quanta doesn't, for example, render images in the document in WYSIWYG mode -- so it's not exactly WYSIWYG.

That is not accurate. In both the VPL Editor and the VPL & Source Editors mode, images will display, but first the file has to be saved if you are working on a new file. Even the internal preview won't show a picture if the file isn't saved first.

#

Emacs nxml-mode

Posted by: Anonymous Coward on October 13, 2005 08:44 PM
html-helper-mode is a pretty basic HTML editing mode which does not go far beyond HTML editing in other programmer's editors. nxml-mode is a validating XML editing mode with completion for element names, attribute names, and attribute values, and with support for Relax NG, a simple and popular XML Schema language as a replacement for DTDs. It is perfectly suited to author valid xhtml instead of generating html/xhtml which just so happens to display properly in IE. Of course there is also xslide to edit xslt stylesheets.

#

Re:No WYSIWYG web-site management program?

Posted by: Anonymous Coward on October 14, 2005 03:43 AM
I understand Dreamweaver works if you use Crossover Office. But this is an area where F/OSS tools could be better, especially when developing Web applications using things like php or ASP.NET (mono).


Just my 2c (dwy geiniog) worth


Peter

#

Omissions

Posted by: Anonymous Coward on October 20, 2005 01:38 PM
These are fine and good for a thirteen-year-old looking to set up a simple HTML site, but other applications really should have been included.

For example, the usage of SQL-based databases (especially PostgresQL and MySQL in Linux) as a site "back end" is becoming more and more popular. Tools such as "DBDesigner" from fabforce.net and "MySQLcc", et cetera, are incredibly useful during development.

As far as text editors go, I'm a vim fan personally, but KDE's "Kate" is amazingly powerful for creating web content (especially PHP!).

Good article, but there are many more options available, and these really should have been included.

#

Re:Omissions

Posted by: Anonymous Coward on October 20, 2005 02:11 PM
DBDesigner 4 is dead

Developers took down forums because of DDoS attacks

MySQL Workbench is similar official product to be released

#

Re:Omissions

Posted by: Anonymous Coward on October 22, 2005 11:25 PM
A database is not a web development tool, a web backend may utilise one, but that doesn't make it a web development tool. Seems these 13 year olds will be using these tools to create their sites and talk to databases while you are trolling.

#

Re:Omissions

Posted by: Administrator on January 16, 2006 10:16 AM
If a 13 year old can design a website with these tools, that's a complement. Ease of use is the holy grail of every designer, at least for those who want their stuff to be succeed. It's much more difficult to design a tool that's easy to use than it is to design one that's hard to use.

#

Some links

Posted by: Administrator on October 13, 2005 04:15 AM
I did some searching and I found some stuffs.

<a href="http://www.ephox.com/" title="ephox.com">http://www.ephox.com/</a ephox.com>

<a href="http://www.ektron.com/ewebwp.aspx" title="ektron.com">http://www.ektron.com/ewebwp.aspx</a ektron.com>

<a href="http://www.codeverve.com/products/verveJEdit/index.cfm" title="codeverve.com">http://www.codeverve.com/products/verveJEdit/inde<nobr>x<wbr></nobr> .cfm</a codeverve.com>

They're all commercial, but so is the thing you're using now, and I'd say you're asking too much if you expect people to make multiple different web editors (these are NOT simple programs to make) for you for free so you can host it on a webhost that gives you a free website.

On that note, is this a business? Can I see the website? I'm just curious...

#

ravindra mudumby--survey of linux tools

Posted by: Administrator on October 22, 2005 02:26 AM
. Users can choose from the basic no-frills text editors, to full-featured "what you see is what you get" (WYSIWYG) programs. Here's a survey of the best programs I've used.

This is by no means an exhaustive overview of all Web development programs available for Linux. For example, since the original Mozilla Suite has largely been displaced by Firefox and Thunderbird, I've decided not to review Mozilla Composer (or Netscape Composer). I've also kept to programs that are mature, and available under free and open source software licenses.

This is also not an exhaustive overview of all features in each program. I've tried to highlight some of the most interesting features in each program. In particular, I've focused on HTML/XHTML editing and support for Cascading Style Sheets (

#

No WYSIWYG web-site management program?

Posted by: Administrator on October 12, 2005 09:29 PM
Nvu is the only WYSIWYG program out there for Linux? Surely not...if so, that's sad.

Where are the full WYSIWYG web-site development apps? I use NetObjects Fusion on Windows which I got for free when I bought my digital camera. I sure would like to be able to develop my website of static-html pages using an editor on Linux, but from the review I just read, the possibility of having my ideal environment is dismal unless I develop the app myself.

My other option would be to use a wiki or blog-based site instead of static-html, but does any one know of a web-site hosting service out there that offers $0/month hosting with scripting?

#

This story has been archived. Comments can no longer be posted.



 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya