Search results for introduction to the ambient light api gtm.js

Introduction to the Ambient Light API

by Aurelio De Rosa

…years we’ll remove the almost. One of the most recent APIs I’ve been introduced to is the Ambient Light API. In this article we’ll discuss what it is and what…

Easy API Scaffolding with Simple-API and Node.js

by Joseph Wegner

…web API’s in Node.js – there’s just so much complexity required in an API boilerplate. That’s why I wrote Simple API. Simple API is an incredibly easy to use module…

A DOM Manipulation Class in 100 Lines of JavaScript

by Krasimir Tsonev

…this article we will take a look at how to build your own class for managing DOM elements. The API As developers we make decisions every day. I believe in…

Creating Sound with the Web Audio API and Oscillators

by Brian Rinaldi

…application has an important notification or even when an action was completed either successfully or unsuccessfully. With the introduction of the Web Audio API, these kinds of audio interactions are…

Mobile-Friendly Mapping for PhoneGap Apps

by Rob Lauer

…step is to add a reference to the Google Maps API: <script type=”text/javascript” src=”https://maps.googleapis.com/maps/api/js?key=API_KEY&sensor=true”></script> Wait, let’s back up a step. Before you can really do anything with Google Maps, you’ll…

Building a Frontend WordPress theme

mm by Trevan Hetzel

…Kick off router var router = new ApplicationRouter($(‘#content’)); // Use history API Backbone.history.start(); What about SEO? Like I mentioned in the introduction, this whole project is pretty much so I…

Create Your First Mobile App with PhoneGap Build – Connecting to an API

by Brian Rinaldi

…to add the XHR request for the GitHub to the deviceready method in js/index.js. This will request the data we need from the GitHub API and return the result in…

Building a Game with In-App Payments for Firefox OS

by Rob Lauer

…to the device’s native APIs. In this post, I’m going to dive into a specific, but extremely attractive, feature of Firefox OS: the mozPay API for making in-app payments. We’re…

Create Your First Mobile App with PhoneGap Build – Using the Storage API

by Brian Rinaldi

…device browser. In this step, we will begin to access some device features via the PhoneGap API for storage. Using this API, we’ll add a local database that will store…

Create Your First Mobile App with PhoneGap Build – Using the Notification API

by Brian Rinaldi

…another PhoneGap API for notifications to create a native popup. We’ll begin by creating a new page to view our saved projects. The page will look and behave similarly to…