Google Map Hybrid

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a HYBRID Google Map type. The default map type of Google Map if not set is, ROADMAP, which shows the street view of your selected coordinates. Hybrid is a map type that shows the major streets in satellite images of your selected coordinates.

AngularJS Digital Clock using a Directive

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a running digital clock in Angular JS by creating a custom directive. Calling this directive in our html will return a running digital clock where the date is filtered depending on our set filter. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.