Aaron Lisman
Member since Aug 17, 2011
- Profile: /members/8786-aaron-lisman.htm
- Comments: 1
Recent Blog Comments By Aaron Lisman
-
Treating User Interface (UI) Widgets Like Finite State Machines
Posted on Aug 17, 2011 at 11:37 AM
Nice! Another approach I've been using a lot is the idea that you keep track of a widget's state in purely abstract "data" form and then just re-render the entire widget every time the state changes, even minutely. jQuery templates make this super easy. I think this is the way most UI i... read more »