473,320 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

wysiwyg-editor

für einen Enduser, der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden WYSIWYG-Editor.
Wäre dankbar für Empfehlungen!

-m
Nov 24 '05 #1
12 2332
Els
Michael Peters wrote:
für einen Enduser, der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden WYSIWYG-Editor.
Wäre dankbar für Empfehlungen!


If all you want to do is change text on an existing site, you don't
need to know HTML, and you can just use a regular text editor. If you
want to change content with HTML, best learn HTML (it's not more
difficult than learning to use a WYSIWYG program), because WYSIWYG
doesn't really exist.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: 2 Unlimited - Hypnotised
Nov 24 '05 #2
On Thu, 24 Nov 2005 09:44:04 +0100, Michael Peters <mp@michaelpeters.de>
wrote:
für einen Enduser, der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden
WYSIWYG-Editor.
Wäre dankbar für Empfehlungen!


You don't speak/write English? Did you check this groop? Than you would
have noticed that this is an international group that uses English to
communicate (mainly). Using English gives you a better chance to get a
response.

Also, had you checked this group you would have seen it is all about
_html_. So asking about altering content without knowledge of markup is a
bit tricky. But hey, you're not the first to ask.
So, had you browsed through this group or searched it with Google, you
would probably have found several threads about WYSI(n)WYG editors, the
pro's and con's, and which is 'good' (very relative).

My bet is, you are better of with a properly set up CMS that with a
WYSI(n)WYG editor. If you really need an editor, I've heard good things
about NVU, <URL:http://www.nvu.com/>. I've never used it, but it seems to
do a relatively proper job, not messing up the markup too much.
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Nov 24 '05 #3
Barbara de Zoete wrote:
My bet is, you are better of with a properly set up CMS that with a
WYSI(n)WYG editor. If you really need an editor, I've heard good things
about NVU, <URL:http://www.nvu.com/>. I've never used it, but it seems
to do a relatively proper job, not messing up the markup too much.


I used it briefly to test it out, and found that while it will produce
valid/well-formed markup, it likes to throw a lot of unnecessary and
unwanted style attributes throughout the document, particularly with
copy & paste operations.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox
Nov 24 '05 #4
"Michael Peters" <mp@michaelpeters.de> writes:

Moin,
für einen Enduser,
dciwam exisitiert.
der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden WYSIWYG-Editor.


Client-side or server-side?
The former is unlikely to work, since *everything* can be messed up with
user input then. Server-side you would at least need a simple CMS of
sorts and an integrated 'rich text editing' script (google: designmode,
htmlarea). (E.g. with the basic PHP XML/expat functions you could
fairly trivially ensure well-formed input, content model restrictions
etc, and output an xml backend and an html frontend then. That's fairly
bullet-proof. Other languages have similar or better options.)

If it has to be client side, and if the user is unexperienced with HTML
but fairly tech-savvy, the by far best editor I know is not any WYSIWYG
but Emacs with nxml mode, which provides real time schema validation
(that would obviously require xhtml syntax) as you (stop to) type and
marks input errors on spot. Should be sufficient for editing textual
content.

There's a bundled win32 package at TEI:

<http://www.tei-c.org/Software/tei-emacs/>
--
||| hexadecimal EBB
o-o decimal 3771
--oOo--( )--oOo-- octal 7273
205 goodbye binary 111010111011
Nov 24 '05 #5
__/ [Els] on Thursday 24 November 2005 08:55 \__
Michael Peters wrote:
für einen Enduser, der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden
WYSIWYG-Editor. Wäre dankbar für Empfehlungen!


If all you want to do is change text on an existing site, you don't
need to know HTML, and you can just use a regular text editor. If you
want to change content with HTML, best learn HTML (it's not more
difficult than learning to use a WYSIWYG program), because WYSIWYG
doesn't really exist.


There are CMS packages (e.g. the upcoming WordPress 2.0, for example) that
also embed a high-quality WYSIWYG editors. These editors /sometimes/ pro-
duced fairly clean HTML code. I heard good things about NVU (as suggested
elsewhere), but I think it's 'healthier' never to depend on desktop-side
software and have no hands-on experience with raw HTML.

Roy

--
Roy S. Schestowitz | "World ends in five minutes - please log out"
http://Schestowitz.com | SuSE Linux | PGP-Key: 0x74572E8E
12:00pm up 22 days 7:54, 4 users, load average: 0.24, 0.43, 0.72
http://iuron.com - next generation of search paradigms
Nov 25 '05 #6
Barbara de Zoete wrote:
On Thu, 24 Nov 2005 09:44:04 +0100, Michael Peters <mp@michaelpeters.de>
wrote:
für einen Enduser, der kein HTML kann und nur die Contents auf statischen
Seiten ändern will, brauche ich einen einfach zu bedienenden
WYSIWYG-Editor.
Wäre dankbar für Empfehlungen!


You don't speak/write English? Did you check this groop? Than you would
have noticed that this is an international group that uses English to
communicate (mainly). Using English gives you a better chance to get a
response.

<snip>

The real problem is when it has a subject line that appears to be in
English.

But "WYSIWYG-Editor" also appears in the body. Google doesn't seem to
get anywhere with translating this from German. And according to it,
the German for "WYSIWYG-Editor" is "WSSIWSE-Herausgeber".

Stewart.

--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M d- s:- C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS-
PE- Y? PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y
------END GEEK CODE BLOCK------

My e-mail is valid but not my primary mailbox. Please keep replies on
the 'group where everyone may benefit.
Nov 25 '05 #7
On Fri, 25 Nov 2005 19:20:12 +0100, Stewart Gordon <sm*******@yahoo.com>
wrote:
the German for "WYSIWYG-Editor" is "WSSIWSE-Herausgeber".


rofl I wouldn't want to work with that, even if it killed me not doing so
:-)

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
Nov 25 '05 #8
oops, that was by mistake. Sorry, I didn't really want to post German in an
international newsgroup.
But I'm still looking for more recommendations for a simple wysiwyg editor.

To those who tell me that I should learn HTML, or that I should set up a
CMS - please reread my question. I'm a web professional, and this is simply
not what I need here. I need a good and simple wysiwyg editor for a
non-HTML-speaker who is only supposed to edit content parts of static pages.
-Michael
Nov 25 '05 #9
> But I'm still looking for more recommendations for a simple wysiwyg
editor.

NVU looks pretty good at first glance though, thanks for the recommendation!
if anyone know another one, I'd be grateful.
-Michael
Nov 25 '05 #10
Els
Michael Peters wrote:
oops, that was by mistake. Sorry, I didn't really want to post German in an
international newsgroup.

But I'm still looking for more recommendations for a simple wysiwyg editor.

To those who tell me that I should learn HTML, or that I should set up a
CMS - please reread my question. I'm a web professional, and this is simply
not what I need here. I need a good and simple wysiwyg editor for a
non-HTML-speaker who is only supposed to edit content parts of static pages.


How is a CMS not the solution?
Client (I'm assuming your non-HTML-speaker is a client) logs in to the
CMS, navigates to the page he wants to change, clicks 'edit', and gets
the current content in a nice and tidy text box (or several), edits
it, presses "save changes", and the job is done.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: The Beatles - I'm So Tired
Nov 25 '05 #11
> How is a CMS not the solution?
Client (I'm assuming your non-HTML-speaker is a client) logs in to the
CMS, navigates to the page he wants to change, clicks 'edit', and gets
the current content in a nice and tidy text box (or several), edits
it, presses "save changes", and the job is done.


:-)

and what does the client use to edit the page?

right, a wysiwyg editor. There's a wysiwyg editor at the heart of every CMS.

I only need the wysiwyg editor, not the other 95% of the CMS.
-Michael

Nov 25 '05 #12
On Fri, 25 Nov 2005, Michael Peters wrote:
How is a CMS not the solution?
Client (I'm assuming your non-HTML-speaker is a client) logs in to the
CMS, navigates to the page he wants to change, clicks 'edit', and gets
the current content in a nice and tidy text box (or several), edits
it, presses "save changes", and the job is done.
:-)

and what does the client use to edit the page?

right, a wysiwyg editor.


Impossible answer.

With HTML, "what you get" is structured markup. If what you are
seeing is some kind of visual preview ("what you see is a bit like
what they might get"), then what you are seeing is most certainly NOT
what you got. Just one possible rendering.

If, on the other hand, "what you see" is the structured markup that
*is* "what you get", then you're not talking about the same thing that
others mean when they say "wysiwg". Paradox.
There's a wysiwyg editor at the heart of every CMS.


You might have seen some which pretend to have such a thing, but with
HTML it's by definition impossible.

The term "wysiwyg" is so often misused in this context, to mean "a
visual previewer", and I deduce that's what you're trying to do here.
But it's a highly confusing usage, and accounts for a lot of
badly-made web pages. You can't create real logical structure just by
visually manipulating lumps of content. MS Word (to take an example)
has recognised that for years already, thanks to its style templates:
a pity that it's rarely taught that way.

Nov 25 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: ConTactMe | last post by:
Does anyone know of a WYSIWYG page/ad creator with ftp upload abilities? I need a tool that will let my computer-illiterate friends create an ad, with pictures selected from their machine, and have...
3
by: Martin | last post by:
Thanks to all those who assisted me with my last question re: What is the best way to produce WYSIWYG pages for viewing and printing. I think that I have mastered the form with scrolling picture...
12
by: Simon John | last post by:
I'm writing my 2nd large wxPython program, and after the problems I found doing the first's layout in code, I'd like to look at using a 'WYSIWYG' IDE, like VisualStudio does for MFC. I've tried...
6
by: root | last post by:
Hello all I am currently developing a new WYSIWYG RAD tool for python. There are screenshots and a small video demo on the site. Please visit at http://www.geocities.com/visualfltk Cheers...
6
by: Marty U. | last post by:
I know this topic has been beat to death. However, I was sitting here trying to figure out what Microsoft Does when they develop an ASP.net for WYSIWYG functionality. Visual Studio's sucks to be...
5
by: charliewest | last post by:
Hello - I am trying to implement a basic WYSIWYG feature on my website so that i can edit in HTML format basic text on my website and have this text saved (with the HTML formatting) in my MS SQL...
2
by: Burma Jones | last post by:
Does anyone know of any WYSIWYG HTML editors that do not reformat the source code?
22
by: iKiLL | last post by:
Hi all I have been asked to develop a solution that is customisable by our clients. It is supposed to run on the Windows Mobile 5.0 CF2.0 environment using Merge Replication.
1
by: Aggelos | last post by:
Dear developers, I am trying to find an answer to that rpoblem of mine for a very long time now... and still I had no luck. I have my tinyMCE WYSIWYG and I want to let people create an e-mail...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.