I am using an application that uses javascript based client side and server side code. I can debug the client side code successfully using a \"debugger\" statement. Code is viewed in Visual Studio 20
If I hav开发者_运维知识库e a simple html page with a small form whose data I\'d like to store in a DB on the server, what do I need on my server to be able to accept the form input?
I have the following javascript function to validate the usercode value entered in the textbox,i am not allowing them to allow duplicate characters like AABC , BBCF.... etc, but the problem is after e
After building 5 Rails websites and having to Deal with Rails 2.3, 3.0 and 3.1 version differences, installation hassles and unexpected memory spikes with Ruby and other gotchas, I\'ve decided to make
I have a JSON Object { \"widgetSettings\":[{\"maxDisplay\": 6, \"maxPerRow\": 2}], \"widgets\": [ {\"wigetID\": 1, \"show\": false, \"weight\": 0, \"widgetTitle\": \"Widget 1\", \"widgetColor\": \"d
How to delete cookies from the browser? Only problem, I need it to be done from server-side. With that I mea开发者_JAVA百科nt: When user opens page, server automatically deletes cookies that are relat
I need to create a web-service which invokes applescript which in turn starts photoshop, does some processing on an image, saves the images to disk and returns the image.
The intranet website is supposed to create a word document client-side from templates server-side and let the client edit it.
Hi, Say that I create a web开发者_运维技巧page where the users can set diffrent filters on the front page. Some of the filters is dropdowns or selectlists (these controls contains option emelents tha
We are building a web page with hashtag navigation. There is lots of data, which comes in as JSON and we use client-side templates (jQuery) to render it. So what are the options for reusable templates