Archive for the ‘Development’ 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!

URLValidator for AS3/Flex

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:

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!

Review: Jungle Disk Plus 2.0

Posted on July 17th, 2008 by Shan

I’ve been on a quest for the perfect off-site backup service. I’ve considered everything using my own servers and rsync, tried various free/cheap services like Carbonite and AT&T Remote Vault, and finally came across Jungle Disk. Jungle Disk uses Amazon S3 for storage, and Amazon EC2 for their Plus service. This review is of the [...]

URL Encoding in Actionscript

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.

Moving to Mac: SVN, Finale

Posted on April 25th, 2008 by Shan

So, after struggling with all other SVN clients, I’ve settled on a commercial product, Syncro SVN Client. It’s no TortoiseSVN, but it’s got all of the major SVN functionality, it works, and it’s stable. Combine that with the light bit of stuff that I do via Subclipse, and I’ve got all the SVN goodness I [...]

EncryptedLocalStore general internal error

Posted on April 17th, 2008 by Shan