Javascript and Geolocation

We're going to be using the Geolocation API to create a compass that not only guides us towards North but also show us how fast we are travelling.

Read

Native Speech Recognition

So.... Speech Recognition is available directly in the browser with no need for libraries. That is amazing.

Read

WebCam Fun

Today we are taking our webcam input and porting it onto a canvas element. We will be adding a whole bunch of fun overlays and even creating our own green screen filter. COOL!

Read

Tally String Times in JavaScript

We will be using the reduce() method to tally an array of string times. It is important to understand the array methods that are available to us.

Read