<?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 - Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/8f51d0b3-3f99-46c3-b3c6-45061226b1b5.png</url>
		<title>Channel 9 - Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<link></link>
	</image>
	<description>Today&#39;s Metro (err... um... Windows 8 App) Wednesday project is another kind of common Hello World kind of example application, one that shows that given a public API developers can provide an experience beyond what the API provider might have ever imagined. Oh and it shows other stuff too, like calling an OData service, use HTML5/WinJS, data binding, sharing and more. Now it&#39;s up to you to take this and add your imagination, inspiration and... oh, well, you get it.. Netflix Movie Explorer a Metro Application: Creating Step by StepIn this article we will follow step by step approach to create Netflix Movie Explorer Metro Application. We will use HTML and WinJS to create this application. See the video to understand expected behavior of the application.  Some of the features of application are as following Browse movies from Netflix Rate the Movies Browse movies in Semantic views Share the Rating of a particular movie with social media or via mail The post continues to walk you through using Visual Studio 2012, taking the Windows 8 HTML5 Blank Template and adding each of the major features for this Explorer. From getting the data; Step 1: Create Data Source  Very first we need to create data source by reading JSON data from OData feed of Netflix movie database. That can be done using WinJS.xhr function  In above code snippet, we are performing following tasks Making a call to Netflix OData using WinJS .xhr function As input parameter to xhr function, we are passing exact url of OData Endpoint. We are applying projection and providing JSON format information in URL itself. Once JSON data is fetched form Netflix server data is being parsed and pushed as individual items in the WinJS list. To displaying it in a raw form; Step 2: Create ListView  After creating data source we need put WinJS ListView control on the page.  A HTML div can be converted to WinJS ListView by setting data-win-control attribute to WinJS.UI.ListView. Other options can be set like layout of the ListView. In this case we have set it to GridLayout, so data will be displayed horizontally. ListView needs data source to display data. Data source can be set either in HTML or in code behind. Let us set data source of movieListView to the movieArray. All the way through a adding Windows 8 features like Semantic and sharing Step 6: Adding Semantic Zoom Next we need to add sematic zoom to the ListView. For that very first let us create a Semantic Zoom Template. We want to display movies with first letter of title in semantic zoom view. Step 9: Adding Code to Share Contract We want our user should able to share the rating of movie on other applications like Mail, Twitter, Facebook. For that we will have to use ShareContract. Ending up with a simple but cool Windows 8 Netflix Explorer that you wrote yourself (well, mostly, kind of).  This wouldn&#39;t be a Coding4Fun Blog project if there wasn&#39;t some code to look at. The source is available right on the page, if you just want to glance at it    Or the entire project is also available for download too (click through for the download link)! In the end this project will hopefully show you that building a Windows 8 application doesn&#39;t have to be hard, isn&#39;t complicated and yet you can still build some pretty cool apps, with some cool functionality, </description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 16:22:53 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 16:22:53 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[Why would any sane and sound human being be interested in writing JS code&#63;&#33; WHy really&#63;&#33;<p>posted by SL Fanboy</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634800656647762961</link>
		<pubDate>Wed, 08 Aug 2012 23:34:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634800656647762961</guid>
		<dc:creator>SL Fanboy</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634800656647762961?areaType=Blogs&amp;areaName=Coding4FunBlog">SL Fanboy</a>: so many people write JavaScript every day, including my development team... and many of them love it. Your name suggests you might not be one of them though <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by Duncanma</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634800660273911952</link>
		<pubDate>Wed, 08 Aug 2012 23:40:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634800660273911952</guid>
		<dc:creator>Duncanma</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[When you regain your sanity, we sane people might bother to explain it to you.<p>posted by Eric</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634802112155378939</link>
		<pubDate>Fri, 10 Aug 2012 16:00:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634802112155378939</guid>
		<dc:creator>Eric</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634802112155378939?areaType=Blogs&amp;areaName=Coding4FunBlog">Eric</a>:I'm disappointed to see that this kind of personal comment is still so common on comment boards.&nbsp;</p><p>Thanks.</p><p>-jesse&nbsp;</p><p>posted by JesseL</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634807268775180288</link>
		<pubDate>Thu, 16 Aug 2012 15:14:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634807268775180288</guid>
		<dc:creator>JesseL</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[JavaScript will become one of the biggest standards in future app development together with HTML5.<br>Cross-platform and don&#39;t compare it with the old days web kiddy script of writing JavaScript.<br>If you know what singletons, module patterns, CommonJS etc. means&#58; then you are talking.<br><br>Cheers,<br>Erik<p>posted by RevolutionCoder</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634808996292877508</link>
		<pubDate>Sat, 18 Aug 2012 15:13:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634808996292877508</guid>
		<dc:creator>RevolutionCoder</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[<p>Cross platform sounds good if we do not&nbsp; have to rely on WinJS and WinRT. So first having JavaScript is good and a nice move but so close bonding with platform looses ground.</p><p>&nbsp;</p><p>Thanks</p><p>Vishal</p><p>posted by VishalKaushik</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634831262764202518</link>
		<pubDate>Thu, 13 Sep 2012 09:44:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634831262764202518</guid>
		<dc:creator>VishalKaushik</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[&#64;RevolutionCoder<br>Just so you know, singletons and module patterns have been around way before JS, singletons are used extensively in almost every programming language and module patterns are used to extend languages &#40;e.g. you could write a module-like class to use instead of a namespace in C&#43;&#43;, to solve component initialization, etc&#41;.<br>There is a case to be made in regards JS and module patterns being almost exclusive to each other though.<br><br>In any case my point is that you shouldn&#39;t make comments that you &#42;think&#42; will make you sound smart because you could sound dumb instead.<p>posted by darionco</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634845266888082559</link>
		<pubDate>Sat, 29 Sep 2012 14:44:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634845266888082559</guid>
		<dc:creator>darionco</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[Well, we now got a C&#35;&#47;XAML My Netflix in Windows Store at http&#58;&#47;&#47;apps.microsoft.com&#47;webpdp&#47;app&#47;my-netflix&#47;0006c1d8-ee62-47e2-88e3-00ef97615b03<p>posted by wp7agile</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634852197815136422</link>
		<pubDate>Sun, 07 Oct 2012 15:16:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634852197815136422</guid>
		<dc:creator>wp7agile</dc:creator>
	</item>
	<item>
		<title>Re: Hello Netflix? This Windows 8, WinJS and HTML5. Can we talk?</title>
		<description>
			<![CDATA[where there could be add a native components,such as button,view ,above it there is html page,then set &#60;body backgraound-color&#58; transparent&#62;&#60;&#47;body&#62;,html&#39;s components will mixture with native components&#63;<p>posted by zxy</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634868329181395288</link>
		<pubDate>Fri, 26 Oct 2012 07:21:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/blog/Hello-Netflix-This-Windows-8-WinJS-and-HTML5-Can-we-talk#c634868329181395288</guid>
		<dc:creator>zxy</dc:creator>
	</item>
</channel>
</rss>