How To Create Leap Year Checker Using JavaScript

Submitted by alpha_luna on
If you are looking for on How To Create Leap Year Checker Using JavaScript then you are at the right place. This simple program will ask the user to type a year in the textbox then the program will give you a message alert if the given year is a leap year or not. We all know that leap year occurs only every four years.

How To Make Counter For Numbers, Vowels, And Consonants Using JavaScript

Submitted by alpha_luna on
This program that I make using JavaScript Programming Language is How To Make Counter For Numbers, Vowels, And Consonants Using JavaScript. This program will ask the user to type their sentence on the Textarea of Form Field then the program will calculate the number of vowels, consonants, and numbers. This program is very simple and you can create after downloading the source code below as your own.

Login Sign up and Forget Password Form in HTML Bootstrap

Submitted by Deepak86014 on
In this source code we are going to see how to create login , sign up and forget password modal form in HTML using Bootstrap. This modal window allows user to login , sign up and reset password. user can easily move one form to other. This source code can be particular useful if you want to create the login , sign up and forget password forms available to your users in you website. the source code

How To Create Contact Form Using PHP

Submitted by alpha_luna on
Related Code: User Registration Form Using PHP In this tutorial, we are going to learn on How To Create Contact Form Using PHP. We have a contact form in the example below for the user to send their message, suggestions, questions, feedback, and clarifications about your work or your website. We have three fields as full name, email, and message in our contact form.