Tag: fullname: other

  • 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…

  • Lovefield: A JavaScript Relational Database (100 days of Google Dev)

    Arthur Hsu introduces Lovefield. Lovefield is an open-source relational database written in JavaScript and can run within browsers. It is fast, safe, easy to use, and supports Chrome, Firefox, Internet Explorer (version 10 and later), and Safari (version 5.1 and later). Lovefield provides SQL-like APIs that are easy to learn and use, without the risk…