javascript Programming Glossary: excessive
Splitter.js won't work with new versions of jQuery http://stackoverflow.com/questions/10097458/splitter-js-wont-work-with-new-versions-of-jquery giveaway Sure enough after debugging it in Chrome there is excessive recursion in this particular event handler function. The developer..
Why would one use the Publish/Subscribe pattern (in JS/jQuery)? http://stackoverflow.com/questions/13512949/why-would-one-use-the-publish-subscribe-pattern-in-js-jquery Addy Osmani . Drawbacks. You have to be careful about the excessive use of publish subscribe. If you ™ve got hundreds of events it..
Javascript callback when IFRAME is finished loading? http://stackoverflow.com/questions/164085/javascript-callback-when-iframe-is-finished-loading to remove the iframe the callback works fine possibly excessive use of jQuery but I've got a live working example in production..
get word click in paragraphs http://stackoverflow.com/questions/4643432/get-word-click-in-paragraphs performance of a page with 30 000 words. I'd argue that is excessive and probably would benefit from being paginated but I don't..
Multiple JavaScript files, combine into one http://stackoverflow.com/questions/4877321/multiple-javascript-files-combine-into-one by two pages This way I get the best of both worlds not an excessive number of http requests at startup but also it's not a single..
What does it mean global namespace would be polluted? http://stackoverflow.com/questions/8862665/what-does-it-mean-global-namespace-would-be-polluted over run and returns result Distance function even with an excessive amount of variables declared these are all still local var c1..
Why avoid increment (“++”) and decrement (“--”) operators in JavaScript? http://stackoverflow.com/questions/971312/why-avoid-increment-and-decrement-operators-in-javascript have been known to contribute to bad code by encouraging excessive trickiness. They are second only to faulty architecture in enabling..
|