<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by aneres</title>
    <description>Stories kicked by aneres</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>Showing ESRI Shapefile Layers on a Virtual Earth Map: a simple HowTo</title>
      <description>If you've ever tried to find a way to display an ESRI ShapeFile on a Virtual Earth map, you'll have probably noticed how little information there is on the Internet about how to accomplish this apparently arduous task.
With the technique described in this article, you're going to be able to not only display Shapefiles as layers on Virtual Earth, but also interact with them in countless ways: extract data from them, show data associated with a shape when you click on it on the map, even modify or create new Shapefiles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2008%2f04%2f13%2fshowing-esri-shapefile-layers-on-a-virtual-earth-map.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2008%2f04%2f13%2fshowing-esri-shapefile-layers-on-a-virtual-earth-map.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Showing_ESRI_Shapefile_Layers_on_a_Virtual_Earth_Map_a_simple_HowTo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Showing_ESRI_Shapefile_Layers_on_a_Virtual_Earth_Map_a_simple_HowTo</guid>
      <pubDate>Sun, 13 Apr 2008 10:11:50 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with Virtual Earth Mashups: showing current weather.</title>
      <description>In this article we'll see how easy it is to use Virtual Earth SDK to produce a simple mashup, using web services that provide information in JSON format. 
We'll use data retrieved from a JSON web service to show weather icons and up-to-date weather information on a specific area selected on the map. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f11%2f13%2fGetting-started-with-Virtual-Earth-Mashups-showing-current-weather-conditions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f11%2f13%2fGetting-started-with-Virtual-Earth-Mashups-showing-current-weather-conditions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Getting_started_with_Virtual_Earth_Mashups_showing_current_weather</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Getting_started_with_Virtual_Earth_Mashups_showing_current_weather</guid>
      <pubDate>Tue, 13 Nov 2007 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to integrate JSON web services in an ASP.NET AJAX web application:</title>
      <description>In this brief tutorial, we'll see how to leverage the ASP.NET AJAX infrastructure to call remote JSON web services from client script. The use of proxy services, JSON serialization / deserialization and the relevant aspects of the ASP.NET AJAX Client Library will be covered. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farticles%2fHow-to-integrate-JSON-web-services-in-an-ASP.NET-AJAX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farticles%2fHow-to-integrate-JSON-web-services-in-an-ASP.NET-AJAX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_integrate_JSON_web_services_in_an_ASP_NET_AJAX_web_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_integrate_JSON_web_services_in_an_ASP_NET_AJAX_web_application</guid>
      <pubDate>Thu, 08 Nov 2007 18:13:52 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: Part 3.Server side deserialization / elaboration</title>
      <description>In the third part of this series, we'll discover how we can elaborate and enrich the JSON response returned from a Web Service in our proxy service before sending it back to the client. We will also see how to leverage the ASP.NET AJAX framework to make the data exchange between the client side and the server side code of our application completely transparent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f31%2fjson_in_aspnetajax_part3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f31%2fjson_in_aspnetajax_part3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_3_Server_side_deserialization_elaboration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_3_Server_side_deserialization_elaboration</guid>
      <pubDate>Thu, 01 Nov 2007 12:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Data Interpolation with SPLINE in C#</title>
      <description>A simple and fast solution for the approximation of a function, interpolating it using a list of known samples and the Spline algorithm. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f25%2fData-Interpolation-with-SPLINE-in-Csharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f25%2fData-Interpolation-with-SPLINE-in-Csharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Data_Interpolation_with_SPLINE_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Data_Interpolation_with_SPLINE_in_C</guid>
      <pubDate>Sat, 27 Oct 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code</title>
      <description>In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed &amp;quot;plumbing&amp;quot; code and we'll see how to bridge a remote web service using a local proxy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f24%2fjson_in_aspnetajax_part2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_Part_2_Calling_a_JSON_Service_from_client_code</guid>
      <pubDate>Wed, 24 Oct 2007 15:31:05 GMT</pubDate>
    </item>
    <item>
      <title>JSON in ASP.NET Ajax: First words</title>
      <description>An introduction to JSON and its use within the ASP.NET AJAX framework. How to simply deserialize a string containing JavaScript Object Notation on the client using eval() &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f22%2fjson_in_aspnetajax_part1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fJuanDoNeblo%2farchive%2f2007%2f10%2f22%2fjson_in_aspnetajax_part1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_First_words</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JSON_in_ASP_NET_Ajax_First_words</guid>
      <pubDate>Wed, 24 Oct 2007 10:55:09 GMT</pubDate>
    </item>
  </channel>
</rss>