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.

Simple Calculator Using Python

Submitted by razormist on
In this tutorial we will try to create a Simple Calculator Using Python. Python has a design philosophy which emphasizes code readability. That's why python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduces time consuming in developing.

Grading System

Submitted by Hevin Siaton Ebarle on
This is just a simple grading system which allows you to record the grades of students from first grading to fourth grading. Create a database called grading_system and import the database using phpMyAdmin under table folder. Account info: Admin username: admin password: admin After you login as admin, create a user, then login as create and add a grade(s). I hope that it will help :)