Archive for September 2009

jskeystore

jskeystore is a simple Javascript library I built to store data in a client-side database in Mobile Safari in a way that feels like memcached and hides the complexities and verbosity of using sqlite.
It’s very simple to use. Here is some example code:

var cache = new JSKeyStore();
var person = { first_name: ‘Mike’, last_name: ‘Mayo’ [...]

Rackspace Cloud App En Español

The 1.1 update to the app is currently in beta (let me know if you’d like to join the beta!) and in the meantime, Héctor Paz has been kind enough to help out by translating the app to Spanish! So, if your iPhone’s default language is Español, you’ll be able to manage your Rackspace [...]

Rackspace Cloud 1.1 iPhone Screen Shots

Here are a couple of screen shots from the first update to the iPhone app. I’m still working on it, so I’m not sure when the first update will be submitted to Apple.
The majority of the effort is going into improving support for Cloud Files.

Rackspace Cloud iPhone App Goes Open Source

The source code for the Rackspace Cloud iPhone app is now available on GitHub. If you have the iPhone SDK, feel free to download it if you want to track the progress of new features as they’re developed, or if you have a good idea and you’d like to pitch in!

Right Click to Upload to Cloud Files in Mac OS X

I found a neat utility for uploading images to S3 in Snow Leopard, so I decided to modify it to work with Cloud Files. It’s built in Automator, so click here to get it. After you install it, you should be able to upload things to Cloud Files very easily.
If you [...]