Sunday, May 28, 2006

Over the past year+, I've noted an incredible increase in form spam through the various web sites that I've authored and continue to manage.  As a result, I've had to go back and add CAPTCHA controls to the forms in some cases.

I'm working on a new .NET project called ArtOverture and needed to dig into a .NET based CAPTCHA control.  Looking around at the source code for dasBlog, I learned about Jeff Atkins CaptchaControl.  It's written in VB.NET for Visual Studio 2003 and ASP.NET 1.1.  However, I found that you can include the compiled DLL just fine as a toolbox control in Visual Studio 2005.  The control works perfectly without any need for recompiling.

Here's the link to Jeff's Code Project writeup on CaptchaControl.  Full source code is available.

 http://www.codeproject.com/aspnet/CaptchaControl.asp

posted on 5/28/2006 12:25:58 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback
 Friday, May 26, 2006

I've been toying around with the idea of setting up my own blog for sometime.

After doing a brief Google search on ASP.NET based blog tools, I found David Hayden's note where he recommended DasBlog.  Took me all of 15 minutes to get up and running on my box.  So far so good.

posted on 5/26/2006 10:33:07 PM (Eastern Standard Time, UTC-05:00)  #    Comments [10] Trackback