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 [...]
Tags: ColdFusion, Pintley
Posted in Development, Projects
Read More
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!
Tags: Actionscript, AIR, Flex, NabaztagAPI
Posted in Development, Projects
Read More
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:
Tags: Actionscript, Flex
Posted in Development
Read More
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 [...]
Tags: cf-flex-user-auth, ColdFusion, Flex, Mate
Posted in Development, Projects
Read More
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!
Tags: Actionscript, MAX
Posted in Development, Projects
Read More
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 [...]
Tags: Backup, EC2, JungleDisk, S3
Posted in Development, General, Reviews
Read More
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.
Tags: Actionscript, AIR, Flash, Flex
Posted in Development
Read More
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 [...]
Tags: Mac, Moving to Mac, SVN
Posted in Development
Read More
Posted on April 17th, 2008 by Shan