good morning, I have created a new content type - petition, a last step has to be verification of their mail address by sending them a link to prove or to delete them from the petition.
I need to get some sort of unique link which then I send as tokenized action mail to the mail account provided in the form. the tokenized link should th...
I'm building an open source application that will have a corresponding but optional web service, where users will be able to share certain statistics publicly if they wish. I want people to feel free to modify and improve the client, submitting changes back upstream, but I'd also like the web service to be able to detect whether data is ...
Dear SO-ers!
The question I'm about to ask is just because I'm curious. I think I'm doing the right thing, but I want to make sure it actually is the right thing. It's about hashing.
The website I am currently building features several Ajax-ed components. First of all, users that are not logged in cannot use these components. Second, u...
Hi All,
I am trying to write my own jar verifier application for BlackBerry. However, as BlackBerry does not have the support of the java.util.jar package, we are left to write the verification logic ourselves.
Can any body let me know the internal structure of the .DSA/.RSA file that can be found within a signed jar file? We are stuc...
This is my first app being submitted to the app store, and I did everything according to the apple guide, but when I finally tried to build with the distribution configuration, I get one error and one warning. This is my build log of the error and warning, and I was wondering if anyone could tell me what is going on here.
warning: Appli...
Hi all,
I have problem in downloading xcode 3.2.1 and ios sdk 4.0.2. The downloading completes successfully but after that verifacation starts automatically and verification failed. When I try show in finder it does not appear there.Please suggest me what should be the problem.
Thanx.
...
I need to allow web users to:
upload multiple files via a browser
upload large files (> 2GB)
verify the upload was not corrupted
I've seen recommendations for Uploadify and Jumploader, however, it isn't clear to me if these applications verify the uploaded file (such as, comparing MD5 of client-side file vs. uploaded). The applicati...
I have a need to verify a specific hyperlink exists on a given web page. I know how to download the source HTML. What I need help with is figuring out if a "target" url exists as a hyperlink in the "source" web page.
Here is a little console program to demonstrate the problem:
public static void Main()
{
var sourceUrl = "http://dev...
I already have an advance user login/register system on my website (colemansystems.psm2.co.uk). However, I would like to have a email sent to new users for verification of their email address. If they have not clicked the link they will not be able to access their account. I am semi-experienced with PHP & MySQL, so please explain in dept...
I have a Windows service that has a number of threads that all need to be stopped before the service stops. I'm using this model for stopping my threads and signalling that they have been stopped:
ThreadPool.QueueUserWorkItem(new WaitCallback(delegate
{
Thread1Running = true;
try
{
while (running)
{
...
I'm looking at the requirements for automated software verification, i.e. a program that takes in code (ordinary procedural code written in languages like C and Java), generates a bunch of theorems saying that each loop must eventually halt, no assertion will be violated, there will never be a dereference of a null pointer etc., then pas...