JavaScript

Creating a Simple Loan Calculator in HTML and JavaScript Tutorial

Submitted by oretnom23 on

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

Submitted by oretnom23 on

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.

Off Road Racing Car Game using JavaScript with Free Source Code

Submitted by razormist on
Off Road Racing Car Game using JavaScript with Free Source Code Off Road Racing Car Game with Source Code is a project that is a single-player game the goal of the game is to avoid any car ahead of you in order to get a score. The game has a classic design that uses different image sprites. The purpose of the project is to provide some enjoyable moment with friends. About the Application The Off

Universal Password Creator App using JavaScript with Free Source Code

Submitted by razormist on
Universal Password Creator App using JavaScript with Free Source Code Universal Password Creator App with Source Code is a project that can make you create your own password randomly. The application was made so simple that only display buttons and textbox. The benefit of the project is to make it easy for you to generate a secure password. About the Application The Universal Password Creator App

Search Box - Toggle Show/Hide Element using jQuery Tutorial

Submitted by oretnom23 on

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.

Classic Tetris Game using JavaScript with Free Source Code

Submitted by razormist on
Classic Tetris Game using JavaScript with Free Source Code Classic Tetris Game with Source Code is a project that is a single-player game where your goal is to aligned the blocks horizontally. The game has a basic design that contains colored blocks. The purpose is to give some entertainment for you and for your friend also. About the Application The Classic Tetris Game was developed in a HTML web

Simple Periodic Table of Elements App using C++ with Free Source Code

Submitted by razormist on
Simple Periodical Table App using C++ with Free Source Code The Simple Periodical Table App with Source Code is a project that display the complete list for the periodic table. The system can provide you the actual data of each elements. The purpose of the system is provide some some knowledge about the elements origins. About the System The Simple Periodic Table of Elements App was created in a

Simple Bejeweled Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Bejeweled Game using JavaScript with Free Source Code Simple Bejeweled Game with Source Code is a project that is a single-player game where your goal is to aligned 3 same colored jewel to get a score. The game has a simple design that display the actual graphics of the game. The purpose is to provide some entertainment enjoyable moment with your friends. About the Application The Simple

Classic Snake(Difficulty Mode) Game using JavaScript with Free Source Code

Submitted by razormist on
Classic Snake(Difficulty Mode) Game using JavaScript with Free Source Code Classic Snake(Difficulty Mode) with Source Code is a project that is a single-player game, this classic game is a clone of the original game in the nokia phones. The game has a simple design that replicate the original one. The purpose of the project is to show how the snake game has been remade as a web application. About

Dynamically Add and Remove Form Item using jQuery clone() Method Tutorial

Submitted by oretnom23 on

In this article, I will be discussing about how to create an Add and Remove Form Item Feature in web-application using jQuery's clone() method. This kind of feature is commonly applied to a project which has a process of saving multiple data at once in the database. There are lots of ideas and techniques you can create to achieve this feature with the help of jQuery, but I found this solution more simple and easiest in my experience.