AngularJS Signup/Register using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Signup/Registration form using Angular JS with the help of PHP/MySQLi to handle our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. After a successful register in this tutorial, the user is directed to our homepage.

Beloading 0.1 Beta

Submitted by Mohamed Feddad on
a customize-able loading screen, based on jQuery UI and Bootstrap Live Demo Dependencies: jQuery jQuery UI Bootstrap Font-Awesome Setup: Options: options = { // options that will be passed and replacements in case not background: options.background || 'rgba(0, 0, 0, 0.9)', // background color icon: options.icon || 'fa fa-refresh fa-spin', // takes font awesome icon text: options.text || 'Behold

AngularJS File Preview before Upload

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a preview before upload in Angular JS. Preview is useful in application so that the user can check the file before he uploads it. In this tutorial, we're going to preview images using Angular Js. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Academic Examination Management System

Submitted by mugishamuntu.c… on
This system was created using PHP. It is very useful for those who wants to learn php language. I used simple code so beginners could easily understand. The system includes registering of students, giving examinations and viewing/printing results. Hope this project can help you in the future. username: trevor password: trevor

AngularJS How to Create a Loader

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a loader using Angular JS. Loaders are usually used in AJAX request before success occurs. You will also learn in this tutorial how to used $timeout of Angular JS which executes a command after a certain amount of time. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.