<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-11300808</id><updated>2008-05-09T06:13:42.788-07:00</updated><title type='text'>Google Code Blog</title><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default?start-index=26&amp;max-results=25'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default'/><author><name>Eric Case</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>348</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-11300808.post-3903984464898678540</id><published>2008-05-08T13:52:00.000-07:00</published><updated>2008-05-08T13:52:18.008-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='performance'/><category scheme='http://www.blogger.com/atom/ns#' term='google io'/><category scheme='http://www.blogger.com/atom/ns#' term='conferences'/><title type='text'>The Future of Web Performance at Google I/O: JavaScript</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Steve Souders, Member of Technical Staff&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;This post is one in a series that previews &lt;a href="http://code.google.com/events/io/index.html"&gt;Google I/O&lt;/a&gt;, our biggest developer event in San Francisco, May 28-29.  Over the next month, we'll be highlighting sessions and speakers  to give Google Code Blog readers a better sense of what's in store for you at the event. - Ed.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;In April I &lt;a href="http://www.stevesouders.com/blog/2008/04/30/high-performance-web-sites-part-2/"&gt;announced&lt;/a&gt; that I'm starting another book.  The working title is &lt;i&gt;High Performance Web Sites, Part 2&lt;/i&gt;. This book contains the next set of web performance best practices that goes beyond my &lt;a href="http://www.amazon.com/dp/0596529309"&gt;first book&lt;/a&gt; and &lt;a href="http://developer.yahoo.com/yslow/"&gt;YSlow&lt;/a&gt;. Here are the rules I have so far:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Split the initial payload&lt;/li&gt;&lt;li&gt;Load scripts without blocking&lt;/li&gt;&lt;li&gt;Don't scatter scripts&lt;/li&gt;&lt;li&gt;Split dominant content domains&lt;/li&gt;&lt;li&gt;Make static content cookie-free&lt;/li&gt;&lt;li&gt;Reduce cookie weight&lt;/li&gt;&lt;li&gt;Minify CSS&lt;/li&gt;&lt;li&gt;Optimize images&lt;/li&gt;&lt;li&gt;Use iframes sparingly&lt;/li&gt;&lt;li&gt;To www or not to www&lt;/li&gt;&lt;/ol&gt;I'm most excited about the best practices for improving JavaScript performance (rules 1-3). Web sites that are serious about performance are making progress on the &lt;a href="http://developer.yahoo.com/performance/rules.html"&gt;first set of rules&lt;/a&gt;, but there's still a lot of room for improving JavaScript performance. Across the ten top U.S. sites approximately 40% of the time to load the page is spent downloading and executing JavaScript, and only 26% of the JavaScript functionality downloaded is used before the onload event.&lt;br /&gt;&lt;br /&gt;In my session at &lt;a title="Google I/O" href="http://code.google.com/events/io"&gt;Google I/O&lt;/a&gt; I'll present the research behind rules 1-3, talk about how the ten top U.S. web sites perform, demonstrate &lt;a href="http://stevesouders.com/cuzillion/"&gt;Cuzillion&lt;/a&gt;, and give several takeaways that you can use to make your web site faster.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/05/future-of-web-performance-at-google-io.html' title='The Future of Web Performance at Google I/O: JavaScript'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=3903984464898678540' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/3903984464898678540/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3903984464898678540'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3903984464898678540'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-7231988730517742210</id><published>2008-05-08T00:50:00.000-07:00</published><updated>2008-05-08T00:51:18.093-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='app engine'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'>Guido van Rossum releases Mondrian-clone: Rietveld</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Guido van Rossum, &lt;a href="http://python.org/"&gt;Python&lt;/a&gt; creator and member of the &lt;a href="http://code.google.com/appengine/"&gt;App Engine&lt;/a&gt; team, gave a talk on &lt;a href="http://www.youtube.com/watch?v=sMql3Di4Kgc"&gt;Mondrian&lt;/a&gt; which is the tool he created to work with the code review process at Google.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/sMql3Di4Kgc&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/sMql3Di4Kgc&amp;rel=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The Mondrian tool itself was tied to internal technology, but he took the time to built an inspired version on App Engine. Part of the work was having it work with Subversion as the SCM. The name of the tool is &lt;a href="http://codereview.appspot.com/"&gt;Rietveld&lt;/a&gt;, and here is what Guido said on the Python mailing list to announce it:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;I've always hoped that I could release Mondrian as open source, but it was not to be: due to its popularity inside Google, it became more and more tied to proprietary Google infrastructure like Bigtable, and it remained limited to Perforce, the commercial revision control system most used at Google.&lt;br /&gt;&lt;br /&gt;What I'm announcing now is the next best thing: an code review tool for use with Subversion, inspired by Mondrian and (soon to be) released as open source. Some of the code is even directly derived from Mondrian. Most of the code is new though, written using Django and running on Google App Engine.&lt;br /&gt;&lt;br /&gt;I'm inviting the Python developer community to try out the tool on the web for code reviews. I've added a few code reviews already, but I'm hoping that more developers will upload at least one patch for review and invite a reviewer to try it out.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Brady Forrest has a nice &lt;a href="http://radar.oreilly.com/archives/2008/05/mondrian-guido-google-app-engine.html"&gt;write-up of the announcement&lt;/a&gt; and Joe Heck pointed out that this is not the same as another open source solution called &lt;a href="http://review-board.org/"&gt;Review Board&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For more details on the tool &lt;a href="http://code.google.com/appengine/articles/rietveld.html"&gt;check out Guido's article&lt;/a&gt;.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/05/guido-van-rossum-releases-mondrian.html' title='Guido van Rossum releases Mondrian-clone: Rietveld'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=7231988730517742210' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/7231988730517742210/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7231988730517742210'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7231988730517742210'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-1808901315316713586</id><published>2008-04-30T11:19:00.000-07:00</published><updated>2008-04-30T11:31:29.050-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='app engine'/><category scheme='http://www.blogger.com/atom/ns#' term='podcast'/><title type='text'>Google Developer Podcast Episode 15: Google App Engine</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="padding: 5px; float: right;"&gt;&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;Using iTunes?&lt;/a&gt; &lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;&lt;img src="http://bp1.blogger.com/_fNklLQXNzR8/RmhpjbsSlZI/AAAAAAAAAHo/raNZJqMJz9g/s400/oneclickitunes.jpg" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;We had the pleasure to talk to some of the Google App Engine team to discuss the recent launch that Dick uses the tagline as "Your apps, our servers". We get to chat with tech lead on the project Kevin Gibbs, product manager Pete Koomen, and Guido van Rossum. I don't think we need to introduce Guido!&lt;br /&gt;&lt;br /&gt;The podcast starts out answering why Google App Engine was created, and why Python was chosen as the first language. We then hear about the work that goes into making a language hardened for the platform itself.&lt;br /&gt;&lt;br /&gt;Of all of the APIs that we expose in the App Engine back-end, we feel that the Database API is probably the most foreign for the majority of developers. Many are used to the relational model for datastores, and our datastore is different. Kevin talks about these differences, and the ramifications that come with a schema-less store. We then delve into the practicalities of having libraries such as SQL Alchemy support GQL which is a functional subset of SQL.&lt;br /&gt;&lt;br /&gt;What about lock-in? This was one of the big questions that came out of the community when we launched App Engine. You can see how open the team is to other solutions, and how they like seeing work such as AppDrop that shows how you can do this. The choice to make the SDK itself fully open source says a lot.&lt;br /&gt;&lt;br /&gt;Guido discussed how the Python runtime is indeed the full language, but how some libraries are not there. He talks about the reasons behind the choices, which are mainly related to security. As time goes on more libraries that developers really need will make it into the system, often with equivalent implementations. Although a traditional file system doesn't make sense in the cloud, we could very well see a virtual file system implemented.&lt;br /&gt;&lt;br /&gt;We go on to discuss a lot more, including:&lt;ul&gt;&lt;li&gt;What restrictions are there for serving your applications?&lt;/li&gt;&lt;li&gt;What Web frameworks are available?&lt;/li&gt;&lt;li&gt;Can you develop Web services as well as Web applications? How about gadget and widget?&lt;/li&gt;&lt;li&gt;What kind of traffic can be expect with the free accounts?&lt;/li&gt;&lt;li&gt;Can I run these applications on my domain, and integrate with Google Apps?&lt;/li&gt;&lt;/ul&gt;If you want to see more of the team and play with App Engine, come by a &lt;a href="http://google-code-updates.blogspot.com/2008/04/google-app-engine-hack-thon-coming-to.html"&gt;hackathon&lt;/a&gt; when it get to your neck of the woods, or hear more at &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You can &lt;a href="http://google-developer-podcast.googlecode.com/files/googledev015.mp3" rel="enclosure"&gt;download the episode directly&lt;/a&gt;, or &lt;a href="http://feeds.feedburner.com/GoogleDeveloperPodcast"&gt;subscribe to the show&lt;/a&gt; (&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;click here for iTunes one-click subscribe&lt;/a&gt;).</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-developer-podcast-episode-15.html' title='Google Developer Podcast Episode 15: Google App Engine'/><link rel='enclosure' type='audio/mpeg' href='http://google-developer-podcast.googlecode.com/files/googledev015.mp3' length='23738874'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=1808901315316713586' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/1808901315316713586/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1808901315316713586'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1808901315316713586'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-4307530524629965556</id><published>2008-04-29T08:21:00.000-07:00</published><updated>2008-04-29T12:50:31.921-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='web performance'/><title type='text'>Cuzillion: Check your zillion web pages</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Steve Souders, member of the performance group at Google, has released a new open source tool called &lt;a href="http://www.stevesouders.com/blog/2008/04/25/cuzillion/"&gt;Cuzillion&lt;/a&gt;. Steve was constantly creating sample test web pages that he used to test out theories on Web site performance. He realized that he was repeating a lot of the same steps, so why not create a tool that would enable him to build the samples quickly. Thus, Cuzillion was born.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.stevesouders.com/blog/2008/04/25/cuzillion/"&gt;&lt;img src="http://stevesouders.com/images/screenshot-360x260.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you take a look at the UI above, you will see that it is mimicking a Web page, with a &amp;lt;HEAD&amp;gt; and &amp;lt;BODY&amp;gt;. On the left hand side you select types of elements; such as images, scripts, CSS, and other resources. You add these elements to the mini page on the right, and then you can select that element to set more properties on it. For example, you can quickly set the domain that it is running on, which allows you to test splitting our content on domains.&lt;br /&gt;&lt;br /&gt;We sat down with Steve and produced the video below in two parts. It starts off with him discussing the project, and then delves into a screencast of the product itself. He gives us an introduction, and then shows how he used it to solve an issue with Orkut.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/oaxZtKAlLRk&amp;hl=en"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/oaxZtKAlLRk&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/cuzillion-check-your-zillion-web-pages.html' title='Cuzillion: Check your zillion web pages'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=4307530524629965556' title='6 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/4307530524629965556/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4307530524629965556'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4307530524629965556'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-6529594015454775570</id><published>2008-04-24T14:56:00.000-07:00</published><updated>2008-04-24T15:00:56.357-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='app engine'/><category scheme='http://www.blogger.com/atom/ns#' term='events'/><title type='text'>Google App Engine Hack-a-thon coming to your coast!</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Amanda Surya, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In May, we'll be holding two Google App Engine Hack-a-thons at Google's offices. The first one will be in New York, May 7th, from 10am - 6pm, and the second one in San Francisco, May 16th, 10am - 10pm. This is a great opportunity to &lt;a href="http://code.google.com/appengine/docs/gettingstarted/"&gt;get started on Google App Engine&lt;/a&gt;. You can code along with us in building an app from start to finish or you can bring your existing apps and get some help and guidance from Google engineers.&lt;br /&gt;&lt;br /&gt;Check out the &lt;a href="http://googleappengine.blogspot.com/2008/04/google-app-engine-hack-thons.html" &gt;full details of these events&lt;/a&gt; and RSVP for either the &lt;a href="http://code.google.com/events/hackathons/appengine-ny.html"&gt;New York Hack-a-thon&lt;/a&gt; or the &lt;a href="http://code.google.com/events/hackathons/appengine-sf.html"&gt;San Francisco Hack-a-thon&lt;/a&gt;.  Or both, if you have the frequent flier miles to spare.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-app-engine-hack-thon-coming-to.html' title='Google App Engine Hack-a-thon coming to your coast!'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=6529594015454775570' title='4 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/6529594015454775570/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/6529594015454775570'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/6529594015454775570'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-7747122964818219810</id><published>2008-04-24T12:42:00.000-07:00</published><updated>2008-04-24T13:32:00.224-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ajax'/><category scheme='http://www.blogger.com/atom/ns#' term='ajax search'/><title type='text'>Google AJAX APIs available from outside of the browser</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The AJAX API team just posted about using &lt;a href="http://googleajaxsearchapi.blogspot.com/2008/04/flash-and-server-side-access.html"&gt;Flash and the server side&lt;/a&gt; to access the AJAX APIs.&lt;br /&gt;&lt;br /&gt;This is very exciting, as it now allows you the developer to access not only Google Web Search results, but also query video, images, news, local, and other search functions. Also, this covers the AJAX Feed API which means you can get access to feeds in a normalized manner, and the new AJAX Language API to do translations and language detection.&lt;br /&gt;&lt;br /&gt;If you step back, you can see this as a Google REST API, and some of you have wondered how it compares to the SOAP API.&lt;br /&gt;&lt;br /&gt;I got to go to the horses mouth, Mark Lucovsky (team lead for the AJAX APIs), to discuss what this new access point is all about, and you may be a little surprised with the content.&lt;br /&gt;&lt;br /&gt;We discuss the fact that this has actually been running for quite some time, but we now have clarified it as an official end point for your usage. This also means that it has thorough documentation, which was important as Mark talks about how some people have been using the API incorrectly.&lt;br /&gt;&lt;br /&gt;Mark clarifies the terms of use, and you come out of this in the knowledge that his team has been attacking very different problems to the original SOAP API team. He has been ruthlessly practical, as you will understand as he talks about the problems his team are solving, and the breadth of sites that are using these APIs, including some very big names.&lt;br /&gt;&lt;br /&gt;Enough of me talking, let's listen to Mark:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NOAa05s0tck"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NOAa05s0tck" type="application/x-shockwave-flash" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Hear more from Mark on the AJAX APIs, Vadim on accessing the APIs outside of AJAX, and Derek on advanced development using AJAX Apis at &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-ajax-apis-available-from-outside.html' title='Google AJAX APIs available from outside of the browser'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=7747122964818219810' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/7747122964818219810/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7747122964818219810'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7747122964818219810'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-1472643361726189282</id><published>2008-04-21T21:20:00.000-07:00</published><updated>2008-04-23T10:16:30.859-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google developer days'/><category scheme='http://www.blogger.com/atom/ns#' term='events'/><title type='text'>Google Developer Days 2008: expanding to thirteen locations</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Elizabeth Yin, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/events/developerday/"&gt;Google Developer Days 2008&lt;/a&gt;, a set of one-day developer events, are back and will take place in locations around the world.  We've designed these events for developers with strong coding backgrounds, so that we can discuss our APIs, developer tools and applications.&lt;br /&gt;&lt;br /&gt;We'll host Google Developer Day in these locations:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://code.google.com/intl/ja/events/developerday/home.html" title="Yokohama, Japan" target="_blank"&gt;Yokohama, Japan&lt;/a&gt;  (June 10)&lt;/li&gt;&lt;li&gt; &lt;a href="http://code.google.com/intl/zh-CN/events/developerday/home.html" title="Beijing, China" target="_blank"&gt;Beijing, China&lt;/a&gt;  (June 12)&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/intl/zh-TW/events/developerday/home.html" title="Taipei, Taiwan" target="_blank"&gt;Taipei, Taiwan&lt;/a&gt;  (June 14)&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/events/developerday/home.html" title="Sydney, Australia" target="_blank"&gt;Sydney, Australia&lt;/a&gt;  (June 18)&lt;/li&gt;&lt;li&gt; Mexico City, Mexico (June 23)&lt;/li&gt;&lt;li&gt;Sao Paulo, Brazil (June 27)&lt;/li&gt;&lt;li&gt;London, UK (Sept 16)&lt;/li&gt;&lt;li&gt; Paris, France (Sept 18)&lt;/li&gt;&lt;li&gt; Munich, Germany (Sept 23)&lt;/li&gt;&lt;li&gt;Madrid, Spain (Sept 25)&lt;/li&gt;&lt;li&gt; Milan, Italy (Oct 21)&lt;/li&gt;&lt;li&gt;Prague, Czech (Oct 23)&lt;/li&gt;&lt;li&gt;Moscow, Russia (Oct 28)&lt;/li&gt;&lt;/ul&gt;If you're based in the US, we encourage you to come to &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;, on May 28-29 in San Francisco.&lt;br /&gt;&lt;br /&gt;At Google Developer Day, our engineers will share their inside knowledge on our developer tools and APIs, including &lt;a href="http://code.google.com/android/"&gt;Android&lt;/a&gt;, &lt;a href="http://code.google.com/apis/opensocial/"&gt;OpenSocial&lt;/a&gt;, and &lt;a href="http://code.google.com/appengine/"&gt;AppEngine&lt;/a&gt;.  In many locations we'll do deep dives into code and conduct hands-on codelabs.&lt;br /&gt;&lt;br /&gt;We've posted &lt;a href="http://code.google.com/events/developerday/"&gt;detailed information&lt;/a&gt; for our early dates and will be adding more information for other locations soon.  If you're a developer, we encourage you to &lt;a href="http://code.google.com/events/developerday/"&gt;sign-up&lt;/a&gt; for a Google Developer Day at a nearby location.  Hope to see you there.&lt;br /&gt;&lt;br /&gt;Update: Corrected the September 23rd event location from Hamburg, Germany to Munich, Germany.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-developer-days-2008-expanding-to.html' title='Google Developer Days 2008: expanding to thirteen locations'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=1472643361726189282' title='9 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/1472643361726189282/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1472643361726189282'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1472643361726189282'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-3454378024533613265</id><published>2008-04-21T09:45:00.000-07:00</published><updated>2008-04-21T09:50:15.405-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='igoogle'/><category scheme='http://www.blogger.com/atom/ns#' term='developer'/><category scheme='http://www.blogger.com/atom/ns#' term='opensocial'/><category scheme='http://www.blogger.com/atom/ns#' term='apis'/><title type='text'>Developer sandbox for iGoogle launches</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Saurabh Mathur, iGoogle Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Today, we're excited to open up a developer sandbox for &lt;a href="http://www.google.com/ig"&gt;iGoogle&lt;/a&gt;.  The sandbox includes support for &lt;a href="http://www.opensocial.org/"&gt;OpenSocial&lt;/a&gt;, a common API designed to let you easily build social applications that run on a growing number of web containers.  The iGoogle OpenSocial container also supports &lt;a href="http://code.google.com/apis/igoogle/docs/anatomy.html#canvasview"&gt;canvas view&lt;/a&gt;, allowing developers to build powerful and feature-rich full-page applications for iGoogle's tens of millions of users.&lt;br /&gt;&lt;br /&gt;To get started, please begin with the documentation and examples on the &lt;a href="http://code.google.com/apis/igoogle/"&gt;iGoogle developer website&lt;/a&gt;.   The site includes detailed information about iGoogle and a guide to incorporating the new social features.&lt;br /&gt;&lt;br /&gt;Watch as Jake walks us through the sandbox and shows how to build a basic gadget.&lt;br /&gt;&lt;br /&gt;&lt;object height="350" width="425"&gt; &lt;param name="movie" value="http://www.youtube.com/v/H6KVwATfCdM&amp;amp;fmt=18"&gt;&lt;embed src="http://www.youtube.com/v/H6KVwATfCdM&amp;amp;fmt=18" type="application/x-shockwave-flash" height="350" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/apis/igoogle/docs/gs.html"&gt;Sign up&lt;/a&gt; for access to the developer sandbox and keep up-to-date with our new &lt;a href="http://igoogledeveloper.blogspot.com/"&gt;iGoogle Developer Blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Happy coding!</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/by-saurabh-mathur-igoogle-team-today.html' title='Developer sandbox for iGoogle launches'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=3454378024533613265' title='2 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/3454378024533613265/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3454378024533613265'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3454378024533613265'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-9197169988431246393</id><published>2008-04-18T12:36:00.000-07:00</published><updated>2008-04-18T12:42:45.185-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='app engine'/><category scheme='http://www.blogger.com/atom/ns#' term='weekly roundup'/><category scheme='http://www.blogger.com/atom/ns#' term='google gears'/><category scheme='http://www.blogger.com/atom/ns#' term='code review'/><title type='text'>Code Review: Start your App Engine and run the cloud offline with your docs</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bfgO-LXGpTM"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/bfgO-LXGpTM" type="application/x-shockwave-flash" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The big buzz continues to revolve around our &lt;a href="http://googleblog.blogspot.com/2008/04/developers-start-your-engines.html"&gt;Google App Engine launch&lt;/a&gt;. We are seeing a host of applications being developed, and were even pleasantly surprised to see people port the APIs allowing you to run App Engine code elsewhere, such as &lt;a href="http://appdrop.com/"&gt;appdrop.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;One interesting feature to the App Engine which you may not have noticed, is the &lt;a href="http://googleenterprise.blogspot.com/2008/04/google-app-engine-for-google-apps.html"&gt;integration with Google Apps&lt;/a&gt;. Not only can you tie an application to your domain (allowing you to have myapp.mydomain.com instead of myapp.appspot.com) but you can restrict access to the given application to &lt;em&gt;only&lt;/em&gt; members of your domain. If I ran a company on Google Apps, this would be a nice addition. I could see the small business apps that I need running there.&lt;br /&gt;&lt;br /&gt;Jeff Scudder then &lt;a href="http://googledataapis.blogspot.com/2008/04/release-hounds-support-for-app-engine.html"&gt;released a new version of the Google data Python client library&lt;/a&gt; which has support for Google App Engine and the Contacts API. If you want to use this in your Google App Engine application you simply need to set &lt;code&gt;gdata.service.http_request_handler = gdata.urlfetch&lt;/code&gt; to make sure your requests have a path out!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Google Docs offline, and Gears&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I was on the road, speaking about Gears and the Open Web in Europe last week, and it was perfect timing to be mixing with the community as Google App Engine came out and I could talk to that too. We also had a few things to talk about with Gears. &lt;br /&gt;&lt;br /&gt;We have been getting lots of questions surrounding our stance with the various standards out there, so Aaron Boodman put down our thoughts on the matter in a piece called &lt;a href="http://gearsblog.blogspot.com/2008/04/gears-and-standards.html"&gt;Gears and Standards&lt;/a&gt;. It talks about how we are working with HTML5, and the direction that you will see Gears going. I think it is incredibly exciting to see people realise how Gears is a lot more than "offline", and is actually an open source way to teach browsers new tricks.&lt;br /&gt;&lt;br /&gt;Brad Neuberg &lt;a href="http://gearsblog.blogspot.com/2008/04/whats-new-with-google-gears-tech-talk.html"&gt;talked about just that&lt;/a&gt; as well as new features in Gears, and tools to help you get your work done, such as &lt;a href="http://code.google.com/p/gears-pubtools/"&gt;PubTools&lt;/a&gt;. He also discussed our first Google Gears for Mobile application, &lt;a href="http://google-code-updates.blogspot.com/2008/04/google-developer-podcast-picasa-web-and.html"&gt;done by the Picasa Team&lt;/a&gt;. Now the blokes in London can show off pictures of their kids as they slow poke through the city down in the tube.&lt;br /&gt;&lt;br /&gt;The biggest news of all though was the &lt;a href="http://googledocs.blogspot.com/2008/03/bringing-cloud-with-you.html"&gt;launch of Google Docs offline&lt;/a&gt;. If you have ever been in the situation where the internet goes flaky right when you just need that bit of info in document, no more. Now you have the option to save docs locally on your computer, so you can access them no matter where you are.&lt;br /&gt;&lt;br /&gt;If you would like a refresher course on how to get started with Gears &lt;a href="http://feeds.feedburner.com/~r/GoogleGearsApiBlog/~3/261473742/gears-screencast-introductory-tutorial.html"&gt;check out Ben Lisbakken's new screencast&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Fun with Maps&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The Geo side of the house continued to output great content, including a series of Geo Developer content:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=WeHnQESDr-8&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=1"&gt;Quick &amp;amp; Dirty KML Creation&lt;/a&gt;: With Mano Marks, Pamela Fox, and Christiaan Adams&lt;/b&gt;&lt;br&gt;&lt;i&gt;A demonstration of creating KML visually in Google Earth &amp;amp; Google Maps, and using Spreadsheet Mapper 2.0&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=IYqfT9i1las&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=0"&gt;Creating Custom Maps&lt;/a&gt;: With John Coryat&lt;/b&gt;&lt;br&gt;&lt;i&gt;A comparison of various ways of overlaying data in the Maps API and an in-depth explanation of creating tile layers and custom map types&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=kNXdfjUYGAo&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=2"&gt;GigaPan In-Depth&lt;/a&gt;: With Randy Sargent &amp;amp; Ted Morse&lt;/b&gt;&lt;br&gt;&lt;i&gt;A demo of the GigaPan panorama-browsing website and KML files, plus a technical explanation of PhotoOverlay&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=QzS_shIzfcM&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=3"&gt;Dynamic KML&lt;/a&gt;: With Mano Marks &amp;amp; Brian Hamlin&lt;/b&gt;&lt;br&gt;&lt;i&gt;An exploration of using dynamic queries from KML, using the NetworkLink, httpQuery, and viewFormat elements, plus a demo of a PostGIS-generated NetworkLink&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=8zJa3eU82Zo&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=4"&gt;Mars, Moon, and Sky Map Types&lt;/a&gt;: With Noel Gorelick&lt;/b&gt;&lt;br&gt;&lt;i&gt;A talk introducing the non-Earth Maps API map types, plus cool demos of other types of projections used with planetary imagery&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=QIPKmkeMuz4&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=6"&gt;Mapping the Votes&lt;/a&gt;: With Michael Geary&lt;/b&gt;&lt;br&gt;&lt;i&gt;A whirlwind tour of what it took to create the Elections 2008 Map/Mapplet/Gadget, including SHPfile conversion, Javascript optimization, centroid calculations, Twitter updates collection, Mapplet API tricks, and more.&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://youtube.com/watch?v=YKY6fh85SnQ&amp;amp;feature=PlayList&amp;amp;p=28624CDB052424DD&amp;amp;index=5"&gt; Google API Talks - Android, KML, Google Maps, Gadgets&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;i&gt;A series of 5-minute talks by various developers and Googlers given before Geary's presentation, including an intro to Gadgets/Mapplets.&lt;/i&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;They were also happy to announce that &lt;a href="http://google-latlong.blogspot.com/2008/04/kml-new-standard-for-sharing-maps.html"&gt;KML is now a standard&lt;/a&gt;, and owned by the Open Geospatial Consortium. We have seen a lot of other sites consume and produce KML, so this is a great step.&lt;br /&gt;&lt;br /&gt;Finally, a great new feature was added to Google Maps. You can now check out &lt;a href="http://google-latlong.blogspot.com/2008/04/new-ways-to-beat-traffic-with-google.html"&gt;traffic patterns in the future&lt;/a&gt;. If you have a commute the following morning, you can check out an estimate of how stuck you will be based on past experience. Obviously, it can't determine if there will be any crashes or anything like that :)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;And there's more...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To finish up, a few other interesting items of the week:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Amit Singh on the Google Mac team talked about how you can &lt;a href="http://googlemac.blogspot.com/2008/04/manipulating-keyboard-leds-through.html"&gt;manipulate keyboard LEDs through software&lt;/a&gt; and &lt;a href="http://googlemac.blogspot.com/2008/04/receiving-apple-infrared-remote-control.html"&gt;receive Apple infrared remote control events&lt;/a&gt;&lt;/li&gt;&lt;li&gt;I got to &lt;a href="http://google-code-updates.blogspot.com/2008/04/bob-lee-is-lot-of-twubble.html"&gt;interview Bob Lee about his Twubble app&lt;/a&gt;, built using GWT&lt;/li&gt;&lt;li&gt;Dave Astels &lt;a href="http://googletesting.blogspot.com/2008/04/tott-avoiding-flakey-tests.html"&gt;talked about flakey tests on the toilet&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Google Code now &lt;a href="http://feeds.feedburner.com/~r/blogspot/Dcni/~3/271809539/novo-nuevo.html"&gt;speaks a lot of languages&lt;/a&gt; which apparently caused some students to fix their RSS feed parsers as they didn't grok Unicode&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;I hope you had a great week. Remember that our big developer event &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt; is now just a few weeks away! We have a few posts &lt;a href="http://google-code-updates.blogspot.com/search/label/Google%20I%2FO"&gt;from presenters who will be at the event&lt;/a&gt; to give you a little look at the content, but the best part will be having the community together to talk in the open.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/code-review-start-your-app-engine-and.html' title='Code Review: Start your App Engine and run the cloud offline with your docs'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=9197169988431246393' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/9197169988431246393/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/9197169988431246393'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/9197169988431246393'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-3131252880691072675</id><published>2008-04-17T15:26:00.000-07:00</published><updated>2008-04-17T15:51:13.772-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gwt'/><title type='text'>Bob Lee is a lot of Twubble</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Bob Lee is a Software Engineer at Google, currently leading up the charge on the core Android APIs. He is also one of the founders of the &lt;a href="http://code.google.com/p/google-guice/"&gt;Google Guice&lt;/a&gt; project, and was the interviewee on the &lt;a href="http://google-code-updates.blogspot.com/2007/05/introducing-google-developer-podcast.html"&gt;very first Google Developer Podcast on the topic&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;He also just created a little fun application called &lt;a href="http://www.crazybob.org/twubble/"&gt;Twubble&lt;/a&gt; that helps you find potential friends and followers on &lt;a href="http://twitter.com/"&gt;Twitter&lt;/a&gt;. The Twitterati are all over this application, and Biz Stone of Twitter even &lt;a href="http://www.alleyinsider.com/2008/4/biz_stone_why_more_followers_on_twitter_pick_a_reason"&gt;attributed it&lt;/a&gt; as one of a handful of reasons that have driven the rise in followers recently.&lt;br /&gt;&lt;br /&gt;This is Bob's first GWT application, so I wanted to sit down and talk to him about why he built the application, his experience with GWT, how he integrated with Twitter, and any other nuggets of information that I could get out of him.&lt;br /&gt;&lt;br /&gt;Please, listen in to our conversation, and let us know if you have any questions in the comments:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt; &lt;param name="movie" value="http://www.youtube.com/v/lnxaV8jt_28"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lnxaV8jt_28" type="application/x-shockwave-flash" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/bob-lee-is-lot-of-twubble.html' title='Bob Lee is a lot of Twubble'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=3131252880691072675' title='2 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/3131252880691072675/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3131252880691072675'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3131252880691072675'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-4014956596061870808</id><published>2008-04-16T17:40:00.000-07:00</published><updated>2008-04-17T09:57:13.080-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google code'/><category scheme='http://www.blogger.com/atom/ns#' term='internationalization'/><title type='text'>新增！Novo! Новинка! ¡Nuevo! 新しい!</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Naomi Bilodeau, Google Code Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Developers speak lots of languages, not just English and C++.   We know that you use Google Code from all over the world, and we understand that the love of a good API is universal.&lt;br /&gt;&lt;br /&gt;We're excited to announce that developer content on Google Code is now available in five new languages: &lt;span id="1h0m"&gt;&lt;a href="http://code.google.com/intl/zh-CN/"&gt;Chinese&lt;/a&gt;, &lt;/span&gt;&lt;span id="1h0m"&gt;&lt;a href="http://code.google.com/intl/ja/"&gt;Japanese&lt;/a&gt;, &lt;/span&gt;&lt;span id="1h0m"&gt;&lt;a href="http://code.google.com/intl/pt-BR/"&gt;Portuguese&lt;/a&gt;,&lt;/span&gt;&lt;span id="1h0m"&gt; &lt;/span&gt;&lt;span id="1h0m"&gt;&lt;a href="http://code.google.com/intl/ru/"&gt;Russian&lt;/a&gt;, and &lt;/span&gt;&lt;span id="1h0m"&gt;&lt;a href="http://code.google.com/intl/es/"&gt;Spanish&lt;/a&gt;. &lt;/span&gt;  Many of our pages, such as the &lt;a href="http://code.google.com/intl/ja/more/"&gt;site directory&lt;/a&gt; and landing pages for the various APIs have already been translated.  You will also find that some of the deeper technical documentation, such as the &lt;a href="http://code.google.com/intl/ru/apis/chart/"&gt;Chart API&lt;/a&gt; and &lt;a href="http://code.google.com/intl/ja_ALL/apis/maps/"&gt;Maps API&lt;/a&gt;, has also been translated where appropriate.  Where we haven't translated the content yet, you will continue to see the English version of the site.&lt;br /&gt;&lt;br /&gt;We'll be working to keeping this content up-to-date, and we're looking forward to adding more support for languages and APIs throughout the year.&lt;br /&gt;&lt;br /&gt;Update:  Corrected to read "in &lt;span style="font-style: italic;"&gt;five &lt;/span&gt;new languages."  The sixth language, of course, is English.&lt;br /&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/novo-nuevo.html' title='新增！Novo! Новинка! ¡Nuevo! 新しい!'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=4014956596061870808' title='3 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/4014956596061870808/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4014956596061870808'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4014956596061870808'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-5109756178723419139</id><published>2008-04-15T10:27:00.001-07:00</published><updated>2008-04-15T20:43:20.065-07:00</updated><title type='text'>Visualizing Your Data at Google I/O</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By  Nir Bar-Lev, Product Manager&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p id="f-zi"   style="margin: 0px;  font-variant: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:Verdana;font-size:12px;"&gt;&lt;span id="u7e9"  style="font-size:85%;"&gt;&lt;i id="e0o4"&gt;This post is one in a series that previews Google I/O, our biggest developer event in San Francisco, May 28-29. Over the next two months, we'll be highlighting sessions and speakers  to give Google Code blog readers a better sense of what's in store for you at the event. - Ed.&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;We recently &lt;a title="launched" href="http://google-code-updates.blogspot.com/2008/03/introducing-google-visualization-api.html" id="kgv9"&gt;launched&lt;/a&gt; the &lt;a title="Google Visualization API" href="http://code.google.com/apis/visualization/" id="qg.y"&gt;Google Visualization API&lt;/a&gt;, which lets you access multiple sources of structured data  that you can display with a large number of different visualizations.  The API also provides a platform that can be used to create, share, and reuse visualizations.&lt;br /&gt;&lt;br /&gt;For structured data, a big part in making information useful is enabling the visualization and analysis of the data in various ways and manners so we can gather insights from it.  From the novice user to the highly trained professional, a &lt;a title="chart" href="http://spreadsheets.google.com/pub?key=pCQbetd-CptHq_AmlwWr2Tg" id="ss82"&gt;chart&lt;/a&gt; often provides more insight, faster than any table of data does. Yet the process for matching data to a visualization is still laden with barriers. Integration with specific visualizations is very often an arduous process and finding the right provider of the visual package you need is hard.&lt;br /&gt;&lt;br /&gt;The Google Visualization API aims to solve many of these problems. The API is simple to use, making integration quick and painless.  Its openness makes it appealing because once a visual component is written it can be used on any supported data source.  That means both the visual developer and the data source owner benefit.&lt;br /&gt;&lt;br /&gt;By involving the wider developer community we can create a huge inventory of visual applications that fit every need.  Just a few weeks after launch, developers have already created interesting visualizations like the &lt;a title="piles of money" href="http://spreadsheets.google.com/pub?key=poAg-4S6PGg_gHPK2gCgqMg" id="kzok"&gt;piles of money&lt;/a&gt; gadget, &lt;a title="organizational chart" href="http://spreadsheets.google.com/pub?key=pCQbetd-CptGB9X8jWDRiMQ" id="sp75"&gt;organizational chart&lt;/a&gt; and &lt;a title="motion chart" href="http://spreadsheets.google.com/pub?key=pCQbetd-CptE1ZQeQk8LoNw" id="ytn7"&gt;motion chart&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;At &lt;a title="Google I/O" href="http://code.google.com/events/io" id="hr.2"&gt;Google I/O&lt;/a&gt;, our senior engineers will teach you how to quickly and easily write an application using the Google Visualization API.  We will work together to build a simple gadget and we will go over the the fine issues and potential pitfalls so you can save yourself even more time when you start writing your own applications over the API. &lt;br /&gt;&lt;br /&gt;We also highly recommend you attend the "Advanced Gadget and UI Development Using &lt;span id="yx6l" class="nfakPe"&gt;Google&lt;/span&gt; AJAX APIs" &lt;a title="session" href="http://code.google.com/events/io/sessions.html#AJAX" id="xqik"&gt;session&lt;/a&gt;.  With the combination of the two, you will have the toolset to making world-class visual applications and gadgets. &lt;br /&gt;&lt;br /&gt;We look forward to seeing you at &lt;a title="Google I/O" href="http://code.google.com/events/io/" id="loi1"&gt;Google I/O&lt;/a&gt; in May. In the meantime, come &lt;a title="visit us" href="http://code.google.com/apis/visualization/" id="hi72"&gt;visit us&lt;/a&gt; and join the budding, yet growing &lt;a title="community" href="http://groups.google.com/group/google-visualization-api" id="s.w9"&gt;community&lt;/a&gt; using the API.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/visualizing-your-data-at-google-io.html' title='Visualizing Your Data at Google I/O'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=5109756178723419139' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/5109756178723419139/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/5109756178723419139'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/5109756178723419139'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-4402130179268826052</id><published>2008-04-07T21:10:00.000-07:00</published><updated>2008-04-07T21:26:26.471-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='developer'/><category scheme='http://www.blogger.com/atom/ns#' term='campfire one'/><category scheme='http://www.blogger.com/atom/ns#' term='app engine'/><title type='text'>Google App Engine at Campfire One</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Tom Stocky, Google Developer Products&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We just concluded tonight's &lt;a href="http://code.google.com/campfire/"&gt;Campfire One&lt;/a&gt;, where we launched a &lt;a href="http://appengine.google.com/"&gt;preview release&lt;/a&gt; of Google App Engine, a way for developers to run their web applications on Google's infrastructure.  We're still processing the videos from the event, which will be up shortly.&lt;br /&gt;&lt;br /&gt;To learn more about Google App Engine, check out the &lt;a href="http://code.google.com/appengine/"&gt;documentation&lt;/a&gt; or read the team's announcement on the &lt;a href="http://googleappengine.blogspot.com/2008/04/introducing-google-app-engine-our-new.html"&gt;Google App Engine Blog&lt;/a&gt;.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-app-engine-at-campfire-one.html' title='Google App Engine at Campfire One'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=4402130179268826052' title='3 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/4402130179268826052/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4402130179268826052'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4402130179268826052'/><author><name>Tom Stocky</name><uri>http://www.blogger.com/profile/09392330990200948090</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-3107044381954525194</id><published>2008-04-04T15:03:00.000-07:00</published><updated>2008-04-04T15:06:02.364-07:00</updated><title type='text'>State of Ajax at Google I/O: Performance, Performance, Performance</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;This post is one in a series that previews &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;, our biggest developer event in San Francisco, May 28-29. Over the next two months, we'll be highlighting sessions and speakers  to give Google Code blog readers a better sense of what's in store for you at the event. - Ed.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Ever since Ajax reemerged to create new exciting Web applications, we have seen a lot of growth in the ecosystem. Who would have thought that the universe would have expanded from richer browser applications to mobile, embedded, widgets, and desktop platforms. You can program it all with the same HTML, CSS, and JavaScript that you know and .... maybe love.&lt;br /&gt;&lt;br /&gt;We are excited about what 2008 brings for Ajax applications, and look forward to &lt;a href="http://code.google.com/events/io/sessions.html"&gt;diving into the action with our session&lt;/a&gt; at &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;At its core we seem to have &lt;em&gt;performance&lt;/em&gt; in various very different forms.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Application Speed&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We are seeing a lot of focus on making your applications perform well. With leaders like Steve Souders, we have seen how small tweaks to our front end engineering can leave to an improved perceived performance of our applications, which leads to a better user experience. At Google, I have seen first hand, how important latency is to applications, and I am excited to see this trend expanding to the community as a whole.&lt;br /&gt;&lt;br /&gt;One part of the puzzle is the browser itself. With new browsers such as IE 8, Firefox 3, and Safari 3.1 come improved performance across the board. We can learn how to make the browsers optimize their downloads in parallel, JavaScript and DOM execution speed.&lt;br /&gt;&lt;br /&gt;With some of the features in Gears, such as the Worker Pool, we have also seen significant improvements in performance as you allow the execution to happen outside of the usual browser pipeline.&lt;br /&gt;&lt;br /&gt;Even tests like Acid3 have &lt;a href="http://ln.hixie.ch/?start=1207096078&amp;count=1"&gt;performance benchmarks&lt;/a&gt; built-in.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Productivity&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Shortly after Ajax was coined, we saw a proliferation of Ajax libraries. Most started out as simple wrappers on top of XMLHttpRequest, but they have grown over time to handle cross browser issues (e.g. hide and abstract differences), with lots of work making DOM manipulation easier. The recent trend has been to move to a CSS based model, lead by jQuery, where you attach behaviour all through CSS selectors.&lt;br /&gt;&lt;br /&gt;We have a scientific methodology to determine which library is for you, after extensive research, and just because this is Google I/O do not presume that it always returns GWT!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;User Experience&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The reason that Ajax took off in our minds isn't due to any magic in XHR, but because it brought a revolution to the user experience of Web sites. Suddenly you could build highly interactive applications, instead of the archaic redraw Web. Imagine a desktop application that redrew the entire application every time you caused an event (such as a mouseclick).&lt;br /&gt;&lt;br /&gt;This is where the state of the art continues to thrive. How can we improve the user experience of Web applications? There are many popular applications that showcase new methods, and plenty of bad ones to learn from too.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Standards&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;HTML 5 is moving along nicely. Understanding the parts and pieces to this world is a glimpse at the future. There are many features that have you saying "at last!", and we will delve into all of these.  Gears also fits into the HTML 5 picture, so we can talk to various initiatives in the standards space.&lt;br /&gt;&lt;br /&gt;We hope to get a chance to chat with you at the conference!</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/state-of-ajax-at-google-io-performance.html' title='State of Ajax at Google I/O: Performance, Performance, Performance'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=3107044381954525194' title='3 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/3107044381954525194/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3107044381954525194'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3107044381954525194'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-1002539206631832642</id><published>2008-04-04T10:46:00.000-07:00</published><updated>2008-04-04T10:47:05.297-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google docs'/><category scheme='http://www.blogger.com/atom/ns#' term='Google I/O'/><category scheme='http://www.blogger.com/atom/ns#' term='google gears'/><title type='text'>Behind the scenes of the little green syncing icon at Google I/O</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Steven Saviano, Software Engineer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;This post is one in a series that previews &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt;, our biggest developer event in San Francisco, May 28-29. Over the next two months, we'll be highlighting sessions and speakers  to give Google Code blog readers a better sense of what's in store for you at the event.  - Ed.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Being a UI engineer, I usually expect the features I implement to have a little bit more visual interaction than a little green icon. However, while my team and I were implementing Google Docs Offline, the challenge was just that: how make the offline experience work seamlessly while just adding one icon.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7cyHYEfpRVA"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7cyHYEfpRVA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Building Docs Offline was quite a challenge, and we pushed Gears to its limits to accomplish it. To give an idea of some of the complexities, Google Docs is one application that is comprised of 3 editors (documents, spreadsheets, and presentations) and 1 file management UI running across two domains (docs.google.com and spreadsheets.google.com). The domain challenges alone were significant challenges in our design - we are fully utilizing multiple cross-domain workers to synchronize documents, capture resources, and authenticate users.&lt;br /&gt;&lt;br /&gt;Oh yeah, and did I mention that any of the servers can be running any version of the code and fall over at anytime? &lt;br /&gt;&lt;br /&gt;Getting all of this to "just work" for users was tough, but necessary for a great user experience.&lt;br /&gt;&lt;br /&gt;Wondering how you can take your applications offline? I'll be discussing all these issues in-depth at this year's Google developer conference, Google I/O. Come by and learn how to get your app its very own little green syncing icon.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/behind-scenes-of-little-green-syncing.html' title='Behind the scenes of the little green syncing icon at Google I/O'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=1002539206631832642' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/1002539206631832642/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1002539206631832642'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1002539206631832642'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-801568522636331821</id><published>2008-04-04T08:20:00.000-07:00</published><updated>2008-04-04T08:21:22.715-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='opensocial'/><category scheme='http://www.blogger.com/atom/ns#' term='hackathon'/><title type='text'>This Sunday (6th April): OpenSocial Hackathon in London</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dan Peterson, Product Manager&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;On the heels of &lt;a href="http://www.hi5networks.com/blog/2008/03/hi5.html"&gt;hi5's OpenSocial launch&lt;/a&gt;, this Sunday, the 6th of April, &lt;a href="http://bt.com"&gt;BT&lt;/a&gt; is hosting an OpenSocial Hackathon at &lt;a href="http://maps.google.co.uk/maps?q=Bt+Centre,+81+Newgate+St,+London,+EC1A+7AJ,+UK&amp;sa=X&amp;oi=map&amp;ct=title"&gt;BT Centre in London&lt;/a&gt;. This is an ideal opportunity to &lt;a href="http://code.google.com/apis/opensocial/gettingstarted.html"&gt;get started building apps&lt;/a&gt; with OpenSocial, or come and get a hand with an app you've already built. In addition, you'll be able to talk with engineers from Hyves, MySpace, Netlog, studiVZ, XING, and Google.&lt;br /&gt;&lt;br /&gt;The event will kick off at 11:00am, though doors will open at 10:00am with a light breakfast. Full details are &lt;a href="http://opensocialapis.blogspot.com/2008/04/sundays-opensocial-hackathon-in-london.html"&gt;available here&lt;/a&gt;, or you can directly &lt;a href="http://spreadsheets.google.com/viewform?key=pcWev5qKc2OAGVt4L8UZCXQ"&gt;RSVP here&lt;/a&gt;.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/this-sunday-6th-april-opensocial.html' title='This Sunday (6th April): OpenSocial Hackathon in London'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=801568522636331821' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/801568522636331821/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/801568522636331821'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/801568522636331821'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-3709159742302613732</id><published>2008-04-02T11:27:00.000-07:00</published><updated>2008-04-03T09:54:07.384-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='picasa web'/><category scheme='http://www.blogger.com/atom/ns#' term='podcast'/><category scheme='http://www.blogger.com/atom/ns#' term='google gears'/><title type='text'>Google Developer Podcast: Picasa Web and Google Gears for Mobile</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="padding: 5px; float: right;"&gt;&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;Using iTunes?&lt;/a&gt; &lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;&lt;img src="http://bp1.blogger.com/_fNklLQXNzR8/RmhpjbsSlZI/AAAAAAAAAHo/raNZJqMJz9g/s400/oneclickitunes.jpg" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I had the pleasure of taking a trip back to my home land of England to meet up with the team behind the Google Gears for Mobile product.&lt;br /&gt;&lt;br /&gt;As someone who loves Web development, it is an exciting proposition to be able to use the Web platform to be able to develop applications on the mobile.&lt;br /&gt;&lt;br /&gt;This release enables you to use the Gears 0.3 APIs on Windows Mobile devices. With this new version, not only do you have access to the Database, LocalServer, and WorkerPool APIs, but you can also create desktop shortcuts. Considering the disconnected nature and latency issues inherent to the mobile networks, these APIs allow you to deliver more responsive applications that can hide some of the problems.&lt;br /&gt;&lt;br /&gt;Today, we saw the &lt;a href="http://googlephotos.blogspot.com/2008/03/more-good-news-for-mobile.html"&gt;release of a new mobile version of Picasa Web Albums&lt;/a&gt; that uses these features. I got to sit down with Joe Walnes, tech lead of the mobile Picasa team. Joe and his team built both the Gears-enabled version of Picasa for the phone as well as the iPhone version that allows you to sit on the Tube and still flip through your family photos.&lt;br /&gt;&lt;br /&gt;Joe tells us about his experience building the Gears application.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/QBguV2B16nU"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/QBguV2B16nU" type="application/x-shockwave-flash" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;I have also put together an  &lt;a href="http://google-developer-podcast.googlecode.com/files/gearsmobile.mp3"&gt;audio podcast&lt;/a&gt; consisting of interviews with not only Joe, but other members of the Gears team.&lt;br /&gt;&lt;br /&gt;First, I talk to Charles Wiles, the Product Manager of the Google Gears for Mobile team. He gives us a high level view of the project in general, and this launch in particular. We also discuss the native abilities of Gears on the mobile, widget platforms, and future Gears developments.&lt;br /&gt;&lt;br /&gt;Second, we hear from two engineers on the project, Dave Burke and Andrei Popescu. They go into detail on the platform, how you architect mobile Web applications, how you develop and debug applications, new APIs such as the Location API, and how Android fits in to the picture.&lt;br /&gt;&lt;br /&gt;Finally, we hear again from Joe Walnes.&lt;br /&gt;&lt;br /&gt;I am really excited about the prospect of building rich mobile applications using Web based technology.&lt;br /&gt;&lt;br /&gt;You can &lt;a href="http://google-developer-podcast.googlecode.com/files/gearsmobile.mp3" rel="enclosure"&gt;download the episode directly&lt;/a&gt;, or &lt;a href="http://feeds.feedburner.com/GoogleDeveloperPodcast"&gt;subscribe to the show&lt;/a&gt; (&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=257272708&amp;amp;s=143441"&gt;click here for iTunes one-click subscribe&lt;/a&gt;).</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/google-developer-podcast-picasa-web-and.html' title='Google Developer Podcast: Picasa Web and Google Gears for Mobile'/><link rel='enclosure' type='audio/mpeg' href='http://google-developer-podcast.googlecode.com/files/gearsmobile.mp3' length='19201043'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=3709159742302613732' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/3709159742302613732/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3709159742302613732'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/3709159742302613732'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-7785379432789395577</id><published>2008-04-01T13:32:00.000-07:00</published><updated>2008-04-01T13:54:46.347-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google data apis'/><title type='text'>A patent license just for you</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Jackie Bodine, Google Data APIs Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The goal of the &lt;a href="http://code.google.com/apis/gdata/"&gt;Google Data APIs&lt;/a&gt; is to give developers a consistent (and familiar) way to integrate with Google products. At their heart is &lt;a href="http://tools.ietf.org/html/rfc4287"&gt;Atom &lt;/a&gt;and the &lt;a href="http://tools.ietf.org/html/rfc5023"&gt;Atom Publishing Protocol&lt;/a&gt;, and we've created extensions on top of those open standards to add features like specifying a calendar schema or authentication protocol.&lt;br /&gt;&lt;br /&gt;We've always intended for the Google Data APIs to be open and reusable, and today we've taken an extra step to make that intention clearer.  We're giving a no-charge, royalty-free license to any patents we have that you would need to implement Atom, AtomPub, or any of our extensions. The official way to do this was via an intellectual property disclosure to the IETF and the patent license now linked from the Google Data APIs docs.&lt;br /&gt;&lt;br /&gt;We hope this will encourage sites who want to expose APIs for things like photos, videos, calendar, or contacts to reuse our schemas where they can, rather than reinventing the wheel. Doing so will make it easier for developers who are integrating with multiple sites or porting over an existing app to a new site.&lt;br /&gt;&lt;br /&gt;To learn more, check out the &lt;a href="http://googledataapis.blogspot.com/2008/04/google-data-apis-patent-license.html"&gt;Google Data APIs Blog&lt;/a&gt; or dive into the &lt;a href="http://code.google.com/apis/gdata/patent-license.html"&gt;patent license&lt;/a&gt; itself.  Also, be sure to &lt;a href="http://code.google.com/events/io/"&gt;register for the Google I/O conference&lt;/a&gt;.  I'll be giving a talk there about Google Data APIs, and there will be opportunities for deeper discussions and direct interaction with the engineering team.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/04/patent-license-just-for-you.html' title='A patent license just for you'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=7785379432789395577' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/7785379432789395577/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7785379432789395577'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7785379432789395577'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-8037503170710030090</id><published>2008-03-28T08:35:00.000-07:00</published><updated>2008-03-28T08:41:12.546-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google technoloy user groups'/><category scheme='http://www.blogger.com/atom/ns#' term='events'/><title type='text'>Silicon Valley Google Technology User Group to host maps meeting</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By guest author, Michael "Van" Riper, Silicon Valley Google Technology User Group&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ever wondered how to create maps like this &lt;a href="http://maps.google.com/decision2008"&gt;Primary Election Results Map&lt;/a&gt;, created by Michael Geary? If so, please join us in at the &lt;a href="http://maps.google.com/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=1600+Amphitheatre+Pkwy,+Mountain+View,+CA+94043&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=46.092115,82.265625&amp;amp;ie=UTF8&amp;amp;z=16"&gt;Googleplex&lt;/a&gt; (Bldg 43, main campus, room Tunis) on the evening of April 2nd. Michael will be on hand to show you how. This gathering is being co-hosted by the &lt;a href="http://google-geo-developer-series.googlemashups.com/"&gt;Google GEO Developer Series&lt;/a&gt; and the recently formed &lt;a href="http://sv-gtug.org/"&gt;Silicon Valley Google Technology User Group&lt;/a&gt; (which is not affiliated with Google). A networking hour with food and drinks starting at 5:30pm will be followed by Michael's talk at 6:30pm. Although this is a free event open to all, we do ask that you &lt;a href="http://sv-gtug-4.eventbrite.com/"&gt;register in advance&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;During the evening, we're also inviting community members to come forward and do short (no more than 5 minutes) demos of their own Google GEO applications during the networking hour. If you would like to participate in that way, please &lt;a href="http://sv-gtug.org/contact.html"&gt;contact me&lt;/a&gt;. I'll be coordinating the networking hour demos.  That's all, folks.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/silicon-valley-google-technology-user.html' title='Silicon Valley Google Technology User Group to host maps meeting'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=8037503170710030090' title='2 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/8037503170710030090/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/8037503170710030090'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/8037503170710030090'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-7365020652417583907</id><published>2008-03-26T17:00:00.000-07:00</published><updated>2008-03-26T16:59:23.857-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='picasa'/><category scheme='http://www.blogger.com/atom/ns#' term='photos'/><category scheme='http://www.blogger.com/atom/ns#' term='apis'/><title type='text'>Add your own buttons to Picasa, upload photos all over the Web</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Michael Herf, Photos Team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you've ever wanted to make your favorite software or website work with Google's Picasa software, there's a new &lt;a href="http://code.google.com/apis/picasa/docs/button_api.html"&gt;Picasa Button API&lt;/a&gt; that lets you add your own buttons to the desktop interface.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_QKsE9CsgBoM/R-rM3tV2ynI/AAAAAAAAAH8/kiBmbRj_ppM/dctpqbjb_39fkd9qrqx_b.jpg" /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;The BlogThis! button in Picasa uses these APIs.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;These buttons can send files to other applications on your PC, -- &lt;a href="http://code.google.com/apis/picasa/docs/samples/tutorial.zip"&gt;this tutorial (.zip)&lt;/a&gt; shows how to send files to Adobe Photoshop CS3 -- and they can also upload photos and movies to websites of your choice.&lt;br /&gt;&lt;br /&gt;I'm most excited about our &lt;a href="http://code.google.com/apis/picasa/docs/web_uploader.html"&gt;Web Uploader API&lt;/a&gt;. It uses a protocol we developed for posting photos to Blogger a couple years ago, and it shows a web-based preview of what you're going to upload before you send it. Using the web uploader, you can make user interfaces that feel more like sending an email and less like "Wait an hour to upload..." Picasa can also resize files before sending, saving time. There's some  &lt;a href="http://code.google.com/apis/picasa/docs/samples/hybrid-sample.zip"&gt;sample PHP code (.zip)&lt;/a&gt; to try out.&lt;br /&gt;&lt;br /&gt;Also because these new buttons can be made by anyone, it means that there's no job too small for a Picasa button. You could make a button for your personal blog or for your major photo hosting service. See our &lt;a href="http://www.youtube.com/watch?v=1IGCbH6hLRA"&gt;demo video&lt;/a&gt;, which features Smugmug.&lt;br /&gt;&lt;br /&gt;If you live near Mountain View, California, come out for Thursday's &lt;a href="http://google-code-updates.blogspot.com/2008/03/youtube-picasa-web-albums-apis.html"&gt;Youtube/Picasa Hackathon&lt;/a&gt;.  We'll be showing off examples of these APIs, and answering questions to help you get started with them.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/add-your-own-buttons-to-picasa-upload.html' title='Add your own buttons to Picasa, upload photos all over the Web'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=7365020652417583907' title='5 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/7365020652417583907/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7365020652417583907'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/7365020652417583907'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-6821771404581893335</id><published>2008-03-25T07:00:00.000-07:00</published><updated>2008-03-25T07:24:46.626-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='developer'/><category scheme='http://www.blogger.com/atom/ns#' term='yahoo'/><category scheme='http://www.blogger.com/atom/ns#' term='opensocial'/><category scheme='http://www.blogger.com/atom/ns#' term='myspace'/><category scheme='http://www.blogger.com/atom/ns#' term='apis'/><title type='text'>An OpenSocial Foundation</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By DeWitt Clinton, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Today we are pleased to &lt;a href="http://ycorpblog.com/2008/03/25/announcing-the-opensocial-foundation/"&gt;announce&lt;/a&gt; that Google is joining together with Yahoo! and MySpace in the &lt;a href="http://sites.google.com/a/opensocial.org/opensocial/OpenSocial-Foundation-Proposal"&gt;creation of a non-profit foundation&lt;/a&gt; for the open and transparent governance of the OpenSocial specifications and intellectual property.  This foundation, modeled after the community-led and industry-supported OpenID Foundation, will seek to ensure that the technology behind OpenSocial remains implementable by all, freely and without restriction, in perpetuity.  The establishment of the foundation is a necessary and exciting next step toward an open model for application syndication via an increasingly socially-enabled Internet, and &lt;a href="http://sites.google.com/a/opensocial.org/opensocial/OpenSocial-Foundation-Proposal/Get-Involved"&gt;we invite and encourage your involvement&lt;/a&gt; as we complete this process over the next several months.&lt;br /&gt;&lt;br /&gt;Additionally we are pleased to be a part of the launch of &lt;a href="http://www.opensocial.org/"&gt;opensocial.org&lt;/a&gt;, the new official home for the OpenSocial specifications and developer community.  While we are still in the early stages of putting the new site together, we wanted to open the site and the process immediately for community feedback and review.&lt;br /&gt;&lt;br /&gt;So please join us, Yahoo!, MySpace, and all of the other OpenSocial containers and application providers, in extending a warm welcome to the community in a spirit of collaboration and rapid iteration, as we move forward with the establishment of the OpenSocial Foundation and look ahead to the continued growth of the social web.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/opensocial-foundation.html' title='An OpenSocial Foundation'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=6821771404581893335' title='4 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/6821771404581893335/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/6821771404581893335'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/6821771404581893335'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-4549134235024258</id><published>2008-03-21T15:00:00.000-07:00</published><updated>2008-03-21T15:01:20.811-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='weekly roundup'/><category scheme='http://www.blogger.com/atom/ns#' term='code review'/><title type='text'>The Code Review: Ajax APIs galore, YouTube, and some I/O</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Dion Almaer, Google Developer Programs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I got to meet developers in Colorado this week. Working from the Google Boulder office with its fun climbing wall (*so* Boulder) was a treat, and there were several API announcements that were really exciting.&lt;br /&gt;&lt;br /&gt;First of all we had the &lt;a href="http://apiblog.youtube.com/2008/03/something-to-write-home-about.html"&gt;YouTube API update&lt;/a&gt;. The new APIs for YouTube are very broad. Not only do you have new access via AtomPub (e.g. to upload), but you can now have fantastic control of the player with a very simple JavaScript API.&lt;br /&gt;&lt;br /&gt;In a matter of minutes I was &lt;a href="http://almaer.com/ytranscript/"&gt;able to create a simple HTML little language&lt;/a&gt; that allows me to annotate my YouTube videos with a table of contents that jump to the correct place.&lt;br /&gt;&lt;br /&gt;To listen to the great new features, listen in below:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/u1zgFlCw8Aw"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/u1zgFlCw8Aw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Then we had the rash of new AJAX APIs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://googleajaxsearchapi.blogspot.com/2008/03/introducing-ajax-language-api-tools-for.html"&gt;Google AJAX Language API&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;The AJAX Search and Feeds team is happy to announce a new member to their API family -- the Language API.  This new API boasts two functions, language translation and language detection - which cover &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#SupportedLanguages"&gt;13 languages&lt;/a&gt; and &lt;a href="http://code.google.com/apis/ajaxlanguage/documentation/#SupportedPairs"&gt;29 translation pairs&lt;/a&gt;.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;All this with a couple of simple JavaScript calls such as this:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;google.language.translate('Gato', 'es', 'en', function(result) {&lt;br /&gt;  alert(result.translation);&lt;br /&gt;});&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a href="http://googleajaxsearchapi.blogspot.com/2008/03/introducing-latest-ajax-api-google.html"&gt;Google Visualization API&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;We are excited to launch the Google Visualization API, a new API designed for visualizing structured data. The API adds the ability to send queries to data sources and process the response. The first data source that already supports this API is Google Spreadsheets. We are also launching a set of visualization gadgets that use this API.&lt;br /&gt;&lt;br /&gt;With this API, you can read data from a data source that supports the API. You can read an entire table, or you can run a query on the data source using the API's query language. The query response is an easy to process data table designed to simplify data visualization. It includes both the underlying values and the formatted values, column types, headers and more.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Staying with visualization and charting... we had a great response to the initial Google Chart API launch, and the team came back with &lt;a href="http://google-code-updates.blogspot.com/2008/03/new-features-for-google-chart-api.html"&gt;new features&lt;/a&gt; allowing very cool new graph types, and &lt;a href="http://google-code-updates.blogspot.com/2008/03/lifting-limit-on-calls-to-google-chart.html"&gt;lifting the limits on chart calls&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;All of these APIs share the same property of doing their thing very well, and providing a simple API to the developer. I hope you will agree, and if not, let us know what you need!&lt;br /&gt;&lt;br /&gt;In the land of Google Gears, a couple of external libraries were features. Malte Ubl provided a nice little &lt;a href="http://gearsblog.blogspot.com/2008/03/cross-domain-messaging-with-gears.html"&gt;abstraction for cross domain messaging&lt;/a&gt; which uses HTML 5 postMessage(), else Gears, else a browser hack to make the beast work on all browsers.&lt;br /&gt;&lt;br /&gt;That is for Worker pools, and with the Database API we saw Aptana releasing an update to their server-side JavaScript database API allowing you to use the &lt;a href="http://gearsblog.blogspot.com/2008/03/gears-database-api-and-aptana-jaxer.html"&gt;Gears API on the server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Google Code itself got some love. We have improved performance on the site and &lt;a href="http://google-code-updates.blogspot.com/2008/03/how-we-improved-performance-on-google.html"&gt;Jacob Moon shared how we did so&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Then we added an &lt;a href="http://googledataapis.blogspot.com/2008/03/what-you-code-is-what-you-get-new.html"&gt;interactive developer guide&lt;/a&gt; that allows you to try code on the fly as you go through the GData JavaScript API. It feels good to be able to massage and play as you go.&lt;br /&gt;&lt;br /&gt;Finally, we &lt;a href="http://google-code-updates.blogspot.com/2008/03/announcing-google-io.html"&gt;announced Google I/O&lt;/a&gt; which is "a two day developer gathering on May 28th &amp; 29th in San Francisco. The purpose of the event is to bring developers together to learn about products, tools, and techniques which are moving the web forward as a platform." If you would like to mingle and join Google engineers, and other Web luminaries as we discuss how to move the Web forward, &lt;a href="https://www.weboom.com/sparks/google_io/forms/"&gt;join us&lt;/a&gt;!</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/code-review-ajax-apis-galore-youtube.html' title='The Code Review: Ajax APIs galore, YouTube, and some I/O'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=4549134235024258' title='2 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/4549134235024258/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4549134235024258'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/4549134235024258'/><author><name>Dion Almaer</name><uri>http://www.blogger.com/profile/05217443551408401547</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-2564877894283777395</id><published>2008-03-20T13:45:00.000-07:00</published><updated>2008-03-20T13:53:55.426-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='developer'/><category scheme='http://www.blogger.com/atom/ns#' term='google chart api'/><category scheme='http://www.blogger.com/atom/ns#' term='apis'/><title type='text'>New features for the Google Chart API</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Marcus Boerger, Software Engineer, Chart API team&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Many of the features you've requested via &lt;a href="http://groups.google.com/group/google-chart-api"&gt;Google Chart API forum&lt;/a&gt; are now live in the &lt;a href="http://code.google.com/apis/chart/"&gt;Google Chart API&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Easily create &lt;a href="http://code.google.com/apis/chart/#sparkline"&gt;Sparklines&lt;/a&gt; (&amp;amp;cht=ls) without having to manipulate other kinds of graphs. &lt;p&gt;&lt;img src="http://chart.apis.google.com/chart?chs=150x40&amp;amp;cht=ls&amp;amp;chco=0077CC&amp;amp;chm=B,E6F2FA,0,0,0&amp;amp;chls=1,0,0&amp;amp;chd=t:27,25,25,25,25,27,100,31,25,36,25,25,39,25,31,25,25,25,26,26,25,25,28,25,25,100,28,27,31,25,27,27,29,25,27,26,26,25,26,26,35,33,34,25,26,25,36,25,26,37,33,33,37,37,39,25,25,25,25" alt="sparkline" style="margin: 5px; width: 150px;" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Support for &lt;a href="http://code.google.com/apis/chart/#radar"&gt;Radar charts&lt;/a&gt; (&amp;amp;cht=r or &amp;amp;cht=rs) to display data in a polar coordinate system. &lt;p&gt;&lt;img src="http://chart.apis.google.com/chart?cht=r&amp;amp;chs=160x160&amp;amp;chd=t:77,66,15,0,31,48,100,77%7C20,36,100,2,0,100&amp;amp;chco=FF0000,FF9900&amp;amp;chls=2.0,4.0,0.0%7C2.0,4.0,0.0&amp;amp;chxt=x&amp;amp;chxl=0:%7C0%7C45%7C90%7C135%7C180%7C225%7C270%7C315&amp;amp;chxr=0,0.0,360.0&amp;amp;chg=25.0,25.0,4.0,4.0&amp;amp;chm=B,FF000080,0,1.0,5.0%7CB,FF990080,1,1.0,5.0" alt="radar chart" style="width: 160px;" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;A new &lt;a href="http://code.google.com/apis/chart/#maps"&gt;Map chart&lt;/a&gt; type (&amp;amp;cht=t) which makes it easy to colour countries and regions according to your data. &lt;p&gt;&lt;img src="http://chart.apis.google.com/chart?cht=t&amp;amp;chtm=europe&amp;amp;chs=220x110&amp;amp;chd=s:AERAOdAAcAAAAAAAEAAAAAo9ABAAI6AAAJBJGAQAAGBXAAAAADAABAAPI&amp;amp;chco=f5f5f5,edf0d4,c9dba3,a6c27d,6c9642,365e24,13390a&amp;amp;chls=1,4,0&amp;amp;chld=GGATSEADBEESALRSNLYUCSMTCYBGLVRUFISJMKAXLULIFRDEIMGRSMROCHGBGIISBYDKSICZSKBAPTMDMENOEEPLSUVAFXFOMCIEUAJEHRDDLTITHU&amp;amp;chf=bg,s,EAF7FE" alt="thematic map of europe" style="width: 220px;" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Some other changes we've made: &lt;ul&gt;&lt;li&gt;Added scaling for text encoded data&lt;/li&gt;&lt;li&gt;Added support for negative numbers on bar charts&lt;/li&gt;&lt;li&gt;Added ability to draw data lines on bar charts&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;You can read more about all of this -- plus the fact that we've lifted the 50,000 queries per day limit -- on the &lt;a href="http://code.google.com/apis/chart/"&gt;Chart API site&lt;/a&gt;.  And special thanks to our &lt;a href="http://www.google.ch/support/jobs/bin/answer.py?answer=66457&amp;amp;query=technical+writer&amp;amp;topic=&amp;amp;type=technical+writer" id="vy8n" title="Technical Writer"&gt;Technical Writer&lt;/a&gt; Lesley Burr, who put together this documentation in her 20% time.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/new-features-for-google-chart-api.html' title='New features for the Google Chart API'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=2564877894283777395' title='0 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/2564877894283777395/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/2564877894283777395'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/2564877894283777395'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-1856857038650781369</id><published>2008-03-19T08:55:00.000-07:00</published><updated>2008-03-19T09:01:24.086-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='visualization'/><category scheme='http://www.blogger.com/atom/ns#' term='apis'/><title type='text'>Introducing the Google Visualization API</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Nir Bar-Lev, Product Manager&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We spend a fair amount of time on data display and visualization projects at Google, and we have found that the "last mile" of these projects tend to become full projects in and of themselves.&lt;br /&gt;&lt;br /&gt;Thus when we acquired &lt;a href="http://www.gapminder.org/" title="Gapminder"&gt;Gapminder&lt;/a&gt; last year, we were excited by the opportunity to use Gapminder's powerful visualization techniques to bring new life and usefulness to Google datasets.   And we were not alone -- the web is home to a vibrant community of developers who build amazing visualization applications.&lt;br /&gt;&lt;br /&gt;With the community in mind, we're please to introduce the &lt;a title="Google Visualization API" href="http://code.google.com/apis/visualization" target="_blank"&gt;Google Visualization API&lt;/a&gt;, which is designed to make it easier for a wide audience to make use of advanced visualization technology, and do so in a way that makes it quick and easy to integrate with new visualizations.&lt;br /&gt;&lt;br /&gt;There are a two key elements here: simplicity and ubiquity. We hope we nailed the first, but of course we want to hear &lt;a href="http://groups.google.com/group/google-visualization-api"&gt;your feedback&lt;/a&gt; on that.  The second will take more time, but we hope we're on the right path.  We're releasing this API at an early stage so we can get continuous feedback and be sure we're building it the right way.&lt;br /&gt;&lt;br /&gt;This launch is in tandem and in cooperation with the Google Docs team, who &lt;a href="http://googledocs.blogspot.com/2008/03/collaboration-goes-one-level-deeper.html"&gt;just announced&lt;/a&gt; support for gadgets and the Visualization API in spreadsheets. This includes a set of gadgets created by Google and several other companies, including some that add pivoting, grouping, and other new functionality to your spreadsheets.  You can see all of those in our 'featured' list within the &lt;a href="http://code.google.com/apis/visualization/documentation/gadgetgallery.html"&gt;visualization gallery&lt;/a&gt;, which includes the &lt;a href="http://www.google.com/ig/directory?url=www.google.com/ig/modules/motionchart.xml"&gt;Gapminder Motion Chart&lt;/a&gt; that has proven especially popular among within Google.&lt;br /&gt;&lt;br /&gt;We hope you're as excited about the Google Visualization API as we are -- please be sure to &lt;a href="http://groups.google.com/group/google-visualization-api"&gt;tell us what you think&lt;/a&gt;.   We'll also be at &lt;a href="http://code.google.com/events/io/"&gt;Google I/O&lt;/a&gt; on May 28-29 for deeper discussions about the API or visualization techniques in general.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/introducing-google-visualization-api.html' title='Introducing the Google Visualization API'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=1856857038650781369' title='2 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/1856857038650781369/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1856857038650781369'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/1856857038650781369'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry><entry><id>tag:blogger.com,1999:blog-11300808.post-2303878455473880776</id><published>2008-03-18T13:29:00.000-07:00</published><updated>2008-03-18T13:32:50.572-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='code for educators'/><category scheme='http://www.blogger.com/atom/ns#' term='education'/><title type='text'>Google Code University: CS Educational Materials</title><content type='html'>&lt;span style="font-style: italic;" class="byline-author"&gt;By Noel Gorelick, Software Engineer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Last summer we &lt;a href="http://googleblog.blogspot.com/2007/07/computer-science-resources-for.html" id="r.wh" title="launched"&gt;launched&lt;/a&gt; a site aimed to help educators and students alike become more familiar with the technology behind Google and the massive internet in general. Recently, we've redesigned that site and given it a fresh name: welcome &lt;a href="http://code.google.com/edu/"&gt;Google Code University&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Google Code University is a growing repository of computer science educational material including tutorials, lecture slides, and videos. Since the initial launch last summer, we've added a lot of new content -- for example, a few months ago we &lt;a href="http://google-code-updates.blogspot.com/2007/09/uw-and-google-teaching-in-parallel.html" id="h6qc" title="blogged"&gt;blogged&lt;/a&gt; about course material that the University of Washington developed with us on &lt;a href="http://code.google.com/edu/parallel/index.html#content" id="s.fk" title="large-scale, distributed computing"&gt;large-scale distributed computing&lt;/a&gt;. Recently, we've added tutorials on &lt;a href="http://code.google.com/edu/tools101/mysql.html" id="w030" title="MySQL"&gt;MySQL&lt;/a&gt; and &lt;a href="http://code.google.com/edu/tools101/scm.html" id="adjz" title="Subversion"&gt;Subversion&lt;/a&gt;. And there's a new series of lectures from an introductory &lt;a title="web programming class" href="http://code.google.com/edu/submissions/uwspr2007_webprogramming/listing.html" id="yqs5"&gt;web programming class&lt;/a&gt;  taught at the University of Washington.  The site's still growing, and we'll keep adding more content in the coming months.&lt;br /&gt;&lt;br /&gt;Most importantly, most of the course materials are Creative Commons licensed, so we encourage educators and students to reuse and build upon them. If you have questions, comments, or materials you'd like to share, please visit the &lt;a href="http://groups.google.com/group/Google-Code-for-Educators" id="nxy5" title="Code for Educators forum"&gt;forum&lt;/a&gt;.  We'd love to hear your feedback and have you contribute to the site.</content><link rel='alternate' type='text/html' href='http://google-code-updates.blogspot.com/2008/03/google-code-university-cs-educational.html' title='Google Code University: CS Educational Materials'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11300808&amp;postID=2303878455473880776' title='1 Comments'/><link rel='replies' type='application/atom+xml' href='http://google-code-updates.blogspot.com/feeds/2303878455473880776/comments/default' title='Post Comments'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/2303878455473880776'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11300808/posts/default/2303878455473880776'/><author><name>DeWitt Clinton</name><uri>http://www.blogger.com/profile/02207868496894402347</uri><email>noreply@blogger.com</email></author></entry></feed>