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: https://gist.github.com/829615.js?file=openingwindow Inside somefile.js the