up vote 10 down vote favorite
4
share [g+] share [fb]

Any suggestions for a relatively simple, free, WYSIWYG, HTML editor? I have a friend in need of a art portfolio website and I want to her feet wet without forcing her to learn raw HTML or an overly complex (and probably expensive) program.

Extra points if somehow this free editor is OSS

UPDATE:

sorry, still drinking my coffee

Windows-based, running locally S he knows enough to zip it up and get it to me. We'll save SFTP for a later date

This probably doesn't affect anything but, I will be hosting the site as well (LAMP setup)

link|improve this question

feedback

11 Answers

up vote 9 down vote accepted

If you're looking for an OSS app, Nvu is fairly good.

It's based off of Mozilla code, so you get a WYSIWYG editor that displays a site the same way Firefox would.

http://www.nvu.com/

Edit: I didn't know this, but apparently Nvu has been discontinued, so the last release was a few years ago. The project has been picked up under a new name, KompoZer.

http://www.kompozer.net/

link|improve this answer
Accepting to close out some old questions... – basszero Dec 17 '09 at 17:32
I used nvu it is OK but I would not reccomend it. – Nick Feb 10 '10 at 19:41
feedback

Depends if you are a designer or developer and really how much you want to spend:

  • Microsoft Expression Web
  • Microsoft Expression Design

Are good for the basics but they do cost money, however if you just want a good HTML web designer, that is FREE

  • Visual Studio Express Web

Uses the same core layout engine as Expression Web. If money is no object

  • Microsoft Expression Studio
  • Microsoft Visual Studio Team Edition

Are both good. But if you are a designer type go with the Expression tools, if you are a developer, go with the Visual Studio tools. Both come from the same Visual Studio framework, to make the work interoperable between designers and developers.

Also to answer your other question, about which are popular in todays market, they are the following:

  1. Adobe Dreamweaver
  2. Microsoft Expression
  3. Eclipse (and it's many siblings)
  4. Microsoft Visual Studio
link|improve this answer
You posted the same answer here stackoverflow.com/questions/39738/… . I agreed with it though – Nick Feb 10 '10 at 19:43
feedback

I've been using TinyMCE in my websites.

It is completely in javascript, so it can run locally. Also you just need to include the javascript files on the html page and it will automagically be enabled on the <textarea> html elements.

link|improve this answer
feedback

I really like the ditor used in this web site wmd-editor its free and take only a few minutes to setup

I have recently found a range of editors all open source and going from full html down to markdown

Mark it up

link|improve this answer
feedback

I'm assuming you mean program running locally, and not a control to use inside a web page?

I ask because you're a bit vague on the requirements. For instance, do you need it to run on Linux, Windows, Mac OS X, or something else?

link|improve this answer
feedback

sorry, still drinking my coffee

Windows-based, running locally S he knows enough to zip it up and get it to me. We'll save SFTP for a later date

This probably doesn't affect anything but, I will be hosting the site as well (LAMP setup)

link|improve this answer
feedback

I've been using Visual Web Developer 2008 Express Addition at home. Works well enough for a good WYSIWYG if you're looking to do .NET also.

VWD 2008

link|improve this answer
feedback

FckEditor is hosted on SourceForge and they have a demo available.

There is also a commercial license available.

link|improve this answer
feedback

I always liked Evrsoft 1st Page. It also has multiple 'modes' or 'views' for new vs expert designers. The newer "2006" version costs money, but the older "2000" product is free.

Evrsoft

I usually use Adobe Dreamweaver for bigger projects, but I think it would be daunting for someone who isn't too experienced.

link|improve this answer
feedback

http://myprofolio.sticktacular.com

Simple, good, free, made for you.

Don't have to know anything to set it up.

Good Luck

link|improve this answer
feedback

http://freetextbox.com/ is the de facto free standard for ASP.NET applications.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.