<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Smooth Streaming Test Post</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post/RSS"></atom:link>
	<image>
		<url>http://files.ch9.ms/ch9/0681/f5f12642-1c3b-423b-929b-9e6701610681/SmoothTest_100_ch9.jpg</url>
		<title>Channel 9 - Smooth Streaming Test Post</title>
		<link></link>
	</image>
	<description> This is just a test post, [03:21]video playback may not work, please don&#39;t be alarmed  &amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 01:52:31 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 01:52:31 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Smooth Streaming Test Post</title>
		<description>
			<![CDATA[<p>';alert(String.fromCharCode(88,83,83))//\';alert(String.fromCharCode(88,83,83))//&quot;;alert(String.fromCharCode(88,83,83))//\&quot;;alert(String.fromCharCode(88,83,83))//--&gt;&quot;&gt;'&gt;</p><p>posted by Duncanma</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634672662583774784</link>
		<pubDate>Tue, 13 Mar 2012 20:10:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634672662583774784</guid>
		<dc:creator>Duncanma</dc:creator>
	</item>
	<item>
		<title>Re: Smooth Streaming Test Post</title>
		<description>
			<![CDATA[<p><pre class="brush: csharp">GeoCoordinateWatcher myWatcher = new GeoCoordinateWatcher();
private void button1_Click(object sender, RoutedEventArgs e)
{

// Added lines of code
myWatcher.PositionChanged &#43;= new EventHandler&lt;GeoPositionChangedEventArgs&lt;GeoCoordinate&gt;&gt;(myWatcher_PositionChanged);
myWatcher.Start();

myLongitudeTextBlock.Text = myLatitudeTextBlock.Text = myPositionTextBlock.Text = &quot;&quot;;
}

void myWatcher_PositionChanged(object sender, GeoPositionChangedEventArgs&lt;GeoCoordinate&gt; e)
{
var myPosition = myWatcher.Position;
myWatcher.Stop();

double latitude = 0;
double longitude = 0;

if (!myPosition.Location.IsUnknown)
{
latitude = myPosition.Location.Latitude;
longitude = myPosition.Location.Longitude;
}

myLatitudeTextBlock.Text = string.Format(&quot;Latitude: {0}&quot;, latitude);
myLongitudeTextBlock.Text = string.Format(&quot;Longitude: {0}&quot;, longitude);


myTerraService.TerraServiceSoapClient client = new myTerraService.TerraServiceSoapClient();
client.ConvertLonLatPtToNearestPlaceCompleted &#43;= new EventHandler&lt;myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs&gt;(client_ConvertLonLatPtToNearestPlaceCompleted);
client.ConvertLonLatPtToNearestPlaceAsync(new myTerraService.LonLatPt { Lat = latitude, Lon = longitude });
//throw new NotImplementedException();
}

void client_ConvertLonLatPtToNearestPlaceCompleted(object sender, myTerraService.ConvertLonLatPtToNearestPlaceCompletedEventArgs e)
{
myPositionTextBlock.Text = e.Result;
//throw new NotImplementedException();
}


</pre></p><p>posted by Duncanma</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634686588685401049</link>
		<pubDate>Thu, 29 Mar 2012 23:01:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634686588685401049</guid>
		<dc:creator>Duncanma</dc:creator>
	</item>
	<item>
		<title>Re: Smooth Streaming Test Post</title>
		<description>
			<![CDATA[<p>@<a href="/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634672662583774784">Duncanma</a>:</p><h1>test</h1><p>posted by vjirir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690755588624236</link>
		<pubDate>Tue, 03 Apr 2012 18:45:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690755588624236</guid>
		<dc:creator>vjirir</dc:creator>
	</item>
	<item>
		<title>Re: Smooth Streaming Test Post</title>
		<description>
			<![CDATA[<p><img src="test" alt=""></p><p>posted by vjirir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690794815000946</link>
		<pubDate>Tue, 03 Apr 2012 19:51:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690794815000946</guid>
		<dc:creator>vjirir</dc:creator>
	</item>
	<item>
		<title>Re: Smooth Streaming Test Post</title>
		<description>
			<![CDATA[<p>test</p><p><a href="">aaa</a></p><p>posted by vjirir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690801393389015</link>
		<pubDate>Tue, 03 Apr 2012 20:02:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Smooth-Streaming-Test-Post#c634690801393389015</guid>
		<dc:creator>vjirir</dc:creator>
	</item>
</channel>
</rss>