We have designed a course on JavaScript RIA development for Linnaeus University in Kalmar, Sweden. These post tells the story of our efforts trying to wrench advanced JavaScript theory into the conservative world of Academia.

The main focus of Krawaller is to utilize our existing web technology skills in creating smartphone applications, mainly targetting iPhone and Android.

In our never-ending quest to better ourselves in the frontend field, we rely quite heavily on our well-stocked bookshelf. Here we share reviews of our latest acquisitions!

Our first major foray into mobile applications was Golingo, a lovingly crafted word game made with web technologies. Read up below on what the game is about, the creation, and where to snoop through the open-sourced (!) code.

Filed under struct:

Titanium application structure – learning from Tweetanium

Struct - learning from Tweetanium regarding application structure best practices!

Up until recently, like so many other lost souls, we've followed the same Titanium application structure as Appcelerator's KitchenSink application. In this paradigm, when you want to open a new window, you'd typically do something like this:

Inside somefile.js the window would be populated with controls, using the Ti.UI.currentWindow reference. We can access the...

Read the rest of this post »

Filed under  //  development   release   struct   titanium   tweetanium  
Comments (41)
Posted by David Waller