The State Model of User Interface Development
This page is the official development home of The State Model of User Interface Development. At this point in time, the State Model is very early in development. Once the theory is further formalized, I will be releasing it on its own domain and throughout the academic circuit. For now, however, this page will act as a placeholder to keep track of its development.
If you would like to be involved in this project, email me.
Development Posts
Aug 1, 2009 – Abstracting Data in JavaScript – The initial idea
Aug 2, 2009 - Queueing in the State Model
Aug 3, 2009 – Data Management in the State Model
Aug 7, 2009 – UI Components and Actions in the State Model
Aug 7, 2009 – State Model Test: OrganizeIt! Planning Stage
Example Implementations
queue.js : v0.2 state model queue implementations.
Old versions: v0.1
dataManager.js : v0.2 state model data management implementation
Old versions: v0.1
uiComponent.js : v0.1 state model ui component implementation
action.js : v0.1 state model action implementation
Other Files
JSON : JavaScript Object Notation class. Provides an effective way to exchange data between the UI and the server.
util.js : Some utility methods used by the example source files.



