gcvprodtuto videos
![]() |
Developing and deploying an application on Google App Engine
This video introduces developers to building apps on Google App Engine. For more in-depth information and deep-dive technical sessions, come to Google I/O, Google's largest developer event: code.google.com ... google app engine gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hi I'm Brett Slacken, a software engineer on the Google App Engine team. App Engine enables editors to build web applications on Google's infrastructure. I'm here today to show you how to quickly build a guest book ... |
![]() |
Using Google Spreadsheets as a Database in the Cloud
Scudder demonstrate his GData Python Client Library extension that makes it easy to use Google Spreadsheets as a database in the cloud. code.google.com ... google spreadsheets database api tutorial walkthrough python client library gdata data gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hi, my name's Austin Chau. I work on the Calendar Date API team. The Calendar Data API, is the API that exposes the data of your Google calendar account. With the API, you can do things like ... |
![]() |
Intro to REST
the basic principles behind REST. RFC 2616: www.ietf.org RFC 3986: www.rfc-editor.org Architectural Styles and the Design of Network-based Software Arhchitectures: www.ics.uci.edu Caching Tutorial: www.mnot.net ... rest tutorial joe gregorio gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Gregorio: Hi. I'm Joe Gregorio, and I work in Developer Relations at Google. This talk is on REST and, in the talk, I presume you're familiar with the Atom Publishing Protocol. If you're not, you ... |
![]() |
Google Visualization API on Google Spreadsheets
A 60s introduction to using the Google Visualization API over Google Spreadsheets. ... gviz demo google visualization api spreadsheets docs gadgets visualizations data code developer tools gcvprodtuto plidAB86CD8B942A122B |
![]() |
Google Data Java Client Eclipse Plug-in
Kunal Shah walks through how to install and use the Eclipse Plug-in for developers using the Java Client Library for Google Data APIs. code.google.com ... Google Eclipse plugin plug-in gdata java client tutorial install walkthrough kunal gcvprodtuto plidAB86CD8B942A122B |
![]() |
Uploading YouTube Videos with the PHP Client Library
Jochen Hartmann demonstrates the basics of how to use the PHP Client Library with the YouTube Data API. PHP Developer's Guide: code.google.com Other documentation: code.google.com Please note that the code demonstrated is currently only available by obtaining the latest revision of the Zend Framework from svn. ... youtube php uploading api data demo walkthrough tutorial screencast gcvprodtuto plidAB86CD8B942A122B |
![]() |
Developing Spreadsheets Gadgets
code.google.com Justin Kosslyn goes over what spreadsheets gadgets are, and how to develop them. ... spreadsheets gadgets testing tutorial google developers gcvprodtuto plidAB86CD8B942A122B |
![]() |
Android Demo (日本語)
Sergey Brin and Steve Horowitz discuss the availability of the SDK, that it will be open source in the future, and demo applications on the Android platform. Subtitled in Japanese. ... android mobile development developer japanese 日本語gcvprodtuto plidAB86CD8B942A122B |
![]() |
OpenSocial Tutorial - Part 1: Gadget Basics
brief introduction about gadgets, and goes over how to add your first OpenSocial application in the Orkut sandbox. The entire tutorial/codelab: code.google.com ... opensocial codelab tutorial introduction basics gadget orkut sandbox application gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hi I'm Dan and I work on Open Social and today I'm going to take you through the basic steps in running your own open social applications. So the first thing we are going to do is a little ... |
![]() |
Introduction to the iGoogle Sandbox
Jake walks through the iGoogle developer sandbox, and he shows upcoming features, and new information on Gadgets. ... google gadgets igoogle sandbox development web computer gcvprodtuto plidAB86CD8B942A122B |
![]() |
Introduction to Google Data
Jeff Fisher walks through basic history and concepts behind the Google Data protocol. Visit the documentation for more information and list of available APIs: code.google.com ... google data gdata introduction courses engineering gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hi, I'm Jeff Fisher and if you're watching this then you're a developer interested in working with google products using their APIs. More specifically, their APIs that use google data protocal. So what is the ... |
![]() |
YouTube Player APIs and Tools Tutorial
Liu gives a short tutorial on the basic functionality available in the JavaScript and Flash player APIs, as well as the Chromeless Player. Read up: code.google.com code.google.com ... youtube api javascript flash player chromeless screencast gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hi, my name is Stephanie Liu, and I work on the YouTube APIs and Tools team. Today, I'll be going over some simple examples using the new player APIs and the Chromeless player. First, a little bit ... |
![]() |
YouTube API Overview
This video gives a short overview of the YouTube APIs and Tools, along with examples in the wild. Check out the API homepage at: code.google.com ... youtube api overview examples screencast widgets json feeds gdata gcvprodtuto plidAB86CD8B942A122B |
![]() |
Getting Started with the Google Data PHP Client Library
architecture to brief demo with the Blogger API. Getting Started Guide: code.google.com Zend Framework Manual: framework.zend.com Zend Framework API Docs: framework.zend.com ... screencast php client library gdata tutorial google data demo gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Hello, my name is Trevor Johns, and I'm a software engineer from the Google Data APIs team. The Google Data APIs allow you to programmatically access various Google services, such as Blogger, Google ... |
![]() |
Mission: Possible - Building a Google Gadget
A step-by-step guide to building a Google Gadget. ... google gadgets engineering coding tutorial gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Your mission, should you choose to accept it is to build a Google Gadget. The challenge: making it original, useful, and customizable. I'm Dan Le, with the Google Gadgets team. I'm here to brief you on your mission. Googe Gadgets can give you the time, weather, sport scores, or pull feeds from YouTube. They gather information from around ... |
![]() |
Introducing Google Friend Connect
Google Friend Connect lets you grow traffic by easily adding social features to your website. This means means more people engaging more deeply with your website -- and with each other. In this video, Google Product Marketing Manager Mendel Chuang gives a short introduction to Google Friend Connect. ... opensocial google friend connect gcvprodtuto plidAB86CD8B942A122B |
![]() |
Adding Google Friend Connect To Sample Website
Google Friend Connect lets you grow traffic by easily adding social features to your website. In this video, Google Product Manager Mussie Shore walks through the steps required to add Google Friend Connect to a sample website. ... google friend connect opensocial gcvprodtuto plidAB86CD8B942A122B |
![]() |
Android Demo (中文)
Sergey Brin and Steve Horowitz discuss the availability of the SDK, that it will be open source in the future, and demo applications on the Android platform. Subtitled in Chinese. ... android mobile development developer chinese 中文gcvprodtuto plidAB86CD8B942A122B |
![]() |
OpenSocial Tutorial - Part 2: Listing Friends
build your first OpenSocial application. Dan Holevoet goes over sample code that shows you how to call the OpenSocial API and list a user's friends. The entire tutorial/codelab: code.google.com ... opensocial codelab tutorial listing friends gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... So, what we're going to do now, is we're going to write a simple application, that gives gifts to our friends. And the first thing that we're going to need to do then, if we're going to give gifts ... |
![]() |
Google App Engine Billing Screencast
Learn how to sign up for App Engine billing and purchase additional computing resources. code.google.com ... app engine billing quota resources screencast google gcvprodtuto plidAB86CD8B942A122B |
![]() |
Introduction to Gadgets (part 1)
Daniel Lee gives an overview of what Gadgets are, and what kind of development tools are at your disposal. Documentation: code.google.com ... google gadgets coding engineering courses gcvprodtuto plidAB86CD8B942A122B |
![]() |
Introduction to the Google Base Data API
Eric Bidelman gives a brief overview of Google Base and its Data API, ending with a demo of the query generator and inserting/deleting items. Check out docs: code.google.com Forum: groups.google.com ... base api google data tutorial screencast introduction gcvprodtuto plidAB86CD8B942A122B |
![]() |
Using the JavaScript Client Library with Google Calendar
Interactive JavaScript Developers Guide: code.google.com Austin Chau does a short tutorial about how to use the JavaScript Client Library with the Google Calendar Data API. Calendar Data API home: code.google.com ... google calendar javascript tutorial screencast client library walkthrough gcvprodtuto plidAB86CD8B942A122B |
![]() |
Getting Started with the Google Data .NET Client Library
Jeff Fisher goes over how to install the Google Data .NET Client Library, the architecture of the client library, and demos of some of the sample apps that are available. ... .net client library google data screencast tutorial getting started gcvprodtuto plidAB86CD8B942A122B ... googledevelopers ... Fisher: I'm Jeff Fisher, and this is a short introductory video on using the .Net Client Library Google Data APIs. Let's get started. First, you have to download the SDK from our code.google.com ... |
![]() |
The YouTube API: Upload, Player APIs and more!
Listen to the YouTube APIs and Tools team talk about the latest release. Check out the YouTube developer home at code.google.com Terms of service: code.google.com ... youtube launch api engineering announcement write upload gdata feeds gcvprodtuto plidAB86CD8B942A122B |

العربية
中国
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
Português
Русский
Español























