How to properly work with AJAX on WordPress (WP_AJAX)

Actually using Ajax directly into your plugin or theme is a little immature way. Cause you'll have to keep track of your files to make it work, which sometime become difficult. That's where WP_Ajax make things comfortable.

Add custom Column to Users list table on WordPress

Sometimes it's needed to add extra column on user table to show extra property file a custom meta field or something like this. Let's say you want to list a column called "Customer Since" on user table which will display the registration date of your user.

Sart from data lose, Start from soul!

So it took time to find some unstable VPS provider! I believe stable servers and providers are too mainstream! :P However I'm back with my irregular blogging staff.

ইমেইল কিভাবে কাজ করে? - Basic Explained

একটা ইমেইল ক্লায়েন্ট থেকে মেসেজ টাইপ করে , দরকার হলে কোন ফাইল এটাচ করে পাঠিয়ে দিচ্ছেন প্রাপকের কাছে। কিন্তু কখনো কি ভেবে দেখেছেন এর পিছনে আসলে কি ঘটতেছে? কিভাবে আপনার আউটবক্স থেকে প্রাপকের ইনবক্স পর্যন্ত ইমেইল পৌছে যাচ্ছে? কোন সমস্যা নেই, আজকে আমি ইমেইলের বেজ সিস্টেম নিয়ে আলোচনা করব। আর যারা জানেন তাদের জন্য এটা ছোট্ট একটা রিমাইন্ডার রূপে কাজ করতে পারে।

How to personalize the fancy warning message of sudo

On that post I wrote about how to enable the warning message forever when using sudo. Now I'm going to write about how the change the warning message and personalize it on your own.

LEMP with and without PHP Accelerator (APC) - Benchmark

So thought to do something to speed it up. Along with the decision I went for hunting with the official PHP accelerator APC and varnish.