Great XHtml Editor, Even Better Support Team

Posted April 28, 2006 at 12:36 PM

Tags: HTML / CSS, Work, XStandard WYSIWYG

I just want to give props to the support team at XStandard. As you might know, I think that XStandard is the best XHtml WYSIWYG editor around. I also think that the XStandard support team is amazing. No matter what problem I have, they have the solution. And more often then not, they have answers for you within a few hours. I can't even get responsiveness like that from some of the people sitting next to me.

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

May 10, 2006 at 6:37 PM // reply »
1 Comments

nice blog


Feb 1, 2007 at 10:24 PM // reply »
164 Comments

Hear hear. I use XStandard with several CMSes. Great support responsiveness: yes. Best XHTML WYSIWYG out there: quite possibly. Still, I would be much happier if they came out with a JavaScript-based implementation which had all or most of the same features. The JavaScript WYSIWYGs out there today are somewhat weak. I'm hoping that Yahoo!'s YUI team eventually releases a WYSIWYG, as I imagine they'd hold it to a standard which would blow away the competition (not necessarily XStandard, but other JavaScript editors out there).


Feb 2, 2007 at 2:03 PM // reply »
6,516 Comments

Steve,

A Javascript implementation would awesome. A lot of people don't like the fact that it's an ActiveX object. Some people even say that's a security risk, which I don't understand (it's only used by a few people in a system usually). But it is clearly the best WYSIWYG editor I have used.


Jan
Aug 15, 2007 at 8:28 AM // reply »
6 Comments

It is bad that the software isn't available as Linux application. Otherwise I'd try it right now.

On the other hand I prefer coding from scratch... It sometimes needs updates and additions because it doesn't look eye-catching, however it's "hand-made" :) . I remember times when I used Microsoft (I am not using Win OS any more) Word for my first web pages. Just a thought, I am not comparing it to other WYSIWYG editors...


Aug 16, 2007 at 2:36 PM // reply »
6,516 Comments

@Jan,

Certainly, every situation requires a unique solution. If XStandard is not right for you, not a problem. I think that the feature set that XStandard supplies far out weight the "cons" that come in my situations (eg. requires active-x plugin). But, certainly, it is NOT the best choice for every situation.


Oct 31, 2007 at 8:43 AM // reply »
30 Comments

Hi Ben,

saw this old post of yours and thought I'd share my thoughts on the matter. I've been using XStandard since version 1.6 and recently upgraded to v2. Great tool, although it in the beginning cut out a lot of HTML-tags that it didn't recognize/know of. This made me swear and cuss quite a bit (and hack my HTML in the database), but ever since v2 this annoying habit hasn't reoccurred as support for all possible HTML-tags has increased. But, and that's a big but(t) (not on any of the nice females on your website though!), it's an Active-X component. That's very nice when it's installed on your local machine, but every time I'm on another computer I have to install the component (or plugin in Mozilla). And this prevents me from creating blog entries from anywhere in the world. I always need the component/plugin. And sometimes I'm on a computer that doesn't allow me to install anything.

So I do hope that XStandard will come up with a Javascript version that uses it's own rendering engine, so the code is guaranteed to be as XHTML 1.0 as it is now! Other than that it's by far the best WYSIWYG editor out there (FCKEditor comes close...)!


Nov 2, 2007 at 9:06 AM // reply »
6,516 Comments

@Sebastiaan,

I understand exactly what you are saying. At the very least, I am thankful that FireFox doesn't actually require a full EXE install like Internet Explorer - it just automatically can add it as a plug-in. But still, it does mean you need to update no matter where you go.

I would be very excited if they came out with a Javascript implementation of the editor, but I am not even sure if that would be possible. There is so much logic that goes into it, especially the more advanced features and the XHTML compliance, like being able to lock part of the document down using CSS so that it is not editable or the drag-n-drop file uploads.


Mar 21, 2008 at 12:22 PM // reply »
7 Comments

just what I was seeking ... old editors sux!


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 22, 2009 at 7:37 AM
Using A Name Suffix In ColdFusion's CFMail Tag
asd ... read »
Nov 22, 2009 at 4:30 AM
jQuery Live() Method And Event Bubbling
dasegtezr ... read »
Nov 22, 2009 at 4:03 AM
jQuery Live() Method And Event Bubbling
C_fieri ... read »
Nov 22, 2009 at 1:56 AM
Learning ColdFusion 9: Using CFQuery In CFScript Can Enable SQL Injection Attacks
Why adobe would give you script equivalent of cfquery is beyond me. I love cfquery tag because it helps me wriite clean sql, and get away from the horrible jdbc queries If I wanted to write javali ... read »
Nov 22, 2009 at 1:45 AM
Streaming Text Using ColdFusion's CFContent Tag And The Variable Attribute
The reason you would want to do this is to stream. Ack json/xml files to ria clients I used thus technique before because putting json in response stream causes debugging info to come thru As well a ... read »
Nov 21, 2009 at 6:47 PM
Hal Helms - Real World Object Oriented Development, Sarasota - Day Five
@charlie griefer, Thank you.. ... read »
Nov 21, 2009 at 5:15 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks. ... read »
Nov 21, 2009 at 4:49 PM
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Great work yet again Ben! Whilst I didn't use this whole code, I copied some of your regex code for a similar problem with the lack of an alt attribute and unescaped ampersands in CFIMAGE for Railo 3 ... read »