<?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>MOSS 2007 - WCM Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/moss-2007-wcm/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/moss-2007-wcm/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 14:18:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>MOSS Content Deployment MUST READ</title>
		<link>https://blogit.create.pt/raulribeiro/2009/05/05/moss-content-deployment-must-read/</link>
					<comments>https://blogit.create.pt/raulribeiro/2009/05/05/moss-content-deployment-must-read/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Tue, 05 May 2009 06:15:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=681</guid>

					<description><![CDATA[<p>In the past Stefan Go&#223;ner&#160;have released several blogs about the various problems that can occur with Content Deployment. As it is often hard to find the right resource he decided to compile the different known issues into one large article: Content Deployment &#8211; Best Practices He is another Stefan Go&#223;ner&#160;post that is also very interesting [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2009/05/05/moss-content-deployment-must-read/">MOSS Content Deployment MUST READ</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In the past Stefan Go&szlig;ner&nbsp;have released several blogs about the various problems that can occur with Content Deployment. As it is often hard to find the right resource he decided to compile the different known issues into one large article:</p>
<ul>
<li><a href="http://blogs.technet.com/stefan_gossner/pages/content-deployment-best-practices.aspx" target="_blank">Content Deployment &#8211; Best Practices</a></li>
</ul>
<p>He is another Stefan Go&szlig;ner&nbsp;post that is also very interesting</p>
<ul>
<li><a href="http://blogs.technet.com/stefan_gossner/archive/2008/05/28/pimp-my-content-deployment-job.aspx">Pimp My Content Deployment Job</a></li>
</ul>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2009/05/05/moss-content-deployment-must-read/">MOSS Content Deployment MUST READ</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2009/05/05/moss-content-deployment-must-read/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint Infrastructure Update and SharePoint SP1 environments</title>
		<link>https://blogit.create.pt/raulribeiro/2008/09/16/sharepoint-infrastructure-update-and-sharepoint-sp1-environments/</link>
					<comments>https://blogit.create.pt/raulribeiro/2008/09/16/sharepoint-infrastructure-update-and-sharepoint-sp1-environments/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Tue, 16 Sep 2008 09:23:00 +0000</pubDate>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=941</guid>

					<description><![CDATA[<p>Great news. For some reason if you need to install a Publishing Site, developed in a SharePoint 2007 with infrastructure update, in a SharePoint 2007 with only SP1 o you can :). You just need to use stsadm -backup and stsadm -restore to do the job. Sorry, but can&#039;t be done, i was wrong, i [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/09/16/sharepoint-infrastructure-update-and-sharepoint-sp1-environments/">SharePoint Infrastructure Update and SharePoint SP1 environments</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strike>Great news.</strike></p>
<p><strike>For some reason if you need to install a Publishing Site, developed in a SharePoint 2007 with infrastructure update, in a SharePoint 2007 with only SP1 o you can :).</strike></p>
<p><strike>You just need to use stsadm -backup and stsadm -restore to do the job.</strike></p>
<p><strong>Sorry, but can&#039;t be done, i was wrong, i used two SharePoint 2007 Server VM but both where with Infrastructure Update 🙁 my bad.</strong></p>
<p><strong>Backup a Site Collection</strong></p>
<p>1.Open a console windows<br />2.In the cmd window navigate to the &ldquo;C:\Program files\common files\microsoft shared\web server extensions\12\bin&rdquo; directory. <br />3.Type stsadm -o backup -url &ldquo;http://YOURSITE&rdquo; -filename &ldquo;C:\BACKUP.bak&rdquo; -overwrite <br />4.Press Enter </p>
<p>At this point you can copy the file to the other server, or just perform the restore on the same server by following the steps below.</p>
<p>Note before restoring ensure that the target site collection you are restoring onto is a BLANK site. This will allow you to avoid some potential issues with duplicate names and ID&rsquo;s.</p>
<p><strong>To Restore a Site Collection</strong></p>
<p>1.Open a console windows<br />2.In the cmd window navigate to the &ldquo;C:\Program files\common files\microsoft shared\web server extensions\12\bin&rdquo; directory. <br />3.Type stsadm -o restore -url &ldquo;http://YOURSITE&rdquo; -filename &ldquo;C:\BACKUP.bak&rdquo; -overwrite <br />4.Press Enter </p>
<p>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/09/16/sharepoint-infrastructure-update-and-sharepoint-sp1-environments/">SharePoint Infrastructure Update and SharePoint SP1 environments</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2008/09/16/sharepoint-infrastructure-update-and-sharepoint-sp1-environments/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WCM – Save Site as Template</title>
		<link>https://blogit.create.pt/raulribeiro/2008/02/22/wcm-save-site-as-template/</link>
					<comments>https://blogit.create.pt/raulribeiro/2008/02/22/wcm-save-site-as-template/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Fri, 22 Feb 2008 09:41:00 +0000</pubDate>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1061</guid>

					<description><![CDATA[<p>If you want to save a site as template in a SharePoint 2007 Internet Site you don&#039;t have that option in the Site Settings page, so you have to go to the &#34;Save site as template&#34; page by url. To do that o need to add this to the url of you current site _layouts/savetmpl.aspx. [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/02/22/wcm-save-site-as-template/">WCM – Save Site as Template</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you want to save a site as template in a SharePoint 2007 Internet Site you don&#039;t have that option in the Site Settings page, so you have to go to the &quot;Save site as template&quot; page by url. </p>
<p>To do that o need to add this to the url of you current site _layouts/savetmpl.aspx. </p>
<p>You can to this in the root site or in a sub site. </p>
<p>When you put that url in your web browser you are redirected to the following page. </p>
<p><img fetchpriority="high" decoding="async" height="246" src="http://i264.photobucket.com/albums/ii195/mebocaina/sitetemppage.jpg" style="width: 600px;height: 246px" width="600"></p>
<p>Insert the name and title for the file and click on the OK button. </p>
<p>Now you have your site save as a template, to be possible to use this template you need to allow it, so you need to go Site Settings and click on the &quot;Page layout and site template&quot; under Look and Feel. </p>
<p><img decoding="async" height="291" src="http://i264.photobucket.com/albums/ii195/mebocaina/pageandsitetemplates.jpg" width="600"></p>
<p>The template will appear on the left lisbox, choose and click on &quot;Add &gt;&quot; then &quot;Ok&quot; button. </p>
<p>Now you can go to the Site Actions and Create Site. </p>
<p>Saving a site as template will have all pages and lists but no subsite. </p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/02/22/wcm-save-site-as-template/">WCM – Save Site as Template</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2008/02/22/wcm-save-site-as-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DateTime SharePoint Field Format</title>
		<link>https://blogit.create.pt/raulribeiro/2008/02/15/datetime-sharepoint-field-format/</link>
					<comments>https://blogit.create.pt/raulribeiro/2008/02/15/datetime-sharepoint-field-format/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Fri, 15 Feb 2008 13:01:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1081</guid>

					<description><![CDATA[<p>When you are creating a SharePoint page layout&#160;and what to have a specific datetime format ex: Friday, 15 February 2008 it&#039;s not possible using just the publishing date field of SharePoint. &#160;But there is a very nice and clean trick: Add a new calculated field to the content type that you are using on the [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/02/15/datetime-sharepoint-field-format/">DateTime SharePoint Field Format</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you are creating a SharePoint page layout&nbsp;and what to have a specific datetime format ex: Friday, 15 February 2008 it&#039;s not possible using just the publishing date field of SharePoint.</p>
<p>&nbsp;But there is a very nice and clean trick:</p>
<p>Add a new calculated field to the content type that you are using on the page layout with the following formula:</p>
<p>=TEXT(DATEFIELD,&quot;DATEFORMAT&quot;)</p>
<p>In the date format you can put &quot;dddd, d mmmm yyyy&quot; or &quot;mmmm d-mm-yyyy&quot; &#8230;</p>
<p>On your page layout add the html code behind:</p>
<p>&lt;PublishingWebControls:EditModePanel runat=server id=&quot;EditModePanel2&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;SharePointWebControls:DateTimeField ID=&quot;DateTimeField1&quot; FieldName=&quot;DataPublicacao&quot; runat=&quot;server&quot;&gt;&lt;/SharePointWebControls:DateTimeField&gt;<br />&lt;/PublishingWebControls:EditModePanel&gt;<br />&lt;PublishingWebControls:EditModePanel runat=server id=&quot;EditModePanel3&quot; PageDisplayMode=&quot;Display&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;SharePointWebControls:CalculatedField ID=&quot;CalculatedField1&quot; FieldName=&quot;CustomDateField&quot; runat=&quot;server&quot;&gt;&lt;/SharePointWebControls:CalculatedField&gt;<br />&lt;/PublishingWebControls:EditModePanel&gt;</p>
<p>This will&nbsp;show on edit mode the datefield and on display mode the calculated field.&nbsp;</p>
<p>You can use this trick on any list to show on your views different date formats.</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/02/15/datetime-sharepoint-field-format/">DateTime SharePoint Field Format</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2008/02/15/datetime-sharepoint-field-format/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MOSS Rich Text Editor Styles &#8211; modify and add new styles</title>
		<link>https://blogit.create.pt/raulribeiro/2008/01/25/moss-rich-text-editor-styles-modify-and-add-new-styles/</link>
					<comments>https://blogit.create.pt/raulribeiro/2008/01/25/moss-rich-text-editor-styles-modify-and-add-new-styles/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Fri, 25 Jan 2008 06:24:18 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1101</guid>

					<description><![CDATA[<p>You can easily modify existing styles or add new styles to the MOSS Rich Text Editor by using the Alternate CSS URL option (along with adding any other CSS overrides from the CORE.CSS file). The out-of-the-box styles for the editor are located on the Web front-end server at %systemdrive%:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES\HtmlEditorCustomStyles.css. There [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/01/25/moss-rich-text-editor-styles-modify-and-add-new-styles/">MOSS Rich Text Editor Styles &#8211; modify and add new styles</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can easily modify existing styles or add new styles to the MOSS Rich Text Editor by using the Alternate CSS URL option (along with adding any other CSS overrides from the CORE.CSS file).
</p>
<p>The out-of-the-box styles for the editor are located on the Web front-end server at %systemdrive%:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES\HtmlEditorCustomStyles.css.  There are three main styles which are accessed from the rich text editor style drop-down: .ms-rteCustom-Article; .ms-rteCustom-ArticleByline; .ms-rteCustom-ArticleHeadLine. Note that the styles all include the named parameter &#8216;rteCustom&#8217;.
</p>
<p>To add a new style and have that style available from the style drop-down selection in the rich text editor, create a new css file and then create a new class, for example:
</p>
<p>.ms-rteCustom-SharePointRusSpecialStyle
</p>
<p>{
</p>
<p>Font-family: verdana;
</p>
<p>Font-style: italic;
</p>
<p>Font-size: 18pt;
</p>
<p>Color: fuchsia;
</p>
<p>}
</p>
<p>Then save the file and upload it to the root site&#8217;s Style Library, i.e. http://site_server/Style%20Library/Forms/AllItems.aspx.
</p>
<p>Next, using the browser, navigate to the Site Master Page Settings page (from Site Settings, Look and Feel, Master Page) and in the Alternate CSS URL section select the radio button &#8216;Specify a CSS file to be used by this publishing site and all sites that inherit from it&#8217;. Then Browse to the Style Library where you uploaded the custom CSS file and select that file. Click OK.
</p>
<p>Note, here we&#8217;ve simply added an override for a custom CSS class specifically for the rich text editor. But, you could just as easily bundle this additional class into your main CSS override file, remembering to specify the &#8216;rteCustom&#8217; attribute in the class name.
</p>
<p>Then go use the rich text editor to access the new style.</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/01/25/moss-rich-text-editor-styles-modify-and-add-new-styles/">MOSS Rich Text Editor Styles &#8211; modify and add new styles</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2008/01/25/moss-rich-text-editor-styles-modify-and-add-new-styles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Duplicated WebPart added to a Page on WCM</title>
		<link>https://blogit.create.pt/raulribeiro/2008/01/18/duplicated-webpart-added-to-a-page-on-wcm/</link>
					<comments>https://blogit.create.pt/raulribeiro/2008/01/18/duplicated-webpart-added-to-a-page-on-wcm/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Fri, 18 Jan 2008 11:47:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1121</guid>

					<description><![CDATA[<p>For some reason, when using features to add pages to a WCM site the webparts that exist on the page appear duplicated. But using API and getting the object weparts using the GetLimitedWebPartManager there is only the correct webpart. Then when i was trying to find the reason for this problem, the SharePoint Designer gave [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/01/18/duplicated-webpart-added-to-a-page-on-wcm/">Duplicated WebPart added to a Page on WCM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For some reason, when using features to add pages to a WCM site the webparts that exist on the page appear duplicated.</p>
<p>But using API and getting the object weparts using the GetLimitedWebPartManager there is only the correct webpart.</p>
<p>Then when i was trying to find the reason for this problem, the SharePoint Designer gave me the solution.</p>
<p>He automatically added to the &lt;%@ Page this information <strong>meta:webpartpageexpansion=&quot;full&quot;</strong>.</p>
<p>So i&#039;ve changed the page on my feature, deleted the page from my site, deactivate the feature, activate the feature and voiala my page is working.</p>
<p>By the way i&#039;ve used a feature to add pages to my site because the page will exist on every sites and subsites of my site.</p>
<p style="color: red"><strong>CHANGED: Don&#039;t use this option, please see the comment to this post</strong></p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2008/01/18/duplicated-webpart-added-to-a-page-on-wcm/">Duplicated WebPart added to a Page on WCM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2008/01/18/duplicated-webpart-added-to-a-page-on-wcm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Deleting Page Layouts on Microsoft Office SharePoint Server WCM</title>
		<link>https://blogit.create.pt/raulribeiro/2007/09/20/deleting-page-layouts-on-microsoft-office-sharepoint-server-wcm/</link>
					<comments>https://blogit.create.pt/raulribeiro/2007/09/20/deleting-page-layouts-on-microsoft-office-sharepoint-server-wcm/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Thu, 20 Sep 2007 11:53:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1221</guid>

					<description><![CDATA[<p>Sometimes when&#160;i want to delete a&#160;MOSS WCM Page Layout, Sharepoint Designer tells me that the Page Layout has page attached to him even when i know that there is no page attached to it. &#160;So how can i delete this Page Layout ? What i did to delete it is very simple, create a new [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/09/20/deleting-page-layouts-on-microsoft-office-sharepoint-server-wcm/">Deleting Page Layouts on Microsoft Office SharePoint Server WCM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes when&nbsp;i want to delete a&nbsp;MOSS WCM Page Layout, Sharepoint Designer tells me that the Page Layout has page attached to him even when i know that there is no page attached to it.</p>
<p>&nbsp;So how can i delete this Page Layout ?</p>
<p>What i did to delete it is very simple, create a new folder on SharePoint Designer drag or cut and page&nbsp;the Page Layout file into the new folder. Then delete the folder.</p>
<p>Simple isn&#039;t it :).</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/09/20/deleting-page-layouts-on-microsoft-office-sharepoint-server-wcm/">Deleting Page Layouts on Microsoft Office SharePoint Server WCM</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2007/09/20/deleting-page-layouts-on-microsoft-office-sharepoint-server-wcm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Failed to extract the cab file in the solution</title>
		<link>https://blogit.create.pt/raulribeiro/2007/06/21/failed-to-extract-the-cab-file-in-the-solution/</link>
					<comments>https://blogit.create.pt/raulribeiro/2007/06/21/failed-to-extract-the-cab-file-in-the-solution/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Thu, 21 Jun 2007 13:59:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1341</guid>

					<description><![CDATA[<p>This error can occurr when you have special characters, like (^ ~), on file names defined on the feature.xml or ir elementmanifest.xml. Today i found a new reason to&#160;provoke this error. If we define two files with the same name and in the same folder on the feature.xml, elementmanifest.xml and on solution.ddf the wsp file [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/06/21/failed-to-extract-the-cab-file-in-the-solution/">Failed to extract the cab file in the solution</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This error can occurr when you have special characters, like (^ ~), on file names defined on the feature.xml or ir elementmanifest.xml.</p>
<p>Today i found a new reason to&nbsp;provoke this error. If we define two files with the same name and in the same folder on the feature.xml, elementmanifest.xml and on solution.ddf the wsp file created will have two files with the same and that will also cause this error.</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/06/21/failed-to-extract-the-cab-file-in-the-solution/">Failed to extract the cab file in the solution</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2007/06/21/failed-to-extract-the-cab-file-in-the-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Open a website that is using Forms Authentication as its Authentication Provider with SharePoint Designer</title>
		<link>https://blogit.create.pt/raulribeiro/2007/05/15/open-a-website-that-is-using-forms-authentication-as-its-authentication-provider-with-sharepoint-designer/</link>
					<comments>https://blogit.create.pt/raulribeiro/2007/05/15/open-a-website-that-is-using-forms-authentication-as-its-authentication-provider-with-sharepoint-designer/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Tue, 15 May 2007 14:06:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1401</guid>

					<description><![CDATA[<p>There are two ways to do this: &#160; The first way is to authenticate via IE first, making sure that you save your credentials. SP Designer should be able to use that authentication cookie. The other way is to extend your web application onto a secondary IIS website. This will allow you to bind to [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/05/15/open-a-website-that-is-using-forms-authentication-as-its-authentication-provider-with-sharepoint-designer/">Open a website that is using Forms Authentication as its Authentication Provider with SharePoint Designer</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span></p>
<p class="MsoNormal"><span>There are two ways to do this:</span><span></p>
<p><font face="Times New Roman" size="3">&nbsp;</font></p>
<p></span></p>
<ul>
<li>
<div class="MsoNormal"><span>The first way is to authenticate via IE first, making sure that you save your credentials. SP Designer should be able to use that authentication cookie.</span></div>
</li>
<li>
<div class="MsoNormal"><span>The other way is to extend your web application onto a secondary IIS website. This will allow you to bind to the Windows Auth version of the system using your AD account, and the Forms Authentication version using whatever provider you have specified. In a public facing production environment this can be very useful.</span></div>
</li>
</ul>
<p class="MsoNormal"><span>See </span><span><a href="http://blogs.msdn.com/sharepoint/archive/2006/08/16/702010.aspx" title="Site: Microsoft SharePoint Products and Technologies Team Blog" target="_blank">Configuring Multiple Authentication Providers for SharePoint 2007</a>&nbsp;for details about how to do this.</span></p>
<p></span></p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2007/05/15/open-a-website-that-is-using-forms-authentication-as-its-authentication-provider-with-sharepoint-designer/">Open a website that is using Forms Authentication as its Authentication Provider with SharePoint Designer</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2007/05/15/open-a-website-that-is-using-forms-authentication-as-its-authentication-provider-with-sharepoint-designer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Customizing and Branding Web Content Management-Enabled SharePoint Sites</title>
		<link>https://blogit.create.pt/raulribeiro/2006/11/29/customizing-and-branding-web-content-management-enabled-sharepoint-sites/</link>
					<comments>https://blogit.create.pt/raulribeiro/2006/11/29/customizing-and-branding-web-content-management-enabled-sharepoint-sites/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Wed, 29 Nov 2006 11:00:00 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007 - WCM]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=1801</guid>

					<description><![CDATA[<p>A three parts article about how to Customize a WCM MOSS Site Customizing and Branding Web Content Management-Enabled SharePoint Sites (Part 1 of 3): Understanding Web Content Management and the Default Features&#160;&#8211; This article discusses topics that you should understand before you use Microsoft Office SharePoint Server 2007 to create sites that support Web content [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2006/11/29/customizing-and-branding-web-content-management-enabled-sharepoint-sites/">Customizing and Branding Web Content Management-Enabled SharePoint Sites</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A three parts article about how to Customize a WCM <strong>MOSS</strong> Site</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa830818.aspx">Customizing and Branding Web Content Management-Enabled SharePoint Sites (Part 1 of 3): Understanding Web Content Management and the Default Features</a>&nbsp;&#8211; This article discusses topics that you should understand before you use Microsoft Office SharePoint Server 2007 to create sites that support Web content management (WCM) and gives a general overview of the various artifacts that are available in the product. (11 printed pages) </p>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa830815.aspx">Customizing and Branding Web Content Management-Enabled SharePoint Sites (Part 2 of 3): Extending WCM</a> <strong>&#8211; </strong>This article explains the structure of master pages, the steps to create a custom master page, the underlying mechanisms of navigation in WCM-enabled sites, the creation of custom field controls, and how to customize the Page Editing toolbar. (19 printed pages)</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa830817.aspx">Customizing and Branding Web Content Management-Enabled SharePoint Sites (Part 3 of 3): Creating and Configuring WCM-Enabled Sites</a>&nbsp;&#8211; This article examines the Web content management (WCM) features of Microsoft Office SharePoint Server 2007 from an administrative perspective: creating a Publishing Portal site, configuring a site for anonymous access and forms authentication, and using site variations. (9 printed pages) </p>
<div></div>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2006/11/29/customizing-and-branding-web-content-management-enabled-sharepoint-sites/">Customizing and Branding Web Content Management-Enabled SharePoint Sites</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2006/11/29/customizing-and-branding-web-content-management-enabled-sharepoint-sites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
