Flash Builder: Changing BorderContainer color during runtime.

I got myself in a mess trying to change the background color of the component during runtime and after different trial and error finally I figured out that it had to do with this declaration: [as] [/as] Once removed I was able to use [as]this.setStyle(“backgroundColor”,0x00afe1);[/as] I don’t really understand why having the backgroundFill declaration within […]

The Art of Innovation from the Hacker’s Perspective

The Art of Innovation from the Hacker’s Perspective World Entrepreneurship Day Excellent presentation with wealth of information as well as it spins your mind and makes you wonder what are the limits of your imagination and what you can accomplish.

Splat Video Reference

I just had to work on some “Splat” animation and this was great as reference. Too bad my animation had to be limited but good for future refence.

WordPress Custom Type loop

With the upcoming version of WordPress 3 (available in beta as of today) here is a tip of how to pull the custom types in the loop once you have created them. [php] Recent News < ?php $recentPosts = new WP_Query(); $recentPosts->query($query_string . ‘&post_type=news’); ?> < ?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>

Advertising Age on YouTube