<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jack @ ASP.NET &#187; API</title>
	<atom:link href="http://jack-fx.com/net/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>[Google Map API] Find a place, and mark it on google map</title>
		<link>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/</link>
		<comments>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 14:34:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[api function]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[LatLng]]></category>
		<category><![CDATA[marker]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=292</guid>
		<description><![CDATA[In google map API, there is a class google.maps.Geocoder, it&#160; is a service for converting between an address and a LatLng. Demo of using this api: function showAddress(address){ &#160;&#160;&#160; var geocoder = new google.maps.Geocoder(); &#160;&#160;&#160; geocoder.geocode( {&#8216;address&#8217;: ‘your address’}, function(results, status) { &#160;&#160;&#160;&#160;&#160;&#160;&#160; if (status == google.maps.GeocoderStatus.OK) { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var searchLoc = results[0].geometry.location; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2012/04/16/google-map-api-find-a-place-and-mark-it-on-google-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your own FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight !</title>
		<link>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</link>
		<comments>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:33:45 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[architectural improvements]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[asynchronous interface]]></category>
		<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[release v3]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WinForm]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</guid>
		<description><![CDATA[Another great project in codeplex: http://facebooktoolkit.codeplex.com/ This toolkit is provided as a Facebook Client Library similar to Facebook&#8217;s PHP Client Library or Facebook&#8217;s JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

