Tutorials

Creating A Registration And Login Using AngularJS - Part 2

Submitted by razormist on
In this tutorial we will create a login form using AngularJS. Last time in my previous tutorial Creating A Registration And Login Using AngularJS - Part 1 we already created a sign up form. This time we will continue on the project that we left behind, and we will add a login code to make this application complete. So let's start coding.. Creating the login form This is where the user will input their account for login.

Mobile Login, Register and Update User Profile Using ActionScript 3.0

Submitted by rinvizle on
In this tutorial, we will teach you on how to create a Login, Register and Update User Profile Using Action Script 3.0. This project is very known in mobile applications. This application creates a Login form and a registration form for every user, each user can access and update their profile.

Creating A Registration And Login Using AngularJS - Part 1

Submitted by razormist on
In this tutorial we will create a registration form using AngularJS. The AngularJS is a structural framework for dynamic webpage nowadays. It is a kind of template that extends HTML ,and it use a directives to trigger the syntax that is in a structural form. This time we will try to collaborate angularjs with PHP script to make a registration form. By the way this tutorial is divided into two parts registration and login form, the one that we will try to work on is a registration form.

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 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.

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).

OOP PHP CRUD Operation Using MySQLi - Part 2

Submitted by razormist on
In this tutorial, we will deal with OOP PHP CRUD functions, in my previous tutorial we created a simple application that can create and read data from the database and display it on the HTML form at the same time. Now this time we will continue on our previous project, and we will be adding a Delete and Update function. Before we continue I hope that you read OOP PHP CRUD Operation Using MySQLi - Part 1 so that you have an idea how this tutorial will be going.