Hi folks,
This is something to celebrate, 2 years blogging! Well, I have some comments about that.
Things got really busy for me as a result of my dedication to this blog. I am getting more work, which is a positive thing, but on the other hand I am having less time to create articles and posts.
![2nd-year 2nd-year](http://www.sharepoint4developers.net/en-nz/image.axd?picture=/2011/8/2nd-year_thumb.png)
Since the beginning of this year I have been working on challenging and time-consuming projects. Pretty much during this time I am writing posts based on the experiences (pitfalls, gotchas and workarounds) I am facing along the development.
In my opinion Lessons Learned need to be shared, and that is what I am doing at the moment, which is also a valuable contribution to the SharePoint community. My intention is to keep up doing that plus the creation of articles to demonstrate some Real World scenarios in SharePoint.
At last, but not least I would like to thank the .NET/SharePoint communities that I have an active participation: Codificando.NET and Canal Techshare (former Canal SharePoint). Both communities from Brazil.
Well, let’s keep up the good work! ![Smile](http://www.sharepoint4developers.net/en-nz/image.axd?picture=/2011/8/wlEmoticon-smile.png)
Cheers,
Marcel Medina
Click here to read the same content in Portuguese.
Hi everyone,
This time I want to talk about the Recaptcha anti-spam. Yes, the one created by Google.
![Recaptcha Recaptcha](http://www.sharepoint4developers.net/en-nz/image.axd?picture=/2011/8/Recaptcha_1.png)
It is great when it works, but it may become a nightmare if you have restrictions in your environment (especially if you are working on SharePoint) ![Smile](http://www.sharepoint4developers.net/en-nz/image.axd?picture=/2011/8/wlEmoticon-smile.png)
Problem
If you get the message “The reCAPTCHA server is unavailable”, it means that the attempt to connect to Google to validate the Response (the text you have inputted) failed. If you are referencing the binary Recaptcha.dll in your solution I assure you it is going to be very difficult to identify the source of the error.
Solution
Lots of factors may lead to errors. The most common thing is that you may have a proxy in your environment, so you need to set the proxy as a reference in the Recaptcha control.
To troubleshoot that, start by checking the EventViewer, as there will be a message under the “Application” source.
Other unknown factors may possibly affect that, so I recommend you to get the source code from Google:
http://code.google.com/p/recaptcha/source/checkout
Install TortoiseSVN and get the source code, then add it to your solution. By doing this you can debug and check what is going on, otherwise it is going to be very difficult to understand this generic message from the EventViewer.
I hope it helps.
Cheers,
Marcel Medina
Click here to read the same content in Portuguese.
Hi folks,
A new video center for SharePoint 2010 Developers was released!
It contains short videos about creating custom solutions with SharePoint Online, SharePoint Server, and SharePoint Foundation. Check it out:
http://msdn.microsoft.com/en-us/sharepoint/hh298298.aspx
Cheers,
Marcel Medina
Click here to read the same content in Portuguese.