can anyone tell me step-by-step procedure to deploy lightswitch app into existing web application?开发者_如何学Python
I am trying to use ESAPI.jar for providing security to my web application.Basically I have just started using ESAPI.jar.
I have a web app which has standard things for learning based app like student reg, teacher reg, assignments, lessons, content, reports, etc
I am trying to prevent a link in my jQTouch application from loading the page in the href. A very simplified version of my code is as follows
I want to create a web app on GAE in Go and I need it to listen to a custom port. How do I set it up? I tried to use http.ListenAndServe(\":12345\", nil) in the sandbox, but got this in my console:
I have a callback.php file that gets called by facebook and the update is stored in $updates. I want to display the contents of $updates 开发者_如何学编程on the webpage every time $updates changes. Ho
I was wondering how to play sound on every mobile device. iPhone/i开发者_如何学PythonPad Android Windows Phone 7
I have a website that provides a booking system. A lot of my costumers already have an offline booking system that also gives them other funcionalities(POS, Accounting, etc.). So they usually ask me t
I have a Web application where I can post an Insight that is a paragraph about anything and attach a file to it. I am not placing any restrictions on the file limit so I would want to really focus on
I am making a web scraper. In that I need to login into my email account programatically. Can anybody say how to achieve that. I think \"QNetworkAccesManager\" and it\'s \"get()\" can make this. But,