<?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 Calle Arnesten's Blog</title>
	<atom:link href="http://www.arnesten.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arnesten.com</link>
	<description>Web Development, Test Driven Development, NHibernate, ASP.NET MVC, jQuery and more..</description>
	<lastBuildDate>Mon, 04 Jan 2010 08:56:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Dumbbell.se är släppt by Calle Arnesten&#8217;s Blog &#187; Kostdagbok / matdagbok på dumbbell.se</title>
		<link>http://www.arnesten.com/2008/10/12/dumbbellse-ar-slappt/#comment-497</link>
		<dc:creator>Calle Arnesten&#8217;s Blog &#187; Kostdagbok / matdagbok på dumbbell.se</dc:creator>
		<pubDate>Mon, 04 Jan 2010 08:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/2008/10/12/dumbbellse-ar-slappt/#comment-497</guid>
		<description>[...] jag nämnde för länge sen så har jag en träningssida som heter dumbbell.se. Från början var den enbart [...]</description>
		<content:encoded><![CDATA[<p>[...] jag nämnde för länge sen så har jag en träningssida som heter dumbbell.se. Från början var den enbart [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JAOO 2007 – TDD tutorial with Robert C. Martin by Calle Arnesten&#8217;s Blog &#187; Home from Öredev 2008</title>
		<link>http://www.arnesten.com/2007/09/30/jaoo-2007-%e2%80%93-tdd-tutorial-with-robert-c-martin/#comment-122</link>
		<dc:creator>Calle Arnesten&#8217;s Blog &#187; Home from Öredev 2008</dc:creator>
		<pubDate>Sun, 23 Nov 2008 18:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/2007/09/30/jaoo-2007-%e2%80%93-tdd-tutorial-with-robert-c-martin/#comment-122</guid>
		<description>[...] talks: the keynote and Clean Code III. I&#8217;ve had the pleasure of seeing him before at JAOO 2007, but despite that got more tips for writing good code. The rest of the team I work with, were also [...]</description>
		<content:encoded><![CDATA[<p>[...] talks: the keynote and Clean Code III. I&#8217;ve had the pleasure of seeing him before at JAOO 2007, but despite that got more tips for writing good code. The rest of the team I work with, were also [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Word automation to embed linked images by Calle Arnesten</title>
		<link>http://www.arnesten.com/2007/05/10/using-word-automation-to-embed-linked-images/#comment-113</link>
		<dc:creator>Calle Arnesten</dc:creator>
		<pubDate>Sun, 16 Nov 2008 22:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/?p=4#comment-113</guid>
		<description>Sorry for the long time of not replying. I don&#039;t think it is possibly to do it without Word automation. If you find a way, please let me know.</description>
		<content:encoded><![CDATA[<p>Sorry for the long time of not replying. I don&#8217;t think it is possibly to do it without Word automation. If you find a way, please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Word automation to embed linked images by booyah79</title>
		<link>http://www.arnesten.com/2007/05/10/using-word-automation-to-embed-linked-images/#comment-27</link>
		<dc:creator>booyah79</dc:creator>
		<pubDate>Sun, 07 Sep 2008 19:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/?p=4#comment-27</guid>
		<description>Is there a way to embed images added through altChunk HTML without using Word automation? I also have users adding rich content via a rich text editor on a website (w/ images) but my server doesn&#039;t support Word automation. I can create docx files using the HTML - but, as you&#039;ve stated, images are created in the document as hyperlinks.</description>
		<content:encoded><![CDATA[<p>Is there a way to embed images added through altChunk HTML without using Word automation? I also have users adding rich content via a rich text editor on a website (w/ images) but my server doesn&#8217;t support Word automation. I can create docx files using the HTML &#8211; but, as you&#8217;ve stated, images are created in the document as hyperlinks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validating HTTP method in ASP.NET MVC by ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://www.arnesten.com/2008/07/10/validating-http-method-in-aspnet-mvc/#comment-22</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/2008/07/10/validating-http-method-in-aspnet-mvc/#comment-22</guid>
		<description>[...] Validating HTTP method in ASP.NET MVC (7/9/2008)Wednesday, July 09, 2008 from www.arnesten.comIt is good to follow this practice, otherwise there might be problems when search engines tries to visit links (which are GET by default). By default in ASP. ... NET MVC any public method on the controller can be accessed both by GET and POST....So I _could_ access my DeleteUser() method by an ordinary link (which is GET). So, how do I restrict a method in ASP. NET MVC to be only GET or only POST?... [...]</description>
		<content:encoded><![CDATA[<p>[...] Validating HTTP method in ASP.NET MVC (7/9/2008)Wednesday, July 09, 2008 from <a href="http://www.arnesten.comIt" rel="nofollow">http://www.arnesten.comIt</a> is good to follow this practice, otherwise there might be problems when search engines tries to visit links (which are GET by default). By default in ASP. &#8230; NET MVC any public method on the controller can be accessed both by GET and POST&#8230;.So I _could_ access my DeleteUser() method by an ordinary link (which is GET). So, how do I restrict a method in ASP. NET MVC to be only GET or only POST?&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trouble when including JavaScript block with Telerik Ajax Panel by arnesten</title>
		<link>http://www.arnesten.com/2007/05/14/trouble-when-including-javascript-block-with-telerik-ajax-panel/#comment-5</link>
		<dc:creator>arnesten</dc:creator>
		<pubDate>Sat, 06 Oct 2007 07:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/?p=10#comment-5</guid>
		<description>Hi Amit, yes I&#039;ve done that. The easiest way for me to help you is if you send me a short sample with your problem and I will take a look at it.</description>
		<content:encoded><![CDATA[<p>Hi Amit, yes I&#8217;ve done that. The easiest way for me to help you is if you send me a short sample with your problem and I will take a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trouble when including JavaScript block with Telerik Ajax Panel by Amit</title>
		<link>http://www.arnesten.com/2007/05/14/trouble-when-including-javascript-block-with-telerik-ajax-panel/#comment-4</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 20 Sep 2007 14:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.arnesten.com/?p=10#comment-4</guid>
		<description>Hi, I am having problem updating controls inside the Telerik Ajax Panel from outside using server side code.

Have you done this? If so, would appreciate any pointers!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I am having problem updating controls inside the Telerik Ajax Panel from outside using server side code.</p>
<p>Have you done this? If so, would appreciate any pointers!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
