Nabaztag API for Actionscript 3 updated to 1.1
Posted on April 9th, 2009 by Shan
Thanks to Matt Chotin, Violet has added a crossdomain.xml file to their API. So, I went in and removed all the code that was needed for the proxy. Enjoy version 1.1!
Posted on April 9th, 2009 by Shan
Thanks to Matt Chotin, Violet has added a crossdomain.xml file to their API. So, I went in and removed all the code that was needed for the proxy. Enjoy version 1.1!
Posted on January 22nd, 2009 by Shan
I had the need for a URL Validator for a Flex project, and couldn’t find one. So, here’s the code:
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!
Posted on April 28th, 2008 by Shan
Sometimes you just need to URL encode a string (URLEncodedFormat() in CF, or urlencode() in PHP), and not actually make a HTTP request. Here’s a simple library for you to use, that I wrote for my OAuth actionscript lib. Attached is URLEncoding.as for your enjoyment.
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
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, [...]
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 [...]