<?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&#038;utm_medium=rss&#038;utm_campaign=part-3-creating-the-start-page-create-an-episerver-site-from-scratch</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 12:21:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Charlotte</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-7592</link>
		<dc:creator>Charlotte</dc:creator>
		<pubDate>Fri, 16 Sep 2011 11:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-7592</guid>
		<description>I got a bug at these two lines:

this.rptNewsList.DataSource = news;
this.rptNewsList.DataBind();


It helped when i put an id to the Repeater.




Dont know if there&#039;s a better way to do this?
Thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>I got a bug at these two lines:</p>
<p>this.rptNewsList.DataSource = news;<br />
this.rptNewsList.DataBind();</p>
<p>It helped when i put an id to the Repeater.</p>
<p>Dont know if there&#8217;s a better way to do this?<br />
Thanks for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Oyler</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-6468</link>
		<dc:creator>Eric Oyler</dc:creator>
		<pubDate>Thu, 30 Dec 2010 02:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-6468</guid>
		<description>Oops, code snippet was removed:
&lt;%= (FeaturedNewsPage != null ? FeaturedNewsPage.LinkURL : string.Empty) %&gt;</description>
		<content:encoded><![CDATA[<p>Oops, code snippet was removed:<br />
&lt;%= (FeaturedNewsPage != null ? FeaturedNewsPage.LinkURL : string.Empty) %&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Oyler</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-6467</link>
		<dc:creator>Eric Oyler</dc:creator>
		<pubDate>Thu, 30 Dec 2010 02:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-6467</guid>
		<description>I was brushing up on my EPiServer, and running through your tutorial. I really appreciate your work on this.

I found that the FeaturedContentRegion section should check for FeaturedNewsPage being null, and account for that if the FeaturedNews property isn&#039;t assigned. Something like this for each call to a FeaturedNewsPage method:


Unless I missed something else in this tutorial, if FeaturedNewsPage isn&#039;t checked for null, then a runtime error can occur when FeaturedNews is not assigned.</description>
		<content:encoded><![CDATA[<p>I was brushing up on my EPiServer, and running through your tutorial. I really appreciate your work on this.</p>
<p>I found that the FeaturedContentRegion section should check for FeaturedNewsPage being null, and account for that if the FeaturedNews property isn&#8217;t assigned. Something like this for each call to a FeaturedNewsPage method:</p>
<p>Unless I missed something else in this tutorial, if FeaturedNewsPage isn&#8217;t checked for null, then a runtime error can occur when FeaturedNews is not assigned.</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-5510</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Tue, 16 Nov 2010 20:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-5510</guid>
		<description>Hi Justin
You&#039;re absolutely correct, should be episerver.config not web.config :). Corrected now!

I&#039;ve not come across that error before, I would try reinstalling EPiServer CMS and see if that fixes it.

Frederik</description>
		<content:encoded><![CDATA[<p>Hi Justin<br />
You&#8217;re absolutely correct, should be episerver.config not web.config <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Corrected now!</p>
<p>I&#8217;ve not come across that error before, I would try reinstalling EPiServer CMS and see if that fixes it.</p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Moser</title>
		<link>http://www.frederikvig.com/2009/12/part-3-creating-the-start-page-create-an-episerver-site-from-scratch/comment-page-1/#comment-5464</link>
		<dc:creator>Justin Moser</dc:creator>
		<pubDate>Wed, 10 Nov 2010 10:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=504#comment-5464</guid>
		<description>Hi Frederik,
I am following this tutorial, and when i get to the step where youve created a new page with propertys in the StartPage class file, I then create a new page based on this page type in admin mode. However, you then say to change the pagestartid property in the web.config file to 26 (or whatever id the new page has been given) However I do not have that &quot;pagstartid&quot; line in my web.config file, however I do have it in my episerver.config file! Also, and not entirely sure whether related, but as soon as i complete this step, whenenever I switch pages in edit mode, i get this javascript error message as a pop up:

&quot;Error: The target &#039;FullRegion$explorerTreeView$treeView&#039; for the callback could not be found or did not implement ICallbackEventHandler.&quot;

the node in the tree view then becomes inactive and I have to refresh the page before the nodes are selectable again.

Have you come across this problem before, if so what is the solution?</description>
		<content:encoded><![CDATA[<p>Hi Frederik,<br />
I am following this tutorial, and when i get to the step where youve created a new page with propertys in the StartPage class file, I then create a new page based on this page type in admin mode. However, you then say to change the pagestartid property in the web.config file to 26 (or whatever id the new page has been given) However I do not have that &#8220;pagstartid&#8221; line in my web.config file, however I do have it in my episerver.config file! Also, and not entirely sure whether related, but as soon as i complete this step, whenenever I switch pages in edit mode, i get this javascript error message as a pop up:</p>
<p>&#8220;Error: The target &#039;FullRegion$explorerTreeView$treeView&#039; for the callback could not be found or did not implement ICallbackEventHandler.&#8221;</p>
<p>the node in the tree view then becomes inactive and I have to refresh the page before the nodes are selectable again.</p>
<p>Have you come across this problem before, if so what is the solution?</p>
]]></content:encoded>
	</item>
	<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>
</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! -->
