<?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: Web Content Management in SharePoint Server 2010</title>
	<atom:link href="http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:09:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A Busy Week in the SharePoint World &#171; The SharePoint Mechanic</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-42692</link>
		<dc:creator>A Busy Week in the SharePoint World &#171; The SharePoint Mechanic</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-42692</guid>
		<description>[...] SPC09 &#8211; Web Content Management in SharePoint Server 2010 – Courtesy of Waldek Mastykarz [...]</description>
		<content:encoded><![CDATA[<p>[...] SPC09 &#8211; Web Content Management in SharePoint Server 2010 – Courtesy of Waldek Mastykarz [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-41454</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-41454</guid>
		<description>@RadhaKrishna: STSADM is present in SharePoint 2010 but only for backwards compatibility purposes. I strongly recommend you move to PowerShell which not only gives you more functionality but is also faster than STSADM.</description>
		<content:encoded><![CDATA[<p>@RadhaKrishna: STSADM is present in SharePoint 2010 but only for backwards compatibility purposes. I strongly recommend you move to PowerShell which not only gives you more functionality but is also faster than STSADM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RadhaKrishna</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-41424</link>
		<dc:creator>RadhaKrishna</dc:creator>
		<pubDate>Sat, 30 Jan 2010 02:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-41424</guid>
		<description>Hi All – We are using the below STSADM commands in our project on MOSS 2007. Now we are trying to use SharePoint 2010.We know that the below commands have been removed from sharepoint 2010. I would like to know alternate STSADM commands in SharePoint 2010. We are not able to find suitable power shell commands for the below STSADM cmds.
 
1.     stsadm -o createwebapp -adminurl http://HostName:CentralAdminPortNo -url http://portal.FullyQualifiedDomainName:3112 -port 3112 -name portal.FullyQualifiedDomainName -description portal.FullyQualifiedDomainName -template SPSPORTAL#0 -user Domain Name\Administrator -password ***** -email Administrator@DomainName.com
2.     stsadm -o createwebapp -adminurl http://HostName:CentralAdminPortNo -url http://ssp.FullyQualifiedDomainName:3310 -port 3310 -name ssp.FullyQualifiedDomainName -description ssp.FullyQualifiedDomainName -user HostName\Administrator -password ****** -email Administrator@domainName.com
3.     STSADM -o osearch -action start -f -role IndexQuery -farmcontactemail Administrator@domainname.com -farmserviceaccount DomainName\Administrator -farmservicepassword PASSWORDTEST -defaultindexlocation &quot;C:\Program Files\Microsoft Office Servers\12.0\Data\Office Server\OSSIndex&quot;
4.     STSADM -o deploysolution -name RIC.wsp -url http://winportal.FullyQualifiedDomainName:3110 -allowgacdeployment -immediate –force
5.     STSADM -o addlistitems -url http://winportal.FullyQualifiedDomainName:3110/sites/projects -listname &quot;RssFeedContent&quot; -column1name URL -column1value &quot;http://yahoo.com /new-neuf/events-activites_e.rss&quot;
6.     STSADM -o adduserprofileproperty -url http://ssp.FullyQualifiedDomainName:3310/ssp/admin
7.     STSADM -o createmeetpeoplejob -url http://ssp.FullyQualifiedDomainName:3310/ssp/admin
8.     STSADM -o gl-setsspacl -sspname &quot;ssp.FullyQualifiedDomainName&quot; -rights All -user FBA_AspNetSqlRoleProvider:researcher
9.     stsadm -o fixurls -url http://admin.FullyQualifiedDomainName:3210
Advance thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi All – We are using the below STSADM commands in our project on MOSS 2007. Now we are trying to use SharePoint 2010.We know that the below commands have been removed from sharepoint 2010. I would like to know alternate STSADM commands in SharePoint 2010. We are not able to find suitable power shell commands for the below STSADM cmds.</p>
<p>1.     stsadm -o createwebapp -adminurl <a href="http://HostName:CentralAdminPortNo" rel="nofollow">http://HostName:CentralAdminPortNo</a> -url <a href="http://portal.FullyQualifiedDomainName:3112" rel="nofollow">http://portal.FullyQualifiedDomainName:3112</a> -port 3112 -name portal.FullyQualifiedDomainName -description portal.FullyQualifiedDomainName -template SPSPORTAL#0 -user Domain Name\Administrator -password ***** -email <a href="mailto:Administrator@DomainName.com">Administrator@DomainName.com</a><br />
2.     stsadm -o createwebapp -adminurl <a href="http://HostName:CentralAdminPortNo" rel="nofollow">http://HostName:CentralAdminPortNo</a> -url <a href="http://ssp.FullyQualifiedDomainName:3310" rel="nofollow">http://ssp.FullyQualifiedDomainName:3310</a> -port 3310 -name ssp.FullyQualifiedDomainName -description ssp.FullyQualifiedDomainName -user HostName\Administrator -password ****** -email <a href="mailto:Administrator@domainName.com">Administrator@domainName.com</a><br />
3.     STSADM -o osearch -action start -f -role IndexQuery -farmcontactemail <a href="mailto:Administrator@domainname.com">Administrator@domainname.com</a> -farmserviceaccount DomainName\Administrator -farmservicepassword PASSWORDTEST -defaultindexlocation &#034;C:\Program Files\Microsoft Office Servers\12.0\Data\Office Server\OSSIndex&#034;<br />
4.     STSADM -o deploysolution -name RIC.wsp -url <a href="http://winportal.FullyQualifiedDomainName:3110" rel="nofollow">http://winportal.FullyQualifiedDomainName:3110</a> -allowgacdeployment -immediate –force<br />
5.     STSADM -o addlistitems -url <a href="http://winportal.FullyQualifiedDomainName:3110/sites/projects" rel="nofollow">http://winportal.FullyQualifiedDomainName:3110/sites/projects</a> -listname &#034;RssFeedContent&#034; -column1name URL -column1value &#034;http://yahoo.com /new-neuf/events-activites_e.rss&#034;<br />
6.     STSADM -o adduserprofileproperty -url <a href="http://ssp.FullyQualifiedDomainName:3310/ssp/admin" rel="nofollow">http://ssp.FullyQualifiedDomainName:3310/ssp/admin</a><br />
7.     STSADM -o createmeetpeoplejob -url <a href="http://ssp.FullyQualifiedDomainName:3310/ssp/admin" rel="nofollow">http://ssp.FullyQualifiedDomainName:3310/ssp/admin</a><br />
8.     STSADM -o gl-setsspacl -sspname &#034;ssp.FullyQualifiedDomainName&#034; -rights All -user FBA_AspNetSqlRoleProvider:researcher<br />
9.     stsadm -o fixurls -url <a href="http://admin.FullyQualifiedDomainName:3210" rel="nofollow">http://admin.FullyQualifiedDomainName:3210</a><br />
Advance thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-40844</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-40844</guid>
		<description>@Johnny: I think that you should be using both. While AJAX can help you minimize the number of postbacks, using some other tools might help you minimize the total number of requests and the size of files such as JavaScript and CSS.</description>
		<content:encoded><![CDATA[<p>@Johnny: I think that you should be using both. While AJAX can help you minimize the number of postbacks, using some other tools might help you minimize the total number of requests and the size of files such as JavaScript and CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-40841</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-40841</guid>
		<description>You mention something about bandwidth and process improvements through Ajax process on loading pages. Would you recommend using bandwidth optimization tools instead of Ajax. Should we disable that option or can it be used in conjunction with the optimization software or appliance?</description>
		<content:encoded><![CDATA[<p>You mention something about bandwidth and process improvements through Ajax process on loading pages. Would you recommend using bandwidth optimization tools instead of Ajax. Should we disable that option or can it be used in conjunction with the optimization software or appliance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Single Point of Failure &#187; A Busy Week in the SharePoint World</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-39310</link>
		<dc:creator>SharePoint Single Point of Failure &#187; A Busy Week in the SharePoint World</dc:creator>
		<pubDate>Tue, 05 Jan 2010 00:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-39310</guid>
		<description>[...] SPC09 &#8211; Web Content Management in SharePoint Server 2010 – Courtesy of Waldek Mastykarz [...]</description>
		<content:encoded><![CDATA[<p>[...] SPC09 &#8211; Web Content Management in SharePoint Server 2010 – Courtesy of Waldek Mastykarz [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-33260</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 08:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-33260</guid>
		<description>Ok luckly on MSDN they have info on the field controls so i got past my problem. I was referencing version 14 SharePoint &amp; PublishingWebControl assemblies in my ascx, which i would have thought is correct but they must be version 12.....good from upgrade point of view i guess</description>
		<content:encoded><![CDATA[<p>Ok luckly on MSDN they have info on the field controls so i got past my problem. I was referencing version 14 SharePoint &amp; PublishingWebControl assemblies in my ascx, which i would have thought is correct but they must be version 12&#8230;..good from upgrade point of view i guess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gutek</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-31558</link>
		<dc:creator>Gutek</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-31558</guid>
		<description>as for 2K myth, maybe on items not, but on security principals yes. If you had more then 2k principals then every action on the site has been taking extra time - the stored procedure for updating ACL for the items has been killing SQL server. I run into this problem some time ago (in Polish): http://blog.gutek.pl/post/2008/06/24/Usuwanie-uprawnien-za-pomoca-bazy-gdy-ze-strony-SharePoint-sie-nie-da-2b-krotka-historia-o-ograniczeniach.aspx

Hope this will not be a case in SPS2010 :)</description>
		<content:encoded><![CDATA[<p>as for 2K myth, maybe on items not, but on security principals yes. If you had more then 2k principals then every action on the site has been taking extra time &#8211; the stored procedure for updating ACL for the items has been killing SQL server. I run into this problem some time ago (in Polish): <a href="http://blog.gutek.pl/post/2008/06/24/Usuwanie-uprawnien-za-pomoca-bazy-gdy-ze-strony-SharePoint-sie-nie-da-2b-krotka-historia-o-ograniczeniach.aspx" rel="nofollow">http://blog.gutek.pl/post/2008/06/24/Usuwanie-uprawnien-za-pomoca-bazy-gdy-ze-strony-SharePoint-sie-nie-da-2b-krotka-historia-o-ograniczeniach.aspx</a></p>
<p>Hope this will not be a case in SPS2010 <img src='http://blog.mastykarz.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-30825</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-30825</guid>
		<description>@Simon: no, not yet. There is so much new stuff to discover...</description>
		<content:encoded><![CDATA[<p>@Simon: no, not yet. There is so much new stuff to discover&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/comment-page-1/#comment-30790</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/web-content-management-sharepoint-server-2010/#comment-30790</guid>
		<description>I have been playing around with a WCM website in the latest build of SP2010 and I built a custom field control as I have done many of times in MOSS 2007 but for some unknown reason it cannot find the ascx rendering template.
Have you successfully created a custom field control in SP2010?
Or is there some extra steps needed in 2010?</description>
		<content:encoded><![CDATA[<p>I have been playing around with a WCM website in the latest build of SP2010 and I built a custom field control as I have done many of times in MOSS 2007 but for some unknown reason it cannot find the ascx rendering template.<br />
Have you successfully created a custom field control in SP2010?<br />
Or is there some extra steps needed in 2010?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
