Google Picasa Desktop Application
Recently I have been developing a small windows application which interacts with the Picasa Web Albums Data API. Development has been in the C# programming language using Windows Forms as the GUI. The application allows a user to view/upload/download and search for public photos from the Google Picasa Web-service all from their desktop. Read more…




As most of the applications that I have developed have consisted of interacting with Google’s web-services via their API, I thought I would describe what underlying protocol the Google API is based on. Hopefully this post will try to explain this. Read more…

I have been developing a WPF application which allows a user to view/export and upload documents into their Google Docs account. Using the Google Docs .NET SDK, I was able to develop a WPF application from scratch. After the jump some code snippets and screen-shots of the application.
Read more…