web-applications

How do I save specific responses from webservers in my local computer

Hi, I have been asked to write to save the data in some secure place after certain task is completed by a client. Here my client has alot of staffs who makes data entry in online forms provided by some different vendors. After some steps the entered data generates some results. i.e after submitting the web form. Now he wants the genera...

ASP.NET/jQuery Post-Back, but not when using browser's "Back" button

Hi all I'm working on an ASP.NET Web Project with some AJAX magic. As my GridView's data needs up to 15 seconds to be gathered, I send the page to the client and fire an asynchronous update of an UpdatePanel via jQuery/JScript (see below). This works well, so far. Now I'd like to skip this step when the user navigates to the next page ...

Get Javascript test output into hudson

Hi, I'm writing an automation program for a Web Application. I am accessing the Web Application through a javascript API and have wrapper functions with custom assertions that currently just write output to a table in an HTML page. Now I need to get the data output into my hudson (https://hudson.dev.java.net/) automation, where I have a...

Which Publish method is most efficient at maintaining a large website?

I'm using VS2010 and TFS to build a complex medium sized website. Which protocol is most efficient and secure? I think I can enable any protocol I need since I own the IIS server and control all aspects of it. My choices are: Webdeploy FTP FileSystem FPSE There is also a hint at something called "one click"... not sure what that ...

Double Click Selects Text in dynamically added H1, how do I stop this?

I want to make an element dbl clickable, and when they do it, it selects text which is a little ugly. Is there a way to deselect text with JavaScript (or jQuery) or just make it not select text in the first place? Its on an <h1> element by the way. Also, some have suggested: $.fn.extend({ disableSelection: function() { ...

Prevent the user from making a GET request to a page

I am sorry if my question does not make any sense. So here is what I have: 2 pages, A.jsf and B.jsf. When I press a button in A.jsf, the code set the value of an object and redirect to B.jsf. Contain of B.jsf will depend on which object I set in A.jsf (which depend on which button I click). Therefore, I dont want to allow the user to typ...

How do I use webview to embed the web app in a native Android App?

I have a fully-working web app that is accessible using Android's browser. The annoying part is the url bar uses a lot of the screen. Is there a way to make this web app a native Android app? I've read that webview can be used to embed a web site within the Android App. Unfortunately, I only know web programming languages and have no Ja...

What are examples of high volume apps running on Google app engine?

What are examples of high volume apps running atop of Google app engine? ...

Using a signature for web posts

I would like to implement a signature for my web posts like this for example. Now I have the client code working nicely in objective-c, but I have to admit I am not sure how to pull out the parameters on the web side. I imagine I would start with unencrypting the string, but to get the params out I only have some basic ideas. Does any...

Serving json documents directly from couchdb

Hi, I'm wondering if serving documents from couchDB directly is an actual typical real world scenario, or if most people use it inside server code (as with traditional databases) and then serve from there ? I find couchDB pretty interesting but wonder how to integrate the database access with normal web scenarios.. there isn't so much...

Start Amazon Elastic MapReduce Job remotely?

I'm working on a small project to get myself acquainted with the Amazon web services. I'm trying to make a simple web application; when a button is pressed a mapreduce job is launched and the output is returned on the browser. What would be the best way to do this? Also, is there a way to launch an amazon elastic mapreduce job via the co...

How to convert WAR application into console application (Making Unicorn has console application)

Hi all, Unicorn just provide a URI and push the button. It will call a series of validation services and report the results.I have already downloaded and installed Unicorn. To Download the source code it is only available for download from the Mercurial repository. To download it, use the command "hg clone https://dvcs.w3.org/hg/unic...

Data updating conflict

I am currently working on a web application where I have encountered a little problem. In this system, multiple users can log onto the same page and update the data (a series of checkboxes, dropdowns, and text fields). The issue is that data might get overwritten if one user was already on a page where old data was loaded, and has since...

Directory.Move() works in debug mode, but not when deployed

I have a webapp which has read/write/execute access to an aliased directory. When I am in debug mode in Visual Studio, the following statement works: Directory.Move("\\\\localhost\\Alias\\oldDirectory","\\\\localhost\\Alias\\newDirectory"); The net result is that, oldDirectory is now newDirectory in the aliased directory. But, when ...

Suggestions for polished Line of Business web apps at CodePlex?

I am a asp.net web developer but not a very good designer. Looking for some inspiration for creating polished professional looking Line of Business apps which contain a good number of grids and reports which are contained in panels. CodePlex has a ton of web apps and I have little time to check all of them. Any recommendations for apps...

In need of a Tool/template that posts downloads similar to Wordpress?

I'm not even sure what they call this or these kinds of tools. But I'm in need of a tool that works similar to Wordpress that works like a blog. However, instead of blogging I want to post downloadable content to my website with images and maybe a description of what the download is. Like a blog, newer posts/content show up at the top o...

pyAMF for GAE (Google App Engine), little help needed:

# I need this behaviour: # 1) check if the service from flash is included in the services array # 2) if not, return false or an error | if yes, step 3 # 3) combine the rootPath('app.controllers') with the service name('sub1.sub2.sub3.function_name') # 4) and then get the function('function_name') from the 'app.controllers.sub1.sub2.sub3....

Does a page that uses OpenID for login need to be served over https?

A site that uses username/password for users to log in obviously needs that login process to run over https. Does the same apply when only using OpenID, or is the provider using https enough to ensure security? ...

Concurrent moderating on a CMS

Hi, I'm building a custom CMS which allow user to post message to it. Messages are short and like tweets. The problem is that these message are moderated by real moderators. And there are multiple moderators working on the messages stream at the same time. And my concern is that what if these moderator are processing a same message. T...

What framework + application server + development environment to use for Java services?

I'm trying to write a Java service which runs 24/7, scrapes content from the web, and stores it into a database. What is the best framework to use for this given that I'd like to... 1.) Have an application server that I can deploy my code to (and have it run automatically). This application server should sit on a separate box from the m...