AngularJS

AngularJS CRUD Operation With PHP/MySQLi - Part 1

Submitted by razormist on
In this tutorial we will use AngularJS for CRUD (create, read) Operation with PHP/ MySQLi as a backend development. AngularJs is widely used in developing modern website because of its easy syntax construct and convenient in time developing. It is a library from javascript that compressed and simplified into a whole new level of programming technique. By the way this tutorial is consist of two parts,for we will tackle only about create and select on AngularJS with PHP database. So let's see how its done.

Learn and Understand AngularJS Review

Submitted by admin on
Are you looking for a course that could help you fully understand AngularJS and master the concepts behind it? The Learn and Understand AngularJS could be the perfect course to achieve that. This course has a high rating as it sits comfortably at 4.6 and has more than fifty thousand enrolled students. This comprehensive course is perfect for web designers and developers who want to master

Simple Image Upload Using AngularJS/PHP

Submitted by razormist on
In this tutorial we will create a Simple Image Upload Using AngularJs/PHP. 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. By using angularjs will try also to save the image through PHP server. So Let start coding!! Creating Database To create database open your local server(wamp, xamp, etc...). Then create a database and name it "db_image".

Simple Change View Using AngularJS

Submitted by razormist on
In this tutorial, we will create a Simple Change View Using AngularJS. AngularJs is a structural framework for dynamic web application for a better programming tools. Its extend the culture of HTML syntax to make the application clearly and interactive. So let's start coding... Creating The Mark Up Form This is where the value is displayed. To create a form open any kind of text editor(notepad++

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.

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.

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

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