How to create a bootstrap button loading or spinner In this tutorial we will discuss how to show loading animation on buttons. HTML : jQuery : Bootstrap Css : https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css Bootstrap Js : https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js jQuery : https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js For other css solutions please visit CSS , for jQuery
Excel file with Database by PHPExcel in Codeigniter
How to generate Excel file using PHPExcel in Codeigniter Here we will discuss how to create excel file from database by PHPExcel in codeigniter. We’ll Export Data from Database to Excel file in Codeigniter Framework by using PHPExcel library. Explanation : Step 1 :- Click here to download PHPExcel. Step 2 :- Extract the downloaded PHPExcel […]
Convert HTML To Word by PHP, Codeigniter – Pure Php class
How to convert HTML to Word by php, html to word by codeigniter The conversion of html to word is one of the most requested functionalities of phpdocx. In this tutorial we are going to convert html to Word by php and codeigniter. Here we are using a custom library named HTML_TO_DOC class to generate MS word document that […]
Overlay button on bottom right corner – simple CSS
Create an Overlay Effect Button Learn to create an overlay button. In this tutorial we are going to create a button which is overlay as well as on div and is placed bottom right corner. The button should be fixed at a position and should overlay each html element . An overlay button we can use for […]