I try to send a mail via php to an yahoo recipient. Every time I connect to yahoo I get a 250 status code for the recipient address, even if it doesn\'t exist. I found a script which get the correct s
The error that alot of people get with Facebook authentication is: CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERT
I want to prevent banned users from logging in to the site and give them a message that they are banned. I tried to use isAuthorized() for this but it allows the user to login and only after that deni
Newbie question. I\'m trying to make a mobile site using html5\'s geolocation (I know technically it\'s a separate spec, but still) to identify user\'s current position and post that to a web service
We\'ve got about 10 subversion repositories.To guard against repository corruption we run a batch file that runs the SVNAdmin Verify command against all of our repositories as a scheduled task each mo
I am looking for a way to verify if my app was downloaded by a user. I want to allow users to notify me of their purchase if they intend to donate to a cause and we would donate a percentage after ver
I\'m new to unit testing, and I\'m learning how to use NUnit and Moq. NUnit provides Assert syntax for testing conditions in my unit tests, while Moq provides some Verify functions. To some extent the
This question already has answers here: How to check if an email address is real or valid using PHP (3 answers)
I wrote an app and I want to sell it online, so I uploaded it to my website and tried to download and run it as a test, but a window appeared, it said : \"The publisher could not be verified. Are you
Using Moq for generation of Stubs and Mocks in my unit tests, I have a case where I want to Verify that a method that takes a Delegate parameter is called. I don\'t care about the particular Delegate