Sometimes it’s very troublesome to implement Ajax with Magento. Here in this post , I have explained few simple step to to implement Ajax with Magento.
How to Override Magento Admin Controller
If you’re looking for solution to customizing Magento admin core functionality or want to change core functionality of any controller. Don’t worry, it’s really very easy. You just need to override controller action with your controller action. In this tutorial, I have explained how to override Magento admin controllers.
Show Popup Message Few Seconds Using jQuery
We often need to display popup with message that’s need to disappear after certain amount of seconds. Once I was creating this and it took me some time to find a good tutorial to create it. So to make things easy for you, here in this tutrial, I have created a simple tutorial to create […]
Image Upload without Page Refresh with PHP and jQuery with Demo
Are you looking for image upload functionality with preview and also without refreshing page using jQuery and PHP? Yes, you’re here at the right place. Here is a very simple code used to upload image file without page refresh using PHP and jQuery.
Login with Facebook and Twitter using PHP
Facebook and Twitter is the most popular social network and both offering oAuth support. So here in this tutorial, I have explained, how to implement Login with Facebook and Twitter functionality to your website using PHP.