How to Convert Number to Words using PHP

Submitted by Mr.Niemand03 on
In this code you will learn the following: 1. Convert Numbers to Words Using PHP. 2. Simple Form Validation Using Javascript and HTML 3. Generate Numbers using Javascript. 4. And Many more ...... Code Preview Available at codepreview.x10host.com Output The example generate number that we are going to convert to words is "363335282". See in the image below.

Bootstrap Navigation Bar With Multi-Level Dropdowns

Submitted by rinvizle on
This tutorial we will teach you how to construct or create a responsive Bootstrap Navigation Bar With Multi-Level Dropdowns. With Bootstrap, a navigation bar can extend or collapse, depending on the screen size. A standard navigation bar is created with a class called "navbar navbar-default". Navigation bars can also hold multiple dropdown menus.

Automated Enrollment System (Elementary Level)

Submitted by debugsterD on
Automated Enrollment System - Elementary Level is created to provide good services in terms of the enrollment process in Elementary Schools. This is being implemented to the school because the management found out that the manual process of enrolling students is very complicated and difficult especially when the enrollment period occurs. Through the aid of this kind of system, it occurs that the

Apple Invites Outside Researchers To Find Vulnerabilities In Its Systems In Exchange For Bug Bounties

Submitted by Van Ledesma on
For better performance of systems, companies try their best to detect vulnerabilities in it so it could be addressed immediately and won't hamper the performance of the system. In line with the preceding system, Apply Company now opens their system to outside researchers in its pursuit to level up its performance. According to a report in Inquirer, Ivan Krstic, company's head of security

Sea Hunter, 132-foot (40 meters) Unmanned Vessel: US Military's Robotic Submarine Hunter

Submitted by Richan Beran on
The new unmanned Us military's Submarine Hunter Completes its first tests at sea. According to a report, the Us military Ship was the first unmanned Military ship that completes its journey on the sea. The robotic design was designed to help the U.S. military to hunt their enemy submarines. The Submarine was called as the "Sea Hunter," it completes its performance test in the sea.The Submarine was

Secure Login and Registration

Submitted by rinvizle on
This tutorial we will teach you on how to build a Secure Login and Registration system whereby users of your websites will be able to create their accounts, log in with their valid information so as to access their various accounts. Users information during sign up process are validated and stored in the database. The system validates new users for duplicate email addresses and performs valid authentication during registered users log in.

Facebook Like - Timeline Design

Submitted by alpha_luna on

Facebook Like - Timeline Design

In this tutorial, we are going to create Facebook Like - Timeline Design using jQuery and CSS. We all know, timeline design already exist on a social networking site and it's called Facebook. In this case, we are going to discuss how to design timeline in our web page in a simple and easiest way using jQuery, CSS, and JSON file for the data.

Password Strength Checker

Submitted by rinvizle on
This tutorial we will teach you how to construct a Password Strength Checker that gives the users feedback as to whether their password has sufficiently met the complexity requirements. A strong password is critical to account security and this tutorial teaches you how to design a system that gauges password strength using jQuery.