First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
How to detect what Library is behind the $ function?
I interpret this question as: "I want to call the dollar function. How can I know what it will do?" http://stackoverflow.com/questions/2754818/how-to-detect-what-library-is-behind-the-function -- Garrett comp.lang.javascript FAQ: http://jibbering.com/faq/ ... 4 May 2010 13:26
Object properties
Tim Streater wrote: I'm using an object as an associative array. You should not do it like that. It always has the property "main", and may have others. It has or inherits other properties which are built-in. You should/must not overwrite or shadow them. See also <http://PointedEars.de/scripts/map.j... 2 May 2010 16:27
Crazy idea?
Is there a way to trigger/minik the screen capture combo of "Ctrl + Alt + Print Scrn" keys with a javascript call something and export the result to an image file? ... 7 May 2010 15:36
How to save/export a DOM element to an image?
Hi, I have a web page which has a form element (with its ID known) and inside the form there are multiple DIVs, and the position of each div may be changed. What I'd like to do is: a) Save the current state of this form // var currentForm=document.forms['myFrm'].innerHTML; would probably suffice... b) Sav... 2 May 2010 21:56
how to create 5-dimensional array ? [Train-spotting]
Thomas 'PointedEars' Lahn wrote: Probably you mean _indexes_ instead of dimensions. This can be worked around with a delimiter, though: if (typeof moves['0-1-0-0-1'] == 'undefined') { moves['0-1-0-0-1'] = 1; } This notation is also used for locomotive wheel arrangements. htt... 2 May 2010 09:49
tail call optimization problem
Recently I made a parser combinator lib, based on Parsec: http://code.google.com/p/jsparsec/ and I started to rewrite it in trampolined style to avoid "too much recursion". But above about 3000 "recursive" calls (in Firefox) it doesn't work as expected. I might have messed something up, but I can't seem to figure ... 2 May 2010 08:44
Math.random() and Math.round(Math.random()) andMath.floor(Math.random()*2)
VK <schools_ring(a)yahoo.com> writes: Assuming one needs to have a function returning false or true on each call in pseudo-random order.and using JavaScript native Math.random() method as the basis of the pseudo-randomness. Say the variants of such function are: getAnswer1() { var n = Math.round(M... 1 May 2010 16:30
Math.random() and Math.round(Math.random()) and Math.floor(Math.random()*2)
On Sat, 1 May 2010 at 02:49:07, in comp.lang.javascript, VK wrote: On May 1, 1:30�pm, Ry Nohryb <jo...(a)jorgechamorro.com> wrote: <snip> From the Math.round and Math.floor methods descriptions: https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Objects /Math/Round Returns the value of a... 1 May 2010 14:17
Protect execution of Javascript
Hi all. I want to distribute a simple game on the web using Javascript and HTML5 and to keep record time scores on the web. But for that I want to protect client-side execution of some scripts and Ajax calls. Does anyone have some thougths/ideas on how can I accomplish/secure this? Cheers. Much appreciat... 1 May 2010 21:59
Online survey jobs & data entry jobs
http://teluguscope.com/job.html http://teluguscope.com/links/onlinedataentryjobs.html http://teluguscope.com/links/Copy%20Past%20jobs.html http://teluguscope.com/links/Work%20from%20Home.html http://teluguscope.com/links/Formfilling%20jobs.html http://teluguscope.com/links/Survey%20Jobs.html ... 1 May 2010 04:23
First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69