Creating a Simple Loan Calculator in HTML and JavaScript Tutorial
In this tutorial, I will share with you a simple web app written in HTML, CSS, and JavaScript. The main purpose of this tutorial will help new programmers, especially the IT/CS students to have an idea of how to handle computations in a web application using JavaScript. Here, I will be providing a simple personal loan calculator source code. The application uses different built-in objects or functions in JavaScript such as the click event listener and Math Object.
Creating a Simple Counter in JavaScript Tutorial
In this tutorial, I will share with you a simple web app written in HTML, CSS, and JavaScript. This tutorial objective is to give new programmers, especially the students a very simple idea of how do simple applications are being made using JavaScript. Here, students can learn about JavaScript's click event listener, page onLoad, and updating textContent. I will be providing a source code of Simple Counter App.
Cosmetics and Beauty Product Online Store in PHP/OOP Free Source Code
Cab Management System in PHP/OOP Free Source Code
Decision Wheel in JavaScript and jQuery Free Source Code
Off Road Racing Car Game using JavaScript with Free Source Code
Simple Library System using C with Free Source Code
Universal Password Creator App using JavaScript with Free Source Code
Search Box - Toggle Show/Hide Element using jQuery Tutorial
In this tutorial, I will show you how to create a simple search box that can toggle show/hide elements in your HTML. I will give you an idea of how to achieve this kind of feature using jQuery. The main goal of the said feature is to hide the element where the text does not include the word, character, or phrase in the search box.