August 23, 2015

What if you are late to respond to a client?

Simply be truthful to your client, don’t cheat him. e.g. If you are late to respond, then tell him as follows: In fact an in depth review takes time so that’s why i couldn’t respond you earlier. I hope you understand. But don’t worry, i am active and will deliver the order within promised number […]

What is a best SEO practice?

As best SEO practice i would suggest you to keep your website light weight and clean. Avoid useless plugins installations and heavy images which are not properly optimized. Then try to focus on the content of your article/post and must use the title inside your content in a different way and keywords as well. Repeating […]

August 15, 2015

WordPress Plugin – WP Easy Sharing

WP Easy Sharing

July 16, 2015

WordPress Plugin – WP SpeedUp

WP SpeedUp

July 1, 2015

A WP Ghost adds code to .htaccess file!

I was working with .htaccess and whenever i change some apache headers in .htaccess so in a few moments some script was adding the following snippet again on EOF. It was a surprise for me that what type of ghost is there inside WordPress which has to check the “# END WordPress” and appends after […]

June 30, 2015

JavaScript error td_mobile_menu is not defined

JavaScript error td_mobile_menu is not defined Solution: if (typeof td_mobile_menu == ‘function’) { td_mobile_menu(); }

June 28, 2015

How to remove a directory which is not empty?

How to remove a directory which is not empty? function force_rmdir($dir) { if (is_dir($dir)) { $paths = scandir($dir); foreach ($paths as $path) { if ($path != “.” && $path != “..”) { if (filetype($dir.”/”.$path) == “dir”) force_rmdir($dir.”/”.$path); else unlink($dir.”/”.$path); } } reset($paths); rmdir($dir); } }

June 27, 2015

WordPress Plugin – WP Header Images

WP Header Images