<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>free Zend Framework screencasts - Zendcasts &#187; zend_gdata</title>
	<atom:link href="http://www.zendcasts.com/tag/zend_gdata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendcasts.com</link>
	<description>free Zend Framework screencasts. Video tutorials to get you up to speed with different parts of the Zend Framework and enterprise PHP development.</description>
	<lastBuildDate>Mon, 12 Dec 2011 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using Google Maps with Zend_GData</title>
		<link>http://www.zendcasts.com/using-google-maps-with-zend_gdata/2009/09/</link>
		<comments>http://www.zendcasts.com/using-google-maps-with-zend_gdata/2009/09/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:29:38 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[zend_gdata]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=264</guid>
		<description><![CDATA[This episode will wrap up the google docs series. You can start with Part 1 and Part 2, or jump straight into this one. With our persistence layer (the Google Docs Spreadsheet) and unit tests around geo-targetting addresses completed, we&#8217;ll tackle the view and try and visualize our data using the Google Maps API. This…]]></description>
			<content:encoded><![CDATA[<p>This episode will wrap up the google docs series. You can start with <a href="http://www.zendcasts.com/introduction-to-the-google-docs-api/2009/08/">Part 1</a> and <a href="http://www.zendcasts.com/geotargetting-with-the-google-maps-api/2009/08/">Part 2</a>, or jump straight into this one. With our persistence layer (the Google Docs Spreadsheet) and unit tests around geo-targetting addresses completed, we&#8217;ll tackle the view and try and visualize our data using the Google Maps API. This video will also touch on Zend_View, Zend_Controller, Zend_Registry and bootstrapping with Zend_Config. All of this wouldn&#8217;t be possible without Zend_GData. <a href="http://code.google.com/p/zendcasts/source/browse/trunk/zc33-using-google-maps-with-zend-gdata/zc33-using-google-maps-with-zend-gdata.zip">Download the source code</a>, <a href="http://code.google.com/p/zendcasts/source/browse/#svn/trunk/zc33-using-google-maps-with-zend-gdata">browse it online</a> and don&#8217;t be shy to <a href="http://www.zendcasts.com/forum/topic/45/zc33-using-google-maps-with-zendgdata/">ask questions in the forum</a>.</p>
<h2>Synopsis</h2>
<ul>
<li>review of current unit tests</li>
<li><b>1:30</b> &#8211; review of the google docs spreadsheet</li>
<li><b>3:30</b> &#8211; creating an API key</li>
<li><b>5:00</b> &#8211; grabbing spreadsheet data</li>
<li><b>8:30</b> &#8211; embedding google maps</li>
<li><b>12:00</b> &#8211; embedding one marker</li>
<li><b>23:00</b> &#8211; writing the javascript plotting code</li>
<li><b>30:30</b> &#8211; moving configuration data into the application.ini file</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/using-google-maps-with-zend_gdata/2009/09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/08/zc33-using-google-maps-with-zend-gdata-iphone.m4v" length="142664695" type="video/x-m4v" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/08/zc33-using-google-maps-with-zend-gdata.mov" length="150390401" type="video/quicktime" />
		</item>
		<item>
		<title>Geotargetting with the Google Maps API</title>
		<link>http://www.zendcasts.com/geotargetting-with-the-google-maps-api/2009/08/</link>
		<comments>http://www.zendcasts.com/geotargetting-with-the-google-maps-api/2009/08/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 05:55:10 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[zend_gdata]]></category>
		<category><![CDATA[zend_http_client]]></category>

		<guid isPermaLink="false">http://www.zendcasts.com/?p=246</guid>
		<description><![CDATA[This video will is part of a multi-part series on looking at how we can leverage some of Google&#8217;s API&#8217;s to build a fancy mapping tool that&#8217;s driven from a Google Docs Spreadsheet. If you haven&#8217;t worked with Google Docs or Zend_Gdata before, I suggest you take a look at the video introducing Zend_Gdata and…]]></description>
			<content:encoded><![CDATA[<p>This video will is part of a multi-part series on looking at how we can leverage some of Google&#8217;s API&#8217;s to build a fancy mapping tool that&#8217;s driven from a Google Docs Spreadsheet. If you haven&#8217;t worked with Google Docs or Zend_Gdata before, I suggest you take a look at the <a href="http://www.zendcasts.com/introduction-to-the-google-docs-api/2009/08/">video introducing Zend_Gdata and the Google -Zend libraries</a>. This video looks at how we can build our own very simple web service adapter for <a href="http://code.google.com/apis/maps/documentation/geocoding/index.html">Google&#8217;s geocoding service</a>. As with most zendcasts, I invite you to <a href="http://zendcasts.googlecode.com/svn/trunk/zc31-geo-targetting-for-google-maps-web-service/zc31-geo-targetting-for-google-maps-web-service.zip">download the source code</a>, <a href="http://code.google.com/p/zendcasts/source/browse/trunk/zc31-geo-targetting-for-google-maps-web-service/">browse it online</a> and <a href="http://www.zendcasts.com/forum/post/66/">discuss the video in the forums</a>.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendcasts.com/geotargetting-with-the-google-maps-api/2009/08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/08/zc31-geotargetting-with-google-maps-web-service-screen.mov" length="158704745" type="video/quicktime" />
<enclosure url="http://www.zendcasts.com/wp-content/uploads/2009/08/zc31-geotargetting-with-google-maps-web-service-iphone.m4v" length="146019188" type="video/x-m4v" />
		</item>
	</channel>
</rss>

