<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dave Cavins &#187; MOSS 2007</title>
	<atom:link href="http://davecavins.com/tag/moss-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://davecavins.com</link>
	<description>web design, SharePoint customization &#38; random stuff</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:22:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Adding references to the page head: the easy way</title>
		<link>http://davecavins.com/2009/02/adding-stuff-to-the-page-head-the-easy-way/</link>
		<comments>http://davecavins.com/2009/02/adding-stuff-to-the-page-head-the-easy-way/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 13:24:17 +0000</pubDate>
		<dc:creator>davecavins</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[SharePoint Design]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://davecavins.com/?p=34</guid>
		<description><![CDATA[To add custom styles or functionality to a SharePoint page often requires including JavaScript or CSS files that need to be referenced within the &#60;head&#62; tag. Instead of adding these items to the masterpage and thus every page on the whole site it is better to just add them on only the pages that need them. Many [...]


Related posts:<ol><li><a href='http://davecavins.com/2009/04/adding-suggestiong-to-the-sharepoint-search-box/' rel='bookmark' title='Adding Suggestions to the Sharepoint search box'>Adding Suggestions to the Sharepoint search box</a></li>
<li><a href='http://davecavins.com/2010/06/switch-styles-in-sharepoint-with-jquery/' rel='bookmark' title='Switch Themes Without a Page Refresh: Part 2'>Switch Themes Without a Page Refresh: Part 2</a></li>
<li><a href='http://davecavins.com/2009/10/suggestions-foto-the-sharepoint-search-box-part-2/' rel='bookmark' title='Adding Suggestions to the Sharepoint search box : Part 2'>Adding Suggestions to the Sharepoint search box : Part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To add custom styles or functionality to a SharePoint page often requires including JavaScript or CSS files that need to be referenced within the &lt;head&gt; tag. Instead of adding these items to the masterpage and thus every page on the whole site it is better to just add them on only the pages that need them.</p>
<p>Many people use a hidden content editor webpart for this purpose but there is a second option. On each page layout there is a Content placeholder called &#8220;AdditionalPageHead&#8221;.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;asp:ContentPlaceHolder id=&quot;AdditionalPageHead&quot; runat=&quot;server&quot;&gt;

&lt;/asp:ContentPlaceHolder&gt;
</pre>
<p>Anything placed inside this placehodler will be added to the head of the rendered page.</p>
<p>You can also create your own custom placeholders in the masterpage and page layout to allow you to add items to any part of the masterpage. For instance I have created a custom placeholder to insert webparts in the footer area of the masterpage.</p>


<p>Related posts:<ol><li><a href='http://davecavins.com/2009/04/adding-suggestiong-to-the-sharepoint-search-box/' rel='bookmark' title='Adding Suggestions to the Sharepoint search box'>Adding Suggestions to the Sharepoint search box</a></li>
<li><a href='http://davecavins.com/2010/06/switch-styles-in-sharepoint-with-jquery/' rel='bookmark' title='Switch Themes Without a Page Refresh: Part 2'>Switch Themes Without a Page Refresh: Part 2</a></li>
<li><a href='http://davecavins.com/2009/10/suggestions-foto-the-sharepoint-search-box-part-2/' rel='bookmark' title='Adding Suggestions to the Sharepoint search box : Part 2'>Adding Suggestions to the Sharepoint search box : Part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://davecavins.com/2009/02/adding-stuff-to-the-page-head-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

