Archive for the 'WebDev' Category
Monday, October 8th, 2007
FZip has been around for some time now, and people seem to like it. However one feature has been asked for repeatedly: In addition to reading ZIP archive, people want to be able to create new (and modify existing) archives. So i finally sat down this weekend and added that. The code is not tested [...]
Posted in AS3, Air, Flash, Flex 2, WebDev | 25 Comments »
Thursday, October 4th, 2007
Just a quick FYI: FZip and AIRRemoteUpdater upgrades for AIR Beta 2 are now available for download. FZip now uses ByteArray.uncompress(CompressionAlgorithm.DEFLATE) instead of the now deprecated ByteArray.inflate(). I also tweaked FZip to throw an exception when a parsing error occurs and no event listener is registered for FZipErrorEvent.PARSE_ERROR events. AIRRemoteUpdater now gets the local descriptor [...]
Posted in AS3, Air, Flash, Flex 2, WebDev | 15 Comments »
Wednesday, September 19th, 2007
Some social network sites offer the feature for users to see who has visited their profile (footsteps). Orkut for example introduced footsteps some time ago. A user is able to opt out of this feature (so she doesn’t leave footsteps anymore and can browse other people’s profiles anonymously), but if she opts out she also [...]
Posted in WebDev | 6 Comments »
Friday, August 24th, 2007
Amazing how Paul Graham always manages to hit the nail on the head. It’s the 36 hour hacking sessions where i usually am most productive. [via Tink]
Posted in WebDev | 3 Comments »
Wednesday, August 8th, 2007
I just released the first version of AIR Remote Updater, an AS3 class to automate remote software updates in Adobe AIR applications. It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process. It grabs the version number directly from the remote .AIR file without having to download [...]
Posted in AS3, Air, Flash, Flex 2, WebDev | 4 Comments »
Friday, June 22nd, 2007
We just released an update for FZip (the Actionscript 3 class library to load standard ZIP archives and extract/decompress contained files): Added support for Adobe Air. The Adobe Air runtime provides a low level inflate method, making it possible to load any ZIP archive and decompress compressed files without the need of injecting Adler32 checksums. [...]
Posted in AS3, Air, Flash, Flex 2 | 7 Comments »
Friday, May 25th, 2007
I have been toying around with the idea to write an Adobe Apollo application that’s able to monitor your favorite media player (such as Winamp, Windows Media Player, iTunes, Rhythmbox, etc) for play back status and song information. Last.fm provides an application along with plugins for pretty much all existing media players on all major [...]
Posted in AS3, Air, Flash, WebDev | 3 Comments »
Thursday, April 12th, 2007
Big propz to Adobe for sending me a set of HUGE (and beautiful!) Flex 2 and AS3 API posters! It didn’t even take a week to arrive here in São Paulo. Sah-weeet! Thanks a bunch, much apprechiated!
Posted in AS3, Flex 2, WebDev | No Comments »
Tuesday, March 27th, 2007
Just to let you know that i’ll be speaking at the 9th annual Flashconference in Stuttgart, Germany on May 4th. My presentation is about the new Actionscript 3 Flash UI Components that come with Adobe Flash CS3. I’ll give an overview on what’s new, what’s different with respect to previous components sets and Flex, if [...]
Posted in AS3, Flash, WebDev | 3 Comments »
Wednesday, November 22nd, 2006
The DENG Modular XML Browser project finally has a new home. Over the last two years, i switched hostings twice (don’t ask), and DENG was scattered all over the internets, and many things got lost. I finally sat down to clean up the mess and everything is in one place again. The project homepage features [...]
Posted in DENG, Flash, WebDev | 5 Comments »