<?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 Brian Genisio&#039;s House of Bilz</title>
	<atom:link href="http://houseofbilz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://houseofbilz.com</link>
	<description>Func&#60;E&#62; Thoughts on Software</description>
	<lastBuildDate>Tue, 27 Dec 2011 21:30:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Adventures in MVVM &#8212; Dependant Properties with INotifyPropertyChanged by Vijay</title>
		<link>http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/comment-page-1/#comment-13657</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Tue, 27 Dec 2011 21:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/#comment-13657</guid>
		<description>Brian,

An excellent solution. I used a variation of this earlier, which required me to write lots of code. This is very elegant. Thanks a lot. 

Vijay</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>An excellent solution. I used a variation of this earlier, which required me to write lots of code. This is very elegant. Thanks a lot. </p>
<p>Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in MVVM &#8211; My ViewModel Base by admin</title>
		<link>http://houseofbilz.com/archives/2010/05/08/adventures-in-mvvm-my-viewmodel-base/comment-page-1/#comment-13213</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Dec 2011 10:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2010/05/08/adventures-in-mvvm-my-viewmodel-base/#comment-13213</guid>
		<description>@Ackroydd:  Indeed, DelegateCommand implements ICommand.  You can write it either way.  For purposes of illustration, the difference is inconsequential.</description>
		<content:encoded><![CDATA[<p>@Ackroydd:  Indeed, DelegateCommand implements ICommand.  You can write it either way.  For purposes of illustration, the difference is inconsequential.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adventures in MVVM &#8211; My ViewModel Base by Ackroydd</title>
		<link>http://houseofbilz.com/archives/2010/05/08/adventures-in-mvvm-my-viewmodel-base/comment-page-1/#comment-13167</link>
		<dc:creator>Ackroydd</dc:creator>
		<pubDate>Mon, 12 Dec 2011 01:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2010/05/08/adventures-in-mvvm-my-viewmodel-base/#comment-13167</guid>
		<description>I think you have a typo in the first block of code, or at least a little confusion generated for beginners.
In the paragraph preceding you mention an ICommand Property, but the code shows

 public DelegateCommand MyCommand { get; private set; }

In the sample project it&#039;s actually

    //    public ICommand MyCommand { get; private set; }

I know DelegateCommand actually implements ICommand so maybe it works either way (in any case it&#039;s the not-implemented example), but it took a while to nut it out when the concepts were unfamiliar.</description>
		<content:encoded><![CDATA[<p>I think you have a typo in the first block of code, or at least a little confusion generated for beginners.<br />
In the paragraph preceding you mention an ICommand Property, but the code shows</p>
<p> public DelegateCommand MyCommand { get; private set; }</p>
<p>In the sample project it&#8217;s actually</p>
<p>    //    public ICommand MyCommand { get; private set; }</p>
<p>I know DelegateCommand actually implements ICommand so maybe it works either way (in any case it&#8217;s the not-implemented example), but it took a while to nut it out when the concepts were unfamiliar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting the Todos example on Heroku by admin</title>
		<link>http://houseofbilz.com/archives/2011/11/30/hosting-the-todos-example-on-heroku/comment-page-1/#comment-12651</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=407#comment-12651</guid>
		<description>Hey James!  This series assumes you already know Backbone.js but you don&#039;t want to build your own back-end rest server.  You probably won&#039;t learn a ton about Backbone in this series... except for some hacks I needed to make in order to adapt the Backbone REST flavor with the Parse.com REST flavor.</description>
		<content:encoded><![CDATA[<p>Hey James!  This series assumes you already know Backbone.js but you don&#8217;t want to build your own back-end rest server.  You probably won&#8217;t learn a ton about Backbone in this series&#8230; except for some hacks I needed to make in order to adapt the Backbone REST flavor with the Parse.com REST flavor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Backbone.js Work with Parse.com by An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</title>
		<link>http://houseofbilz.com/archives/2011/11/07/making-backbone-js-work-with-parse-com/comment-page-1/#comment-12650</link>
		<dc:creator>An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=374#comment-12650</guid>
		<description>[...] I showed how to create a proxy to use Parse.com as your data store.&#160; I also showed how to modify Backbone.js to use Parse.com.&#160; Now, I will show how easy it is to use Backbone.js models and collections with a service [...]</description>
		<content:encoded><![CDATA[<p>[...] I showed how to create a proxy to use Parse.com as your data store.&#160; I also showed how to modify Backbone.js to use Parse.com.&#160; Now, I will show how easy it is to use Backbone.js models and collections with a service [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting the Todos example on Heroku by An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</title>
		<link>http://houseofbilz.com/archives/2011/11/30/hosting-the-todos-example-on-heroku/comment-page-1/#comment-12649</link>
		<dc:creator>An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=407#comment-12649</guid>
		<description>[...] Working with Backbone.js and the Parse.com Proxy Hosting the Todos example on Heroku [...]</description>
		<content:encoded><![CDATA[<p>[...] Working with Backbone.js and the Parse.com Proxy Hosting the Todos example on Heroku [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting the Todos example on Heroku by James Ward</title>
		<link>http://houseofbilz.com/archives/2011/11/30/hosting-the-todos-example-on-heroku/comment-page-1/#comment-12648</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=407#comment-12648</guid>
		<description>Dude!  You totally rock!  I was just going to start learning Backbone.js today.  So timely!  Now I have a great guide to follow.  :)

Thanks!

-James</description>
		<content:encoded><![CDATA[<p>Dude!  You totally rock!  I was just going to start learning Backbone.js today.  So timely!  Now I have a great guide to follow.  :)</p>
<p>Thanks!</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting the Todos example on Heroku by Going (Mostly) Server-less with Backbone.js &#171; Brian Genisio&#039;s House of Bilz</title>
		<link>http://houseofbilz.com/archives/2011/11/30/hosting-the-todos-example-on-heroku/comment-page-1/#comment-12647</link>
		<dc:creator>Going (Mostly) Server-less with Backbone.js &#171; Brian Genisio&#039;s House of Bilz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=407#comment-12647</guid>
		<description>[...] Hosting the Todos example on Heroku (Bonus) [...]</description>
		<content:encoded><![CDATA[<p>[...] Hosting the Todos example on Heroku (Bonus) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Going (Mostly) Server-less with Backbone.js by Hosting the Todos example on Heroku &#171; Brian Genisio&#039;s House of Bilz</title>
		<link>http://houseofbilz.com/archives/2011/11/07/going-mostly-server-less-with-backbone-js/comment-page-1/#comment-12646</link>
		<dc:creator>Hosting the Todos example on Heroku &#171; Brian Genisio&#039;s House of Bilz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=363#comment-12646</guid>
		<description>[...] Series Overview [...]</description>
		<content:encoded><![CDATA[<p>[...] Series Overview [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Proxy Server for Parse.com by An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</title>
		<link>http://houseofbilz.com/archives/2011/11/07/a-proxy-server-for-parse-com/comment-page-1/#comment-12645</link>
		<dc:creator>An Example Backbone/Parse.com App &#171; Brian Genisio&#039;s House of Bilz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.com/?p=366#comment-12645</guid>
		<description>[...] is the post where I put it all together.&#160; I showed how to create a proxy to use Parse.com as your data store.&#160; I also showed how to modify Backbone.js to use Parse.com.&#160; Now, I will show how easy it [...]</description>
		<content:encoded><![CDATA[<p>[...] is the post where I put it all together.&#160; I showed how to create a proxy to use Parse.com as your data store.&#160; I also showed how to modify Backbone.js to use Parse.com.&#160; Now, I will show how easy it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

