JavaScript

Display jQuery Ajax Progress using Bootstrap Progress Bar Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Display jQuery's AJAX Progress using the Bootstrap Progress Bar. This tutorial aims to provide IT/CS students or those new programmers with a reference and guide to learn to enhance their JavaScript programming capabilities. Here, snippets with some explanation will be provided.

Simple Student Form Registration App in JavaScript Free Source Code

Submitted by razormist on
Simple Student Form Registration App in JavaScript Free Source Code - A simple registering program that can a store student data in a local storage. The user is allowed to update and delete the existing student information. JavaScript Free Source Code.

Creating a Desktop Notification using JavaScript Notification API Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to create a Desktop Notification using JavaScript Notification API. This tutorial aims to help IT/CS students or beginners learn some ways and techniques for developing web applications. Here, sample source code and snippets will be provided that demonstrates how to use JS Notification API and how to apply it to your own site or web application.

Simple Word Counter App in JavaScript Free Source Code

Submitted by razormist on
Simple Word Counter App in JavaScript Free Source Code - A simple program application that can count the characters you entered in the textbox. It can count the words, sentence, and even the paragraph. This is a useful tool if you want to know how well have been written. JavaScript Free Source Code.

Basketball Scoreboard Application using JavaScript and jQuery Free Source Code

Submitted by oretnom23 on
Introduction This is a simple project developed in JavaScript. This mini-project is entitled Basketball Scoreboard Application. It is a web application that simulates the scoreboard of a basketball game. It has a simple and dark user interface, easy-to-read fonts, and uses Bootstrap Framework. It consists of simple and user-friendly features and functionalities. Technologies Here is the list of

Issue Tracker App in JavaScript Free Source Code

Submitted by razormist on
Issue Tracker App in JavaScript Free Source Code - A simple application that can track the issue in the projects. The application can assign a person that can take care of the issue and track whether the issue is solve or not. This will eventually lessen the issue that appear any time. JavaScript Free Source Code.

How to Filter Object Array Based on Attributes in JavaScript

Submitted by razormist on
Learn on how to create a How to Filter Object Array Based on Attributes in JavaScript. A simple program that can dynamically filter an array object based on the given attributes. The tutorial will teach you how to filter the array with attribute condition. JavaScript Free Tutorials.

Discount and Tax Calculator in JS using jQuery Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, we will tackle How to Calculate the Discount and Tax Amount for your sales transaction feature in your web applications using JavaScript and jQuery Library. This tutorial aims to give IT/CS students or new programmers a reference or guide to learn some new ways or techniques for their future projects.