Archive for September, 2009

Small Tools That Make Your Life Easier

If you’re actively doing development work and your production server is different from the development one, as it is in my case, at some point you’ll need to upload or deploy files from the development server to production. If this happens a lot during the day or even once a day, you might want to [...]

Read the rest of this entry »

Flash Remoting

I’ve been doing a lot of Action Script recently and needed a good library for making flash remoting calls. If you Google a bit you’ll find a very good one (for AS3) here. I’ve started with this one, but because I needed some additional features I’ve decided to create my own version.
Specifically, I wanted the [...]

Read the rest of this entry »