We have a problem where the solution seems to be to recycle the app pool for a particular site (a CMS issue we have little control of, I won\'t 开发者_开发技巧go into it here).
A thought struck me as I was writing a piece of JavaScript code that processed some floating point values. What is the decimal point symbol in JavaScript? Is it always .? Or is it culture-specific? An
I have a php array that gets returned from a database, the array contains paths to images that I want o make up the background of my wrapper div in my HTML, I want to be able to add some javascript th
I have two viewers, one has a Text for user\'s input and the other viewer is the Eclipse\'s built_in Console View. And I will run an java program according user\'s input, and want to display t开发者_运
Say I have p nodes on a n by m pixel 2D surface, I want the nodes to be attracted to each other such that the further they are apart the strong the attraction. But if the distance between two nodes, s
I have this image. It\'s a map of the UK (not including Southern Ireland): I have successfully managed to get a latitude and longitude and plot it onto this map by taking the leftmost longitude an
I have three tables Tasks with columns Taskid, Taskname TaskAllocations with columns Taskid, EmpNum TaskEntries with columns TaskId, EmpNum, WorkedDate, Hoursspent
Currently I can add a Zend Form element dynamically to a form after it is first loaded. 开发者_JAVA技巧 I do this through a mouse click and some ajax.However, I want to add the exact same element with
I\'m writing a simple site to display statistics for some data, and I\'ve got an app called \"stats\", that I\'d like to write default templates for (places in stats/templates/stats), but I\'d like th
I have to architect a commercial vehicle fleet tracking system. Each vehicle (a few 100, max a few 1,000) will have a GPS and satellite transmitter and will periodically report its position. Positio