<?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 Rick Schott :: devlpr.net</title>
	<atom:link href="http://blog.devlpr.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devlpr.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 00:26:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Postback UpatePanel on close of jQuery dialog by Chris</title>
		<link>http://blog.devlpr.net/2011/11/15/postback-upatepanel-on-close-of-jquery-dialog/#comment-98</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 27 Jan 2012 00:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=646#comment-98</guid>
		<description>Neat trick, however I have not been able to get it work. The click() is called for the hidden button (OnClientClick=&quot;alert(&#039;test&#039;);&quot;) but the server side event handler is not.

Chris</description>
		<content:encoded><![CDATA[<p>Neat trick, however I have not been able to get it work. The click() is called for the hidden button (OnClientClick=&#8221;alert(&#8216;test&#8217;);&#8221;) but the server side event handler is not.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a demo chat app in MVC3, backbone.js and a little SignalR for fun&#8230; by rick schott</title>
		<link>http://blog.devlpr.net/2012/01/23/building-a-demo-chat-app-in-mvc3-backbone-js-and-a-little-signalr-for-fun/#comment-97</link>
		<dc:creator>rick schott</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=675#comment-97</guid>
		<description>Added script references needed in the _Layout.cshtml to the post.  The jQuery reference should take care of JSON not being defined.</description>
		<content:encoded><![CDATA[<p>Added script references needed in the _Layout.cshtml to the post.  The jQuery reference should take care of JSON not being defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a demo chat app in MVC3, backbone.js and a little SignalR for fun&#8230; by rick schott</title>
		<link>http://blog.devlpr.net/2012/01/23/building-a-demo-chat-app-in-mvc3-backbone-js-and-a-little-signalr-for-fun/#comment-96</link>
		<dc:creator>rick schott</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=675#comment-96</guid>
		<description>Are you running the demo site from GitHub?</description>
		<content:encoded><![CDATA[<p>Are you running the demo site from GitHub?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a demo chat app in MVC3, backbone.js and a little SignalR for fun&#8230; by kalpers</title>
		<link>http://blog.devlpr.net/2012/01/23/building-a-demo-chat-app-in-mvc3-backbone-js-and-a-little-signalr-for-fun/#comment-95</link>
		<dc:creator>kalpers</dc:creator>
		<pubDate>Mon, 23 Jan 2012 21:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=675#comment-95</guid>
		<description>I was having some issue with JSON not being defined so I added the json2.js file to the project. Was this something that was missing? 

Then I started having issues inside the application.js file with the line in the render function:
var result = data.reduce.... 
The error tells me that object doesn&#039;t support property or method &#039;reduce&#039;</description>
		<content:encoded><![CDATA[<p>I was having some issue with JSON not being defined so I added the json2.js file to the project. Was this something that was missing? </p>
<p>Then I started having issues inside the application.js file with the line in the render function:<br />
var result = data.reduce&#8230;.<br />
The error tells me that object doesn&#8217;t support property or method &#8216;reduce&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The NoSql movement&#8230; by Gwenelda</title>
		<link>http://blog.devlpr.net/2010/07/09/the-nosql-movement/#comment-39</link>
		<dc:creator>Gwenelda</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=406#comment-39</guid>
		<description>Okay I&#039;m conveicnd. Let&#039;s put it to action.</description>
		<content:encoded><![CDATA[<p>Okay I&#8217;m conveicnd. Let&#8217;s put it to action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Infinite Scroll with MVC 2 by Alec</title>
		<link>http://blog.devlpr.net/2011/04/12/jquery-infinite-scroll-with-mvc-2/#comment-53</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Sat, 25 Jun 2011 07:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=611#comment-53</guid>
		<description>Hi man,
Great article, got a demo project to go with it?

Thanks

Alec</description>
		<content:encoded><![CDATA[<p>Hi man,<br />
Great article, got a demo project to go with it?</p>
<p>Thanks</p>
<p>Alec</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UpdatePanel Async Postsback slow in IE…Part 3 by Ajax with Update Panel in IE = Disaster &#171; Roby&#039;s Blog</title>
		<link>http://blog.devlpr.net/2009/09/01/updatepanel-async-postsback-slow-in-ie-part-3/#comment-36</link>
		<dc:creator>Ajax with Update Panel in IE = Disaster &#171; Roby&#039;s Blog</dc:creator>
		<pubDate>Mon, 13 Jun 2011 12:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://cooldotnetstuff.wordpress.com/?p=252#comment-36</guid>
		<description>[...] I search via Google and found these links: here and here. The solution provided on those web pages really helped me a lot. The rendering process is [...] </description>
		<content:encoded><![CDATA[<p>[...] I search via Google and found these links: here and here. The solution provided on those web pages really helped me a lot. The rendering process is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3 by Why I upgraded to Entity Framework 4?</title>
		<link>http://blog.devlpr.net/2010/07/27/upgrading-an-asp-net-mvc-2-project-to-asp-net-mvc-3/#comment-45</link>
		<dc:creator>Why I upgraded to Entity Framework 4?</dc:creator>
		<pubDate>Fri, 08 Apr 2011 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=424#comment-45</guid>
		<description>[...] So I upgraded to Entity Framework 4. This required me to upgrade my projects to Visual Studio 2010 &amp; .Net Framework 4. Along with this, I also upgrade my MVC 2 project to MVC 3 with the help of this article. [...] </description>
		<content:encoded><![CDATA[<p>[...] So I upgraded to Entity Framework 4. This required me to upgrade my projects to Visual Studio 2010 &amp; .Net Framework 4. Along with this, I also upgrade my MVC 2 project to MVC 3 with the help of this article. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3 by Gautam Jain</title>
		<link>http://blog.devlpr.net/2010/07/27/upgrading-an-asp-net-mvc-2-project-to-asp-net-mvc-3/#comment-44</link>
		<dc:creator>Gautam Jain</dc:creator>
		<pubDate>Tue, 05 Apr 2011 10:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=424#comment-44</guid>
		<description>Thanks a lot.

It worked. Very easy steps.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>It worked. Very easy steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.5 RC 1 Released by jQuery 1.5 RC 1 Released &#124; Rick Schott : devlpr.net</title>
		<link>http://blog.devlpr.net/2011/01/24/jquery-1-5-rc-1-released/#comment-49</link>
		<dc:creator>jQuery 1.5 RC 1 Released &#124; Rick Schott : devlpr.net</dc:creator>
		<pubDate>Sat, 26 Feb 2011 04:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devlpr.net/?p=560#comment-49</guid>
		<description>&lt;strong&gt;jQuery 1.5 RC 1 Released &#124; Rick Schott : devlpr.net...&lt;/strong&gt;

[...]Barring any major bugs this should be the code that we end up shipping for jQuery 1.5 (which will be happening on January 31st). The final release notes and documentation will be coming with the final 1.5 release. –jQuery 1.5 RC 1 ...[...]...</description>
		<content:encoded><![CDATA[<p><strong>jQuery 1.5 RC 1 Released | Rick Schott : devlpr.net&#8230;</strong></p>
<p>[...]Barring any major bugs this should be the code that we end up shipping for jQuery 1.5 (which will be happening on January 31st). The final release notes and documentation will be coming with the final 1.5 release. –jQuery 1.5 RC 1 &#8230;[...]&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

