
In this blog I make a call to the database, retrieve the results by converting it to a json format in PHP & then pass it to a graph to… Read more

In this demo, we create a simple column chart by using amCharts. Follow the steps to add a column chart on a webpage: Step 1 : Start with a simple basic… Read more

In this blog we will setup firebase web push notification in wordpress website but before going to configure you first create project in firebase and if you don’t know then… Read more

Here we validate end date should be greater than start date using jQuery. Most of time when we use date range, we always need to validate two dates. Step 1. Make… Read more

To generate a QR code, you just include the jQuery library and then pass the required parameters to the QRCode function, the text you want to encode as the QR code,… Read more

To delete a whole folder and its content recursively, you can follow below steps: Step 1: Open SSH and Go to the path where your folder are there Step 2:… Read more

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Step 1. Make a… Read more

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. Firstly you need to include below two… Read more

In this tutorial we will help you to create a Full Responsive Table with the help of HTML and CSS. To create a responsive table with CSS, the code is… Read more