ma.gnolia

Sign In | Learn More

Skip to main content


8451_32 Tom Deater's Bookmarks Tagged With "oop"

1 2

  1. Visit Object-Oriented Event Listening through Partial Application     in JavaScript Object-Oriented Event Listening through Partial Application in JavaScript

    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

  2. Visit John Resig - JavaScript Method Overloading John Resig - JavaScript Method Overloading

    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.

  3. Visit Again with the Module Pattern - reveal something to the world - Wait till I come! Again with the Module Pattern - reveal something to the world - Wait till I come!

    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

  4. Visit Namespacing your JavaScript Namespacing your JavaScript

  5. Visit A JavaScript Module Pattern » Yahoo! User Interface Blog A JavaScript Module Pattern » Yahoo! User Interface Blog

  6. Visit Coding For Portability, Part 1 » Thirteenth Parallel Coding For Portability, Part 1 » Thirteenth Parallel

  7. Visit JavaScript: Passing by Value or by Reference - Snook.ca JavaScript: Passing by Value or by Reference - Snook.ca

    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

  8. Visit Private JavaScript - Snook.ca Private JavaScript - Snook.ca

    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:

  9. Visit Cerny.js - Introduction Cerny.js - Introduction

    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

  10. Visit Dean Edwards: A Base Class for JavaScript Inheritance Dean Edwards: A Base Class for JavaScript Inheritance

1 2

Didn't find what you were looking for? Try searching Google.