<?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: Creating classes for PageTypeBuilder in an existing project</title>
	<atom:link href="http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Thu, 28 Jul 2011 13:21:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erik Nordin</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-19156</link>
		<dc:creator>Erik Nordin</dc:creator>
		<pubDate>Mon, 16 May 2011 16:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-19156</guid>
		<description>I&#039;ve never used GitHub before. Gave it a try.. :) https://github.com/eriknordin/PTB-Helpers</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never used GitHub before. Gave it a try.. <img src='http://antecknat.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="https://github.com/eriknordin/PTB-Helpers" rel="nofollow">https://github.com/eriknordin/PTB-Helpers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Sewell</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-19110</link>
		<dc:creator>Jonathan Sewell</dc:creator>
		<pubDate>Fri, 13 May 2011 06:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-19110</guid>
		<description>Hi Erik, it&#039;d be great to get this on github so it can be forked. I want to add a &quot;select all&quot; link for the check boxes... I only want to import 1 page type out of a list of ~60 and have to check so many boxes manually.</description>
		<content:encoded><![CDATA[<p>Hi Erik, it&#8217;d be great to get this on github so it can be forked. I want to add a &#8220;select all&#8221; link for the check boxes&#8230; I only want to import 1 page type out of a list of ~60 and have to check so many boxes manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jørgen</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-16354</link>
		<dc:creator>Jørgen</dc:creator>
		<pubDate>Fri, 10 Dec 2010 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-16354</guid>
		<description>Sorry, previouse comment INCORRECT! All is good!

And again excellent tool!</description>
		<content:encoded><![CDATA[<p>Sorry, previouse comment INCORRECT! All is good!</p>
<p>And again excellent tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jørgen</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-16353</link>
		<dc:creator>Jørgen</dc:creator>
		<pubDate>Fri, 10 Dec 2010 10:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-16353</guid>
		<description>Excelent tool.

A little heads up for you who have set witch page types are to be available to the editor when creating a sub-page under a page type. This setting will not be converted by the tool. It defaults to all pagetypes.</description>
		<content:encoded><![CDATA[<p>Excelent tool.</p>
<p>A little heads up for you who have set witch page types are to be available to the editor when creating a sub-page under a page type. This setting will not be converted by the tool. It defaults to all pagetypes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-15516</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Thu, 28 Oct 2010 09:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-15516</guid>
		<description>Hi Erik, found a small bug:
pdf.HelpText.Replace(&quot;\&quot;&quot;, &quot;&#039;&quot;)

should be:
pdf.HelpText != null ? pdf.HelpText.Replace(&quot;\&quot;&quot;, &quot;&#039;&quot;) : string.Empty

Love this tool! :)</description>
		<content:encoded><![CDATA[<p>Hi Erik, found a small bug:<br />
pdf.HelpText.Replace(&#8220;\&#8221;", &#8220;&#8216;&#8221;)</p>
<p>should be:<br />
pdf.HelpText != null ? pdf.HelpText.Replace(&#8220;\&#8221;", &#8220;&#8216;&#8221;) : string.Empty</p>
<p>Love this tool! <img src='http://antecknat.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generera klasser till PageTypeBuilder från ett redan skapat projekt &#124; Wärting Konsulting - Systemutvecklare</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-14497</link>
		<dc:creator>Generera klasser till PageTypeBuilder från ett redan skapat projekt &#124; Wärting Konsulting - Systemutvecklare</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-14497</guid>
		<description>[...] http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/" rel="nofollow">http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Evertsson</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-14242</link>
		<dc:creator>Fredrik Evertsson</dc:creator>
		<pubDate>Tue, 10 Aug 2010 12:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-14242</guid>
		<description>A very nice tool, thanks a lot Erik! A little heads up for you who have property-names that contains &quot;å&quot;, &quot;ä&quot; or &quot;ö&quot;, change those to &quot;o&quot; or &quot;a&quot; otherwise you will get a cryptic exception telling you that a property with the name (in my case Sökmotoroptimering) already exists!</description>
		<content:encoded><![CDATA[<p>A very nice tool, thanks a lot Erik! A little heads up for you who have property-names that contains &#8220;å&#8221;, &#8220;ä&#8221; or &#8220;ö&#8221;, change those to &#8220;o&#8221; or &#8220;a&#8221; otherwise you will get a cryptic exception telling you that a property with the name (in my case Sökmotoroptimering) already exists!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars F</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-14095</link>
		<dc:creator>Lars F</dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-14095</guid>
		<description>Very cool util! 
Saved me a lott of time. However I&#039;m wondering why tabs arnt generated using attributes?</description>
		<content:encoded><![CDATA[<p>Very cool util!<br />
Saved me a lott of time. However I&#8217;m wondering why tabs arnt generated using attributes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Nordin</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-13324</link>
		<dc:creator>Erik Nordin</dc:creator>
		<pubDate>Mon, 17 May 2010 07:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-13324</guid>
		<description>Pablo, they won&#039;t be removed. Same thing if you change the property type of a property, it won&#039;t be changed due to possible loss of data.</description>
		<content:encoded><![CDATA[<p>Pablo, they won&#8217;t be removed. Same thing if you change the property type of a property, it won&#8217;t be changed due to possible loss of data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-13260</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Fri, 14 May 2010 13:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-13260</guid>
		<description>What happens to the page type and it&#039;s associated page instances when you REMOVE a property from the declared page type in code? For example, if I remove &quot;Title&quot; from the class, will the PageTypeBuilder delete the previous property?</description>
		<content:encoded><![CDATA[<p>What happens to the page type and it&#8217;s associated page instances when you REMOVE a property from the declared page type in code? For example, if I remove &#8220;Title&#8221; from the class, will the PageTypeBuilder delete the previous property?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-12004</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-12004</guid>
		<description>Hi Erik
Think I found a little bug.. Properties that are not displayed in edit mode don&#039;t get DisplayInEditMode property set to false.</description>
		<content:encoded><![CDATA[<p>Hi Erik<br />
Think I found a little bug.. Properties that are not displayed in edit mode don&#8217;t get DisplayInEditMode property set to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-11283</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-11283</guid>
		<description>Great stuff Erik! Saved me tons of time! :)</description>
		<content:encoded><![CDATA[<p>Great stuff Erik! Saved me tons of time! <img src='http://antecknat.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Abrahamsson</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-10138</link>
		<dc:creator>Joel Abrahamsson</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-10138</guid>
		<description>Great work Erik! I&#039;ve been planning to do something simillar for quite some time but I have never gotten around to it. Now I don&#039;t have to :)</description>
		<content:encoded><![CDATA[<p>Great work Erik! I&#8217;ve been planning to do something simillar for quite some time but I have never gotten around to it. Now I don&#8217;t have to <img src='http://antecknat.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petter</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/comment-page-1/#comment-10112</link>
		<dc:creator>Petter</dc:creator>
		<pubDate>Tue, 03 Nov 2009 04:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=112#comment-10112</guid>
		<description>Nice Erik! Will have to try this out. Been thinking about the same issue as you had and now you have (hopefully =)) solved it for me!</description>
		<content:encoded><![CDATA[<p>Nice Erik! Will have to try this out. Been thinking about the same issue as you had and now you have (hopefully =)) solved it for me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

