CRUD operation using Servlet, JSP & MySQL

Submitted by arukumar on
I have created simple CRUD (Create, Delete, Update, Insert) operations. I have used Bootstrap, HTML, Servlet, JSP and MySQL. This is very helpful for beginners. It's Maven project. You can download entire source code from the link below: https://github.com/arungithub123/CRUDUsingJSPServletMYSQL I advise you download from github repository because I am updating project time to time.

Simple Sort Row Table Header Using AngularJS

Submitted by razormist on
In this tutorial, we will create a Simple Sort Row Table Header Using AngularJS. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. It is mostly used by other well known site for creating a template. So let see how its done. Creating The Mark-up Form This form will display the data of all value into the table.

Simple Two Way Data Binding Using AngularJS

Submitted by razormist on
In this tutorial, we will try to create a Simple Two Way Data Binding Using AngularJS. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. It is mostly used by other well known site for creating a template. So let's get started. Creating A Mark-up This a form for displaying the value when the user input a value.

Installation and Configuration of JAVA Development Kit (JDK)

Submitted by ali18turab on
Just in  case you install Android Studio and its SDK Tools separately, you need to setup JDK as shown below: Installation and Configuration of JAVA Development Kit (JDK) Download java on the following link: http://www.oracle.com/technetwork/java/javase/downloads/index.html The above link will download all your necessary JAVA files. It will show all the ways to download and configure the JAVA setup.

Simple Hide/Show Password Using AngularJS

Submitted by razormist on
In this tutorial, we will create a Simple Hide/Show Password Using AngularJS. AngualarJS is a structural framework for dynamic web application. It is a kind of template that extends HTML to a new level of coding techniques. It is mostly used by other well known site for creating a template. So let's get started. Creating A Mark Up To create a form, open any kind of text editor(notepad++, etc).

Lottery Game

Submitted by Wisdom Agbenu on
This is a lottery game made in vb.net where a user can predict three consecutive number using numberic UpDown control. For example, a user can enter 2-2-2 or 7-7-7 then click on the start button. The in built random function will loop through a number in-memory and compare it with the numbers entered by the user. When there is a match, then the user emerged the winner. username = wisdom password =