<?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: Part 3: Creating the start page – Create an EPiServer site from scratch</title>
	<atom:link href="http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=part-3-creating-the-start-page-create-an-episerver-site-from-scratch</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 01:46:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Introduction &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-121</link>
		<dc:creator>Introduction &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 13 Dec 2009 13:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-121</guid>
		<description>[...] In this post we&#8217;ll create the sites start page. I&#8217;ll show you how to retrieve data from other pages and how we can improve this by using extension methods. Third part is out. [...]</description>
		<content:encoded><![CDATA[<p>[...] In this post we&#8217;ll create the sites start page. I&#8217;ll show you how to retrieve data from other pages and how we can improve this by using extension methods. Third part is out. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-119</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-119</guid>
		<description>Thanks Steve!
Would be so boring if everyone agrees on everything! :).</description>
		<content:encoded><![CDATA[<p>Thanks Steve!<br />
Would be so boring if everyone agrees on everything! <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-118</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-118</guid>
		<description>Great work - again - Frederik!

As for our ongoing discussion about extensions, markup and server controls, I guess it does not come as a surprise that I don&#039;t agree about your last statement on readability of that link. Your extension (with the lamda) is shorter, but not more readable in my opinion. :-)

But I don&#039;t have to agree on everything you write in order to respect the huge amount of work and effort you put into sharing your knowledge. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Great work &#8211; again &#8211; Frederik!</p>
<p>As for our ongoing discussion about extensions, markup and server controls, I guess it does not come as a surprise that I don&#8217;t agree about your last statement on readability of that link. Your extension (with the lamda) is shorter, but not more readable in my opinion. <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>But I don&#8217;t have to agree on everything you write in order to respect the huge amount of work and effort you put into sharing your knowledge. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-117</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-117</guid>
		<description>Thanks guys! Good idea on the downloads Martin. I&#039;ll see what I can do :).</description>
		<content:encoded><![CDATA[<p>Thanks guys! Good idea on the downloads Martin. I&#8217;ll see what I can do <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin S.</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-114</link>
		<dc:creator>Martin S.</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-114</guid>
		<description>Agree with Allan, keep it up with this good stuff!

I think a download after each part would be great, too!</description>
		<content:encoded><![CDATA[<p>Agree with Allan, keep it up with this good stuff!</p>
<p>I think a download after each part would be great, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 2: Creating a foundation &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-113</link>
		<dc:creator>Part 2: Creating a foundation &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-113</guid>
		<description>[...] The next post &#8211; Part 3: Creating the start page. [...]</description>
		<content:encoded><![CDATA[<p>[...] The next post &#8211; Part 3: Creating the start page. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Thraen</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-111</link>
		<dc:creator>Allan Thraen</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-111</guid>
		<description>Loving it! Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Loving it! Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->