Code
Revised Ext Model …
I posted the other day about Automated ExtJS Model Creation using Sequelize Model Definitions and while the code works really well it occurred to me later that I might want to also be able to create static model definitions (for stuff like UI components, menus and the like.) In order to achieve this …
Working with Asynchronous …
We’re building a fairly large framework of components for our new game Bedlam. As part of these web services contracts we need to be able to very rapidly fire off commands to the server to persist data, fetch status updates for user collision detection and a bunch of other stuff. We are using …