About Masker
Produces PNG files (image files similar to GIF, butsmaller) that contain your email address. When you post themon your website, it is harder for spammer to harvest them.
You can include the generated image files in the HTML onyour website with: code like this:
[a href="../image/mailto/roedy.png"]email me[/a]
- Pretend [] are angle brackets)
Or
[mg src="image/mailto/roedy.png" height="24" width="186" alt="my email address"]
You can also mention your email address in public postingslike this:
For my email address see mindprod.com/image/mailto/roedy.png
It can be read by human, but it would be more difficult forautomation to harvest the name for spam lists.
You can run it without installing.
You can also run it standalone as an application with
Java -jar masker.jar
It also tells you what it should be sending.
You can also use it as a command line utility:
Java -jar mask.jar john@yahoo.com E:tempjohn.png
You can also use it in your own programs withMask.createMask( File pngfile, String email );
To install, Extract the zip download with WinZip, (or similar unzip utility) intoany directory you please, often C: -- ticking off the (userfolder names) option. To run as an application, type:
Java -jar C:commindprodmaskermasker.jar
Adjusting as necessary to account for where the jar file is.
The Applet must be signed to allow it to save the png image on your local hard disk.
Changes in this version:
user selectable Look & FeelSystem requirements:
Requires Java 1.5+( By Canadian Mind Products - Masker Publisher )