Archive for the ‘ColdFusion’ Category

CS5 Master Suite-Flash Builder 4 a.k.a. Flex Builder 4

Tuesday, May 18th, 2010

Wow…. was I late to the party here. I was going to upgrade to Flash Builder 4 (Flex Builder 4) and as I was checking out Adobe’s site I noticed that it is included in the CS5 Master Suite and I already have the CS4 Master Suite!! So I get it ALL, and I mean ALL for $900!

I know that sounds like a lot, but seriously when you look at what you get (now I’m talking upgrade here, not flat out new purchase which is $3000), it is an awesome deal.

I don’t know why no one said anything about this.


Flex is to ActionScript as ColdFusion is to Java

Thursday, May 15th, 2008

I was just thinking this morning… [ frightening, I know ] but anyway, I was thinking about ColdFusion and why some people don’t like it…and I think really it’s because they don’t get it.

If you’ve used Flex2 or Flex3, you know how EASY those MXML tags make writing ActionScript. I mean, if you understand ActionScript and have a good handle on the documentation and a little experience, you can write anything for the FlashPlayer in pure ActionScript and many people do. But if you’ve used Flex you know how EASY it is to write ActionScript code using MXML that compiles down to pure ActionScript.

Well, ColdFusion is really the same thing for Java. Does not all ColdFuion CF tags compile down to Java classes? So if you know Java, you “could” write the whole back end in Java, but why wouldn’t you use ColdFusion when it makes it so EASY??

And just like you can mix and match pure ActionScript code with MXML (in some predefined ways) you can mix and match ColdFusion with Java code (in some predefined ways).

Anyway, I know that is nothing new to most of you, but for relative newcomers like myself, it is like a beautiful awareness :-)