Kirk's PRNG

"Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin." --John von Neumann

Object-Oriented JavaScript Video

Presentation given at the 2010 ESRI Developer Summit.
Higher-resolution video is available at: http://forgeapps.com/videos/oojs/Object-Oriented%20JavaScript%20HD.m4v
and slides can be found at http://github.com/kvangork/OOJS-Presentation/blob/master/OOJS.pdf

Filed under  //   devsummit   oojs  

Object-Oriented JavaScript Presentation Slides

You can get all this goodness and the full source code at http://github.com/kvangork/OOJS-Presentation

Click here to download:
OOJS.pdf (8.52 MB)
(download)

 

Video is coming sometime tonight or tomorrow.

Filed under  //   devsummit   oojs  

Object-Oriented Javascript Sample Extend Function

In my talk on Object-Oriented Javascript yesterday, time constraints prevented me from going through the nuts and bolts of how I like to build up class hierarchies. I wrote this after reading more sources than I can remember, so credit goes to the entire javascript developer community.

There are a ridiculous number of comments embedded, and if you want to discuss it further, please (yes, even you there in the back) feel free to email me at kvangork at gmail dot com. I love this stuff and I'm always happy to talk about it if I've got time.

Filed under  //   devsummit   oojs