| |
http://hex-dump.blogspot.com/2006/08/agile-investigation-of-gdata-client.html
Download the Google GDATA client and unarchive the contents. Find Google.GData.Client.dll and copy it to the directory you will using for this project. One of the powerful things you gain from using a dynamic interpreted language for ... 'AtomPersonCollection', 'AtomPersonConverter', 'AtomPersonType', 'AtomSource', 'AtomSourceConverter', 'AtomTextConstruct', 'AtomTextConstructConverter', 'AtomTextConstructElementType', 'AtomTextConstructType', 'AtomUri', ...
|
http://osdir.com/ml/youtube-api-gdata/2010-06/msg00394.html
Dim atomConstruct As New Google.GData.Client.AtomTextConstruct atomConstruct.Text = strTitle playlistEntry.Title = atomConstruct playlistEntry.Private = True
|
http://mytechexplorations.blogspot.com/2011/05/access-google-public-calender-and.html
GData.Calendar; using Google.GData.Client; using Google.GData.Extensions;. To access contacts from Google APIs. To access contacts though google APIs, project should have reference of. usingGoogle.GData.Contacts; using Google.GData ... Google.GData.Calendar.EventEntry entry = newGoogle.GData.Calendar.EventEntry();. entry.Title = newAtomTextConstruct(. AtomTextConstructElementType.Title,. title);. entry.Authors.Add(newAtomPerson(AtomPersonType.
|
http://blog.gmane.org/gmane.org.google.api.calendar/month=20060801
Google.GData.Client.AtomTextConstruct(Google.GData.Client.AtomTextConstructElementType.Title , Title) entry.Authors.Add(New Google.GData.Client.AtomPerson(Google ...
|
http://www.youtube.com/watch?v=LylqmRAWZQg
This is the Beretta Px4 storm 9mm pistol. feels better than a glock in your hands and less recoil as well... I have to say i like the way this gun looks too.
|
http://www.youtube.com/watch?v=jZUe-B1-vy8
Glock 26 and Glock 19 review, why I picked 9mm, why I picked the 26 and 19, why you should keep your controls stock on a CCW Glock.
|
http://osdir.com/ml/youtube-api-gdata/2010-06/msg00398.html
Dim atomConstruct As New Google.GData.Client.AtomTextConstruct atomConstruct.Text = strTitle playlistEntry.Title = atomConstruct playlistEntry.Private = True
|
http://www.mailinglistarchive.com/html/youtube-api-gdata@googlegroups.com/2010-06/msg00448.html
... Google.YouTube.YouTubeRequest(ytRequestSettings) > > Dim playlistEntry As New PlaylistEntry() > Dim atomConstruct As New Google.GData.Client.AtomTextConstruct ...
|
http://quickbloggingmoney.blogspot.com/2011/03/youtube-api-503-error-started-recently.html
[10:36:00:4087] - Google.GData.YouTube.YouTubeEntry ... is persistable: True [10:36:00:4347] - Entering save inner XML on AtomEntry [10:36:00:4357] - Saving Title: [10:36:00:4377] - Google.GData.Client.AtomTextConstruct ...
|
http://quickbloggingmoney.blogspot.com/2011/03/youtube-api-re-503-error-started.html
GData.YouTube.YouTubeEntry ... is persistable: True > [10:36:00:4347] - Entering save inner XML on AtomEntry > [10:36:00:4357] - Saving Title: > [10:36:00:4377] - Google.GData.Client.AtomTextConstruct ... is persistable: ...
|
http://out-web.blogspot.com/2008/05/custom-cmdlets-part-two.html
Text; using System.ComponentModel; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.IO; using System.Net; using System.Security; using Google.GData.Client; namespace CustomCmdlets { [Cmdlet( "Post", "Blogger", SupportsShouldProcess = true )] .... Title = new AtomTextConstruct( AtomTextConstructElementType.Title, title ); post.Content = new AtomContent(); post.Content.Type = "html"; post.Content.
|