Great XHtml Editor, Even Better Support Team

Posted April 28, 2006 at 12:36 PM by Ben Nadel

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.



Reader Comments

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

nice blog


Feb 1, 2007 at 10:24 PM // reply »
168 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 »
10,640 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 »
10,640 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 »
54 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 »
10,640 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 A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »