Reverse a string

Submitted by Erick_Ny on
This tutorial will teach you how to reverse a string in java . The following are the steps to run this program: 1- Extract reverseString.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful, send me an email at: ainaerik@

Hashing and Salting

Submitted by Erick_Ny on
This tutorial will teach you how to secure password with md5 and sha1 in java . The following are the steps to run this program: 1- Extract Hashing.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful, send me an email at

Displaying Digital and Analog Clock in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create and display the digital and analog time. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add two radioButtons named rbDigital and rbanalog. Insert also a timer named Timer1, add a label named Label2, and a webbrowser named WebBrowser1.

How to use for Loop Structure

Submitted by GeePee on
The following java program application uses a for Looping Structure. The initial statement, loop condition, and update statement are enclosed within parenthesis and control the body of the for statement. Note that the for loop control statements are separated by semicolons and that the body of a for loop can have either a simple or compound statement. .

DateTimePicker Using Twitter Bootstrap

Submitted by GeePee on
In this tutorial, I'm going to show how to use the datetime picker using bootstrap framework. Datetime picker, allows user to select Day, Month and Year as well as the time picking for Hour and Minute. This time lets start building this project. But before this, make sure you have already downloaded the bootstrap-datepicker. Next, let’s create an html file. And will save it as “index.html” inside datepicker folder in our localserver.

Text To Speech Application in Android Eclipse (Pronunciation Made Easy App)

Submitted by donbermoy on
This Android application entitled Pronunciation Made Easy was programmed by my younger brother as his project for their mobile application development subject. This application aims to help individuals who have difficulties or questions on how to pronounce certain words properly wherein the user may input words he wanted to know the correct pronunciation.

Online Car Parking Reservation

Submitted by velmaxtechnologies on
KSII Town Online Car Parking Reservation System is a system developed using HTML, CSS, PHP, MySql and javascript. It has client area with secure login enables one to reserve a parking lot/space online. With admin you can access all transaction, view parking history, clear parking lots, add streets and parking lots, freeze a user, assign duties and more. I developed this project for a University

Simple Dropdown Menu Using Javascript and CSS

Submitted by GeePee on
This tutorial we’re going to create a simple drop-down list using javascript and css. This element or sometimes refers as “widget” or “control” same with a listbox, which allows the user to select one value from a list. Drop-down list or menu provides a hierarchical overview of the subsections contained within the menu item that spawned it. All the subsections within a section of a site when you hover your mouse cursor over it.