Showing posts with label tool. Show all posts
Showing posts with label tool. Show all posts

Thursday, September 5, 2013

A must have SharePoint Management Tool

I know I’m late to the game on this, but I thought I would share for others that are unaware.

If you manage or develop against SharePoint you should look into

SharePoint Manager 2010

image

It’s a great tool for finding feature ID’s, managing lists, pretty much anything you need to know about your SharePoint server and everything in it.

Tuesday, March 3, 2009

CAPTCHA Tool for Protecting Email Addresses

This post is a continuation of my previous post. "Some tips and tricks to prevent Email Harvesting / Scraping"

One of the techniques I mentioned was an "Anti-bot" process and I made reference to the Google Groups CAPTCHA design.

Today I found out that reCAPTCHA.net offers the same service for free. It's called Mailhide

Just browse out to http://mailhide.recaptcha.net/, supply an email address, and they will provide you with HTML you can use to mask your email.

Here's the process with pretty pictures

Providing an email address.

2009-03-04_0014

The generated HTML

2009-03-04_0016

Once the HTML is embedded, clicking the "..." gives you

2009-03-04_0018

When you provide the correct input you get

2009-03-04_0018_001

Pretty cool huh?

Give it a try yourself: User...@Domain.com

They also have an API available if you want to do the same process in bulk.

Happy coding.