OctNovember 2004Dec
SMTWTFS
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

Site Stats

  • Posts - 475
  • Articles - 94
  • Comments - 577
  • Trackbacks - 233

News

All the news that's fit to print.

Disclaimer

  • These postings are provided
    "AS IS" with no warranties, and confer no rights.

Desktop Cam

  •  

My Flickr Photos

  •          

Post Categories

Article Categories

Archives

Image Galleries

My Bookshelf

In My CD Player

Blogs I Like To Read

Longhorn Links

MCE 2005 Sites

Newsgator Online Services

Sharepoint Links

Useful Links

Web Design Sites

Windows Server Links

Miscellany

  •             

  •                 

  •                 

Thursday, November 11, 2004 #

Miguel Jimenez has updated is HIP-CAPTCHA Control.  I implemented the previous version last weekend and the spam disappeared instantly.  Great work, Miguel.  Thanks for giving me back an hour a day. 

Thanks to all the feedback received from the post where I released the first version of the control I have improved the control adding new features to it. The new features are:

  • Added Design view support for ASP.NET designer
  • Removed the use of Session for code validation
  • Added support for ASSP.NET validators
  • Added design properties to control different aspects of the CAPTCHA:
    • BackgroundColor
    • BackgroundPattern
    • BackgroundPatternColor
    • TextColor
    • TextPattern
    • TextPatternColor
    • TextFontSize
    • CodeLength
    • ImageWidth
    • ImageHeight
    • ImageBorderWidth
    • ImageBorderColor
    • Text Message

With this new version everyone could control how the control renders and create their own color and patterns schemes solving this way the "difficult to read" opinions expressed by some users. The Session issue was also solved so no more Session is needed now for the control to work because the code are passed through viewstate or querystring encrypted with randomly generated keys derived from ASP.NET server variables.

Hope this new release satisfies all the people that asked me for this features. For further community use I've uploaded the control to the ASP.NET website, but you can still download the control following the link: Clearscreen SharpHIP HIP-CAPTCHA Control v1.1 for ASP.NET

[miguel jimenez's coding blog]

posted @ 6:42 PM

Robert McLaws comes up with a unique approach to this blog spam issue… 

Three days ago I officially put comment spammers on notice. I said I wasn't waiting around for a solution anymore, and I meant it. I spent the past few days putting together a little something together, and I'd like some feedback.

Instead of blabbing all about it, I'll just let the site speak for itself. Please give me some input and let me know what can be improved upon so we can solve this problem.

http://www.CommentSpam.org

[LonghornBlogs.com]

posted @ 6:39 PM