XStandard WYSIWYG Web Log Entries

Showing 1 - 15 of 20   < Prev | Next >

XStandard v2.0 Available: The Best WYSIWYG Editor Just Keeps Getting Better

Posted: July 5, 2007 at 4:04 PM by Ben Nadel

Tags: XStandard WYSIWYG

The XStandard development team just let me know that XStandard v2.0 is now a publicly available product. For those of you who don't know what XStandard is, it's the leading WYSIWYG XHTML editor around. Last year, I wrote a ColdFusion version of their web services . It looks like I am going to have to update that library to cover all the new coo... read more »

Comments (17)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink



Stripping XML Name Spaces And Node Prefixes From ColdFusion XML Data (To Simplify XPath)

Posted: January 28, 2007 at 1:31 PM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

I want to start this off saying that I don't know all that much about XML standards. All I know is that sometimes they get in my way. In particular, XML name spaces and tag prefixes can make searching ColdFusion XML objects using XPath very difficult (at least for the layman like me). For instance, take a look at this chunk of XML SOAP request tha... read more »

Comments (14)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


Creating More ColdFusion Solutions For XStandard Web Services

Posted: September 8, 2006 at 6:29 PM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

I had a little time to kick around today for research & development so I thought I would take another look at the XStandard WYSIWYG editor. There are some very cool things that I never used before including the ability to lock down parts of the document using CSS only and the ability to include templates during WYSIWYG mode (but not output the... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink



XStandard Now Available For Safari On Mac OS X!

Posted: August 30, 2006 at 6:09 PM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

XStandard.com just released a beta for the XStandard WYSIWYG editor for Safari on Mac OS X. Up until now, myself (and all my new clients) have been using the XStandard editor on Windows machines. This is not a problem as the world is on Windows machines (oh settle down!), but this new release just means that practically no one is limited! How fr... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard Web Services And Random URL Parameters

Posted: July 26, 2006 at 1:16 PM by Ben Nadel

Tags: XStandard WYSIWYG

As I posted earlier, I was having some funkiness with XStandard caching data and showing up duplicates of stuff. I had originally thought that since my debugging (my custom XStandard configuration) was turned on, it was some how hamstringing XStandard on LARGE SOAP responses. I found out that this is not the case; after a temporary fix, the weir... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard XHtml Code Templates

Posted: July 26, 2006 at 8:03 AM by Ben Nadel

Tags: XStandard WYSIWYG

I am just testing out XStandard's ability to add xhtml code templates. For instance, I have a the template file _image_border.cfm that has the code: <table width="100%" border="0" cellspacing="0" cellpadding="0" class="imageborder"> <tr> <td width="50%" rowspan="3"> <br /> </td> <td class="nw"> &n... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


Responsed SOAP Message Doesn't Contain XStandard Namespace

Posted: July 24, 2006 at 4:56 PM by Ben Nadel

Tags: XStandard WYSIWYG

I was trying to add some new directory snippets (XHtml code templates that can be inserted into the generated content) when I kept getting the error: responsed SOAP message doesn't contain xstandard namespace It was driving me crazy because upon accessing the page directly, it worked fine and looked great. After about 45 minutes, I realized the ... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard And Debugging ColdFusion Web Services

Posted: July 22, 2006 at 10:04 AM by Ben Nadel

Tags: XStandard WYSIWYG

The other day, I blogged about XStandard and weird caching issues . I think that I was wrong in my diagnosis. During all of this I had debugging turned on in my XStandard ColdFusion web services. In my debugging, it writes the SOAP request and response headers to htm files in a special debug folder. It basically does a CFDump on the XML object cr... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


WooHoo! XStandard Pro On bennadel.com

Posted: July 21, 2006 at 2:26 PM by Ben Nadel

Tags: XStandard WYSIWYG

I finally got around to implementing XStandard PRO on my own website. Freakin' Sweet. Using my ColdFusion web services solution, I was able to dynamiclly link other blog entries (like the link earlier in this sentance) and I was able to upload this image via XStandard and have it integrate directly with my CMS. I don't know about you, but X... read more »

Comments (5)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard And Browser Caching

Posted: July 21, 2006 at 9:34 AM by Ben Nadel

Tags: XStandard WYSIWYG

I am in the middle of implementing XStandard PRO for my site, bennadel.com . Believe it or not, I have been so busy with client that I haven't had the time to implement it for myself :( There is one issue that I have come across with what seems to be browser caching. It seems that even when I update my configuration files and refresh my pages, ... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard Web Services And ColdFusion Security

Posted: July 21, 2006 at 8:36 AM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

I was having a bit of trouble with security at one point while implementing the ColdFusion web services of XStandard . XStandard calls ColdFusion (.cfm) pages for my version of the web services. Below are some examples of the web service URLs: <!--- Attachment library. ---> <param name="AttachmentLibraryURL" value="#strXSDirec... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


The '..' Characters Are Not Allowed In The Path Parameter For The MapPath Method

Posted: July 20, 2006 at 3:49 PM by Ben Nadel

Tags: XStandard WYSIWYG

I am covering for someone on vacation was given the task of configuring XStandard on a client site. The web services were not working and when accessed directly, the error they throw is: The '..' characters are not allowed in the Path parameter for the MapPath method The client is running off of the ASP version of the web services, not my ColdF... read more »

Comments (8)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


Getting ColdFusion And XStandard Kickin' Into High Gear

Posted: June 28, 2006 at 6:10 PM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

Dan G. Switzer, II has taken my ColdFusion web services solutions and enhanced it by implementing the spell checker . He is using the Jazzy Spell Checker Java API. Awesome work Dan! When I get some free time I am going integrate his code into my source. There are several other minor updates from his code that I will be integrating including som... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


Updates To the ColdFusion XStandard Web Servicescoldfusion browser wysiwyg xhtml

Posted: June 22, 2006 at 1:33 PM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

Dan G. Switzer, II pointed out some issues with my ColdFusion web service solution for the XStandard WYSIWYG editor. I am now completely clearing out all white space before the XML SOAP response get's written and I am also setting an XML content type for the response stream. Update RAR: xstandard_coldfusion_2006_06_22.rar ... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink


XStandard ColdFusion Web Services Solution

Posted: June 12, 2006 at 1:56 PM by Ben Nadel

Tags: ColdFusion, Work, XStandard WYSIWYG

I have programmed a ColdFusion version of the XStandard web services. I feel that XStandard is the best WYSIWYG XHtml editor that I have ever come across. I have worked hard with the support XStandard to come up with a version of their code that will integrate nicely with our ColdFusion applications. For those of you who already use XStandard ... read more »

Comments (17)  |  Post Comment  |  Ask Ben  |  Live Chat (Beta)  |  Permalink

Showing 1 - 15 of 20   Pages: 1 2 < Prev | Next >

Home   |   Web Log   |   ColdFusion   |   Projects   |   Resume   |   Job Form   |   Search   |   Contact
Epicenter Consulting - Custom Software Solutions for Business Evolution HostMySite.com - The Leader In ColdFusion Hosting