<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp;  practices - HiloJS: a Windows Store app using JavaScript</title><link>http://hilojs.codeplex.com/project/feeds/rss</link><description>Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.</description><item><title>Commented Unassigned: Exception is thrown when Pictures folder is empty [3]</title><link>http://hilojs.codeplex.com/workitem/3</link><description>If the __Pictures__ folder of the current user doesn&amp;#39;t contain any images when the sample is run, the following exception is thrown&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Exception is about to be caught by JavaScript library code at line 38, column 13 in ms-appx&amp;#58;&amp;#47;&amp;#47;microsoft.sdksamples.hilo.js&amp;#47;Hilo&amp;#47;Picture.js&lt;br /&gt;&lt;br /&gt;0x800a138f - JavaScript runtime error&amp;#58; Unable to get property &amp;#39;name&amp;#39; of undefined or null reference&lt;br /&gt;&lt;br /&gt;If there is a handler for this exception, the program may be safely continued.&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;This exception is being thrown inside the __PictureConstructor__ function &amp;#40;of the __Picture.js__ file&amp;#41; due to the __file__ argument being ___undefined___.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Damian Cherubini&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blogs.southworks.net&amp;#47;dcherubini&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Hi,&amp;#10;&amp;#10;I&amp;#39;ve found that the problem was related to the __processNextFile__ function in the ___createViewModels__ function from the __imageQueryBuilder.js__, which was trying to call the __Hilo.Picture__ function on an invalid index of the array from the Pictures folder. In order to workaround this issue you can change the code from the __processNextFile__ function for the following one&amp;#58;&amp;#10;                    &amp;#10;&amp;#96;&amp;#96;&amp;#96;JS&amp;#10;function processNextFile&amp;#40;&amp;#41; &amp;#123;&amp;#10;   if &amp;#40;index &amp;#60; 0&amp;#41; &amp;#123;&amp;#10;      complete&amp;#40;results&amp;#41;&amp;#59;&amp;#10;   &amp;#125; else if &amp;#40;&amp;#33;proceed&amp;#41; &amp;#123;&amp;#10;      error&amp;#40;&amp;#34;Cancel&amp;#34;&amp;#41;&amp;#59;&amp;#10;   &amp;#125; else &amp;#123;&amp;#10;      var file &amp;#61; files&amp;#91;index&amp;#93;&amp;#59;&amp;#10;      results&amp;#91;index&amp;#93; &amp;#61; new Hilo.Picture&amp;#40;file&amp;#41;&amp;#59;&amp;#10;      index--&amp;#59;&amp;#10;      setImmediate&amp;#40;processNextFile&amp;#41;&amp;#59;&amp;#10;   &amp;#125;&amp;#10;&amp;#125;&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;Regards,&amp;#10;&amp;#10;Federico Martinez &amp;#10;http&amp;#58;&amp;#47;&amp;#47;blogs.southworks.net&amp;#47;fmartinez</description><author>fmartinez</author><pubDate>Fri, 03 May 2013 17:25:33 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Exception is thrown when Pictures folder is empty [3] 20130503052533P</guid></item><item><title>Created Unassigned: Exception is thrown when Pictures folder is empty [3]</title><link>http://hilojs.codeplex.com/workitem/3</link><description>If the __Pictures__ folder of the current user doesn&amp;#39;t contain any images when the sample is run, the following exception is thrown&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Exception is about to be caught by JavaScript library code at line 38, column 13 in ms-appx&amp;#58;&amp;#47;&amp;#47;microsoft.sdksamples.hilo.js&amp;#47;Hilo&amp;#47;Picture.js&lt;br /&gt;&lt;br /&gt;0x800a138f - JavaScript runtime error&amp;#58; Unable to get property &amp;#39;name&amp;#39; of undefined or null reference&lt;br /&gt;&lt;br /&gt;If there is a handler for this exception, the program may be safely continued.&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;This exception is being thrown inside the __PictureConstructor__ function &amp;#40;of the __Picture.js__ file&amp;#41; due to the __file__ argument being ___undefined___.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Damian Cherubini&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blogs.southworks.net&amp;#47;dcherubini&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>DCherubini</author><pubDate>Thu, 25 Apr 2013 16:39:35 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Exception is thrown when Pictures folder is empty [3] 20130425043935P</guid></item><item><title>Commented Issue:  C:\Projects\Repositories\.bin\hilojs\Hilo\Hilo.jsproj : error  : Error HRESULT E_FAIL has been returned from a call to a COM component. [2]</title><link>http://hilojs.codeplex.com/workitem/2</link><description>I cannot open the .sln from Visual Studio as the Hilo project fails to load with&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Projects&amp;#92;Repositories&amp;#92;.bin&amp;#92;hilojs&amp;#92;Hilo&amp;#92;Hilo.jsproj &amp;#58; error  &amp;#58; Error HRESULT E_FAIL has been returned from a call to a COM component.&lt;br /&gt;&lt;br /&gt;Any thoughts,&lt;br /&gt;-Roberto&lt;br /&gt;Comments: I found out what the problem was, it seems the HgSccPackage &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.newsupaplex.pp.ru&amp;#47;hgscc_news_eng.html&amp;#41; doesn&amp;#39;t like the HiLo .jsproj.  I set my Visual Studio to not use any Source Control Provider, and now everything is peachy.&amp;#10;Regards,&amp;#10;-Roberto</description><author>rhp_74</author><pubDate>Thu, 14 Mar 2013 14:52:57 GMT</pubDate><guid isPermaLink="false">Commented Issue:  C:\Projects\Repositories\.bin\hilojs\Hilo\Hilo.jsproj : error  : Error HRESULT E_FAIL has been returned from a call to a COM component. [2] 20130314025257P</guid></item><item><title>Created Issue:  C:\Projects\Repositories\.bin\hilojs\Hilo\Hilo.jsproj : error  : Error HRESULT E_FAIL has been returned from a call to a COM component. [2]</title><link>http://hilojs.codeplex.com/workitem/2</link><description>I cannot open the .sln from Visual Studio as the Hilo project fails to load with&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Projects&amp;#92;Repositories&amp;#92;.bin&amp;#92;hilojs&amp;#92;Hilo&amp;#92;Hilo.jsproj &amp;#58; error  &amp;#58; Error HRESULT E_FAIL has been returned from a call to a COM component.&lt;br /&gt;&lt;br /&gt;Any thoughts,&lt;br /&gt;-Roberto&lt;br /&gt;</description><author>rhp_74</author><pubDate>Fri, 01 Mar 2013 15:20:16 GMT</pubDate><guid isPermaLink="false">Created Issue:  C:\Projects\Repositories\.bin\hilojs\Hilo\Hilo.jsproj : error  : Error HRESULT E_FAIL has been returned from a call to a COM component. [2] 20130301032016P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Announcement:&lt;/b&gt; &lt;a href="http://blogs.msdn.com/b/blaine/archive/2013/01/23/developing-a-windows-store-app-using-javascript-hilo-guidance-released.aspx"&gt;Blaine Wastell&amp;#39;s blog post&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;b&gt;Code:&lt;/b&gt; &lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;aka.ms/hilojs-code&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;b&gt;Documentation:&lt;/b&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;aka.ms/hilojs-doc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Unit Tests:&lt;/b&gt; &lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;unit tests for Hilo JavaScript sample&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Tue, 12 Feb 2013 22:45:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130212104541P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/blaine/archive/2013/01/23/developing-a-windows-store-app-using-javascript-hilo-guidance-released.aspx"&gt;Announcement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;PDF version of the documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Code:&lt;/a&gt; http://aka.ms/hilojs-code&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;Hilo JavaScript code with unit tests&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Tue, 12 Feb 2013 22:19:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130212101943P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/blaine/archive/2013/01/23/developing-a-windows-store-app-using-javascript-hilo-guidance-released.aspx"&gt;Announcement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;PDF version of the documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Hilo JavaScript code without unit tests&lt;/a&gt; http://aka.ms/hilojs-code&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;Hilo JavaScript code with unit tests&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Tue, 12 Feb 2013 22:17:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130212101734P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/blaine/archive/2013/01/23/developing-a-windows-store-app-using-javascript-hilo-guidance-released.aspx"&gt;Announcement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;PDF version of the documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Hilo JavaScript code without unit tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;Hilo JavaScript code with unit tests&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Tue, 12 Feb 2013 22:16:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130212101648P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/blaine/archive/2013/01/23/developing-a-windows-store-app-using-javascript-hilo-guidance-released.aspx"&gt;Announcement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;PDF version of the documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="http://hilojs.codeplex.com/releases/view/98814"&gt;Hilo JavaScript code without unit tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;Hilo JavaScript code with unit tests&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Thu, 24 Jan 2013 16:10:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130124041010P</guid></item><item><title>Updated Wiki: Home</title><link>http://hilojs.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Hilo JavaScript Community&lt;/h2&gt;Hilo guides you though the development of a Windows Store app. The Hilo sample is a photo viewing app using HTML 5, CSS3 and JavaScript.&lt;br /&gt;
&lt;h2&gt;Hilo JavaScript documentation is now available on the Windows Dev Center&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;PDF version of the documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="http://hilojs.codeplex.com/releases/view/98814"&gt;Hilo JavaScript code without unit tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://hilojs.codeplex.com/releases/view/98075"&gt;Hilo JavaScript code with unit tests&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Work to date&lt;/h2&gt;Hilo JavaScript includes a reference implementation which is a work in progress which means we will continually improve the quality of the code and add new features each iteration. Similar to other patterns &amp;amp; practices projects, we are publishing our work in progress to get your feedback on the architecture, design, and code itself. We will publishes code and documentation drops approximately every 2 weeks.&lt;br /&gt;&lt;br /&gt;The reference implementation currently demonstrates:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;UX for Windows Store apps&lt;/li&gt;
&lt;li&gt;Usage of Blend for styling and animations&lt;/li&gt;
&lt;li&gt;Model-View-Presenter (MVP)&lt;/li&gt;
&lt;li&gt;Unit testing JavaScript&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Hilo JavaScript pattern &amp;amp; practices team&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Fri, 11 Jan 2013 21:56:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130111095613P</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Where to get it&lt;/h3&gt;This Windows sample demonstrates how to build a complete Windows Store app using JavaScript, HTML, and CSS. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Download Hilo JavaScript  code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;View Hilo JavaScript Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;Download a PDF of the Documentation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;This sample demonstrates how to build a complete Windows Store app using JavaScript. The Hilo end-to-end photo sample provides guidance to JavaScript developers that want to create a Windows 8 app using JavaScript, HTML, CSS, the Windows Runtime, and recommended development patterns. Hilo comes with source code and documentation.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Fri, 11 Jan 2013 21:53:50 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130111095350P</guid></item><item><title>Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>
&lt;div class="wikidoc"&gt;
&lt;h3&gt;Where to get it&lt;/h3&gt;
This Windows sample demonstrates how to build a complete Windows Store app using JavaScript, HTML, and CSS.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Download Hilo JavaScript code&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;View Hilo JavaScript Documentation&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36059"&gt;Download a PDF of the Documentation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
This sample demonstrates how to build a complete Windows Store app using JavaScript. The Hilo end-to-end photo sample provides guidance to JavaScript developers that want to create a Windows 8 app using JavaScript, HTML, CSS, the Windows Runtime, and recommended
 development patterns. Hilo comes with source code and documentation.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 11 Jan 2013 21:53:50 GMT</pubDate><guid isPermaLink="false">Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130111095350P</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Where to get it&lt;/h3&gt;This Windows sample demonstrates how to build a complete Windows Store app using JavaScript, HTML, and CSS. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/windowsapps/Hilo-JavaScript-60b9be18"&gt;Download Hilo JavaScript  code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/apps/jj674095.aspx"&gt;View Hilo JavaScript Documentation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;This sample demonstrates how to build a complete Windows Store app using JavaScript. The Hilo end-to-end photo sample provides guidance to JavaScript developers that want to create a Windows 8 app using JavaScript, HTML, CSS, the Windows Runtime, and recommended development patterns. Hilo comes with source code and documentation.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>blainew</author><pubDate>Fri, 11 Jan 2013 21:40:12 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130111094012P</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98075</link><description>&lt;div class="wikidoc"&gt;This source is also available under the _Source Code tab. See the folder &lt;b&gt;Hilo.Specifications&lt;/b&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bennage</author><pubDate>Fri, 11 Jan 2013 19:36:54 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012) 20130111073654P</guid></item><item><title>Released: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98075</link><description>
&lt;div class="wikidoc"&gt;This source is also available under the _Source Code tab. See the folder
&lt;b&gt;Hilo.Specifications&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 11 Jan 2013 19:36:54 GMT</pubDate><guid isPermaLink="false">Released: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012) 20130111073654P</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>&lt;div class="wikidoc"&gt;This is the source that will be available on the Code Gallery. Unit tests are not included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bennage</author><pubDate>Fri, 11 Jan 2013 19:36:27 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130111073627P</guid></item><item><title>Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>
&lt;div class="wikidoc"&gt;This is the source that will be available on the Code Gallery. Unit tests are not included.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 11 Jan 2013 19:36:27 GMT</pubDate><guid isPermaLink="false">Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130111073627P</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>&lt;div class="wikidoc"&gt;This is the source that will be available on the Code Gallery. Unit tests are not included.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bennage</author><pubDate>Thu, 10 Jan 2013 02:47:07 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130110024707A</guid></item><item><title>Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98814</link><description>
&lt;div class="wikidoc"&gt;This is the source that will be available on the Code Gallery. Unit tests are not included.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 10 Jan 2013 02:47:07 GMT</pubDate><guid isPermaLink="false">Released: Hilo JavaScript Windows Sample Official Release (Dec 06, 2012) 20130110024707A</guid></item><item><title>Updated Release: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012)</title><link>http://hilojs.codeplex.com/releases/view/98075</link><description>&lt;div class="wikidoc"&gt;This source is also available under the _Source Code tab. See the folder &lt;b&gt;Hilo.Specifications&lt;/b&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bennage</author><pubDate>Thu, 10 Jan 2013 02:44:46 GMT</pubDate><guid isPermaLink="false">Updated Release: Hilo JavaScript Windows Sample with Unit Tests (Nov 21, 2012) 20130110024446A</guid></item></channel></rss>