Looking for WYSIWYG HTML editor - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T08:49:46Z http://stackoverflow.com/feeds/question/5833 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor 5 Looking for WYSIWYG HTML editor basszero 2008-08-08T12:25:27Z 2009-05-17T19:22:33Z <p>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.</p> <p>Extra points if somehow this free editor is OSS</p> <p>UPDATE:</p> <p>sorry, still drinking my coffee</p> <p>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</p> <p>This probably doesn't affect anything but, I will be hosting the site as well (LAMP setup)</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/5834#5834 0 Answer by Lasse V. Karlsen for Looking for WYSIWYG HTML editor Lasse V. Karlsen 2008-08-08T12:26:42Z 2008-08-08T12:26:42Z <p>I'm assuming you mean program running locally, and not a control to use inside a web page?</p> <p>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?</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/5839#5839 7 Answer by Dan Herbert for Looking for WYSIWYG HTML editor Dan Herbert 2008-08-08T12:29:02Z 2008-08-08T12:38:24Z <p>If you're looking for an OSS app, Nvu is fairly good.</p> <p>It's based off of Mozilla code, so you get a WYSIWYG editor that displays a site the same way Firefox would.</p> <p><a href="http://www.nvu.com/" rel="nofollow">http://www.nvu.com/</a></p> <p><strong>Edit:</strong> 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.</p> <p><a href="http://www.kompozer.net/" rel="nofollow">http://www.kompozer.net/</a></p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/5843#5843 0 Answer by basszero for Looking for WYSIWYG HTML editor basszero 2008-08-08T12:31:02Z 2008-08-08T12:31:02Z <p>sorry, still drinking my coffee</p> <p>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</p> <p>This probably doesn't affect anything but, I will be hosting the site as well (LAMP setup)</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/5844#5844 0 Answer by Brian Childress for Looking for WYSIWYG HTML editor Brian Childress 2008-08-08T12:31:38Z 2008-08-08T12:31:38Z <p>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.</p> <p><a href="http://www.microsoft.com/express/vwd/" rel="nofollow">VWD 2008</a></p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/5845#5845 -1 Answer by Karl Seguin for Looking for WYSIWYG HTML editor Karl Seguin 2008-08-08T12:32:02Z 2008-08-08T12:32:02Z <p><a href="http://freetextbox.com/" rel="nofollow">http://freetextbox.com/</a> is the de facto free standard for ASP.NET applications.</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/6055#6055 0 Answer by Fabio Gomes for Looking for WYSIWYG HTML editor Fabio Gomes 2008-08-08T15:14:01Z 2008-08-08T15:14:01Z <p>I've been using <a href="http://tinymce.moxiecode.com/" rel="nofollow">TinyMCE</a> in my websites.</p> <p>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 <code>&lt;textarea&gt;</code> html elements.</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/39905#39905 1 Answer by Nick Berardi for Looking for WYSIWYG HTML editor Nick Berardi 2008-09-02T16:12:15Z 2008-09-02T16:12:15Z <p>Depends if you are a designer or developer and really how much you want to spend:</p> <ul> <li>Microsoft Expression Web</li> <li>Microsoft Expression Design</li> </ul> <p>Are good for the basics but they do cost money, however if you just want a good HTML web designer, that is FREE</p> <ul> <li>Visual Studio Express Web</li> </ul> <p>Uses the same core layout engine as Expression Web. If money is no object</p> <ul> <li>Microsoft Expression Studio</li> <li>Microsoft Visual Studio Team Edition</li> </ul> <p>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. </p> <p>Also to answer your other question, about which are popular in todays market, they are the following:</p> <ol> <li>Adobe Dreamweaver</li> <li>Microsoft Expression</li> <li>Eclipse (and it's many siblings)</li> <li>Microsoft Visual Studio</li> </ol> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/71651#71651 0 Answer by Macka for Looking for WYSIWYG HTML editor Macka 2008-09-16T12:20:09Z 2008-09-16T12:20:09Z <p><a href="http://www.fckeditor.net/" rel="nofollow">FckEditor</a> is hosted on SourceForge and they have a <a href="http://www.fckeditor.net/demo" rel="nofollow">demo</a> available.</p> <p>There is also a commercial license available.</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/253516#253516 0 Answer by TheAlbear for Looking for WYSIWYG HTML editor TheAlbear 2008-10-31T13:46:28Z 2008-11-19T17:59:20Z <p>I really like the ditor used in this web site <a href="http://wmd-editor.com/" rel="nofollow">wmd-editor</a> its free and take only a few minutes to setup</p> <p>I have recently found a range of editors all open source and going from full html down to markdown </p> <p><a href="http://markitup.jaysalvat.com/home/" rel="nofollow">Mark it up</a></p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/253571#253571 0 Answer by rally25rs for Looking for WYSIWYG HTML editor rally25rs 2008-10-31T13:57:55Z 2008-10-31T13:57:55Z <p>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 <strong>free</strong>.</p> <p><a href="http://www.evrsoft.com/" rel="nofollow">Evrsoft</a></p> <p>I usually use Adobe Dreamweaver for bigger projects, but I think it would be daunting for someone who isn't too experienced.</p> http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor/875294#875294 0 Answer by samgoody for Looking for WYSIWYG HTML editor samgoody 2009-05-17T19:22:33Z 2009-05-17T19:22:33Z <p><a href="http://myprofolio.sticktacular.com" rel="nofollow">http://myprofolio.sticktacular.com</a></p> <p>Simple, good, free, made for you.</p> <p>Don't have to know anything to set it up. </p> <p>Good Luck</p>