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

Eyes following the mouse using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a xavier eye or eyes following the eye using javascript. Just follow the instructions below. Instructions Writing our javascript code and name it as jseyes.js /* jseyes.js The classic Xeyes in JavaScript (c) PROPIX Ltd, Written by Pintér Gábor Székesfehérvár, Kriványi u. 15. H-8000, HUNGARY Tel: +36 30 3489752 Fax: +36 22 304326 Email: propix

Cursor Sparkle Effect using Javascript

Submitted by jaredgwapo on
In this chapter we are about to learn how to make a sparkle effect in your mouse cursor. You can download and use this in your projects or systems. Just follow the instructions below. Instructions Writing our css code Writing our javacript code Lastly, our html code * * * * Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can

Neon text effect using Javascript

Submitted by jaredgwapo on
In this tutorial, We will learn how to create a neon text effect that you can use in you projects or systems. Just download the source code bellow and follow the instructions. INSTRUCTIONS Copy this code and save it as index.php Finally, you have created a neon text effect. For more informations and suggestions just comment below or email me at [email protected]

How to Create a Ribbon using CSS

Submitted by Jeprox on
In this tutorial we are going to learn how to make ribbon using CSS. You may play around with the CSS codes change the positions of the ribbon elements . Here's the code: CSS Code: .ribbon { font-size: 16px !important; width: 300px; position: relative; background: #C50F0F; color: #fff; text-align: center; padding: 1em 2em; margin: 2em auto 3em; } .ribbon:before, .ribbon:after { content: ""

Basic Data tables PHP

Submitted by GeekRedz on
Creating CRUD grid is a very common task in web development (CRUD stands for Create/Read/Update/Delete). If you are a senior web developer, you must have created plenty of CRUD grids already. They maybe exist in a content management system, an inventory management system, or accounting software. If you just started web development, you are certainly going to experience lots of CRUD grids' creation

Date of Birth Counter Using Javascript

Submitted by jaredgwapo on
In this chapter, You will learn to make a Date of birth counter into days, hours and time. Just follow the tutorial below and download the source code. DIRECTIONS Creating our HTML code Date of birth: You are days old: Plus hours old: Plus minutes old: Creating our javascript code You have now created a date counter that counts days, hours and minutes between the date today and the date you

Disable Textbox in 3 Failure Login Attempts in Javascript

Submitted by Jeprox on
In this tutorial we are going to learn how to disable text box in 3 failure login attempts. The user is only given 3 chances to enter the correct username and password. Username: test Password: test You can modify the username and password inside the script. Username: Password: