wysiwyg

Looking for WYSIWYG HTML editor

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...

Which HTML WYSIWYG tool do you recommend?

Why? Which of Microsoft Expression Suite is recommended for developing a web application (no silverlight or WPF support needed). Which all products available today in the market are standard compliant? ...

WebBrowserControl Scroll to Bottom

I am working on a simple chat application using a System.Windows.Forms.WebBrowser Control to display the messages between the user and the recipient. How do I get the control to automatically scroll to the bottom every time I update the DocumentText of the control? ...

TinyMCE vs Xinha

I have to choose an online WYSIWYG editor. I'm pending between TinyMCE and Xinha. My application is developed in Asp.Net 3.5. Could you help me with with some pros and cons? ...

Are there any JavaScript live syntax highlighters?

I've found syntax highlighters that highlight pre-existing code, but I'd like to do it as you type with a WYSIWYG-style editor. I don't need auto-completed functions, just the highlighting. As a follow-up question, what is the WYSIWYG editor that stackoverflow uses? Edit: Thanks to the answer below, I found two that look like they migh...

Browser WYSIWYG best practices.

I am using a rich text editor on a web page. .NET has feature that prevent one from posting HTML tags, so I added a JavaScript snippet to change the angle brackets to and alias pair of characters before the post. The alias is replaced on the server with the necessary angle bracket and then stored in the database. With XSS aside, what a...

What is the best WYSIWYG GUI editor for Python?

What is the best WYSIWYG GUI editor for Python? I'm looking for something like Visual Studio form designer. The specific GUI toolkit doesn't matter. And I'm not looking for a code editor/IDE. ...

What's the best HTML WYSISYG editor available to web developers and why?

There are many different flavored HTML WYSIWYG editors from javascript to ASP.Net web controls, but all too often the features are the same. Does anyone have a favorite HTML editor they like to use in projects? Why? ...

I need a WYSIWYG web editor (Web Based).

Read the entire post PLEASE. I am not looking for a Windows based editor. I am looking for a web based editor that has some of the following. I know of this post, but its not what I want. Please don't mention it. A lot of mark up capabilities. Exp. Bold, Italics, Indent, Left & right align, etc... Has Live Preview just by typing, don...

A sample for jQuery based WYSIWYG Editor demonstrate OOP javascript

Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component. P.S. It is so good stackoverflow can use markdown... Would be a heaven if users would love such thing too ...

Is there any WYSIWYG html editing tool or component that allows Format Copying from a paragraph to another?

I believe the question says it all ... (I'll update if needed) ...

wysiwyg Text Editor (for webpage)

I am looking for a lightweight simple wysiwyg editor for a site I am working on. I have seen a couple but not really be too impressed with them. Which ones would you guys recommend? btw I need it to work on php4 and on ie6(there went half of em). The one here on stack overflow is really nice. I noticed it was using jQuery, which is a ...

Maximum Number of characters with FCKeditor

Have you determined a maximum number of characters allowed in FCKEditor? I seem to have hit a wall. It will display the text to be edited, but changes don't get posted back to the server - only the original text gets posted back to the server. I am assuming that the changed text is not copied back to the hidden input field. This prob...

Problem with Asp.Net RequireFieldValidator and Javascript WYSIWYG

I am using the open source Javascript WYSIWYG from OpenWebWare and Asp.Net RequiredFieldValidator on the TextBox which I am calling the WYSIWYG for. Everything works fine, but the first time I try to submit the form, I get the server-side RFV ErrorMessage "Required", but if I submit a second time, it goes through. Am I missing somethin...

WYSIWYG HTML Editor for Windows Mobile forms app

I am developing a forms app (not web) for Windows Mobile, using .NET CF 3.5. I need an HTML editor control. I'm looking for something along the lines of a simple FCKEditor, but for using in a forms app (EXE). Any suggestions? ...

How do I change the maximum Upload File Size for the Document Manager in a Telerik RAD Controls RADEditor/WYSIWYG control?

Hi, I'm using the Telerik RAD Controls RADEditor/WYSIWYG control as part of a Dynamic Data solution. I would like to be able to upload files using the Document Manager of this control. However, these files are larger than whatever the default setting is for maximum upload file size. Can anyone point me in the right direction to fix t...

What's a solid, full-featured open rich text representation usable on the Web?

I'm looking for an internal representation format for text, which would support basic formatting (font face, size, weight, indentation, basic tables, also supporting the following features: Bidirectional input (Hebrew, Arabic, etc.) Multi-language input (i.e. UTF-8) in same text field Anchored footnotes (i.e. a superscript number that'...

What is your favourite Java Script WYSIWYG Editor component?

I definitifely like the one at stackoverflow, because it's clean and simple. Also the live preview with code/syntax hilighting is really helpful (and motivating). What is your favourite Javascript Editor Framework and why? ...

HTML authoring in an editorial environment

Having recently produced an HTML/CSS/Javascript based report from various word and excel files sent to me I'm trying to work out how to do this better in future, ideally enabling non-technical users in the office to do many of the tasks currently handed to me. There are a range of HTML editors out there but none of them seem obviously a...

Is Dreamweaver worth getting if I probably won't use its WYSIWYG editor?

In the past I've done web application development using Visual Studio. Initially I'd use the design view, editing the page visually. But over time I learned more and more (X)HTML, CSS, and Javascript. I became familiar with the tags for ASP.NET server controls and their common attributes. I got to the point where I'd do all the markup b...