Tutorials

How To Flip The Image

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn on How To Flip The Image with jQuery and CSS3. We all know CSS is used to add style to our projects or design to attract the user. And to improve the GUI of the projects. In this case, we use jQuery and CSS3 to flip the image in a horizontal direction.

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.