
I am pleased to announce that Adobe has released an AIR sample application that I worked on. The application is designed to be a lightweight company directory application that allows searching for employees and navigating through the management hierarchy.
From a technical standpoint, I think the application really shines. Not only does it demonstrate a number of cool AIR features, including the SQL API, but its pretty easy to integrate your own employee image and data sources, so it may actually be useful. Adobe is using an extended version of the app internally.
Feel free to contact me if you are trying to integrate the app and would like some tips.
posted by admin at 10:49 am

Just wanted to pass on the news that my latest project, the Twitter Flash Visualizer was put on display at the RailsConf 2007 in Portland. This was a really fun project developed in collaboration with Biz Stone and the rest of the Twitter team. The visualizer was built with configuration in mind, so I think we’ll see it applied to a number of different situations. The tech is still a little green, so if you hit any bugs let me know.
Props to Biz for a great design, and the Twitter team for feeding my latest Internet addiction!
p.s. Click on the app to go fullscreen.
posted by admin at 12:23 pm
I just read what is possibly the most concise and informative article on Microsoft’s new Silverlight over on Techcrunch. I won’t bother repeating the entire article, but Silverlight’s video abilities, combined with its multiple programming models and browser interaction will definitely make it a new heavyweight in the web plug-in battle. Adobe, get your boxing gloves on!
posted by admin at 1:00 pm
33vestry.com, a marketing site for a new high-end condo building in Tribeca, NYC. is finally live. Working with Ben Kaubisch over at 6one8.com, we put together a nice site for what looks to be a very nice building.
After all of the hardcore Flex work, it is nice to work on a simple, old-school Flash project once in a while.
posted by admin at 7:00 am
Not super recent news, but Trevor McCauley over at senocular.com posted a really good Actionscript 3 Tips of the Day entry over on the Kirupa forums. In particular, there are some good new tips on ‘Class member enumeration’ and also the undocumented ‘addFrameScript’ property. Enjoy.
posted by admin at 4:09 pm
Are you a Flex coder? Ever feel constrained by the default ButtonSkin provided with the Flex application? I have some good news for you. I have been working on an ‘enhanced’ version of the skin that allows for more fine-grained control over button display such as explicit, multiple gradient and border colors for each button state, border thickness, as well as individual corner radii.
Here is an example demonstrating a few of the newly supported style values.
.customButtonStyle {
cornerRadii: 16, 0, 16, 0;
borderColors: #006699, #006699;
borderThickness: 3;
fillColors: #FCFFF4, #006699, #FCFFF4,
fillAlphas: 0.5, 0.5, 0.5;
fillColorRatios: 0, 128, 255;
}
Check out the style explorer that I built for the skin, or go to Flexlib to download the source.
posted by admin at 3:09 pm
Last weekend, a police officer showed up at my house and told me a large tree had fallen on my car. My roommates and I ran out of the house, a look of amusement on our face, to see what the hell mother nature did to my car. It was quite a spectacle … Take a look at the Flickr Photoset I created to see for yourself. Just glad no one was in the car!
posted by admin at 6:48 am
I am watching Ted Patrick demo new features in Flex 3 (aka “Moxie”). So far, here is what I am seeing that is cool:
- Refactoring! - Ted displays renaming methods and variables. Assuming that we have rename class and add getters and setters, life will be getting a lot better.
- Enhanced List and DataGrid Components - Apparently these components are slated for some significant enhancments in capabilities. (not demo’d)
- Better Integration - A pretty cool demo of laying out Flex components in Fireworks, and then exporting the results via MXML. I had checked these out before and they are very cool.
- Yahoo AS3 API’s Yes! Some amazing AS3 API’s are finally here. Time to get off this post and starting building some Mapping applications!
Next up was some cool demos of components and apps …
- ESRI Vector Map Components - Demo of a very cool Vector map component rendered natively in Flash with alternate projections. Not as smooth as Google maps, but definitely providing more functionality typical of a GIS system.
- Data Mining App - Pretty neat data mining and reporting app bult with a Flex UI. Kind of seems like its reinventing the wheel, but I suppose there isn’t anything like that for the Flash platform.
- <flexlib /> - A very cool collection of components curated by Doug McCune.
- Yahoo AS3 API’s - Finally … Mapping API’s for AS3 and Flex 2. Yes! Time to get off this blog and starting building some mapping apps!
All
posted by admin at 9:47 am
So I attended 360Flex, the first Flex-only development conference hosted by eBay down in San Jose. So far it has been an educational conference. In particular, Christian Cantrell gave a great presentation on the Apollo API’s, and Ben Stucki’s presentation on the ByteArray 101 was quite good as well. Its really great to get an experience to flock with other Flex developers, and learn a few things on the way!
posted by admin at 6:55 pm
Welcome to the new beginning of wabysabi.com. My name is Daniel Wabyick. I am a veteran Flash/Flex geek who has recently started a new venture as an independent developer. I plan to use this site to host my portfolio and playground site. In any case, welcome to a new start!
posted by admin at 6:54 pm