ColdFusion

Speaking at webDU 2010 (May 6 and 7 2010, Bondi Beach)

by kai 26/02/2010

I’m again speaking at this year’s webDU (and it’s going to be the 8th time in a row – I think the only other people who have presented at each MXDU/webDU since it started in 2003 are Andrew Muller and Mr. Geoff Bowers himself now, yay!).

Read the full article →

ParameterExists => isDefined

by marcus 06/02/2010

Another quick regex: to perform a sitewide search/replace that replaces every “parameterExists” by “isDefined”…

Read the full article →

cfqueryparam / regular expression

by marcus 06/02/2010

Currently, I’m migrating a CF5/Win project to CFMX9/Linux. Apart from the usual path issues, the one who programmed this app yeeears ago did not protect *any single* form- or url-variable inside CFQUERY against misuse or even SQL-Injection. Not one syntax check, no CFQUERYPARAM… *sigh*

Read the full article →

Webinale 2010

by kai 29/01/2010

Yay, Webinale 2010 in Berlin is on again (31/05 – 02/06) and I’m going to be hosting and moderating the RIA day at the conference. I’m quite happy and proud to have put together a super-interesting agenda (tentatively) with a quite international bouquet of speakers (in fact: Australia, New Zealand, France and Germany)

Read the full article →

A look into onApplicationStart (ColdFusion)

by kai 20/01/2010

Well, most of you would know that the onApplicationStart() method in ColdFusion’s Application.cfc is a single-threaded method that’s being executed by ColdFusion after the start of the application

Read the full article →

OS X quick look for ColdFusion

by kai 19/01/2010

I recently had to quickly glance over a whole lot of legacy CF files and I didn’t want to have to open each individual file in my preferred IDE. OS X supports quick look by hitting the space bar in finder for a lot of file types, ColdFusion wasn’t supported so far.

Read the full article →

CF 8.0.1: Deleting a file after attaching it to an email

by kai 13/11/2008

There’s a tiny, little new feature in CF 8 Updater 1 that I bet not many people even know about – I didn’t until yesterday. It came up during a discussion on cfaussie about attaching files to outgoing emails just the other day and it basically solves the problem of deleting a file after it […]

Read the full article →

The monitoring service is not available

by marcus 19/09/2008

If your CF8 installation starts without error, but returns an error 500 stating something like… “500 the monitoring service is not available” …on each request, then probably your neo-monitoring.xml is corrupt. This solution did the trick for me: -Rename or delete the corrupt {cf_dir}/lib/neo-monitoring.xml -Restart CF CF then creates a new neo-monitoring.xml, but totally refuses […]

Read the full article →

Web on the Piste

by kai 16/07/2008

Web of the Piste 2008 is not to far away – August 20 and 21, 2008. For all those of you not knowing the conference from last year, it’s a RIA technology event down in Queenstown, New Zealand. Diane and I went down there last year and we had a lot of fun staying in […]

Read the full article →

Internationalisation with CF… – slides

by kai 01/07/2008

During the last few weeks, I’ve presented a session titled “Internationalisation with CF, Java and Flex” at various conferences and meetings. To name those: Scotch on the Rocks, webDU and the June user group meeting of the ColdFusion user group Germany. The session has changed a bit from SOTR to webDU to the CFUG session […]

Read the full article →