[16:40] newz2000: so are you going to push ahead with your startup idea? [16:40] mhall119: well, a start up idea. Right now the primary opportunity is to do some mobile app development not related to squaretap [16:42] I'm doing an app for a company who does SAT test prep classes, helping them to make a test prep app for vocabular [16:42] And an app for a guy who loves fantasy sports [16:48] newz2000: are you doing these in HTML5, or native? [16:49] the vocab one is html5+phonegap to get into the app stores, the fantasy one will be purely browser based [16:49] * mhall119 needs to learn how to write mobile apps [16:51] mhall119: well, I can tell you two easy ways... [16:51] if you have an information type app, use jquery mobile [16:52] very easy to take that to a mobile web app or a phonegap app [16:52] if you want something more sophisticated, used twitter bootstrap [16:52] both of those give you really easy, really powerful mobile web apps with a tiny bit of effort [16:52] I have gone to the next level and now use backbone.js for everything [16:53] So you make a django app and something like django-rest-framework to expose all your views as apis, then you put your application logic in js. It's beautiful. :-)