Tag Archives: javascript

MVC experiment in JS

The past 3 years I’ve been using PureMVC pretty consistently in both my ActionScript and Objective-C projects. I’ve really enjoyed it’s workflow but when looking into the JavaScript port, was not interested in the dependencies required by the different JS ports (mootools, extjs or prototype). So, this weekend I spent some time in a local [...]
Posted in development | Also tagged , , | Leave a comment

ANT with JavaScript

Recently at work we had the need to build an application that could both be run over the network and on the local filesystem. Well, this doesn’t work with the Flash security setup as SWF files can only be run on one or the other. Like many other developers, we use ANT to build our [...]
Posted in development | Also tagged , | Leave a comment