- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- QuackFuzed [ Ramblings of a Con... ColdFuzed Mind ] (4 hours)
- Scrollin' On Dubs (4 hours)
- Flex Skinning (4 hours)
- Garotos de Web (5 hours)
- flexComponent (5 hours)
- BlocketPc (5 hours)
- DarkNews.com (5 hours)
- Blog about all things ecommerce (5 hours)
- Lori DeFurio (5 hours)
- The Lighter Side of Code (5 hours)
What do you want to see at 360 Flex?
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
Just happened a few minutes ago. Check it out at http://bit.ly/2JFZIT Share This (translate)
Quick Note on Glenda Vigoreaux
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
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
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
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!
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
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
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
The latest release of cfUniForm includes a couple of new features, along with a minor bug fix. [More] (translate)