<?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>Google Data &#187; Kael Edward Stahl-Mastropietro</title>
	<atom:link href="/author/kael-edward-stahl-mastropietro/feed/" rel="self" type="application/rss+xml" />
	<link>https://googledata.org</link>
	<description>Everything Google: News, Products, Services, Content, Culture</description>
	<lastBuildDate>Fri, 10 Apr 2015 22:28:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>New API: It Slices! It Dices! It Uploads Your Docs!</title>
		<link>https://googledata.org/google-code/new-api-it-slices-it-dices-it-uploads-your-docs/</link>
		<comments>https://googledata.org/google-code/new-api-it-slices-it-dices-it-uploads-your-docs/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 20:10:00 +0000</pubDate>
		<dc:creator><![CDATA[Kael Edward Stahl-Mastropietro]]></dc:creator>
				<category><![CDATA[Google Code]]></category>
		<category><![CDATA[google data]]></category>
		<category><![CDATA[Google Data API]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Jeff Fisher, The Google data APIs TeamWell, maybe it can't cut your old tennis shoes in half, but now you can import your spreadsheets and word processor documents into Google Documents using the new Documents List API.  Previously, the only way to upl...]]></description>
				<content:encoded><![CDATA[<span class="byline-author">Jeff Fisher, The Google data APIs Team</span><br /><br />Well, maybe it can't cut your old tennis shoes in half, but now you can import your spreadsheets and word processor documents into <a href="http://docs.google.com">Google Documents</a> using the new Documents List API.  Previously, the only way to upload documents was manually through the UI. Now you can create applications to do this programmatically, making it faster and easier to import large numbers of documents. For no extra charge this new feed can also be used to retrieve existing documents by searching the document title, contents, or type.<br /><br />Naturally, we already have documentation and samples for you to peruse on the <a href="http://code.google.com/apis/documents/developers_guide_protocol.html">Documents List API Developer's Guide</a>. For those wanting a lower level introduction there is also the <a href="http://code.google.com/apis/documents/reference.html">Reference Guide</a>. A snazzy new API deserves a snazzy new group, so we've reincarnated the Google Spreadsheets data API group as <a href="http://groups.google.com/group/Google-Docs-Data-APIs">Google Docs Data APIs</a>. <a href="http://groups.google.com/group/Google-Docs-Data-APIs">This new group</a> is here to handle all your unanswered questions about the Documents List API and the Spreadsheets API.<br /><br />Many of you requested this new API on our <a href="http://groups.google.com/group/google-help-dataapi/web/api-feature-requests">Feature Request page</a> and we are very excited to see the applications you create with it. Please feel free to <a href="http://groups.google.com/group/Google-Docs-Data-APIs/web/share-your-project">share your project</a> on our discussion group!<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/32786009-6579991868109599480?l=googledataapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-code/new-api-it-slices-it-dices-it-uploads-your-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflections on XTech</title>
		<link>https://googledata.org/google-code/reflections-on-xtech/</link>
		<comments>https://googledata.org/google-code/reflections-on-xtech/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 20:56:00 +0000</pubDate>
		<dc:creator><![CDATA[Kael Edward Stahl-Mastropietro]]></dc:creator>
				<category><![CDATA[Google Code]]></category>
		<category><![CDATA[google data]]></category>
		<category><![CDATA[Google Data API]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently participated in  XTech 2007: a conference for those working with web and standards-based technologies. I've had some time to ruminate on the experience and I thought I'd share some ideas which rose to the top as I submerged myself in the del...]]></description>
				<content:encoded><![CDATA[<span class="q">I recently participated in <a href="http://2007.xtech.org/"  onclick="return top.js.OpenExtLink(window,event,this)"> XTech 2007</a>: a conference for those working with web and standards-based technologies. I've had some time to ruminate on the experience and I thought I'd share some ideas which rose to the top as I submerged myself in the deluge of information and interactions. <span><br /><br />I attended a talk on <a href="http://www.openstreetmap.org/"  onclick="return top.js.OpenExtLink(window,event,this)">OpenStreetMap</a>, which looks like a very interesting solution to creating and annotating detailed maps. I find their list of  <a href="http://www.openstreetmap.org/traces"  onclick="return top.js.OpenExtLink(window,event,this)"> public GPS traces</a> particularly interesting. There was one problem that Steven Coast brought up which stuck with me, and that is inconsistencies in tagging. OpenStreepMap allows users to tag locations with anything they like, this simplicity and flexibility can lead to rich information, but can also lead to confusion when different people use the same tags for different things, or use different tags to describe the same thing. It's a difficult problem to deal with, and we've tried to tackle this in <a href="http://base.google.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Google Base</a> by providing an <a href="http://code.google.com/apis/base/attributes-feed.html"  onclick="return top.js.OpenExtLink(window,event,this)"> attributes feed</a>. The attributes feed is a dynamic and searchable list of the tags, or attributes, that people are using when describing items of a particular type. I think it certainly helps with the problem of recommending annotations, but we're working to make it better.<br /><br /></span>I was also pleased to see several discussions centering on <a href="http://www.xmpp.org/"  onclick="return top.js.OpenExtLink(window,event,this)">XMPP</a> (the protocol used by Jabber, Google Talk, and other instant messaging clients), and I was surprised to see some of the applications people were building on top of this technology. A few years ago, I built a small application which used XMPP to dynamically edit a web page, and it seems others were thinking up even grander schemes. Twitter makes use of XMPP, and I saw a great demo by Massimiliano Mirra which showed how XMPP could be used as a programmatic communication channel to make single user applications into collaborative ones. <span><br /><br />There were many other interesting presentations, people, and ideas at XTech this year, but I've rambled enough. Check out the <a href="http://2007.xtech.org/public/news"  onclick="return top.js.OpenExtLink(window,event,this)">  XTech's website</a> for more information on talks you may have missed, and keep an eye out for details on next year's conference.<br /><br /></span></span>Jeff Scudder - <span>The Google data APIs team</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/32786009-2638057185410902070?l=googledataapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-code/reflections-on-xtech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salesforce SOA Integration with Google data APIs</title>
		<link>https://googledata.org/google-code/salesforce-soa-integration-with-google-data-apis/</link>
		<comments>https://googledata.org/google-code/salesforce-soa-integration-with-google-data-apis/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 15:18:00 +0000</pubDate>
		<dc:creator><![CDATA[Kael Edward Stahl-Mastropietro]]></dc:creator>
				<category><![CDATA[Google Code]]></category>
		<category><![CDATA[google data]]></category>
		<category><![CDATA[Google Data API]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ Salesforce.com recently announced the AJAX Proxy feature for Salesforce SOA. This feature, scheduled for availability in early July, avoids the cross-domain issues normally associated with communicating with external web services using client-side Jav...]]></description>
				<content:encoded><![CDATA[<p> <a href="http://salesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce.com</a> recently announced the AJAX Proxy feature for <a href="http://wiki.apexdevnet.com/index.php/Salesforce_SOA"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce SOA</a>. This feature, scheduled for availability in early July, avoids the cross-domain issues normally associated with communicating with external web services using client-side JavaScript. </p> <p> We're really excited by this, as it will enable Salesforce applications to communicate with all of our Google data APIs directly from the browser. Salesforce released an in-depth article on the topic: <a href="http://wiki.apexdevnet.com/index.php/Building_a_Google_Calendar_Mash-up_with_Salesforce_SOA"  onclick="return top.js.OpenExtLink(window,event,this)">Building a Google Calendar Mash-up with Salesforce SOA</a> .  This tutorial guides the reader through the process of performing many of the common Calendar data API operations, including: </p> <ul><li>Authenticating via AuthSub</li><li>Listing the user's calendars</li><li>Inserting events</li><li>Deleting events</li></ul> <p> This isn't the first we've heard about integrating <a href="http://salesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce.com</a> applications with Google data APIs.  Charlie Wood, of <a href="http://www.spanningpartners.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Spanning Partners </a>, talked about his experiences working with the Calendar data API and plans for synchronizing <a href="http://salesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce.com</a> and Google Calendar during his <a href="http://blogs.salesforce.com/dreamforce06/2006/09/business_mashup.html"  onclick="return top.js.OpenExtLink(window,event,this)"><script><!-- D(["mb","presentation \u003c/a\> at Dreamforce last year.  His company has already developed \n\u003ca href\u003d\"http://www.spanningsalesforce.com/\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>Spanning Salesforce\u003c/a\> to enable the retrieval of RSS feeds of \u003ca href\u003d\"http://Salesforce.com\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>Salesforce.com\u003c/a\> data.\n\u003c/p\>\n\u003cp\>\nWe look forward to hearing about the mashups you create using this new\ncapability on the \u003ca href\u003d\"http://Salesforce.com\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>Salesforce.com\u003c/a\> platform. I encourage you to share\nthem with the community using the new \u003ca href\u003d\"http://googledataapis.blogspot.com/2007/05/fun-with-pages.html\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\"\>pages\u003c/a\>\nwe created on each of the Google data API developer forums. You can\nalso use these pages to share your own articles and tutorials.\n\u003c/p\>\n\u003cp\>\nHappy coding!\n\u003c/p\>",1] ); D(["mb","\u003cspan class\u003dsg\>\n\u003cp\>\nRyan Boyd - The Google data APIs team \u003cbr\>\u003c/p\>\u003c/span\>",1] );  //--></script>presentation </a> at Dreamforce last year.  His company has already developed  <a href="http://www.spanningsalesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Spanning Salesforce</a> to enable the retrieval of RSS feeds of <a href="http://salesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce.com</a> data. </p> <p> We look forward to hearing about the mashups you create using this new capability on the <a href="http://salesforce.com/"  onclick="return top.js.OpenExtLink(window,event,this)">Salesforce.com</a> platform. I encourage you to share them with the community using the new <a href="http://googledataapis.blogspot.com/2007/05/fun-with-pages.html"  onclick="return top.js.OpenExtLink(window,event,this)">pages</a> we created on each of the Google data API developer forums. You can also use these pages to share your own articles and tutorials. </p> <p> Happy coding! </p><span class="sg"> <p> Ryan Boyd - The Google data APIs team </p></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/32786009-1222351942620301099?l=googledataapis.blogspot.com' alt='' /></div>]]></content:encoded>
			<wfw:commentRss>https://googledata.org/google-code/salesforce-soa-integration-with-google-data-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
