Is there some kind WYSIWYG application for creating webpages for users without skills?

What I would like from that?

  • Easy to use
  • Deployment via FTP
  • Validate html/xhtml
  • Without server-side scripting, just only html, css and image files

UPDATE
My target user hasn't any knowledge about html and css or about programming.

link|improve this question

31% accept rate
superuser.com/questions/110072/… seems very closely related – David Zaslavsky Jul 16 '10 at 7:27
feedback

4 Answers

Adobe Dreamweaver is the most popular WYSIWYG website creator. It has a built-in FTP client, handles linking between stylesheets, images and HTML pages, and has a host of other features. If you absolutely must use a WYSIWYG editor, and can afford (or already have) Adobe CS, check it out.

However, with any WYSIWYG HTML editor, you will run into eventual problems. Even when hand-crafting code, it is often difficult to achieve cross-browser compatibility; visual editors are even less precise. Sites created in WYSIWYG editors tend to be lower quality, not to mention a pain in the rear to update.

While I don't know the specifics of your situation, if possible, you might want to look into setting up some type of content management system where users could log in and make basic changes to their own portion of a site, while maintaining a consistent theme and having a more easily updatable system. Popular CMSs include WordPress, Drupal, SilverStripe and Joomla.

Depending on the complexity you need, you might even be able to get by with something as simple as one of the many online site building tools. Google Sites is one option; there are dozens more.

link|improve this answer
Nice answer. But I want something very simply. Dreamweaver is to complicated. CMSs is great, but they need lot of configuration before user creates simple webpage. – MicTech Jul 16 '10 at 6:43
2  
I politely disagree, MicTech - a platform like wordpress.com is very rapid to get started. Even wordpress.org (ie self-hosted) should not be a huge hassle if you can find a good theme to install and get going. Don't forget most blogging systems allow for pages (ie permanent content) as well as the 'blog' part which is date-based. – AdamV Jul 16 '10 at 9:22
1  
+1 but these WYSIWYG editors can only take you so far. I would go on an start learning HTML and javascript, only that way you can get the skills to create a good looking "fully functional" webpage – armannvg Jul 16 '10 at 11:28
feedback

If you're on a Mac: iWeb works fine.

link|improve this answer
feedback

Have you tried Kompozer?

link|improve this answer
I know that, but it's too much complicated for beginner. – MicTech Jul 16 '10 at 7:00
feedback

For validating html, css and for lots of other jobs there is "web developer" plugin for firefox and chrome(maybe for others, not sure...).Another really convenient plugin is "firebug" , it lets you edit your css and js on real time and see results on the browser(without having to save any files, reloading pages and stuff).Both plugins are really popular in web developing world.Good luck!

link|improve this answer
Great plugins, but not for someone who doesn't want to touch the HTML/CSS/JS source code. – David Zaslavsky Jul 16 '10 at 7:25
actually web developer is for everybody...It allows you validate, activate-deactivate features and it doesn't need any programming knowledge, and he wants to touch(and he should) html and css – rabidmachine9 Jul 16 '10 at 8:26
feedback

Your Answer

 
or
required, but never shown

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