How to create an event calendar in html

How to create an event calendar in html

By using FullCalendar’s code you can setup event calendar on your page. Now if you want to setup then follow some simple steps. Step 1: First create one simple html… Read more
How to access Godaddy database remotely?

How to access Godaddy database remotely?

Step 1: Navigate to Godaddy web hosting control panel. Step 2: Under the search bar search “mysql” Step 3: Click on Remote MySQL Step 4: Here you need to enter… Read more
How to create searchable select box

How to create searchable select box

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. In this tutorial, I show how you… Read more
How to send push notification to web browser by using Firebase?

How to send push notification to web browser by using Firebase?

Step 1: Go to https://firebase.google.com/ Step 2: Click on Get Started Step 3: Click on Add project Step 4: Create project name like Web push notification and click on Continue… Read more
select dropdown box

How to show and hide content using select dropdown box using Jquery

Step 1 : First hide your content which you want to hide by using style=”display: none;” and also set id id=”mobileno_textbox” Step 2 : call function in select box code… Read more