How To Add Dynamic Widget Areas in the WordPress Footer

How To Add Dynamic Widget Areas in the WordPress Footer

Widget section in a WordPress theme allow user to drag and drop scripts in sidebar or footer. In this tutorial, we will see how to add dynamic widget area in the wordpress footer. Dynamic widget allow user to change wordpress footer scripts dynamically. In this tuts, we are going to see steps of adding footer widget to a WordPress … Read more

How to Rotate HTML Elements Using CSS

How to Rotate HTML Elements Using CSS

In this tutorial we will see how to rotate an element like image or text using CSS. it is generally required by a web designer to give some animation effect. Animation add some extra affect in your webpage. In this example, we will use CSS rotation property to rotate an element. @keyframes rule is used to animate … Read more

Getting Started with jQuery DataTables Plug-in

Getting Started with jQuery DataTables Plug-in

Jquery data table plugin is basically a javascript library. It is very useful jquery plugin for creating html table listing. This plugin have lots of feature by default like searching, sorting and pagination. This tutorial is about basic usage of jquery datatables plugin. There are many other datatable plugin which allows you to export data table … Read more

Upload Image From URL in PHP

Upload Image From URL in PHP

In this tutorial we will see how to upload image from URL in PHP. It is very easy to upload image from url to server. In this example, you have to pass complete image path including image name and clicking on upload button will upload image to server. This is very simple explanation about upload … Read more

Select Data From a Database Table Using PHP MySQLi

Select Data From a Database Table Using PHP MySQLi

In previous tutorial we have seen how to Insert Data into Database using PHP MySQLi and we understand how to add records in mysql database table using PHP. In this tutorial we will discuss how to select data from database table using PHP MySQLi. This post will let you help to understand how to fetch … Read more

Create Sticky Social Media Floating Sidebar With CSS

Create Sticky Social Media Floating Sidebar With CSS

Social media is one of main source to grow your blog readers these days. Social media website are having millions of users and It helps you to connect more audience worldwide. Adding a social media button to blog helps reader to get latest update from social channel. In this tutorial we will see how to … Read more