Recent Web Log Entries By Ben Nadel

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 (19)  |  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 (20)  |  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 (2)  |  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 (14)  |  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 >

View All Blog Entries »

  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 21, 2013 at 7:46 PM
Using Plupload For Drag & Drop File Uploads In ColdFusion
No luck. At least I have uncovered the cause, URLScan 3.1. Here is what I see in the IIS log when a file is over 30mb. 2013-05-21 23:29:05 10.105.45.128 GET /plupload/assets/jquery/jquery-1.8. ... read »
May 21, 2013 at 6:12 PM
Using Plupload For Drag & Drop File Uploads In ColdFusion
Ben, I did not see you after Pete Freitag's Lockdown session at cfObjective but he said that IIS sets file size limits at 30MB by default which just happened to be the threshold for file size when ... read »
May 21, 2013 at 11:51 AM
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Looking at my first ever XML document that I have to parse and put into MS SQL 2000 with CF8. I get it to list the desired Field name, many times over, and have a long list of this field name displa ... read »
May 21, 2013 at 9:25 AM
Turning Off and On Identity Column in SQL Server
you are awesome..i am lucky to get this blog between such a garbage one....Thanks, Prashant ... read »
May 20, 2013 at 4:38 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, Your confusion is well founded, since this is a very confusing features. In fact, it ONLY works if you use array notation. Meaning, that this: arrayToList( query[ "columnName" ] ) ... read »
May 20, 2013 at 4:34 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I was thinking chicken and the egg, I wouldn't have expected it to work in the valuelist going in I guess. Maybe I just need a beer, long day :) ... read »
May 20, 2013 at 4:29 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
@Dana, That's if you're trying to reference a specific row. In this case, we're trying to reference the entire query column as one cohesive value. So, you are correct that if you wanted to output a ... read »
May 20, 2013 at 4:24 PM
Using A Dynamic Column Name With ValueList() In ColdFusion
I thought when you used array notation to reference queries you always had to have the row or it would throw a similar error as well? ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools