Mobile SMS Using ActionScript 3.0

Submitted by rinvizle on
In this tutorial we will create a Mobile SMS Application in ActionScript 3.0. This application is very useful for the android developers, the application create a message from the field and generate a group of contacts using drop-down from the database. This Mobile SMS application relies to the users mobile data to access or to send a message in every contacts.

Simple CRUD Operation Using AngularJS - Part 2

Submitted by razormist on
In this tutorial, we will create a Simple CRUD(update, delete) Operations Using AngularJS. In my last tutorial Simple CRUD Operation Using AngularJS - Part 1 we already created a function that can create and read a data. This time we will try add some function that can update and delete the existing data. Before we proceed I hope that you read the previous tutorial and have already the code to

Using Android Fingerprint API for User Login and Registration

Submitted by Inducesmile on
If you want to use Android Fingerprint API in your android app for user login, this source code will help you achieve it. You have the option of using only Fingerprint or double authentication which requires both Fingerprint and password. You can read and learn more from Android Fingerprint tutorial on inducesmile.com

Simple CRUD Operation Using AngularJS - Part 1

Submitted by razormist on
In this tutorial, we will create a Simple CRUD(create, read) Operations 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. This time we will try to see how angularjs can create a simple CRUD operation. By the way this tutorial is consist of two parts. The one we will be doing now is on how to

The Complete Ethical Hacking Course: Beginner to Advanced Course Review

Submitted by admin on
Are you looking for a course that could give you knowledge in hacking so that you can protect your network from hackers? Even though you just have a little knowledge in terms of manipulating the products of the technological advancements, still, you can be someone who knows the aspects related to hacking and how to prevent it with the course The Complete Ethical Hacking Course: Beginner to

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.