- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- 城市胡同 (1 hour)
- Lynch Consulting Blog (1 hour)
- flexComponent (2 hours)
- Igor Costa (Pt) (2 hours)
- unijimpe blog (2 hours)
- javascript.com (2 hours)
- Brian's Blog (2 hours)
- Programando em .NET (3 hours)
- Ajar Productions Blog (3 hours)
- YIFA | I CAN FLASH! (3 hours)
Fix for Error #1063: Argument count mismatch on BitmapData Expected 2, got 0.
Normally creating blank BitmapData requires you pass in an the width and height in pixels. But what about when you embed an image with a linkageid? You'll get the above error trying to create a new myEmbeddedImage(); unless you pass it with two numbers, even if they don't mean anything e.g. var bdata:BitmapData = new imageInLibraryLinkageID(0,0); I [...] (translate)
cfUniForm v2.2 - FireFox 3 Update
Thanks to Dan Wilson for letting me know about a FireFox 3 issue with the jQuery TimeEntry plugin. To fix the issue, download the cfUniForm 2.2 release at RIAForge. (translate)
The Weekly RIA Round-Up for September 6
This week saw Google unveiling it's Chrome, Project Rosetta calling to Flash developers, Adobe announcing the CS4 unveiling webcast, Flash video powering Amazon and the NFL, and much more... (translate)
Loading MySQL timezone info on Linux and Macs
MySQL has some really useful functions that make timezone support a bit easier as described in a previous blog post.. However, you need to do a tiny bit of setup work before you can use the functions. You need to load the timezone info from your system into the mysql db. Thankfully, the MySQL Developers have included a very handy script that will do just that from a zoneinfo files which are used on Linux and on Mac's. mysql_tzinfo_to_sql /usr/share/zoneinfo mysql -u root mysql Obviously change the mysql params or add a -p if you have a password or are (translate)
Want a peek?
Want to take a look at what we've been up to at Broadchoice? Earlier today Sean posted the first details and screen shots of our new product: Behind The Curtain. You can sign up to (possibly!) get on the beta. (translate)
Dynamic Drop Down List 2
This script creates dynamic drop down boxes, preventing duplicate selections. When a selection is made in the first box, that option is removed in the second box, with the same procedure for the third box. (translate)
Pet Project Cemetery - The Pownce Badge Creator
So many of the “pet projects” we work on never see the light of day. Often times its not that what we have holds no value, rather its that the creator in us just can’t see it as mature enough to be ready for the world. So we set it aside, the pet, and let [...] (translate)
Flex Builder Plug-in for Cairngorm, Code Metrics, and More
I've been playing with the Flex Builder plug-in for enterprise development, a new add-on to Flex Builder which has some very useful features for the average developer. I'll share below the good and bad of what I've seen. The good: There's a huge number of features, a lot of things that I want to use right away: Enhanced AS3, MXML and Cairngorm wizards Cairngorm Explorer Flex Code Metrics Explorer ">FlexUnit test and test suite generators Flex Package Explorer It's been stable for me. That's always a plus for a beta that's being used in your main work environment. The bad: (translate)
Want To See What We've Been Building At Broadchoice? Here's Your Chance!
Broadchoice has finally started taking the wraps off of the project that we've been working on like crazy. You can see some screenshots and details of the application, as well as an option to sign up to be a beta tester, at The ArgumentCollection cor... (translate)
Animation Reel 2008
Finally put together animation reel… <a href=”http://ajarproductions.com/animations/reel_2008.html”>VP Selection Match</a> (translate)