Archive for the ‘Projects’ Category

AS3 API listing

Posted on October 31st, 2008 by Shan

I’m happy to report that three AS3 projects I’m involved in were added to the ActionScript Cloud APIs list. If you’ve worked on any API wrappers or whatnot, be sure to submit yours before MAX!

OAuth Actionscript library

Posted on April 28th, 2008 by Shan

Over the weekend, I wrote an actionscript library for client implementations of OAuth. It’s currently untested, but I’d love to see a few people help me keep it up to date & bug free, if anyone’s interested.
oauth-as3 Google Code page

StringList updated to 1.1

Posted on January 9th, 2008 by Shan

Yeah, two days old, and a new version is released. Yesterday my co-workers at Webapper suggested a few additions to the library. So there was one tiny little bug fix, in addition to a bunch of new methods and constants. I also updated the ASDocs to include examples.
So, check out the project page for a [...]

Deleting development folders

Posted on January 8th, 2008 by Shan

Just before Christmas, I came across this neat post about deleting SVN folders. It’s just this little registry entry that appears when you right-click a directory, and will recursively go through and delete the .svn folders.
I took that, and created another little script to delete Dreamweaver’s “_notes” folders in the same manner.
Downloads:
http://www.iotashan.com/downloads/DeleteDreamweaverNotes.zip
http://www.iotashan.com/downloads/DeleteSVN.zip
Just unzip the files, [...]

StringList 1.0 released!

Posted on January 7th, 2008 by Shan

So I’m keeping on my New Year’s resolution of getting my butt out into the CF/Flex communities, I’m happy to announce my second open-source project.
StringList is a nice little Actionscript 3 library that allows you to manipulate lists. Modeled after the ColdFusion list functions, it includes the classics like listAppend, listLen and listFindNoCase.
Yes, I know [...]

Nabaztag API for Actionscript 3 is released!

Posted on January 6th, 2008 by Shan

I just released the 1.0 release of NabaztagAPI and NabaztagExplorer. This fixes all known bugs, and now includes ASDocs.

NabaztagAPI beta 2 released

Posted on December 28th, 2007 by Shan

So I finally got on my lazy butt (I sit while I code, don’t you?) to finish coding the choreography stuffs. There’s a couple tiny bugs in my code, mostly having to do with sorting. I also need to finish up the metadata so the ASDocs are more useful.
Anyway, have at it…
Demo | Source | [...]

Nabaztag API for Actionscript 3!

Posted on December 21st, 2007 by Shan

I’m proud to announce my first open-source project. Webapper was kind enough to give us employees each a Nabaztag/tag Rabbit for Christmas. Being the tinkering developer types, we instantly wanted to start messing around with what the bunnies could do, so I wanted to write an application that would let me just send commands to [...]