JavaScript

Limit Password Length Using JavaScript

Submitted by razormist on
In this article we will try to do Limit Password Length using JavaScript. The code can restrict the inputted user password. The trick is you need to compare the length of textbox and the possible maximum length in the if statement. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Chess Game Using JavaScript

Submitted by razormist on
Chess Game with Source Code is a JavaScript project that is a single-player game where the player must defeat the opposing black color chess piece. The program was created with the use of these languages: JavaScript, CSS and HTML. The program is driven with an AI, the player will play against a computer where it can even defeat a top chess player. The control is very easy player can click a chess

Block Breaker Game

Submitted by razormist on
Block Breaker Game with Source Code is a JavaScript project that is a single-player game where the player must bounce the ball continuously in order to get scores. The program was developed using these languages JavaScript, CSS and HTML. The program is very easy to play, the player can control the blue bar object by moving the mouse left or right. The game contains different difficulties where the

Update Row Using JavasScript

Submitted by razormist on
In this tutorial we will try to do Update Row using JavaScript. The program will dynamically update the table row by clicking the edit button. This is a free code, you can modify and use this code as your reference. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Ping Pong Game Using jQuery

Submitted by razormist on
Ping Pong Game with Source Code is a JavaScript project that is a multi-player game where both players must rally the ball until one of them missed. The program was developed using JavaScript, CSS and HTML. The program is very challenging and very fun to play, in order to win players must hit the ball until one player failed to catch the ball. The players can navigate the log via keyboard (Player