<?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: Inconvenient good page title with SharePoint Server Web Content Management (revisited)</title>
	<atom:link href="http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-94380</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 28 Sep 2011 14:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-94380</guid>
		<description>@Massimo: That&#039;s a nice one! Thanks!</description>
		<content:encoded><![CDATA[<p>@Massimo: That&#039;s a nice one! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo Prota</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-94272</link>
		<dc:creator>Massimo Prota</dc:creator>
		<pubDate>Tue, 27 Sep 2011 18:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-94272</guid>
		<description>Hi Waldek,
very useful information on this post, as usual :)
About checking if the current page is the home page. Did you try also IsWebWelcomePage from SPContextPageInfo?
Works as anonymous too, on a publishing site, for me.
SPContext ctx = SPContext.GetContext(web);
bool isWelcomePage = ctx.ContextPageInfo.IsWebWelcomePage;</description>
		<content:encoded><![CDATA[<p>Hi Waldek,<br />
very useful information on this post, as usual :)<br />
About checking if the current page is the home page. Did you try also IsWebWelcomePage from SPContextPageInfo?<br />
Works as anonymous too, on a publishing site, for me.<br />
SPContext ctx = SPContext.GetContext(web);<br />
bool isWelcomePage = ctx.ContextPageInfo.IsWebWelcomePage;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-58788</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 26 Oct 2010 06:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-58788</guid>
		<description>@Phil: I think there is a difference between the hierarchical title of the page which depends on where the page is being located/displayed and the title of the page itself. In most scenario&#039;s I try to keep those two apart, meaning I store only the page title with the page and then in the Master Page I use a custom control that renders a hierarchical title in the title tag just like showed above.</description>
		<content:encoded><![CDATA[<p>@Phil: I think there is a difference between the hierarchical title of the page which depends on where the page is being located/displayed and the title of the page itself. In most scenario&#039;s I try to keep those two apart, meaning I store only the page title with the page and then in the Master Page I use a custom control that renders a hierarchical title in the title tag just like showed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Childs</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-58760</link>
		<dc:creator>Phil Childs</dc:creator>
		<pubDate>Mon, 25 Oct 2010 21:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-58760</guid>
		<description>The scenario would really be that whenever a page is created/amended, that the title tag on the page includes the page title and site the page is in.

My gut feeling is to add the text into a column using an event receiver when the page is updated and change the FieldName value of PlaceHolderPageTitle in the page layouts - that way there is only a lookup to a single column value rather than querying site/page titles on page load.

Keep up the good work on the blog - especially the excellent solutions you publish to extend the WCM features</description>
		<content:encoded><![CDATA[<p>The scenario would really be that whenever a page is created/amended, that the title tag on the page includes the page title and site the page is in.</p>
<p>My gut feeling is to add the text into a column using an event receiver when the page is updated and change the FieldName value of PlaceHolderPageTitle in the page layouts &#8211; that way there is only a lookup to a single column value rather than querying site/page titles on page load.</p>
<p>Keep up the good work on the blog &#8211; especially the excellent solutions you publish to extend the WCM features</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-58745</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 25 Oct 2010 18:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-58745</guid>
		<description>@Phil: I guess it all depends on your scenario and what exactly are you trying to achieve.</description>
		<content:encoded><![CDATA[<p>@Phil: I guess it all depends on your scenario and what exactly are you trying to achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Childs</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-58739</link>
		<dc:creator>Phil Childs</dc:creator>
		<pubDate>Mon, 25 Oct 2010 16:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-58739</guid>
		<description>Some good information here, Waldek - thanks.

In your experience, what is the best way of changing the page title through code? Delegate control, event receiver setting a text column when the page is updated, etc.</description>
		<content:encoded><![CDATA[<p>Some good information here, Waldek &#8211; thanks.</p>
<p>In your experience, what is the best way of changing the page title through code? Delegate control, event receiver setting a text column when the page is updated, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die vermelden Inconvenient good page title with SharePoint Server Web Content Management (revisited) - Waldek Mastykarz -- Topsy.com</title>
		<link>http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/comment-page-1/#comment-47292</link>
		<dc:creator>Tweets die vermelden Inconvenient good page title with SharePoint Server Web Content Management (revisited) - Waldek Mastykarz -- Topsy.com</dc:creator>
		<pubDate>Sun, 02 May 2010 01:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/inconvenient-good-page-title-sharepoint-server-web-content-management-revisited/#comment-47292</guid>
		<description>[...] Dit blogartikel was vermeld op Twitter door Waldek Mastykarz en Planet SharePoint, Erik Neumann. Erik Neumann heeft gezegd: #sharepoint Inconvenient good page title with SharePoint Server Web Content Management (revisited): One of the thi... http://bit.ly/a3BuKn [...]</description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Waldek Mastykarz en Planet SharePoint, Erik Neumann. Erik Neumann heeft gezegd: #sharepoint Inconvenient good page title with SharePoint Server Web Content Management (revisited): One of the thi&#8230; <a href="http://bit.ly/a3BuKn" rel="nofollow">http://bit.ly/a3BuKn</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

