I am trying to discern what is the most common practice for templating the layout of a site. I have a folder within my root which contains a number of includes which makeup the theme for a page. I...
I am deploying two servers. One in Data Center A and the other in Data Center B. I have a third server located outside of the data center we will call the Development Server. How is a CVS...
I have a feeling I am implementing this wrong and because of that I am consuming larger amounts of memory each call to this method... I call this every 5 seconds and overtime the memory utilization...
I have an application in which I determine where I should be inserting elements within the page based on an alphabetical sort. Essentially the "id" assigned to a div element which makes up a...
I'm looking for a well supported open javascript graphing package. I'm done with flash solutions since they do not integrate well at all. I looked at flotr (the prototype rip off of this package)...
I amusing the "onResize" event to scale div elements within my page. In Internet Explorer it can take 20 seconds or more for the resizing to complete which is rendering my page useless. There's a...
I'm using prototype.js for my work on a new project. I'm very deep into this. It seems that anytime an XHR request is fired my browser freezes. In fact, while I am typing here and have my...
based on your comments here is the ofending code. If I remove it absolutely 0 DOM elements in use consistently, otherwise I get thousands upon thousands:
OK, I'm unhooking all events before I remove the element but I am not setting the element reference to null. Let me work with that and thank you for the input.
I'm noticing that it's taking time to perform some add/updates/deletes. During the rendering it's freezing things up. Horrible in IE6, Bad in IE7, Still bad in IE8. Best in Firefox and Safari.
...
Yeah, looks like that was it. I had a combination of things going on. I both simplified the process and added a while loop instead. Seems to be stable now. Thanks for the quick repsonse. Your...
So I am looping through an array of elements to delete from another array of elements. It works fine for the first say 1-15 itterations. Then all of a sudden it jumps out of the method without...
Here is my issue, for some reason I am unable to remove the last item from the devices_current array. I've been banging my head against this and discovered something which I think is odd. Here is...
Thanks, what I did was keep multiple arrays and then processed a function against those arrays to determine where new items should be inserted. It works for the most part although I'm having an...
I've been appointed the task fo creating a browser based client application which will report the status of network devices. This will be used by up to 500 users at a time. The poll interval may be...