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 […]
Tutorials
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.
Magento – Create Custom Module with Custom Database Table
You can easily create Magento custom modules by going through the common modules structure of Magento. Here in this tutorial, we have explained all required module structure for creating custom Magento modules.