Toggle Password Visibility using jQuery

Submitted by nurhodelta_17 on
This tutorial tackles on how to toggle password visibility in jQuery. Input type "password" is usually used in forms that hides the text that is being type by the user. In some cases, users wanted to view the text they type to check for typo errors. jQuery is a javascript library that makes it easier for to use javascript.

AngularJS Toggle Password Visibility

Submitted by nurhodelta_17 on
This tutorial tackles on how to toggle password visibility in Angular JS. Input type "password" is usually used in forms that hides the text that is being type by the user. In some cases, users wanted to view the text they type to check for typo errors. Using javascript, we can achieve that. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Area Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an area chart in Angular JS using Chart JS and PHP/MySQLi. Chart JS is a javascript library that provides different kinds of charts with the help of HTML5 canvas element. PHP/MySQLi will fetch data from MySQL database and will serve as our API.

Line Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Line Chart in Angular JS using Chart JS with PHP/MySQLi. Chart JS is a javascript library that creates charts for data presentation with the help of HTML 5 canvas. We will use PHP/MySQLi to fetch data from our database that we'll be using in our chart.