There are many way to develop Responsive website and you can implement Responsive website by use only Media-Queries. At first...
Step 1: Create a html page with your question <div id="poll"> <h3>Do you like this post?</h3> <form> Yes: <input type="radio"...
Widget is most popular technic in wordpress. But if we need extra widgets in wordpress then custom code is needed....
Download latest PHP mailer Now, just do as below. require("php_mailer/class.phpmailer.php"); define('GUSER', 'testprofile'); // GMail username define('GPWD', 'xxxxxxxxx'); // GMail password...
You may modify the ShareThis button icon to use different colors or sizes but the overall look and shape should...
How to use colorbox (Guideline): Colorbox is a jquery plugin which means that it extends the jquery javascript library to...
We already learned CodeIgniter basic theming, professional theming, data insert, reporting. Today we will learn Login with CodeIgniter. Create a...
Some times you need to resize website text size and you can do it easily using Jquery. Some sample code...