<?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 on: Hot Towel SPA &#8211; Visual Studio Project Template</title>
	<atom:link href="http://www.johnpapa.net/hottowel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnpapa.net/hottowel/</link>
	<description>Evangelist on the loose</description>
	<lastBuildDate>Wed, 22 May 2013 18:18:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.johnpapa.net/hottowel/#comment-113971</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 17 Apr 2013 00:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-113971</guid>
		<description><![CDATA[A HowTo question: I have a view that I want to be reusable - selectCustomer. when i call router.navigateTo(&#039;selectCustomer&#039;)

what is a good way to supply a callback, to be used in selectCustomer, to be called when the customer is selected.

Currently I have an appNavigation service to set a selectCustomer Callback property and then navigate to it, but its kind of global so no stack (the viewModels are all singletons)  ... a bit cludgy. I would rather call:

router.navigateTo(&#039;selectCustomer&#039;, new selectCustomerVm(callback))

note i am a js noob, so I dont actually know how to expose the selectCustomerVm class and get a new instance with the require injection mechanism]]></description>
		<content:encoded><![CDATA[<p>A HowTo question: I have a view that I want to be reusable &#8211; selectCustomer. when i call router.navigateTo(&#8216;selectCustomer&#8217;)</p>
<p>what is a good way to supply a callback, to be used in selectCustomer, to be called when the customer is selected.</p>
<p>Currently I have an appNavigation service to set a selectCustomer Callback property and then navigate to it, but its kind of global so no stack (the viewModels are all singletons)  &#8230; a bit cludgy. I would rather call:</p>
<p>router.navigateTo(&#8216;selectCustomer&#8217;, new selectCustomerVm(callback))</p>
<p>note i am a js noob, so I dont actually know how to expose the selectCustomerVm class and get a new instance with the require injection mechanism</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johnpapa.net/hottowel/#comment-113731</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 16 Apr 2013 14:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-113731</guid>
		<description><![CDATA[Rody - Without named modules using AMD, it doesnt work well in VS. I use Resharper and it helps greatly.]]></description>
		<content:encoded><![CDATA[<p>Rody &#8211; Without named modules using AMD, it doesnt work well in VS. I use Resharper and it helps greatly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevIntersection, Angle Brackets og Curly Braces i Las Vegas &#8211; BEKK Open</title>
		<link>http://www.johnpapa.net/hottowel/#comment-113631</link>
		<dc:creator>DevIntersection, Angle Brackets og Curly Braces i Las Vegas &#8211; BEKK Open</dc:creator>
		<pubDate>Tue, 16 Apr 2013 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-113631</guid>
		<description><![CDATA[[...] det være litt vanskelig å komme i gang. Som en løsning på dette problemet har John Papa laget Hot Towel, en Visual Studio Template som inneholder det meste du trenger for å lage en SPA. Den baserer seg [...]]]></description>
		<content:encoded><![CDATA[<p>[...] det være litt vanskelig å komme i gang. Som en løsning på dette problemet har John Papa laget Hot Towel, en Visual Studio Template som inneholder det meste du trenger for å lage en SPA. Den baserer seg [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rody van Sambeek</title>
		<link>http://www.johnpapa.net/hottowel/#comment-113531</link>
		<dc:creator>Rody van Sambeek</dc:creator>
		<pubDate>Tue, 16 Apr 2013 11:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-113531</guid>
		<description><![CDATA[John, in your pluralsight video it seems you have intellisense using durandal. But I&#039;m not sure, because it shows really fast. When I use the HotTowel template in my own project, I don&#039;t get the correct intellisense from modules I load in using durandal. 

Is this resharper working? Or do you have specific settings to get this working?]]></description>
		<content:encoded><![CDATA[<p>John, in your pluralsight video it seems you have intellisense using durandal. But I&#8217;m not sure, because it shows really fast. When I use the HotTowel template in my own project, I don&#8217;t get the correct intellisense from modules I load in using durandal. </p>
<p>Is this resharper working? Or do you have specific settings to get this working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johnpapa.net/hottowel/#comment-109881</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 11 Apr 2013 05:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-109881</guid>
		<description><![CDATA[Andre - I have not tested Kendo&#039;s MVVM pattern with Hot Towel. But it could certainly work.]]></description>
		<content:encoded><![CDATA[<p>Andre &#8211; I have not tested Kendo&#8217;s MVVM pattern with Hot Towel. But it could certainly work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.johnpapa.net/hottowel/#comment-109711</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 10 Apr 2013 23:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-109711</guid>
		<description><![CDATA[I started to follow the videos on `pluralsight` about this template. But I have already a question: Can I use Kendo UI MVVM pattern to do the bindings instead of using knockout? Or need I to use knockout with this kind of template? Sorry if this is a basic question, but I&#039;m starting now in the web development.

Thanks in advance!]]></description>
		<content:encoded><![CDATA[<p>I started to follow the videos on `pluralsight` about this template. But I have already a question: Can I use Kendo UI MVVM pattern to do the bindings instead of using knockout? Or need I to use knockout with this kind of template? Sorry if this is a basic question, but I&#8217;m starting now in the web development.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johnpapa.net/hottowel/#comment-108371</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 09 Apr 2013 16:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-108371</guid>
		<description><![CDATA[CB - Thanks for the feedback. I am glad you are enjoying the course. The example code is available with a Pluralsight Plus subscription.]]></description>
		<content:encoded><![CDATA[<p>CB &#8211; Thanks for the feedback. I am glad you are enjoying the course. The example code is available with a Pluralsight Plus subscription.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CB</title>
		<link>http://www.johnpapa.net/hottowel/#comment-107721</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Tue, 09 Apr 2013 00:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-107721</guid>
		<description><![CDATA[Hi,
I&#039;m enjoying your SPA pluralsight course...  Well, I was, right up to the part after installing the entityframework.sqlservercompact and you say, &quot;Now, we go to our fragments folder and bring in....&quot;
Where the heck is the &quot;code/fragments&quot; folder?  You never say in the video!
Thanks for any pointers...
C. Bates]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m enjoying your SPA pluralsight course&#8230;  Well, I was, right up to the part after installing the entityframework.sqlservercompact and you say, &#8220;Now, we go to our fragments folder and bring in&#8230;.&#8221;<br />
Where the heck is the &#8220;code/fragments&#8221; folder?  You never say in the video!<br />
Thanks for any pointers&#8230;<br />
C. Bates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johnpapa.net/hottowel/#comment-107021</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 08 Apr 2013 01:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-107021</guid>
		<description><![CDATA[Fred - I haven&#039;t taken the exact HotTowel stack to phonegap yet. But the concepts should translate well. Sounds like a great idea for a new course :)]]></description>
		<content:encoded><![CDATA[<p>Fred &#8211; I haven&#8217;t taken the exact HotTowel stack to phonegap yet. But the concepts should translate well. Sounds like a great idea for a new course <img src='http://www.johnpapa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.johnpapa.net/hottowel/#comment-106871</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 07 Apr 2013 23:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnpapa.net/?p=14811#comment-106871</guid>
		<description><![CDATA[John, Thanks for this great framework.
one of my clients requires an app to run on iPad and the web, but when running on the iPad we require offline data. I plan to use phonegap, is hottowel the best framework to do it in ?

TIA
Fred]]></description>
		<content:encoded><![CDATA[<p>John, Thanks for this great framework.<br />
one of my clients requires an app to run on iPad and the web, but when running on the iPad we require offline data. I plan to use phonegap, is hottowel the best framework to do it in ?</p>
<p>TIA<br />
Fred</p>
]]></content:encoded>
	</item>
</channel>
</rss>