Tag: gdl

  • Maps Live: Place Autocomplete in the Google Maps JavaScript API

    Google Place Autocomplete gives your applications the type-ahead search behavior of the Google Maps search field. When a user starts typing an address or a business name, autocomplete will fill in the rest. Sarah Maddox of the Google Maps API team shows you how to use the Place Autocomplete library with the Google Maps JavaScript…

  • Google Cloud Storage – Getting started with the JavaScript Sample Application

    This demonstration covers getting started with Google Cloud Storage using JavaScript. See the process of setting up the sample application, running the sample and using it to try out Cloud Storage API commands like ‘list buckets’. The sample is located at: https://github.com/GoogleCloudPlatform/storage-getting-started-javascript/ Terminal commands we’ll be running: $ git clone https://github.com/GoogleCloudPlatform/storage-getting-started-javascript.git $ cd storage-getting-started-javascript $…

  • Google I/O 2012 – Breaking the JavaScript Speed Limit with V8

    Daniel Clifford Are you are interested in making JavaScript run blazingly fast in Chrome? This talk takes a look under the hood in V8 to help you identify how to optimize your JavaScript code. We’ll show you how to leverage V8’s sampling profiler to eliminate performance bottlenecks and optimize JavaScript programs, and we’ll expose how…

  • Google I/O 2012 – Building Web Applications using Google APIs and JavaScript Client for Google APIs

    Brendan O’Brien In this session, you will learn how to use the features of the Google API client for JavaScript to build rich web applications. Some of the features we will demonstrate include authentication and CORS. For all I/O 2012 sessions, go to https://developers.google.com/io/ Original source

  • Structural and Sampling (JavaScript) Profiling in Google Chrome

    Slow JavaScript code on your pages? Chrome provides both a sampling, and a structural profiler to help you track down, isolate, and fix the underlying problem. Tune in to learn how to use both profilers, and how to improve your own workflow to build better, faster browser applications! We’ll talk about chrome://tracing, the built-in JS…

  • Getting Started with the Google Maps JavaScript API Part 1

    This is the first in a series of four videos walking you through getting started with the Google Maps JavaScript API (http://goo.gl/JnoETx). This video covers creating a your first map. The series covers: Creating a map Getting a Maps API key Using the key and the loader Walking through the basics of the code Original…