Sometimes we need to ban particular visitors to access our website. For this, the most common reason is spammers and scrapers that perform...
Image Gallery Using DataView, PHP and Extjs
I will not explain the CSS code in here you can see on the code I provided below, just playing with float properties, the div element ins...
Data Sanitization and Validation With WordPress
Proper security is critical to keeping your site or that of your theme or plug-in users safe. Part of that means appropriate data validat...
Salt, Hash and Store Passwords Securely using Phpass
Password hashing turns a string (of any length) to a fixed length “fingerprint” that cannot be reversed. For example, my password is “i1lov...
Get Latest Tweet with ExtJS DataView and PHP
Recently I love twitter, even though I didn’t tweet too often, cause I found many great link from the people that I follow. In this post, I...
N-Level of Dynamic Loading of DropDowns using Ajax and PHP
I mean if you have parent-child records untill n-level and you want to load them using dropdowns with ajax. It is my favorit tutorial and ...
Building RSS Reader using Sencha Touch and PHP
Sencha Touch is one of the mobile web appication framework available that we can download for free, it targeted for iPhone, Android or Tabl...
PHP Cookie Ajax Based Poll Script Tutorial
This post explains you about how to create PHP Cookie Ajax Based Poll Script. This script is a complete ajax poll script and it is based on...