Archive

Archive for September, 2008

WordPress Exchange Links Plugin – AJAX Version

September 26th, 2008 Admin 251 comments

Let me introduce a new plugin called WpExLinks. This is my first plugin for WordPress that enable you to build your links network with other webmaster. This proccess now more easier in WordPress realm. We can automate the proccess and we’ll get some notification email in the end of proccess. Here are some feature from my plugin :

  1. Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
  2. Checking for valid format of email, website url, reciprocal url
  3. Checking for status reciprocal url before submitted
  4. Auto blocked same domain submitted
  5. Integrate AJAX CAPTCHA and AJAX sending form in user interface
  6. Notification email for admin when some submit link
  7. Edit Links Page! available
  8. Widget already
  9. Easy manage links (delete, approve, unapprove, check reciprocal links) from Options page

Read more…

Simple AJAX Captcha

September 25th, 2008 Admin 13 comments

Nowaday in Web 2.0 realm, AJAX become primary need for web developer to create a dynamic web applications. Not only web developer, but also spammer getting more dynamic and clever :( Usually they fill in comment box or input user to put their junk content like backlinks. To avoid this, it’s commonly to used CAPTCHA since they effective enough to blocked spammer.

But now it’s Web 2.0! AJAX in everywhere. So let’s create a simple AJAX Captcha to accomodate this. First searched for Google and found it, there’s enough resource to make a improvisation with this stuff (How to Create CAPTCHA Protection using PHP and AJAX and FunkyAJAX). I tried at home but no one of them have a complete feature but still simple :) So i combine all resource and build this one, simple but have a full feature that i wanted!

You can check DEMO to get transparent on this. I’ve included AJAX Captcha to avoid a high resource consumed (server).

Universal AJAX Link Checker

Read more…

Categories: AJAX, PHP Tags: