Latest Community News (rss)
1 | Next Page

What do you want to see at 360 Flex?

Jul 20, 2008 1:01 AM
Rating: (Total Clicks 2)

I work as a contractor for Simplified Logic, one of the sponsors of the 360 Flex San Jose event.  I’m going to be speaking along with David Bigelow in the presentation entitled Making Money with Flex.  At SLI, they use their nitro-lm (license management) product to track and control usage and licensing of an application.  [...] (translate)

iPhone Dev Team Releases Pwnage Tool 2.0

Jul 20, 2008 12:04 AM
Rating: (Total Clicks 11)

Just happened a few minutes ago.  Check it out at http://bit.ly/2JFZIT Share This (translate)

Quick Note on Glenda Vigoreaux

Jul 19, 2008 11:15 PM
Rating: (Total Clicks 6)

I just wanted to write a quick note to make sure folks know about the passing of one our communities best speakers, Glenda Vigoreaux. Charlie Arehart has written up the details so I'm going to link to him: Mourning the tragic passing of Glenda Vig... (translate)

Mourning the tragic passing of Glenda Vigoreaux, trainer/speaker on CF and more

Jul 19, 2008 10:07 PM
Rating: (Total Clicks 12)

I'm sorry to break the news, but I've not seen anyone else blog about this. Some of you may have known Glenda Vigoreaux, a widely acclaimed trainer and speaker in the CF and broader Adobe world. Sadly, she was found dead in her Glendale AZ home earlier this week, of unnatural causes. I'll have more on that in a moment, including more about her surprisingly storied past (entirely unrelated to training and speaking) that may be a surprise to some (it was for me). But first I'd like to remember her as I knew her. Glenda, the acclaimed trainer and (translate)

Importing image in AS2 and AS3 comparison

Jul 19, 2008 10:06 PM
Rating: (Total Clicks 12)

homer gaines posted quite nice comparison article on importing images within ActionScript 2 and 3 versions: If you are going to develop flash based content using AS3, you should know it takes a bit more work to do simple things.  For example, say for inistance you want to load an image into a movie clip called “imgHold_mc” using ActionScript 2,  you could use the following code: function loadImage() {imgHold_mc.loadMovie(imgUrl);}loadImage();-or-var url:String = “imgUrl”;function loadImage(link:String){imgHold.loadMovie(link);}loadImage(url);If you wanted to do the same thing but using ActionScript 3, you would need to use the code bellow:var imageLoader:Loader;function loadImage(url:String):void {imageLoader = new Loader();imageLoader.load(new URLRequest(url));imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageLoaded);}loadImage(imgUrl);function (translate)

cfUniForm Now on RIAForge

Jul 19, 2008 9:10 PM
Rating: (Total Clicks 13)

For quite some time now, I have been asked to add the cfUniForm custom tag library to RIAForge. I've been resisting doing so because the library is actually just a small portion of a huge library that I intend to eventually release, and I wanted to ... [More] (translate)

We’re the top story on linux.com!

Jul 19, 2008 9:05 PM
Rating: (Total Clicks 18)

Linux.com did a great write-up on JumpBox yesterday. They pretty much explained it better than we do. Big thanks to Mayank Sharma for authoring a great review. As a sidenote, I’ll be in Portland this week Wed/Thurs for OSCON. Drop me a line if you’re there and you want to meetup. I’ll be on Twitter with [...] (translate)

Flex + Flash + Maya for 3D UI button controls

Jul 19, 2008 9:02 PM
Rating: (Total Clicks 48)

3D is a passion of mine. I’ve been doing some experimenting exporting 3D rendered stills from Maya to Flash and then finally to Flex. I like the concept of creating GUI elements that are squashy, transformed or deformed in some way. I’m hoping to create an entire interface with 3D elements. Maybe blend these elements [...] (translate)

Las Vegas Photos

Jul 19, 2008 8:18 PM
Rating: (Total Clicks 18)

Last August I went to Las Vegas to attend SOE’s Fan Faire while on vacation. It was really my second visit to the city and I had a blast. I am heading out that way again next month, so this is great timing to show these photos off of my old camera, versus what I’ll [...] (translate)

cfUniForm New Release - v2.1

Jul 19, 2008 8:09 PM
Rating: (Total Clicks 13)

The latest release of cfUniForm includes a couple of new features, along with a minor bug fix. [More] (translate)

1 | Next Page