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.

Audio Sequence 0.1 Beta

Submitted by Mohamed Feddad on
jQuery based script that allows you to control, monitor and play multiple audio files in sequences at a time. Live Demo features: Repeat whole: allows you to repeat a list of audio files as whole for a given number of repeats Repeat each: allows you to repeat each file of list of audio files for a certain number of repeats Repeat forever: allows you to repeat a list of audio files as whole forever