Upload image with preview

Posted by on Nov 4, 2013 in HTML, Javascript, Jquery, Php | No comments yet

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

Posted by on Oct 28, 2013 in Magento | No comments yet

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

Posted by on Oct 22, 2013 in Magento, Php | 1 Comment

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

Posted by on Sep 27, 2013 in Wordpress | 1 Comment
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 …

Load More