Javascript

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.

Simple Painting Tool App in JavaScript Free Source Code

Submitted by razormist on
Simple Painting Tool App in JavaScript Free Source Code - A simple painting tool application that allow the user to freely draw in the web page. This tool has many options to change the drawing style of the user. You can save your work by click the saving button. JavaScript Free Source Code.

Return PHP Array as JSON Data in jQuery Ajax Request Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Return PHP Array as JSON Data in Ajax Request. Here, I will show you a way on achieving this goal for your current or future project. I will also provide snippets for this tutorial and a sample source code that demonstrates the idea of this tutorial.

What is Array?

Array is a data structure that contains a collection of elements store at contiguous memory location. Each element of an Array is identified by at least one array index or key.