¡@

Home 

javascript Programming Glossary: modular

2D Engines for Javascript

http://stackoverflow.com/questions/10172191/2d-engines-for-javascript

is one that becomes popular it will almost certainly be be modular like MooTools second most popular JS library where it tries..

Passing variables through handlebars partial

http://stackoverflow.com/questions/11523331/passing-variables-through-handlebars-partial

handlebars.js in an express.js application. To keep things modular I split all my templates in partials. My problem I couldn't..

How to build simple jQuery image slider with sliding or opacity effect?

http://stackoverflow.com/questions/12608356/how-to-build-simple-jquery-image-slider-with-sliding-or-opacity-effect

using light slider plugins before but when customer gives modular revise it became really hard to manipulate. Then I aim to build..

Best practice for documenting events [closed]

http://stackoverflow.com/questions/14518857/best-practice-for-documenting-events

practice for documenting events closed Consider a modular web application based on JavaScript JQuery and all that en vouque..

How to unload a javascript from an html?

http://stackoverflow.com/questions/4365062/how-to-unload-a-javascript-from-an-html

all resources cleanup Another approach would be to use a modular object structure for your fragments that clean up after themselves...

Javascript when to use prototypes

http://stackoverflow.com/questions/4736910/javascript-when-to-use-prototypes

how many instances you allocate of each type. But in many modular designs there is only one instance of a given type. And in fact..

Reflective Web Application (WebIDE)

http://stackoverflow.com/questions/521723/reflective-web-application-webide

or websites. To do this you would basically create a modular site with widgets and then combine them into the final display.. via components. In other words the result would be a very modular webapp so that you can tweak things on a small or large scale..

jQuery plugin template - best practice, convention, performance and memory impact

http://stackoverflow.com/questions/5980194/jquery-plugin-template-best-practice-convention-performance-and-memory-impac

project jQuery is no good and jQuery plugins is not how do modular code. Seriously jQuery plugins are not a sound architecture..

How can I change the page URL without refreshing the page?

http://stackoverflow.com/questions/6118693/how-can-i-change-the-page-url-without-refreshing-the-page

to the true URL. Mootools via Plugin MooTools is a compact modular Object Oriented JavaScript framework designed for the intermediate..

jQuery Mobile Navigation Tabs

http://stackoverflow.com/questions/6849019/jquery-mobile-navigation-tabs

'data href' .show Update This code can be made to be more modular by using relative selectors rather than absolute ones like '.content_div'..

A package manager for web assets

http://stackoverflow.com/questions/7346716/a-package-manager-for-web-assets

existing libraries though its Jeesh starter pack is a modular mostly compatible replacement for jQuery. Most of these can..

Javascript Namespacing

http://stackoverflow.com/questions/7684452/javascript-namespacing

Namespacing I wish to make my javascript more more modular by splitting it up into different files and giving each file..