Multiple Barcode Generator in PHP, in this coding article we create a Barcode generator which you can use for your invoicing system for E-Commerce websites. Barcode: Barcode is a machine-readable code, it can be horizontal or vertical in shape. Barcode contains information about your product SKU, price, manufacturing date, and expiry date. For creating Barcode […]
Increase PHPMyAdmin Import Size Ubuntu and XAMPP
In Increase PHPMyAdmin Import Size, When we create a website or import the website from another server to our local system to test then for setup we have to import the complete database as well. By default the import size of phpMyAdmin is 2MB, we can Increase phpMyAdmin Import Size on UBUNTU and XAMPP both […]
Get Number of Days Between Two Dates Using JS and jQuery
Here are we discuss two methods to do the task Get Number of Days Between Two Dates Using JS, Using JavaScript to calculate the number of days between two dates. Using jQuery to get the days difference between two dates. 2 Methods to Calculate Number of Days Between Two Dates using JavaScript Method: 1 In […]
How to Include Comments in CSS
Comments in CSS are generally used to explain the purpose of style CSS properties are declared. Purpose of the Write Comments in CSS Comments in CSS are useful for remote persons to understand the purpose of the code. Comments are not displayed on the browser. CSS Comments are start with /* and ends with */ […]
Login with Google Account using PHP Step by Step
Login with Google account is useful feature for any community website and other type of website. Today we implement login with Google account step by step. Here we first get know the complete steps then we elaborate the process of implementation. Go below to download the complete source code of Login with Google Account using […]
Git Command to Get the Latest Code From Master
Here is the basic reference to Git with introduction with example and answer to get latest code from master branch in git. Introduction What is Git? Git: Git is a distributed version control system which is used by developer all over the world. Git is designed for manage small to large projects with speed and […]
Display Current Date and Time in HTML using JavaScript
Before we go through the tutorial of Display Current Date and Time in HTML using JavaScript, we have to know the brief of JavaScript and Date method in JS. Scroll to bottom, to check live view Introduction JavaScript is light-weight a client-side scripting language used to build client-side validations and much more. Today we use it for display the current […]
Learn How to JavaScript Append HTML to Body
In this JavaScript tutorial we learn about how we use JavaScript Append HTML to Body. There are two ways or JavaScript method which we use to append HTML element to the HTML body. Using innerHTML attribute, innerHTML is the HTML DOM property. Using insertAdjacentHTML() DOM function. Using innerHTML DOM property Introduction to innerHTML Attribute InnerHTML […]
Create Date Picker using Materialize Framework
Materialize is a modern and responsive front-end framework based on Material Design. Today we Create Date Picker using Materialize Framework. Introduction Materialize framework is a modern designing framework that is based on material design. The materialize framework provides the CDN link of CSS and JS which we use to develop the design component. Materialize framework provides, Focused […]