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

AngularJS Search with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Search function using Angular JS with the help of PHP/MySQLi. This will search a certain MySQL Table and in the case of this tutorial, we are going to search for matching firstname, lastname or address of a member. Angular JS is a javascript framework maintained by Google capable of creating Single Page Applications.

jQuery - Ajax Call onChange Event

Submitted by fkgeo on
In this tutorial we are covering JQuery--Ajax Call onChange in input in ajax call will be made and user picture will be retrieved from MySql and will be placed automatically on user pict if the username is wrong then anonymous picture will be placed 1. Create a login.php page coding of login.php Power Tricks by fk Login here Login Ajax page for retreive data from Database coding of ajaxPage.php