There is no general method for creating web objects that not only contain their own properties
but can also maintain state. Currently each web page or embeded object is generated once when
the client loads the page and maintains itself only through the life of the current instance.
Leaving and returning to pages means a global reset of dynamic content. Cookies allow some
manipulation of state, but only through a very limited and insecure textual based record.
Presented here is a new dogma of web design; Allowing client manipulatable objects that can
not only contain dynamic properties, but also maaintain their state. This allows for a
customizable experience each and every time you visit a page.
<4.01s>