I'm a Macromedia Master Instructor

by kai on 12/10/2005

I haven't been blogging for a while, sorry for that. The reason is basically that there are a lot of things happening in my life right now, that keep me really busy. I'm going to write about that in depth pretty soon - so keep reading ;) Nevertheless, there's one thing I'd like to post about. Some while ago, I started the process of acquiring the CTT+ certification (Certified Technical Trainer by…

Read the full article →

Pseudo static variables in Flash/Flex

by kai on 13/09/2005

The other day I was running into an odd issue. I've developed a Flex component and inherited two other components from this parent component. In the parent component I've defined a private variable inside of an mx:Script block: private var myDataArray = new Array(); Additionally the parent component offered a private function to push objects into that array. I created instances of the two…

Read the full article →

How to convince people of CFEclipse

by kai on 08/09/2005

Some people asked me how I convinced the guys mentioned in this post to switch over to Eclipse. It was not that hard, let me quickly explain why: 1. Both don't like Dreamweaver as a coding tool, so both were on Homesite+ 2. Both were annoyed that Homesite+ doesn't support all the cool features of CFMX 6.0, 6.1 and 7 (well, there's syntax highlighting and help...but that's it) This alone made a…

Read the full article →

Conversion to CFEclipse

by kai on 08/09/2005

Converted two more people in the office today to kick away CFStudio or Homesite and to work with Eclipse 3.1, CFEclipse 1.2, Quantum DB and the Eclipse web standard tools. Took them 2-3 hours to get used to it but now they're pretty happy. The only flaw they're moaning about is that the editor doesn't have a proper line wrap. But anyway...

Wanted: Pre-selected tree node in Flash forms CFTREE

by kai on 07/09/2005

I'm going mad with this. Do you know this situation - you wanna do something very simple and it turns out to be the most ugly and head-banging issue for a while... For me it's how to preselect a tree node in a Flash forms CFTREE. It doesn't seem to be possible with the "offical" tag attributes, but who cares. The Flash forms offer so many ways to tweak their behaviour, but I really got bloodily…

Read the full article →

Flex, Eclipse and the Eclipse Web Tools Platform

by kai on 31/08/2005

In one of my last posts I told you about some issue with OxygenXML and Eclipse 3.1 when doing Flex development. Luckily, Darron Schall just blogged about his efforts to use the Eclipse Web Tools Platform for Flex development and seemed to be pretty satisfied with it.

I gave it a try today and I'd have to say that it's a blast. The installation worked totally smoothly, it's perfectly integrated in Eclipse and does exactly what it's supposed to do.

Another one on German election

by kai on 29/08/2005

My work-mate Michael posted a pretty detailled review of the website of the German major parties in his blog. Very entertaining to read, but just available in German...

Visualization of Amdahls Law II: Flex app

by kai on 28/08/2005

Following my last two posts, here's the final Flex app. If it takes a while to load and to start the reason is most probably not your line or Flex, it's more or less because of my pretty slow server.

Well, comparing to yesterday's screenshot, I changed a few things in the UI, applied a style sheet etc.

If you're interested in the code, you can download it here. But don't expect a magnificient firework of creativity, it's pretty simple and straightforward ;)

Visualization of Amdahls Law in Flex

by kai on 28/08/2005

Tonight, I've been slightly bored by no friends available, wife off for work over the weekend, lousy TV programme and dumb weather ;) So, following my last post on why CF developers should care about Java stuff, I built a simple Flex app to visualize Amdahls Law. Here's a screenshot, I just have to make it pretty and put in onto my Flex machine (I'm running the non-commercial edition). Well, I've…

Read the full article →

Java (and CF) garbage collection: Why should you care?

by kai on 27/08/2005

Just recently I was asked why one should care about JVM tuning, garbage collection and other "very low-level settings" (the latter from the point of view of the average CF developer). I mean, I'm talking and writing about that pretty often... so - a reasonable question. Let me give you an example with figures... Let's assume we're talking about a Java application using Javas internal garbage…

Read the full article →