JavaScript

How To Create Dropdown With Search

Submitted by alpha_luna on
Nowadays, a search is a very helpful material in terms of searching on the internet. Also, it is very useful feature for the HTML source code in the function of a simple dropdown. This is a user-friendly kind of function. In this tutorial, we are going learn about on How to Create Dropdown with Search with the help of jQuery script. With the use of this script, the simple dropdown will expand the function to be a searchable tool. We are going to list new movies in 2016 in the (select) element of dropdown with a search.

How To Create Login Form Using JavaScript - Part II

Submitted by alpha_luna on
Related source code: How To Create Login Form Using JavaScript This is an alteration of the last tutorial in the title of How To Create Login Form Using JavaScript that the users will proceed to the next URL if they type their username and password precisely. The changes of this tutorial, the users has given a chance to type their username and password precisely.

How To Create Login Form Using JavaScript

Submitted by alpha_luna on
In this tutorial, we are going to learn on How To Create Login Form Using JavaScript. This is simple Login Page using a simple script. The Username is username and the Password is password. But you can change this after you download the source code below, and go to the script to make it change. Then, create a target page. This is the Login Page:

How To Create Password Protect Using JavaScript

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn on How To Create Password Protect Using JavaScript. In the codes below provide a broad password to protect a certain page. Hope you can learn from this tutorial.

Password: nextpage

Directions:

First Step: Kindly save this image to your computer or you can change this whatever you want. Stop Sign

Memory Tiles Game in Javascript

Submitted by Oelasor on
Memory Tiles Game is a tile matching game using set of paired tiles randomly placed on a board with their faces/images down or hidden. The player has to find and remove all matching pairs of tiles in the least possible moves by remembering where tiles are located. To play Memory Tiles: 1 Click a tile to turn it over, and then click a second tile to turn that tile over. If the tiles match, they are

Number to Bin Converter Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a number to binary converter. You can also convert it to hexadecimal and octal representation. To use this simple code just download the source code below. Instructions First, we will be writing our html code. Insert Decimal Number: This will be our javascript code. Finally, you have created a simple converter of number to binary. For more

Byte Calculator Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a byte calculator using javascript. Just download the source code below and follow the instructions. Directions First we will write our html code. Bytes Kb Mb Gb This will be our javacsript code. You have successfully created a simple byte calculator that you can use in your system. For more information, suggestions and questions just comment

Random Password Generator using Javascript

Submitted by jaredgwapo on
Welcome to www.sourcecodester.com. I am going to teach you how to make a random password generator that you can use in you projects or systems. Just follow the instructions below. Instructions First, let's create our html code, just copy the code below. Password Length: Lastly, we will be creating our javascript code. Congratulations, you have successfully created a simple password generator. For