<?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>WCM Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/category/web/wcm/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/category/web/wcm/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 14:17:58 +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>Web Content Management in SharePoint 2010</title>
		<link>https://blogit.create.pt/raulribeiro/2009/10/21/web-content-management-in-sharepoint-2010/</link>
					<comments>https://blogit.create.pt/raulribeiro/2009/10/21/web-content-management-in-sharepoint-2010/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:15:00 +0000</pubDate>
				<category><![CDATA[WCM]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=501</guid>

					<description><![CDATA[<p>WCM is a very&#160;important area of SharePoint, its an&#160;expensive&#160;licence so the product should work as expected. I think in this version Microsoft did a very good job, it&#039;s amazing what they&#039;ve done in 3 years, not just in the WCM part but in the entire product.&#160; About WCM there is a lot of improvements, the [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2009/10/21/web-content-management-in-sharepoint-2010/">Web Content Management in SharePoint 2010</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WCM is a very&nbsp;important area of SharePoint, its an&nbsp;expensive&nbsp;licence so the product should work as expected.</p>
<p>I think in this version Microsoft did a very good job, it&#039;s amazing what they&#039;ve done in 3 years, not just in the WCM part but in the entire product.&nbsp;</p>
<p>About WCM there is a lot of improvements, the new ribbon makes life easier for content producers, for designers it&#039;s possible to controls what styles can be used on the RichTextEditor.</p>
<p>Has i said before SharePoint is compliant with WCAG acessibility guidelines <a href="http://www.w3.org/TR/WCAG/">http://www.w3.org/TR/WCAG/</a></p>
<p>Now it&#039;s easier to upload pictures to SharePoint, tags that are set in local images are also promoted to SharePoint. It&#039;s possible to use wiki pages in public sites with all the look and feel of the public site, and the free structure of the new wiki pages.</p>
<p>The Search Engine Fields<span>&nbsp; </span>now appears on page in edit mode.</p>
<p>There is a new Asset library and a new Media Player WebPart (Silverlight), now it&#039;s possible to streaming videos from the blob cache, the CQW (Content Query WebPart) has some new features like the PageFieldValue where it&#039;s possible to filter the content of the CQW using a the value of a field in the page.</p>
<p>A very bit improvement it the possibility to have different host headers for each site collection in one Web Application.</p>
<p>It&#039;s now possible to manage a site in any browser (IE, FireFox, Safari)</p>
<p>Now you can export publishing workflows and then reuse them in any site that you want, without the need for creating and filling for each site a new workflow.</p>
<p>The Incremental Content Deployment that gave so many headaches to a lot of SharePoint Administration now is more reliable with a better logging and diagnostics, it&#039;s now possible to use Point in time snapshots on SQL Enterprise also with more logging and diagnostics.</p>
<p>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2009/10/21/web-content-management-in-sharepoint-2010/">Web Content Management in SharePoint 2010</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2009/10/21/web-content-management-in-sharepoint-2010/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint 2007 &#8211; Getting URL from Image Field in WCM Web Sites</title>
		<link>https://blogit.create.pt/miguelisidoro/2007/12/09/sharepoint-2007-getting-url-from-image-field-in-wcm-web-sites/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2007/12/09/sharepoint-2007-getting-url-from-image-field-in-wcm-web-sites/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 09 Dec 2007 09:40:45 +0000</pubDate>
				<category><![CDATA[WCM]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/miguelisidoro/?p=351</guid>

					<description><![CDATA[<p>It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the content database by storing the image HTML markup, storing an &#60;IMG&#62; tag like in the following example: &#60;IMG src=&#8221;/PublishingImages/picture.GIF&#8221; /&#62; When working in context of a [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2007/12/09/sharepoint-2007-getting-url-from-image-field-in-wcm-web-sites/">SharePoint 2007 &#8211; Getting URL from Image Field in WCM Web Sites</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the content database by storing the image HTML markup, storing an &lt;IMG&gt; tag like in the following example:</p>
<p>&lt;IMG src=&#8221;/PublishingImages/picture.GIF&#8221; /&gt;</p>
<p>When working in context of a page layout, we can easily include image fields by inserting an Image Field control using SharePoint Designer. However, there are situations where we must use the SharePoint Publishing API and there&#8217;s where the <strong>ImageFieldValue</strong> class comes in hand. This class represents an &lt;IMG&gt; tag and its properties. A common situation is when you want to get the Image URL from its HTML markup. This example shows how it can easily be achieved by using the ImageFieldValue class:</p>
<p><span style="font-family: Courier New;font-size: 10pt"><span style="color: blue">public</span><br />
<span style="color: blue">static</span><br />
<span style="color: blue">string</span> getImageUrl(<span style="color: blue">string</span> imageFieldHTMLMarkup)<br />
</span></p>
<p><span style="font-family: Courier New;font-size: 10pt">{<br />
</span></p>
<p><span style="font-family: Courier New;font-size: 10pt"> Microsoft.SharePoint.Publishing.Fields.ImageFieldValue image =<br />
</span></p>
<p><span style="font-family: Courier New;font-size: 10pt"><br />
<span style="color: blue">new</span> Microsoft.SharePoint.Publishing.Fields.ImageFieldValue(imageFieldHTMLMarkup);<br />
</span></p>
<p><span style="font-family: Courier New;font-size: 10pt"><br />
<span style="color: blue">return</span> image.ImageUrl;<br />
</span></p>
<p><span style="font-family: Courier New;font-size: 10pt">}</span></p>
<p>More information about the ImageFieldValue class can be found in the <a href="http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.publishing.fields.imagefieldvalue.aspx" target="_blank" rel="noopener">MSDN web site</a>.</p>
<p><strong>UPDATE 01/11/2018:</strong></p>
<p>If you or your customers are not ready to move entirely to the Cloud and Office 365, a hybrid scenario could be an interesting scenario and SharePoint 2019 RTM was recently announced with improved hybrid support! To learn all about SharePoint 2019 and all its features, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener">here</a>.</p>
<p><strong>UPDATE 21/11/2018:</strong></p>
<p>If you want to know all about the latest SharePoint and Office 365 announcements from Ignite and some more recent announcements, including Microsoft Search, What’s New to Build a Modern Intranet with SharePoint in Office 365, Deeper Integration between Microsoft Teams and SharePoint and the latest news on SharePoint development, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank" rel="noopener">here</a>.</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2007/12/09/sharepoint-2007-getting-url-from-image-field-in-wcm-web-sites/">SharePoint 2007 &#8211; Getting URL from Image Field in WCM Web Sites</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2007/12/09/sharepoint-2007-getting-url-from-image-field-in-wcm-web-sites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
