<?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 jonathansampson</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/jonathansampson/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>jonathansampson</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 20:31:21 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 20:31:21 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Announcing Build 2013</title>
		<description>
			<![CDATA[<p>I had the great joy of attending //Build/ in 2012 and would love nothing more than to return in 2013. I'm incredibly excited for Microsoft and their line of technology, as well as what is in store for it in 2013 and forward. Keep up the great work, and cheers to the bright future of innovation!</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/C9Team/Announcing-Build-2013#c634999206829800194</link>
		<pubDate>Tue, 26 Mar 2013 18:51:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/C9Team/Announcing-Build-2013#c634999206829800194</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to creating Windows Store apps using HTML and JavaScript</title>
		<description>
			<![CDATA[<p>Fantastic talk. I really appreciated how the presenters took us deep, quickly. One hundred thumbs up. Looking forward to running through this again once it's available online.</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Build/2012/3-115#c634872322285827422</link>
		<pubDate>Tue, 30 Oct 2012 22:17:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Build/2012/3-115#c634872322285827422</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Anders Hejlsberg: Introducing TypeScript</title>
		<description>
			<![CDATA[<p>I'm really impressed with what I see. I'm curious what the thinking was behind the pattern chosen for private members though - not making them private ultimately. There are patterns that can accomplish this, such as those that return a object literal from within a function body. This object literal can maintain references to members of the function body outside of the object long after execution.</p><p><pre class="brush: js">​var myClass = function(){
    var private;
    return {
        setPrivate: function(x){ private = x; },
        getPrivate: function(){ return private; }    
    }    
};

var foo = new myClass();
foo.setPrivate(10);
console.log(foo.getPrivate());</pre></p><p>There's no way to access the private member without going through the methods provided in the returned object. It seems like this would have been (one possible) approach that would be more true to the intent.</p><p>I'm sure you guys had a perfectly legitimate reason for not going with a pattern like this, and instead making the privately declared members&nbsp;publicly&nbsp;accessible (no sarcasm), so I'm curious what - if anything - I'm missing here.</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript#c634847499149940607</link>
		<pubDate>Tue, 02 Oct 2012 04:45:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript#c634847499149940607</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: The Great Divide: Coping with Modern and Legacy Browsers</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Foxie/The-Great-Divide#c634791136205122992">PSRBF6</a>: Those classes are added by Modernizr following a series of feature tests. I just logged into tweetdeck using IE10 and found that while much of the interface works, the in-flow of tweets was broken, as well as a few minor layout issues. Hope they get it fixed - it's a great service.</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Foxie/The-Great-Divide#c634791279566628821</link>
		<pubDate>Sun, 29 Jul 2012 03:05:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Foxie/The-Great-Divide#c634791279566628821</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Introducing FoxIE</title>
		<description>
			<![CDATA[<p>@<a href="/Series/Foxie/Introducing-FoxIE#c634790049965504672">Spoonfood</a>: It's a seemless fallback, which results in no problems for anybody. There isn't anything wrong with using proprietary non-standard technologies, so long as you make provisions for those users in non-supported browsers/environments, which is what C9 has done here.<br><br>See the video with Rey and Chris on graceful degradation <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Foxie/Introducing-FoxIE#c634790060815973246</link>
		<pubDate>Fri, 27 Jul 2012 17:14:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Foxie/Introducing-FoxIE#c634790060815973246</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: HTML5 and Modern Web Development</title>
		<description>
			<![CDATA[<p>Just finished watching the first five videos in this series and I'm really loving it. Rey and Chris have a great dynamic and really bring the data out well.</p><p>I'm also digging the focus on modern browser capabilities, as well as the many tools and services available to web developers today to greatly reduce the sanity-decay that so many experience when trying to wrangle the web.</p><p>It's incredible how much information you guys have been able to cover in these few short videos. Looking forward to whatever Andy Gammuto decides to upload next <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /> Keep up the good work!</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Foxie/HTML5-and-Modern-Web-Development#c634789658263088329</link>
		<pubDate>Fri, 27 Jul 2012 06:03:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Foxie/HTML5-and-Modern-Web-Development#c634789658263088329</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Introducing FoxIE</title>
		<description>
			<![CDATA[<p>So excited to get started on this series. Glad to see two fantastic vendors coming together for the united goal of making a better web. Nice work!</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Foxie/Introducing-FoxIE#c634789592740628347</link>
		<pubDate>Fri, 27 Jul 2012 04:14:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Foxie/Introducing-FoxIE#c634789592740628347</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Ping 146: Ballmer speaks out, Halo movie, Kinect Playfit, Father blames Xbox LIVE</title>
		<description>
			<![CDATA[<p>I am a little sad that I'm only now discovering this show after nearly 150 episodes. Ballmer was spot-on, a Halo movie would be amazing, my son loves his Kinect, and his responsible Dad watches both the purchases and the checkbook <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/PingShow/Ping-146-Ballmer-speaks-out-Halo-movie-Kinect-Playfit-Father-blames-Xbox-LIVE#c634783593335574282</link>
		<pubDate>Fri, 20 Jul 2012 05:35:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/PingShow/Ping-146-Ballmer-speaks-out-Halo-movie-Kinect-Playfit-Father-blames-Xbox-LIVE#c634783593335574282</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: Windows 8/VS2012 RTM Dates, Virtual Metro Dev, Search with Sando and more</title>
		<description>
			<![CDATA[<p>Congrats Brian on your 10 years at Microsoft!<span><br></span></p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-July-13-2012#c634780044542339024</link>
		<pubDate>Mon, 16 Jul 2012 03:00:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-July-13-2012#c634780044542339024</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Lang.NEXT 2012</title>
		<description>
			<![CDATA[<p>I would love to attend a conference like this. While I'm not a language designer, I do consider myself something of a polyglot programmer, and it would be awesome to hear what designers talk about at a conference like this.</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/LangNEXT-2012#c634670705299889769</link>
		<pubDate>Sun, 11 Mar 2012 13:48:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/LangNEXT-2012#c634670705299889769</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Ping 134: Flying robots, Windows Phone, Microsoft Flight, Win 8 hits a million</title>
		<description>
			<![CDATA[<p>I've been using Windows 8 as my primary OS for about a month now. I started with the Developer Preview, and had a few issues that I just didn't like. However, I can say that since downloading the Consumer Preview, I have been completely blown away and I'm sold on it. Great job, Microsoft!</p><p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/PingShow/Ping-134-Flying-robots-Windows-Phone-Microsoft-Flight-Win-8-hits-a-million#c634667343606647589</link>
		<pubDate>Wed, 07 Mar 2012 16:26:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/PingShow/Ping-134-Flying-robots-Windows-Phone-Microsoft-Flight-Win-8-hits-a-million#c634667343606647589</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Expert to Expert: Web Programming, JavaScript with Types and Flapjax</title>
		<description>
			<![CDATA[
<p>I'm only about 50% through, but I must say I am enjoying the on-and-off debates throughout the discussion. It's great to see that when MSFT interviews MSFT, it's not all tea and back-patting <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Expert-to-Expert-Web-Programming-with-Flapjax#c633813841300000000</link>
		<pubDate>Tue, 23 Jun 2009 20:02:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Expert-to-Expert-Web-Programming-with-Flapjax#c633813841300000000</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Bill Hill: The Future of Reading on the Web, Part 1</title>
		<description>
			<![CDATA[Guys, please, please, oh please mic your talent <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/Bill-Hill-The-Future-of-Reading-on-the-Web-Part-1#c633591638060000000</link>
		<pubDate>Thu, 09 Oct 2008 15:43:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/Bill-Hill-The-Future-of-Reading-on-the-Web-Part-1#c633591638060000000</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Blaise Aguera y Arcas: The technology behind Photosynth</title>
		<description>
			<![CDATA[Not a fan of the not-so-surround-sound?<br>
<p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/Blaise-Aguera-y-Arcas-The-technology-behind-Photosynth#c633552902270000000</link>
		<pubDate>Mon, 25 Aug 2008 19:43:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/Blaise-Aguera-y-Arcas-The-technology-behind-Photosynth#c633552902270000000</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
	<item>
		<title>Re: Blaise Aguera y Arcas: The technology behind Photosynth</title>
		<description>
			<![CDATA[&quot;Hi I'm Dan Fernandez, and you are...Blaise Aggooooaratta&quot;<br>
<br>
Whoa <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<p>posted by jonathansampson</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Dan/Blaise-Aguera-y-Arcas-The-technology-behind-Photosynth#c633552900670000000</link>
		<pubDate>Mon, 25 Aug 2008 19:41:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Dan/Blaise-Aguera-y-Arcas-The-technology-behind-Photosynth#c633552900670000000</guid>
		<dc:creator>jonathansampson</dc:creator>
	</item>
</channel>
</rss>