<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with API</title>
    <description>the latest stories tagged with 'API' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>ASP.NET Chart with MVC and Google Spreadsheet API</title>
      <description>Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API.

It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2faspnet-chart-mvc-google-spreadsheet-api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2faspnet-chart-mvc-google-spreadsheet-api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Chart_with_MVC_and_Google_Spreadsheet_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Chart_with_MVC_and_Google_Spreadsheet_API</guid>
      <pubDate>Tue, 10 Feb 2009 22:46:17 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Facebook Developer Toolkit 2.0</title>
      <description>The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</guid>
      <pubDate>Sat, 15 Nov 2008 04:46:05 GMT</pubDate>
    </item>
    <item>
      <title>AlphaVSS 0.7.0  - Bringing the Volume Shadow Copy Service to .NET</title>
      <description>AlphaVSS is an open source library that provides a managed .NET interface to the Windows Volume Shadow Copy Service, making it possible to conveniently access and use the VSS API from within eg. C# or VB. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alphaleonis.com%2f2008%2f08%2falphavss-070-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alphaleonis.com%2f2008%2f08%2falphavss-070-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/AlphaVSS_0_7_0_Bringing_the_Volume_Shadow_Copy_Service_to_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/AlphaVSS_0_7_0_Bringing_the_Volume_Shadow_Copy_Service_to_NET</guid>
      <pubDate>Mon, 25 Aug 2008 06:32:45 GMT</pubDate>
    </item>
    <item>
      <title>Linq Framework Design Guidelines - evolve into optimized frameworks</title>
      <description>This is from the team that brought you 'Framework Design Guidelines' led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example : 

defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.domaindotnet.com%2f2008%2f07%2f27%2flinq-framework-design-guidelines-great-content-from-the-upcoming-book%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_Framework_Design_Guidelines_evolve_into_optimized_frameworks</guid>
      <pubDate>Thu, 31 Jul 2008 00:08:03 GMT</pubDate>
    </item>
    <item>
      <title>Quick and dirty reporting with the Google Chart API</title>
      <description>A quick example of how to quickly create a graphical report using the Google chart API, and driven off of your database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fquick-and-dirty-reporting-with-the-google-chart-api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fquick-and-dirty-reporting-with-the-google-chart-api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Quick_and_dirty_reporting_with_the_Google_Chart_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Quick_and_dirty_reporting_with_the_Google_Chart_API</guid>
      <pubDate>Fri, 09 May 2008 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>GDI+ painting basics</title>
      <description>The core of GDI+ is the Graphics class which draws all the needed lines, curves, shapes, text and images. The Graphics class encapsulates a GDI+ drawing surface, which can be a window or print document. You paint on this drawing surface using a combination of the methods the Graphics class provides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-painting-basics.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-painting-basics.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/GDI_painting_basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/GDI_painting_basics</guid>
      <pubDate>Thu, 17 Apr 2008 02:21:20 GMT</pubDate>
    </item>
    <item>
      <title>GDI+ Windows rendering API</title>
      <description>Microsoft GDI+ is a part of Windows XP/Server 2003 operating system that provides 2D vector-based graphics, imaging and typography. GDI+ is an improved version of the old GDI (Graphics Device Interface), which is part of previous Windows versions. The GDI+ programming model has been revised to make graphics programming easier and more flexible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-windows-rendering-api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-windows-rendering-api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/GDI_Windows_rendering_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/GDI_Windows_rendering_API</guid>
      <pubDate>Mon, 07 Apr 2008 01:24:15 GMT</pubDate>
    </item>
    <item>
      <title>FriendFeed API now available!</title>
      <description>&amp;quot;All requests to the FriendFeed API are simple HTTP GET and POST requests. For example, you can fetch the JSON version of the most recent 30 public entries published to FriendFeed by fetching http://friendfeed.com/api/feed/public.

All of the API requests that output feeds are available in four formats: JSON, a simple form of XML, RSS 2.0, and Atom 1.0. JSON is the default output format. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffriendfeed.com%2fapi%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffriendfeed.com%2fapi%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/FriendFeed_API_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/FriendFeed_API_now_available</guid>
      <pubDate>Wed, 26 Mar 2008 14:02:47 GMT</pubDate>
    </item>
    <item>
      <title>Add System Menu Items to a Form using Windows API</title>
      <description>This is something I used to have a code snippet for in VB6, but I haven't needed to do this in a while so I never wrote up an example in .NET. So, here's the simple code necessary to add some custom menu items to your applications System Menu. If you're not familiar, the System Menu is the menu that shows up if you click on the apps icon in the upper left or if you right click the app in the taskbar. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f03%2fAdd-System-Menu-Items-to-a-Form-using-Windows-API.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f03%2fAdd-System-Menu-Items-to-a-Form-using-Windows-API.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Add_System_Menu_Items_to_a_Form_using_Windows_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Add_System_Menu_Items_to_a_Form_using_Windows_API</guid>
      <pubDate>Wed, 05 Mar 2008 08:43:07 GMT</pubDate>
    </item>
    <item>
      <title>New and Updated Live API's for Web Developers</title>
      <description>A series of new or updated API's that developers can use for building web applications are available from the Windows Live Dev site. The new services and API's are listed below. Go to Dave Treadwell's post to read about them in more detail. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f02%2f28%2fnew-and-updated-live-api-s-for-web-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f02%2f28%2fnew-and-updated-live-api-s-for-web-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_and_Updated_Live_API_s_for_Web_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_and_Updated_Live_API_s_for_Web_Developers</guid>
      <pubDate>Tue, 04 Mar 2008 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Google Chart C# API</title>
      <description>Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Google_Chart_C_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Google_Chart_C_API</guid>
      <pubDate>Tue, 05 Feb 2008 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Using the Flickr.net Api on a medium trust server</title>
      <description>I noticed a lot of people are having trouble running the Flickr.net Api from Codeplex on a medium trust host. Here's the answer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vdcruijsen.net%2fpost%2f2007%2f12%2fUsing-the-Flickrnet-Api-on-a-medium-trust-server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vdcruijsen.net%2fpost%2f2007%2f12%2fUsing-the-Flickrnet-Api-on-a-medium-trust-server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_Flickr_net_Api_on_a_medium_trust_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_Flickr_net_Api_on_a_medium_trust_server</guid>
      <pubDate>Mon, 31 Dec 2007 21:01:18 GMT</pubDate>
    </item>
    <item>
      <title>Querying YouTube using C# and Google Data Client Libraries</title>
      <description>Querying YouTube using C# and Google Data Client Libraries with example code to download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotneat.net%2f2007%2f12%2f20%2fQueryingYoutubeAPIUsingC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotneat.net%2f2007%2f12%2f20%2fQueryingYoutubeAPIUsingC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Querying_YouTube_using_C_and_Google_Data_Client_Libraries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Querying_YouTube_using_C_and_Google_Data_Client_Libraries</guid>
      <pubDate>Sat, 22 Dec 2007 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Another Asp.Net Control for Google Charts</title>
      <description>I realize that I am not the first or only one to get the idea to create a Google chart Asp.Net control, but since my approach is so different, I figured I would go ahead and submit my own. Plus, this has many more features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2007%2f12%2f09%2faspnet-control-for-google-charts%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2007%2f12%2f09%2faspnet-control-for-google-charts%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Another_Asp_Net_Control_for_Google_Charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Another_Asp_Net_Control_for_Google_Charts</guid>
      <pubDate>Sun, 09 Dec 2007 15:45:53 GMT</pubDate>
    </item>
    <item>
      <title>Google Charts API: an ASP.NET 2.0 Server Control </title>
      <description>I decided to code up a small ASP.NET Server Control that uses the Google Chart API to put simple line graph charts on a page. This control exposes a subset of the Google Chart API to create Line Graph charts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1429"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1429" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Google_Charts_API_an_ASP_NET_2_0_Server_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Google_Charts_API_an_ASP_NET_2_0_Server_Control</guid>
      <pubDate>Sat, 08 Dec 2007 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Windows Live API Poster</title>
      <description>Windows Live API Poster &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdev.live.com%2fimg%2fwlp-mix.pdf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdev.live.com%2fimg%2fwlp-mix.pdf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Windows_Live_API_Poster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Windows_Live_API_Poster</guid>
      <pubDate>Sat, 08 Dec 2007 00:31:39 GMT</pubDate>
    </item>
    <item>
      <title>Free Google Charts API Released</title>
      <description>I'm not sure if this is .NET related enough, but it's got the potential to be very useful for any web development.  You just pass the data and chart parameters on the QueryString and it returns a PNG with your chart.  Pretty nifty. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fapis%2fchart%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fapis%2fchart%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Free_Google_Charts_API_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Free_Google_Charts_API_Released</guid>
      <pubDate>Fri, 07 Dec 2007 19:46:05 GMT</pubDate>
    </item>
    <item>
      <title>More Facebook Application Development Tips</title>
      <description>When making service calls in Facebook.NET, leave the "field" specification null, Get a Facebook Application Test Account, Improve Response Time with Facebook Modal Dialogs by 99%, Experiment with Facebook JavaScript (FBJS), and Create "Debugging" and "Live" Versions of your Application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d214"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxninja.com%2f%3fp%3d214" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_Facebook_Application_Development_Tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_Facebook_Application_Development_Tips</guid>
      <pubDate>Wed, 10 Oct 2007 21:14:45 GMT</pubDate>
    </item>
    <item>
      <title>How To: eBay API (German)</title>
      <description>A simple description how to use the eBay API. 

In dt.:
Eine einfache Beschreibung wie man mit der eBay API arbeitet. Es gibt noch weitere 2 Teile, welche jeweils eine eBay Anfrage beschreiben. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode-inside.de%2fblog%2f%3fpage_id%3d15"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode-inside.de%2fblog%2f%3fpage_id%3d15" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/How_To_eBay_API_German</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/How_To_eBay_API_German</guid>
      <pubDate>Thu, 07 Jun 2007 11:56:45 GMT</pubDate>
    </item>
    <item>
      <title>Avoid Using a Database as an API Integration Point</title>
      <description>Haacked discusses why using the Database as an Integration point is generally a bad practice, and even gives a real world example from the OSS community. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f04%2f23%2favoid-using-a-database-as-an-api-integration-point.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f04%2f23%2favoid-using-a-database-as-an-api-integration-point.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Avoid_Using_a_Database_as_an_API_Integration_Point</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Avoid_Using_a_Database_as_an_API_Integration_Point</guid>
      <pubDate>Thu, 26 Apr 2007 07:46:01 GMT</pubDate>
    </item>
    <item>
      <title>C# Latitude and Longitude Class using Google Maps API</title>
      <description>Retrieve the Latitude and Longtitude of any addresses in the United States, Canada, France, Germany, Italy, Spain and Japan with this class. Its easy, just call one static method and get the latitude and longitude ...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f03%2f13%2fCGoogleGeocodeLatitudeAndLongitudeClass.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f03%2f13%2fCGoogleGeocodeLatitudeAndLongitudeClass.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Latitude_and_Longitude_Class_using_Google_Maps_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Latitude_and_Longitude_Class_using_Google_Maps_API</guid>
      <pubDate>Tue, 13 Mar 2007 16:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Google Apps API released</title>
      <description>Google Apps and its APIs open up a wide variety of new opportunities to integrate and extend Google's communication and collaboration services. Domain adminstrators can use the APIs to migrate from and integrate with existing IT infrastructure. Application developers can use the APIs to extend Google's growing offering of services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fapis%2fapps%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fapis%2fapps%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Google_Apps_API_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Google_Apps_API_released</guid>
      <pubDate>Tue, 27 Feb 2007 19:46:01 GMT</pubDate>
    </item>
    <item>
      <title>YouTube.NET API</title>
      <description>A .NET component for interfacing with YouTube's API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rushfrisby.com%2fapps%2fyoutube-api-dotnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rushfrisby.com%2fapps%2fyoutube-api-dotnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/YouTube_NET_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/YouTube_NET_API</guid>
      <pubDate>Mon, 19 Feb 2007 20:31:01 GMT</pubDate>
    </item>
    <item>
      <title>YouTube.NET API</title>
      <description>A .NET component for interfacing with YouTube's API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rushfrisby.com%2fapps%2fyoutube-api-dotnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rushfrisby.com%2fapps%2fyoutube-api-dotnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/YouTube_NET_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/YouTube_NET_API</guid>
      <pubDate>Mon, 19 Feb 2007 20:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Word 2007, Metaweblog API and newMediaObject</title>
      <description>Word 2007 implements the Metaweblog API but has a small quirk.  This article investigates how to work around it if implementing the API yourself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</guid>
      <pubDate>Sat, 06 Jan 2007 15:05:37 GMT</pubDate>
    </item>
  </channel>
</rss>