I just had a look at the post on The Register about Titanium. Apparently Titanium is competitor for AIR – it enables you to write a desktop app in HTML, CSS and JavaScript.
I’m afraid it just doesn’t make sense to me. Why would anybody want to propagate old technologies like HTML, CSS, and [...]
Entries from December 2008
23 December 2008
Appcelerator Titanium – competitor for AIR?
18 December 2008
How to load the same module repeatedly…
I’m currently working on a dashboard application that loads up the same module over and over. Each module contains a chart component, and the only difference in the way the module is used is the data that is passed in from the server. It makes sense to use the same module because the charts are [...]