XStandard WYSIWYG Web Log Entries

Showing 1 - 15 of 21   < Prev | Next >

XStandard - Unable To Process License File

Posted: September 19, 2008 at 5:42 PM by Ben Nadel

Tags: XStandard WYSIWYG

As you may know, I use XStandard as my WYSIWYG editor of choice. In my eyes, it just puts the other editors to shame. It has its down sides, but none that make it less that attractive. Anyway, I've been using it happily for a few years now and then out of no where, I started getting this error: Unable to process license file. Please contact your ... read more »

Comments (8)  |  Post Comment  |  Ask Ben  |  Permalink



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  |  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 (18)  |  Post Comment  |  Ask Ben  |  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  |  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  |  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  |  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  |  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  |  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  |  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  |  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  |  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  |  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 (9)  |  Post Comment  |  Ask Ben  |  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  |  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  |  Permalink

Showing 1 - 15 of 21   Pages: 1 2 < Prev | Next >
Recent Blog Comments
Mar 20, 2010 at 12:07 PM
Drawing On The iPhone Canvas With jQuery And ColdFusion
Simply awesome. Saved my day. ... read »
Mar 20, 2010 at 9:00 AM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
I would like to say thx for an easy way to create a bottom bar. I do have a ?. Is it possible to center the bar if i want to resize it to ex 85%. Regards Offenbach ... read »
Mar 19, 2010 at 7:26 PM
MySQL 3/4 - com.mysql.jdbc.Driver And allowMultiQueries=true
Thank you very much for this post. Adding allowMultiQueries="true" in context.xml didn't help until I added it to url as allowMultiQueries=true Good idea is to use prepared statements and it will he ... read »
Jim
Mar 19, 2010 at 4:49 PM
Nobody Puts Baby In The Corner!
Wow. This is like suddenly finding a support group for your secret shame. I'm not alone! I always liked this movie, even though it is extremely cheesy. I just wish Jennifer Grey hadn't gotten the ... read »
Mar 19, 2010 at 4:47 PM
Application.cfc OnRequest() Method Affects OnError() Arguments
@Jason and @Ben, I've been doing some CF9 refactoring on our systems and noticed an odd occurrence with onError as well. Found a way to work around my problem, but what I saw was... Background: Our ... read »
Jim
Mar 19, 2010 at 4:44 PM
Shoot 'Em Up Starring Clive Owen And Paul Giamatti
I actually enjoyed this movie quite a lot. It was different, certainly, but I think they were going for more of a Quentin Tarentino-"wow, that was weird"-vibe than an actual spoof. Once I realize ... read »
Mar 19, 2010 at 4:34 PM
An Intensive Exploration Of jQuery With Ben Nadel (Video Presentation)
Hey I guess the video is down. Is there anyway you can upload to youtube or vimeo or some other service? Greatly appreciated. ... read »
Mar 19, 2010 at 4:24 PM
ColdFusion CFPOP - My First Look
@Ben Thanks for the follow up! The root of the problem had to do with being able to trace bounced emails to specific records in a DB table. Let's say you run an email campaign and you get 1,000 bou ... read »