SafemailOne way spammers get your email address is with programs written to extract addresses from web pages. These robots, as they are called, look for mailto: links in the body of web pages. SafeMail lets you put your address on the page using javascript's...
Source Code Encryption WizardScramble the source of any chunk of code, or the entire webpage, using this creative script. The encrypted code will still be interpreted properly by the browser, just difficult for us humans to read.
SpamCheck: Stop Online Form SpamAre you tired of your online web forms getting spam? Well, stop them in their tracks! This ingenious coding will stop your HTML or PHP web forms from being spammed by automated attack scripts.
Strip HTML tags (form) scriptThis script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or even pose a security risk.