Published at: 11:01 pm - Friday January 29 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)
Published at: 02:01 pm - Friday January 29 2010
Args, this is one of those “note to myself” posts. Today I was looking (for the n-th time) for the local policy setting to switch of the necessity that a user has to press CTRL+ALT+DEL to login in a Win 2k3 server. It’s particularly annoying as I’m running one for development purposes in a VM and I’m forced to use the VMWare Fusion menu to simulate the key stroke.
Published at: 05:01 pm - Monday January 25 2010
Air New Zealand (short Air NZ from here on) – my home turf airline – has recently been named Airline of the Year in the Air Transport World magazine awards. There are plenty of reasons why they absolutely have deserved to win this award. Plenty, really!
Published at: 10:01 pm - Saturday January 23 2010
A few days ago I posted about using qlcolorcode to display syntax highlighted ColdFusion code in Mac OS X’s Finder’s quick look. Now – I had a bit of a look into how to use/extend the same plugin for displaying Action Script and MXML code as well.
Published at: 10:01 pm - Wednesday January 20 2010
Yes, to a lot of people’s surprise PDF documents can be authored (and made afterwards) accessible. The keywords here are avoiding scanned paper documents (although OCR can do quite a lot) and in particular making use of tagging and reading order. A very good overview is provided by the Social Security Administration in the US. [...]
Published at: 09:01 pm - Wednesday January 20 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
Published at: 08:01 pm - Tuesday January 19 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.