Tuesday, June 23, 2009


All For Good : From Google!


While many organizations are doing great work to enable community service locally, it's not simple to search across opportunities from a variety of places to find what's right for you. We have some experience finding relevant information from among many scattered sources, and when we learned that President Obama and the First Lady were making community service a top priority even before taking office, we thought we could help make a difference.

With our mission in mind, a group of "20%" engineers, designers, and program managers from Google and other tech companies began work on All for Good, a new service to help you find volunteer events in your community, and share those events with your friends.

All for Good provides a single search interface for volunteer activities across many major volunteering sites and organizations like United Way, VolunteerMatch, HandsOn Network andReach Out and Read. By building on top of the amazing efforts of existing volunteer organizations like these, we hope to amplify their efforts.


And in the spirit of open data, All for Good has a data API that anyone can use to search the same data displayed on the All for Good site. All for Good was developed entirely using App Engine and Google Base, with the full code repository hosted on Google Code Hosting. We'll be inviting developers to contribute to the open source application soon, so stay tuned.

Just as releasing the Maps API led to an surge of independent and creative uses of geographic information, we've built All for Good as a platform to encourage innovation in volunteerism, as much as an end product in itself. We hope software developers will use the API or code to build their own volunteering applications, some even better than the All for Good site!

And if you want to volunteer your video-creating skills to make a difference, check outYouTube Video Volunteers, a new platform designed to make connections between non-profits with video needs and skilled video makers who can help broadcast their causes through video.

All for Good is a new kind of collaboration between the private, public and nonprofits sectors to build free and open technology to empower citizens. Similar to the Open Social Foundation, we helped create a new organization called Our Good Works to make sure that the API, the platform, and social innovation that they inspire are supported for the long term. The leadership includes Reid Hoffman, Chris DiBona, Arianna Huffington and Craig Newmark on the board, and the organization aims to build support volunteerism services like All for Good.

Today the First Lady is in San Francisco calling on Americans to improve our communities by rolling up our sleeves and putting our time and talent towards doing good. You can learn more at serve.gov, where we're proud to power search.

--------------------------------------------

[18 May 2006 on Google Blog] Google's "20 percent time" in action


I love what I do (I work for Google's Partner Solutions Organization, writing internal programs and tools to help better manage our partner relationships--check out our job listings), but Google's "20 percent time" recently came in handy. The 20 percent time is a well-known part of our philosophy here, enabling engineers to spend one day a week working on projects that aren't necessarily in our job descriptions. You can use the time to develop something new, or if you see something that's broken, you can use the time to fix it. And this is how I recently worked up a new feature for Google Reader.

I really like the keyboard shortcuts in Gmail, and they work in Reader too. But when using Reader, I found myself wanting to skip whole sections of stories, and I was wearing out my "N" key (which moves the browser down one item). There are buttons on the screen to scroll up and down a whole page at a time, but I thought it would be nice to have a keyboard shortcut too. I could have hacked something together with Greasemonkey or a Firefox extension, but that would've only helped me and the three other people who read my blog.

So I fired off an email to the Reader team, hoping that they'd be able to add a keyboard shortcut. The team got back to me right away, and they told me how easy it would be to add the shortcut myself. They were right--it was easy, because the internal documentation was good and the code was really easy to work with. Once my change had been reviewed, it went live.

And I have to admit--every time I use the new shortcut ("shift" and "N"), I get a little thrill at how easily I was able to get my idea implemented.