WordPress User Import, generally while we have too many users in our website then often we have such type of questions in mind: – How to mass-import users from .csv? – How to bulk-import users from .csv? – How to Read More …
BuddyPress – Social Login
Where is my httpd.conf file located in apache
It is very often developer ask each others where to find my server configuration file. Where is my httpd.conf file located in apache ? httpd.conf is the server configuration file of Apache. – Login to SSH – Execute the below Read More …
Sort WordPress Users By Last Name
It is very obvious requirement from any client that to list all your website users in alphabetical sort order. My requirement was sort all WordPress users by their last name first and then first name. Tried a lot to get Read More …
Prevent ajaxStart on selected ajax calls
Let us assume we are working on an existing website there several ajax calls are present. Let us assume developer of that website also used ajaxStart and and ajaxComplete events to show please wait popup while ajax calls continues. Now Read More …
WordPress Bulk Password Reset Support
Ajaxify WordPress Site Pro Review
How to make placeholder work in IE browser
As we all know that HTML 5 placeholder attribute is not working in IE less than 10 version. If you have input elements in your DOM with placeholder attribute and access the page in IE browser less than 10 version Read More …
Full Forms of some famous name
Yahoo – Yet Another Hierarchy of Officious Oracle Computer – Commonly Operating Machine Particularly Used for Technology Entertainment and Research ISRO – Indian Space Research Organisation NASA – National Aeronautics Space Administration Virus – Vital Information Resources Under Seize PSD Read More …
How to stop a AJAX call before calling the same again
Some time we want to show auto search results just underneath the auto search box. After each character write into the text box we want to get the result from the database related to the characters present in search text Read More …