search results

  1. JavaScript code modules are a concept introduced in Gecko 1.9 and can be used for sharing code between different privileged scopes. Modules can also be used to create ...
    developer.mozilla.org/en-US/docs/​Mozilla/... - Cached
  2. The module pattern is a common JavaScript coding pattern. It’s generally well understood, but there are a number of advanced uses that have not gotten a lot of ...
    www.adequatelygood.com/JavaScript-​Module-Pattern-In... - Cached
  3. One of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their code.
    blog.davidpadbury.com/2011/08/21/​javascript-modules - Cached
  4. The UIZE JavaScript framework implements systems to facilitate modular programming, such as dependency resolution, dynamic module loading, and more.
    uize.com/explainers/javascript-​modules.html - Cached
  5. JavaScript code modules let multiple privileged JavaScript scopes share code. For example, a module could be used by Firefox itself as well as by extensions, in order ...
    developer.mozilla.org/en-US/docs/​Mozilla/... - Cached
  6. ~inimino/blog Modules in JavaScript. April 27, 2009. Modules: lots of languages have them; JavaScript doesn\'t, but we can create a similar effect. What is a module?
    inimino.org/~inimino/blog/javascript_​modules - Cached
  7. One of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their code....
    css.dzone.com/articles/javascript-​modules - Cached
  8. Hi Ray, Thanks, I am glad you like the course. Without RequireJS the modules would have to be executed and available in a specific order. So it handles that ...
    www.johnpapa.net/spapost6 - Cached
  9. Javascript Module pattern helps writing code in an object oriented manner with high web performance.; Author: Rupesh Kumar Tiwari; Updated: 24 Apr 2013; Section ...
    www.codeproject.com/Articles/247241/​Javascript-Module... - Cached
  10. When I see code like this, an examp le I pulled from YUI, I simply want to cry. Things need not be so ugly. I don\'t mean to callout Yahoo here, it\'s just an ...
    pmuellr.blogspot.com/2009/01/javascript-​modules.html - Cached