mikechambers May 6th, 2008
Stockholm, Berlin, Warsaw, Prague, Munich and Milan are the cities I will be stopping in as part of the second leg of the European on AIR Tour. I will be MCing the event, and giving a session on building your first AIR application with Flex.
Continue Reading »
mikechambers May 5th, 2008
New site and url is http://feeds.adobe.com. Redirects for old urls at (weblogs.macromedia.com) are not all in place yet.
Christian has all of the info.
mikechambers May 2nd, 2008
I just uploaded a new version of FlashCommand for OS X (.90), which fixes some issues with running with Adobe Flash CS3.
You can grab the latest version from here.
Thanks to rquigley and Patrick Palmer for helping to track down and fix a couple of issues.
mikechambers May 2nd, 2008
Here is a simple django template filter that will format a date according to the DATETIME_FORMAT variable in the settings file.
Continue Reading »
mikechambers May 1st, 2008
I am working on deploying a django app online, and thus need to use the Apache Location directive to point to my django app.
This is pretty straight forward:
Continue Reading »
mikechambers May 1st, 2008
As you have probably seen, Adobe has dropped the licensing restrictions on both the SWF and FLV file formats. Among other things, you can know use the formats to create players that read in the formats.
Check out Ryan Stewart’s weblog for more discussion
We have also put up a site with some information, which includes a FAQ.
You can also download the specs:
mikechambers April 29th, 2008
Well, as you probably know, MXNA (a feed aggregator for Adobe related communities and technologies) has had some stability issues for some time, and has recently been down for the past couple of days.
Update : MXNA is back up at its new url : http://feeds.adobe.com
I wanted to make a quick post giving an update on what is going on, and what we are doing to fix it.
Continue Reading »
mikechambers April 29th, 2008
I have been getting a bunch of email that the links to my FlashCommand for OS X download was no longer working. FlashComamnd is a command line tool written in python, that allows you to launch Flash authoring to compile FLAs.
Well, I found the files, and have re-uploaded them. You can find all of the information, including how to use and download the tool from here.
I have not tested this with Flash CS3, so if it doesnt work, let me know on the FlashCommand page.
Update : After making the post, I just decided to create a google code project for it, which you can find here. If you run into any issues, then post an issue on the project page.
mikechambers April 17th, 2008
Ajaxian has just posted the PDF download for the Adobe AIR for JavaScript Developers Pocketguide Book (published by O’Reilly). The book is released under a Creative Commons license, and has been update for Adobe AIR 1.0.
You can find all of the information, as well as download the PDF from ajaxian.com.
mikechambers April 8th, 2008
I was lucky enough to get an invite to the new Google Application service beta, and have been playing around with it.
I just put together a simple code formatting service application. This provides an html and web service for formatting / beautifying code.
You can find complete details on the about page for the service.
I will post the source in the next day or two.
Post any comments, questions, bugs or suggestions in the comments.
Update : I just uploaded the source to the app, which you can grab from the about page.