So as promised, I am diving deeper into my Appcelerator Mvc framework. In this post I will give more complex examples on how to use my framework in conjunction with joli so you can truely see how to integrate my framework in a complex, data-driven application. If you haven’t read over the basics or how [...]
MVC
Simple jQuery + MVC Plugin
So I needed to create markup via javascript and json which could be easily picked up by MVC’s default model binder. This plugin takes in json and changes its structure so non-array nodes are changed to have value, id, and name members. I ended up not using json but I could see that I may [...]