javascript Programming Glossary: giant
Managing text-maps in a 2D array on to be painted on HTML5 Canvas http://stackoverflow.com/questions/11406161/managing-text-maps-in-a-2d-array-on-to-be-painted-on-html5-canvas way to handle maps I was thinking along the lines of a giant map. The map size is big and it's all one 2D array. The viewport.. than it needs to be As to your map performance question giant arrays ought to be just fine to start. This is a fine way of..
INVALID_STATE_ERR: DOM Exception 11 http://stackoverflow.com/questions/2357430/invalid-state-err-dom-exception-11 SendRequest method by creating a mixin instead of using a giant switch . XRequest.prototype.SendRequest function params var..
Highlight polygon and tint rest of map using Google Maps http://stackoverflow.com/questions/2956355/highlight-polygon-and-tint-rest-of-map-using-google-maps to invert a polygon. Basically create coordinates for a giant polygon that is bigger than you would ever need. That will always..
IE's document.selection.createRange doesn't include leading or trailing blank lines http://stackoverflow.com/questions/3622818/ies-document-selection-createrange-doesnt-include-leading-or-trailing-blank-li performance and second the dirtiness of having to pick a giant number for the number of characters to move the range boundary...
How to prevent jquery from removing the <script> tags http://stackoverflow.com/questions/6532644/how-to-prevent-jquery-from-removing-the-script-tags data and inject it where necessary. If you're getting a giant set of markup including scripts you're essentially using ajax..
Debugging JS events with firebug http://stackoverflow.com/questions/718795/debugging-js-events-with-firebug but I don't know where is it defined because I've got giant bunch of minimized JS code so I cant find it manually. Is it..
Distributing GPL Licensed Code, Code Compression, and Code Readability http://stackoverflow.com/questions/7564654/distributing-gpl-licensed-code-code-compression-and-code-readability code has to be compressed and concatenated to an existing giant load of javascript code. Also related I want to know if GPL..
Getting closure-compiler and Node.js to play nice http://stackoverflow.com/questions/8287597/getting-closure-compiler-and-node-js-to-play-nice consistently and would eliminate the need for that giant output wrapper in the plovr config. But that was a digression...once..
What is the best way to profile javascript execution? http://stackoverflow.com/questions/855126/what-is-the-best-way-to-profile-javascript-execution will tell you how long each method invocation takes in a giant detailed table. console.profile title also see console.trace..
|