Upload image with preview
Sometimes we need to preview images before uploading, As there are many JavaScript libraries like ajaxuploader to make this possible.There are time when we didn’t want to upload the files via AJAX. In that case we can do it using …
Password encryption in magento
When using the magento api some times we need to find the ways on password encryption in magento. By accessing the customer data we can get the password_hash of the customer is something like this fa23eb07d1c851f81707f4f649cb2c42:Dr By analysing it we …
Direct SQL Queries in Magento
In this post we are discussing about the sql queries in magento that we can execute directly in php code Database Connections In Magento By default, Magento will automatically connect to it’s database and provide two separate resources which you …
Disable WordPress Admin Bar

Sometimes we need to remove the admin bar from the top from front end users when creating a membership website using wordpress.So here we are discussing about how we can disable wordpress admin bar or Hide WordPress admin bar So copy …