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
Learning a new programming language c# from simple idea to an application. its a very brilliant idea that involves a sort of shopping cart, determining the vendor commission and store profits.
This tutorial tackles on how to create routes or routing in Angular JS. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. The idea of Route/Routing is loading a new page without reloading the main page.
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.
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
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.
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
This will help you to make your own schedule table in HTML. You can improve it if you want. A simple thanks for me is very much appreciated :D #keepLearning
This tutorial tackles on how to make a pagination of data fetched from an API which in the case of this tutorial, a PHP API with the use of MySQLi that fetches data from MySQL Database, using Angular JS. Pagination is the process of splitting large volume of items/data for a beautiful UI presentation.