I am using jquery in my web page. I see a lot of memory leak happening and after a while the whole browser grinds to a halt. I used the sieve tool and noticed that there is a contsant increase in the
I have to query ~10000 gameservers through an UDP protocol to check if they are online on a server every 15 minutes. My code is working, but servers that are offline block threads 开发者_开发问答slowi
Please tell me how to write javascript below in coffeescript. setTimeout(function(){ something(param); }, 10开发者_如何学C00);
So I thought that the following code would be really simple but has become a big headache. It should be a loop that will change the opacity of and object so that it fades away.
I\'m in the homestretch of finishing a site which is basically a souped up business advert but I\'m having an issue with a set of li links that I am trying to slide left on mouseenter.
i have a simple horizontal menu with four choices. When i mouseover a div (e.g. div A), its child appears and
Simple question really, I\'m running a bunch of timeouts but wanna make sure they don\'t slow the page down and that for some reason they aren\'t kept in memory after they\'ve executed.
Hi We are developing application in node.js , socket.io ,and redis. we have this procedure : exports.processRequest = function (request,result) {
I am a bit of a noob at Javascript and am writing an \"autoresult\" script that automatically gets the results of anas the user is typing. However, because the PHP backend is slow, I want the script t
I have a problem. I am querying a database and going through each result from the DB. The DB has 2 columns Name and Time. Now what i want the javascript to do is display that Name for the amount of ti