jQuery Tutorials - Hide/protect mailto: links from spam bots and email harvesters #3 1

jQuery Tutorials – Hide/protect mailto: links from spam bots and email harvesters #3

This entry is part 3 of 3 in the series Spambot Protection

Here is a jQuery snippet that can protect email addresses from email harvesters. All you need to do is to inlcude .mail class to your “mailto:” html links like the example below.

 

line 2: Gather all the elements with the matched criteria line 3: Iterate on these elements line 4: on each […]

wordpress essential plugins

[Updated] WordPress Essential Plugins

This is my list with the most essential wordpress CMS plug-ins. In order to find and install these plugins, you can directly search them in WordPress plugin search engine. If I missed something please drop me a line to update the post. Security: UPDATE (26/12/2014) iThemes security (malware scanning via virus total, wp-admin url hiding […]

JQuery Tutorials -JQuery Wildcard Selectors 3

JQuery Tutorials -JQuery Wildcard Selectors

So for wildcards this can be done.

Update: I’ve discovered that is not usable in some cases. In case you are really in trouble, you can use

This will work in any of these “Ellement1″,”Ellement2″,”EllementSomething” cases.[/crayon]

Google Gmail – How to change gmail default font settings

JQuery Tutorials – Use JQuery to protect/rewrite emails from spam bots

This entry is part 1 of 3 in the series Spambot Protection

This jquery snippet protects your published email addresses from being obtained from spam bots. Keep in mind that your (html)code must be in form Peter_[at]_example.com and the emails must be inside an ellement with mail class in order to let javascript replace the correct characters. Of course you can modify it as you wish ;) […]

JQuery tooltips - 6 plugins to easilly create tooltips 4

JQuery tooltips – 6 plugins to easilly create tooltips

Reveal Password From Input Boxes With Chrome Tools 7

Reveal Password From Input Boxes With Chrome Tools

In this tutorial I will show you how to reveal password characters (asterisks) from a html input form, with Google Chrome Developer Tools. This is a very simple hack with Google Chrome don’t freak out. It’s so easy. Update: I noticed some forum threads from backlinking. Guys, this is absolutely normal. It cannot be remotely […]