XStandard WYSIWYG Web Log Entries

Showing 16 - 21 of 21   < Prev | Next >

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



Super Busy Lately

Posted: May 30, 2006 at 5:03 PM by Ben Nadel

Tags: ColdFusion, Work, XStandard WYSIWYG

Sorry I have not been posting much lately. It has been crazy at work and I have been spending a good amount of time trying to write a ColdFusion solution for the XStandard web services. Hopefully that should be finished this week and I get back on track with my general learning. ... read more »

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


The Processing Instruction Target Matching "[xX][mM][lL]" is Not Allowed

Posted: May 18, 2006 at 7:18 AM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

I am starting to learn more about SOAP and XML in ColdFusion. Until now, I just haven't had much use of it. But now, I am dealing with web services that require SOAP requests and responses. Heck, I didn't even realize that ColdFusion has built in SOAP functions. But that's beside the point. I was trying to use the CFXML to create an XML object whe... read more »

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



Going Pro With the XStandard Text Editor

Posted: May 4, 2006 at 1:30 PM by Ben Nadel

Tags: Work, XStandard WYSIWYG

I just did my first upgrade of Lite to Pro for a client using the XStandard editor. I have been using XStandard as an editor for some time and it's so awesome that I have never had to use the Pro version before. It was a little shakey upgrading on one server because our web services never installed properly. But, after moving the project to our ne... read more »

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


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 resp... read more »

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


FireFox and XStandard CSS File Linkage

Posted: April 14, 2006 at 12:00 AM by Ben Nadel

Tags: ColdFusion, XStandard WYSIWYG

I use XStandard to create rich content on my and my clients' sites. For those who don't know what it is, XStandard ( www.xstandard.com ) is a WYSIWYG editor that outputs XHtml compliant code. It's a really amazing editor and it does a fantastic job. The only problem I had was getting the CSS (it renderes CSS quite well in its ActiveX object) to li... read more »

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

Showing 16 - 21 of 21   Pages: 1 2 < Prev | Next >
Recent Blog Comments
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 »
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »