<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jason Mitchell</title>
	<atom:link href="http://www.jason-mitchell.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jason-mitchell.com</link>
	<description>I'M A PC!</description>
	<lastBuildDate>Tue, 18 May 2010 19:42:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on MVVM for Silverlight (Windows Phone 7 App) by jmitch18</title>
		<link>http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/comment-page-1/#comment-517</link>
		<dc:creator>jmitch18</dc:creator>
		<pubDate>Tue, 18 May 2010 19:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/#comment-517</guid>
		<description>@Tosh Nice article!  I haven&#039;t used the SyndicationFeed library before so will have to try it out.  Definately looks a lot nicer to use than specifying the namespace and string element name as I have done.

@Laurent The MVVM Light Toolkit looks interesting.  I hope to get a chance to try it too.  Btw, &quot;blendability&quot; is a nice term!!</description>
		<content:encoded><![CDATA[<p>@Tosh Nice article!  I haven&#8217;t used the SyndicationFeed library before so will have to try it out.  Definately looks a lot nicer to use than specifying the namespace and string element name as I have done.</p>
<p>@Laurent The MVVM Light Toolkit looks interesting.  I hope to get a chance to try it too.  Btw, &#8220;blendability&#8221; is a nice term!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVVM for Silverlight (Windows Phone 7 App) by Laurent Bugnion</title>
		<link>http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/comment-page-1/#comment-515</link>
		<dc:creator>Laurent Bugnion</dc:creator>
		<pubDate>Tue, 18 May 2010 15:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/#comment-515</guid>
		<description>Nice article! For those who don&#039;t want to start from scratch, the MVVM Light toolkit also comes with a project template as well as DLLs for Windows Phone 7, allowing a great comfort and very extensive blendability :)

http://www.galasoft.ch/mvvm/getstarted

Cheers,
Laurent</description>
		<content:encoded><![CDATA[<p>Nice article! For those who don&#8217;t want to start from scratch, the MVVM Light toolkit also comes with a project template as well as DLLs for Windows Phone 7, allowing a great comfort and very extensive blendability <img src='http://www.jason-mitchell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.galasoft.ch/mvvm/getstarted" rel="nofollow">http://www.galasoft.ch/mvvm/getstarted</a></p>
<p>Cheers,<br />
Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVVM for Silverlight (Windows Phone 7 App) by Tosh</title>
		<link>http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/comment-page-1/#comment-514</link>
		<dc:creator>Tosh</dc:creator>
		<pubDate>Tue, 18 May 2010 14:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/index.php/2010/05/16/mvvm-for-silverlight-windows-phone-7-app/#comment-514</guid>
		<description>Good example, with good explanations!

I used the same approach in a twitter feed library I wrote a few weeks ago, but I used the SyndicationFeed library to read the feed entries without having to use string identifiers. I also added a timer for updating recent tweets.

I posted some code on my blog if you&#039;re interested:
http://www.tosh.no/2010/05/streaming-tweets.html</description>
		<content:encoded><![CDATA[<p>Good example, with good explanations!</p>
<p>I used the same approach in a twitter feed library I wrote a few weeks ago, but I used the SyndicationFeed library to read the feed entries without having to use string identifiers. I also added a timer for updating recent tweets.</p>
<p>I posted some code on my blog if you&#8217;re interested:<br />
<a href="http://www.tosh.no/2010/05/streaming-tweets.html" rel="nofollow">http://www.tosh.no/2010/05/streaming-tweets.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA First Person Camera by jmitch18</title>
		<link>http://www.jason-mitchell.com/index.php/2009/08/27/xna-first-person-camera/comment-page-1/#comment-498</link>
		<dc:creator>jmitch18</dc:creator>
		<pubDate>Tue, 11 May 2010 12:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/?p=75#comment-498</guid>
		<description>Hi Patrick,

Looks like it could be a case sensitivity issue if you are using my Camera class exactly as it is above.  Your error says you are using &quot;ViewMatrix&quot; (with an uppercase &#039;V&#039; at the start) however my Camera class declares the variable &quot;public Matrix viewMatrix&quot; (note lowercase &#039;v&#039;).

If you are using that class, I would definately recommend making the variables private and wrapping them in a property.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>Looks like it could be a case sensitivity issue if you are using my Camera class exactly as it is above.  Your error says you are using &#8220;ViewMatrix&#8221; (with an uppercase &#8216;V&#8217; at the start) however my Camera class declares the variable &#8220;public Matrix viewMatrix&#8221; (note lowercase &#8216;v&#8217;).</p>
<p>If you are using that class, I would definately recommend making the variables private and wrapping them in a property.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA First Person Camera by Patrick</title>
		<link>http://www.jason-mitchell.com/index.php/2009/08/27/xna-first-person-camera/comment-page-1/#comment-496</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 09 May 2010 19:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/?p=75#comment-496</guid>
		<description>Hey Jason,
Great Tutorial but I am having some issues running the project. I followed the tut exactly and when I build the project and run it, this error pops up.

&#039;Cameras.Camera&#039; does not contain a definition for &#039;ViewMatrix&#039;	

Any help would be greatly appreciated.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hey Jason,<br />
Great Tutorial but I am having some issues running the project. I followed the tut exactly and when I build the project and run it, this error pops up.</p>
<p>&#8216;Cameras.Camera&#8217; does not contain a definition for &#8216;ViewMatrix&#8217;	</p>
<p>Any help would be greatly appreciated.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zune HD: XNA Accelerometer by jmitch18</title>
		<link>http://www.jason-mitchell.com/index.php/2009/10/24/zune-hd-accelerometer/comment-page-1/#comment-162</link>
		<dc:creator>jmitch18</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/index.php/2009/10/24/zune-hd-accelerometer/#comment-162</guid>
		<description>Don&#039;t like the way that add in for Live Writer cut out all my blank lines!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t like the way that add in for Live Writer cut out all my blank lines!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Stats Plug-in Not Counting by Wordpress Stats Plug-in Not Counting &#124; ShareFavorite</title>
		<link>http://www.jason-mitchell.com/index.php/2009/09/27/wordpress-stats-plug-in-not-counting/comment-page-1/#comment-113</link>
		<dc:creator>Wordpress Stats Plug-in Not Counting &#124; ShareFavorite</dc:creator>
		<pubDate>Sun, 27 Sep 2009 15:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/index.php/2009/09/27/wordpress-stats-plug-in-not-counting/#comment-113</guid>
		<description>[...] Read the original post:</description>
		<content:encoded><![CDATA[<p>[...] Read the original post:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Application Development by Wordpress Stats Plugin Not Counting &#124; Jason Mitchell</title>
		<link>http://www.jason-mitchell.com/index.php/2009/04/07/iphone-application-development/comment-page-1/#comment-112</link>
		<dc:creator>Wordpress Stats Plugin Not Counting &#124; Jason Mitchell</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/?p=16#comment-112</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA First Person Camera by Wordpress Stats Plug-in Not Counting &#124; Jason Mitchell</title>
		<link>http://www.jason-mitchell.com/index.php/2009/08/27/xna-first-person-camera/comment-page-1/#comment-111</link>
		<dc:creator>Wordpress Stats Plug-in Not Counting &#124; Jason Mitchell</dc:creator>
		<pubDate>Sun, 27 Sep 2009 13:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/?p=75#comment-111</guid>
		<description>[...] blog gets and in particular what the most popular articles are.&#160; At the minute, it seems to be my article on a first person camera in XNA and my article about iPhone development.&#160; However, for the past month or so the plug-in [...]</description>
		<content:encoded><![CDATA[<p>[...] blog gets and in particular what the most popular articles are.&#160; At the minute, it seems to be my article on a first person camera in XNA and my article about iPhone development.&#160; However, for the past month or so the plug-in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA First Person Camera by XNA 3D Terrain &#124; Jason Mitchell</title>
		<link>http://www.jason-mitchell.com/index.php/2009/08/27/xna-first-person-camera/comment-page-1/#comment-65</link>
		<dc:creator>XNA 3D Terrain &#124; Jason Mitchell</dc:creator>
		<pubDate>Sun, 30 Aug 2009 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-mitchell.com/?p=75#comment-65</guid>
		<description>[...] created my own first person camera, I moved on to creating some 3D terrain for my game.&#160; I have to admit, I cheated on this a bit [...]</description>
		<content:encoded><![CDATA[<p>[...] created my own first person camera, I moved on to creating some 3D terrain for my game.&#160; I have to admit, I cheated on this a bit [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
