About Gary Burge
I am an experieced web programmer, techno-activist, romantic idealist, who never quite left the sixties, even though I became quite successful in the Internet space.
My business philosphy is different now than when I toiled in the bigco world. About a decade ago I experienced a life-altering epiphany: I was sacrificing my personal life and health to feed a corporate monster.
More...
Categories
- Art (1)
- General (228)
- New Technologies (9)
- Politics (7)
- Strange (1)
- videos (4)
- Windows Annoyances (1)
Tag Cloud
aberdeen proving grounds ASP.Net Barack Obama cell phone connectors cell phone standards CodeIgniter Facebook Fun Google GTD Hillary Clinton homeland security Javascript libraries Jeff Pulver John Edwards John McCain joppatowne jQuery Marketing Microsoft Music music videos nomadic workers personal branding political blogs Politics programming Ron Paul Sarah Palin social identity SocialNetworking spy high Twitter us politics videos Warning Signs WordPress WordPress 2.3 WordPress category to tags WordPress tag clouds WordPress tagging working alone Yahoo YouTube Zoho
Full read/write access to Google Calendar
With the Social Network Bill of Rights movement championing full access to personal data stored on social networking sites, it is heartening to see major players like Google opening up the data silos.
Jun Yang at the Google Data APIs Blog and Dion Almaer at the Google Code Blog have announced GData JavaScript Client Library for Calendar, a new client-side Javascript library that allows two-way, authenticated access to Google Calendar events without server-side proxies.
What this means is that any web application can read an event from Upcoming, let’s say, and (with your AuthSub authrorization), create a Google Calendar event for you. A little Javascript to read Upcoming’s REST API, a little jQuery drag-and-drop onto a Calendar AJAX object, and Wam Bam, you’ve dragged data from Yahoo and dropped it onto Google. All without any round trips to the originating server.
Think FaceBook applications. Then think about them interacting with one another — without them bogging down on some developer’s rented web host.
The library documentation has some interesting samples to get you started.
Dion Almaer interviewed Jun Yang explaining how the code uses nested iframes to “legally” perform cross-domain AJAX accesses. That video is below.