Tom Deater's Bookmarks Tagged With "oop"
-
Object-Oriented Event Listening through Partial Application in JavaScript
http://www.brockman.se/writing/method-references.html.utf8
-
Not rated yet.
- Details
A general solution to the simple but common problem of attaching event listeners to html elements owned by object-oriented code is presented. The solution does not rely on the questionable method of injecting hidden backreferences to the applicati… More
-
-
John Resig - JavaScript Method Overloading
http://ejohn.org/blog/javascript-method-overloading/#comments
-
Not rated yet.
- Details
For those of you who aren't familiar with, it's just a way of mapping a single function call to multiple functions based upon the arguments they accept.
-
-
Again with the Module Pattern - reveal something to the world - Wait till I come!
http://www.wait-till-i.com/index.php?p=476
-
Not rated yet.
- Details
There is another option which I am hereby calling the Revealing Module Pattern. In this permutation you simply define all your functions and variables in the private scope and return an anonymous object at the end of the module with pointers to th… More
-
-
Namespacing your JavaScript
http://www.dustindiaz.com/namespace-your-javascript
-
Not rated yet.
- Details
-
-
A JavaScript Module Pattern » Yahoo! User Interface Blog
http://yuiblog.com/blog/2007/06/12/module-pattern/
-
Not rated yet.
- Details
-
-
Coding For Portability, Part 1 » Thirteenth Parallel
http://13thparallel.com/archive/coding-for-portability1/
-
Not rated yet.
- Details
-
-
JavaScript: Passing by Value or by Reference - Snook.ca
http://snook.ca/archives/javascript/javascript_pass/
-
Not rated yet.
- Details
In JavaScript, we have functions and we have arguments that we pass into those functions. But how JavaScript handles what you’re passing in is not always clear. When you start getting into object-oriented development, you may find yourself perplex… More
-
-
Private JavaScript - Snook.ca
http://snook.ca/archives/javascript/private_javascript/
-
Not rated yet.
- Details
With JavaScript, you can create private methods and properties using what Yahoo describes as the module pattern. Here's the basic construct, including a private method:
-
-
Cerny.js - Introduction
http://www.cerny-online.com/cerny.js/
-
Not rated yet.
- Details
Cerny.js is a JavaScript library aiming to ease development of JavaScript projects in large development teams. It tries to accomplish this goal by providing solutions for * method call interception, * type checking for arguments and return v… More
-
-
Dean Edwards: A Base Class for JavaScript Inheritance
http://dean.edwards.name/weblog/2006/03/base/
-
Not rated yet.
- Details
-
Didn't find what you were looking for? Try searching Google.
Publish or subscribe to Tom Deater's Bookmarks Tagged With "oop" via RSS and more...


