Understanding “Prototypes” in JavaScript « Katz Got Your Tongue?
january 2012 by jpcody
In essence, a JavaScript “class” is just a Function object that serves as a constructor plus an attached prototype object. I mentioned before that earlier versions of JavaScript did not have Object.create. Since it is so useful, people often created something like it using the new operator:
javascript
prototype
january 2012 by jpcody
ignore the code: Stripes: A Conceptual Operating System User Interface
november 2009 by jpcody
Martin Gimpl’s Stripes is a conceptual user interface that uses a zoomable window management model similar to the one found in Chrome OS, but foregoes tabs completely.
ui
os
prototype
concept
november 2009 by jpcody