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.
Author: PHPZAG Team
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.
JAXL – Open Source Jabber XMPP Library
JAXL stands for “Jabber XMPP Library“. Jaxl 2.x is an object oriented XMPP framework in PHP for developing real time applications for browsers, desktops, Facebook chat, gtalk and hand held devices. The Jaxl 2.x is a robust, flexible and an easy to use version of Jaxl 1.x series which is hosted at google code.