Matt Read, The Weblog
Abusing monkeys since 2003
Twitter Status the _real_ Habari Cabal: http://wiki.habariproject.org/en/Cabalers
Main Navigation
Posts Tagged As "prototype"
Javascript Prototype Behaviour in PHP
One of the "neat" things in Javascript is you are able to dynamically add or change methods of a class and automatically update every instance of that class. Some of the things I usually find useful are adding to the String class, like so:...