Archive for the ‘Projects’ Category

Pintley finally leaves private beta

Posted on July 13th, 2010 by Shan

I’m happy to announce that earlier this month Pintley finally left private beta! Pintley is like Pandora, but for beer… You sign up, rate beer you like/don’t like, and it provides recommendations for more beer to try. Since most of the people reading this blog are techies, you’ll be happy to know that the back-end [...]

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!

Facebook Job Connection – an Alternative to LinkedIn

Posted on March 11th, 2009 by Shan

I’ve written my first Facebook application, Job Connection. It allows you to use your Facebook friends network to look for a job by word of mouth. On the flip side, it lets you connect your friends with job openings that you know of. So, go out, install it, and don’t forget to invite your friends. [...]

cf-flex-user-auth Released

Posted on January 10th, 2009 by Shan

I’m happy to announce the immediate availibility of cf-flex-user-auth, a starter application for developers building Flex applications with ColdFusion on the backend. I’ve been working on this for a while now, and it’s gone through two complete rewrites. The idea behind this is for developers to be able to download this source code, and have [...]

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 [...]

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 [...]

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, [...]

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.