Like any self respecting entrepreneurial geek, I've got my eye on mobile applications. Recently receiving my sweet sweet Nexus One (seriously, drool worthy phone), I wanted to see what I could break.
I used one of my very precious Sundays about a month ago to dig in.
What is Titanium
As far as I can tell (this review is truncated) Titanium is basically an API and runtime which allows you to build a web application and deploy it to a mobile device, or run it on the desktop. The differentiator is that while your app is just running in a webkit browser, you can add controls and utilize APIs on the host machine using Titanium's custom JavaScript APIs. I guess they accomplish this via a plugin for webkit which renders them in the browser? I don't know, but anyway, that's the gist. It's supposed to be better than Phonegap (which is now my only other option for x-platform mobile development) because it uses these native controls instead of the ugly browser based ones. So your app doesn't look like a web app (even though it kinda is).
The company's website has been nicely lacquered with Web 2.0 spray and they are venture backed.
Great idea, doesn't work.
Getting the desktop