I was testing something I read earlier about how random Math.random() really is, and wanted to display 10000 numbers that was supposed to be a random number between 0 and 10000000.
To ...
Based on testing a page with ~220 elements, of which ~200 are checkbox elements, and each element has to query an array with ~200 items, I was surprised to discover that ...
Javascript is running extremely slow on IE on some pages in our site.
Profiling seems to show that the following methods are taking the most time:
(Method, count, inclusive time, exclusive time)
JScript ...
I have a web app that is calling a web handler .ashx via jquery POST on the production server it works fine but on the testing and locally all POST requests ...
i am coding with php on IIS 6.0 Win2003 server. I have another web site on Linux server. Both have similar jquery ajax calls nothing difference but in iis the success ...