Brian Stakes
Member since Aug 17, 2011
- Profile: /members/8787-brian-stakes.htm
- Comments: 1
Recent Blog Comments By Brian Stakes
-
Treating User Interface (UI) Widgets Like Finite State Machines
Posted on Aug 17, 2011 at 12:18 PM
With jQuery, I've been using $.fn.data to keep track of my states and a widget "controller" to handle next state. I think a drawback to my current approach is difficulty in adding future states. By making every state aware of where it could go, you allow for greater flexibil... read more »