Agent K on CF

XML parsing error

by kai 16/05/2006

Ever ended up with the following error? “An error occured while Parsing an XML document. The processing instruction target matching “[xX][mM][lL]” is not allowed.” It happened to me today when I was trying to parse a highly complex chunk of XML with XMLParse(). Eventually I found out that it came down to basically a SAXParseException […]

Read the full article →

Mystic beta 3 and Multiserver installations

by kai 14/05/2006

Today I was trying to set up Mystic beta 3 for my multiserver configuration on my work machine. I run CF 7, Flex 1.5 and some more instances containing Java apps on JRun 4 (Windows box, default installation on C drive). When I was stepping through the installation wizard of Mystic all was fine up […]

Read the full article →

CFLOGIN madness

by kai 12/05/2006

Something really interesting – well, at least if you try to fix it and it doesn’t work :)… I’ve tried to use GetAuthUser() within a new ModelGlue application I’m just writing. The idea was to put the username of the person currently logged in into the event by using arguments.event.setValue within a controller method. For […]

Read the full article →

RDS plugin for Eclipse: first thoughts

by kai 26/03/2006

You might have noticed that Adobe released an RDS plugin for Eclipse. It’s officially known as a “ColdFusion Extension for Flex Builder 2.0”, but at least the recent version works totally smoothly without Flex Builder 2.0 beta but with CF Eclipse. As it seems that there was some confusion around it regarding the required (CF)Eclipse […]

Read the full article →

Some mixed stuff

by kai 18/03/2006

Some mixed stuff and links that I came across during the last few days: Good CSS tutorials Microsoft IE Active Content Update – particularly important for Flash developers Breezo on IE Update Flex 1.5 patch for IE update Nokia Flash Lite Zone Tons of stuff on labs.adobe.com: XMP toolkit Breezo on Flex-Ajax integration AS 3 […]

Read the full article →

JSON

by kai 10/03/2006

I’ve never heard about JSON until some weeks ago when I was reading an article on web services and data exchange that mentioned JSON. Actually it is a pretty cool mechanism to serialize complex data structures for data exchange or storage purposes. I hear you saying…”Well, we have that in ColdFusion already, it’s called WDDX”. […]

Read the full article →

Job offers 2006, part III

by kai 20/02/2006

2006 seems to be a good year for CF in Germany, hmmm? Third job posting within one and a half months… My former co-worker Michael Jung is looking for CF freelancers who have experience with the content management solution Contens. Project references of former work done with Contens must be available and location North-Rhine Westfalia […]

Read the full article →

The woes of using undocumented stuff in CF

by kai 20/02/2006

Today I got a very interesting issue. I was working on some code written by somebody else who is (obviously when running in one of “those” issue) not in the company anymore. It was part of Novasphere, a CMS engine we use at ZeroOne. When I was trying to set up a new Novasphere instance […]

Read the full article →

Another job posting :)

by kai 12/02/2006

Another posting for a CF developer position in Germany. My former emplyer, msg at.NET (now msg systems), is looking for CF developers. The position is based in Cologne, North-Rhine-Westfalia. If you’re interested, feel free to contact Michael Quack (email follows the syntax: firstname_lastname@msg.de) directly.

Read the full article →

CFDOCUMENT and print stylesheets – sweet…

by kai 26/01/2006

It took me half a day wondering why a set of particular documents didn’t render correctly with CFDOCUMENT. Well – I thought they didn’t render correctly. The mentioned documents were some webpages using Ben’s Aura layout templates. They showed up pretty, well… “plain” in the pdf file. My first guess was that CFDOCUMENT wouldn’t deal […]

Read the full article →