<?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>ganshani.com &#187; MOSS</title>
	<atom:link href="http://www.ganshani.com/tag/moss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ganshani.com</link>
	<description>Puneet Ghanshani - .NET, Silverlight, Sharepoint Articles, Blogs, Poems, Photograph</description>
	<lastBuildDate>Sat, 24 Apr 2010 10:17:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silverlight Host for Sharepoint</title>
		<link>http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/</link>
		<comments>http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:11:24 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[clientaccesspolicy]]></category>
		<category><![CDATA[crossdomain]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=225</guid>
		<description><![CDATA[
			
				
			
		
The solution attached with the post is a very easiest way to host a Silverlight Application in any Sharepoint site.  Ready-to-use component is just 9 KB. You can opt to download it and check the usage.
Download link: http://software.ganshani.com/silverlighthost.htm [size: 10KB]
How-to use:
Usage is pretty simple and can be broken down in 2 steps:-
Download the latest [...]


<h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2009/09/03/hosting-silverlight-as-desktop-applications-i/' rel='bookmark' title='Permanent Link: Hosting Silverlight as Desktop Applications &#8211; I'>Hosting Silverlight as Desktop Applications &#8211; I</a></li>
<li><a href='http://www.ganshani.com/2010/02/12/silverlight-interview-questions-i/' rel='bookmark' title='Permanent Link: Silverlight Interview Questions &#8211; I'>Silverlight Interview Questions &#8211; I</a></li>
<li><a href='http://www.ganshani.com/2009/12/28/silverlight-4-security-overview-white-paper/' rel='bookmark' title='Permanent Link: Silverlight 4 Security Overview White Paper'>Silverlight 4 Security Overview White Paper</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ganshani.com%2F2009%2F07%2F14%2Fsilverlight-host-for-sharepoint%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ganshani.com%2F2009%2F07%2F14%2Fsilverlight-host-for-sharepoint%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The solution attached with the post is a very easiest way to host a Silverlight Application in any Sharepoint site.  Ready-to-use component is just <strong>9 KB</strong>. You can opt to download it and check the usage.</p>
<p><strong>Download link:</strong> <a title="SilverlightHost for Sharepoint" href="http://software.ganshani.com/silverlighthost.htm" target="_blank">http://software.ganshani.com/silverlighthost.htm</a> <strong>[size: 10KB]</strong></p>
<p><strong>How-to use:</strong></p>
<p>Usage is pretty simple and can be broken down in 2 steps:-</p>
<h2>Download the latest patch</h2>
<ul>
<li>Download a sample copy of web.config from <strong><a title="SilverlightHost" href="http://software.ganshani.com/silverlighthost.htm" target="_blank">here</a></strong></li>
<li>Now copy the <strong><a href="http://software.ganshani.com/silverlighthost.htm">SilverlightHostWebPart.dll</a> </strong>to<strong> GAC </strong>(C:\windows\assembly)</li>
</ul>
<h2>Open IIS to register the MIME for .xap extension</h2>
<ul>
<li>Go to <strong>Properties</strong> of your computer</li>
<li>Click on MIME Types</li>
<li>Add New:</li>
<li>Extension: .xap</li>
<li>MIME type: application/x-silverlight-app</li>
<li>Click OK thrice</li>
<li>Reset the IIS</li>
</ul>
<h2><strong>Open the MOSS application – for settings</strong></h2>
<ul>
<li>Click on <strong>Site Actions &gt; Site Settings</strong></li>
<li>Click on <strong>Webparts</strong> under the heading Galleries</li>
<li>Click <strong>New</strong></li>
<li>Select <strong>SilverlightHostWebPart.SilverlightHost</strong>. Verify the signature: SilverlightHostWebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5</li>
<li>Click on<strong> PopulateGallery </strong>button</li>
</ul>
<h2>Hosting Silverlight in Webpart</h2>
<ul>
<li>Open the ASPX page where Silverlight component needs to be hosted.</li>
<li>Add a <strong>new web part</strong> : SilverlightHost</li>
<li>Select <strong>Modify Shared Web Part</strong></li>
<li>Set the properties:
<ul>
<li>Width: appropriate size of Silverlight control.</li>
<li>Height: appropriate size of Silverlight control.</li>
<li>XAP Source Location: this location should be in the virtual directory of MOSS application.Say for example, C:\Inetpub\wwwroot\wss\VirtualDirectories\8000 is the virtual directory.  Then create a folder  <strong>ClientBin\SilverlightAppName </strong>and copy the XAP and other relevant files.So the source location is: /ClientBin/StockTicker/StockTicker.xap</li>
<li>Silverlight Control ID: a unique identifier.</li>
<li>Click on OK, to view the Silverlight content.</li>
</ul>
<div></div>
</li>
</ul>
<h2>Configuring for Cross-Domain calls</h2>
<p>If the Silverlight Application accesses some WebServices (ASMX, WCF) which are hosted on some other domain, make sure you have the crossdomain.xml and clientaccesspolicy.xml in the root folder of your virtual directory (C:\Inetpub\wwwroot\wss\VirtualDirectories\8000)</p>
<pre><strong>check for crossdomain.xml and clientaccesspolicy.xml in the download link.</strong></pre>
<p>I am sure this will ease out your work and will provide you a faster way to have RIA on Sharepoint 2007.</p>
<p><strong>Download link:</strong> <a title="SilverlightHost for Sharepoint" href="http://software.ganshani.com/silverlighthost.htm" target="_blank">http://software.ganshani.com/silverlighthost.htm</a> <strong>[size: 10KB]</strong></p>


<p><h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2009/09/03/hosting-silverlight-as-desktop-applications-i/' rel='bookmark' title='Permanent Link: Hosting Silverlight as Desktop Applications &#8211; I'>Hosting Silverlight as Desktop Applications &#8211; I</a></li>
<li><a href='http://www.ganshani.com/2010/02/12/silverlight-interview-questions-i/' rel='bookmark' title='Permanent Link: Silverlight Interview Questions &#8211; I'>Silverlight Interview Questions &#8211; I</a></li>
<li><a href='http://www.ganshani.com/2009/12/28/silverlight-4-security-overview-white-paper/' rel='bookmark' title='Permanent Link: Silverlight 4 Security Overview White Paper'>Silverlight 4 Security Overview White Paper</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax with MOSS</title>
		<link>http://www.ganshani.com/2008/06/19/ajax-with-moss/</link>
		<comments>http://www.ganshani.com/2008/06/19/ajax-with-moss/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:31:50 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=88</guid>
		<description><![CDATA[
			
				
			
		
Queries asked by almost every MOSS resource: 
Integrating Ajax with MOSS:
http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3 
Using AjaxControlToolkit in MOSS:
http://weblogs.asp.net/jan/archive/2007/02/26/using-the-ajax-control-toolkit-in-sharepoint.aspx  
Smartpart for MOSS:
http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx 
Example: Ajax-enabled Grid in MOSS:
http://sharethispoint.com/archive/2007/02/28/Using-a-SPGridView-inside-an-ASP.net-Ajax-UpdatePanel.aspx 


Related posts:User Context in MOSS
WSS vs MOSS
Silverlight Host for Sharepoint



<h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2007/12/08/user-context-in-moss/' rel='bookmark' title='Permanent Link: User Context in MOSS'>User Context in MOSS</a></li>
<li><a href='http://www.ganshani.com/2008/05/11/wss-vs-moss/' rel='bookmark' title='Permanent Link: WSS vs MOSS'>WSS vs MOSS</a></li>
<li><a href='http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/' rel='bookmark' title='Permanent Link: Silverlight Host for Sharepoint'>Silverlight Host for Sharepoint</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ganshani.com%2F2008%2F06%2F19%2Fajax-with-moss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ganshani.com%2F2008%2F06%2F19%2Fajax-with-moss%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="line-height: 14.25pt;"><span style="font-size: small;"><em><span style="color: #3333ff;">Queries asked by almost every MOSS resource:</span></em><span style="color: #3333ff;"> </span></span></p>
<p style="line-height: 14.25pt;"><span style="font-size: small;"><span style="color: #3333ff;">Integrating Ajax with MOSS:<br />
</span><span style="color: #000000;"><a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3"><span style="font-family: "><span style="color: #0000ff;">http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3</span></span></a></span><span style="color: #3333ff;"> </span></span></p>
<p style="line-height: 14.25pt;"><span style="font-size: small;"><span style="color: #3333ff;">Using AjaxControlToolkit in MOSS:<br />
</span><span style="color: #000000;"><a href="http://weblogs.asp.net/jan/archive/2007/02/26/using-the-ajax-control-toolkit-in-sharepoint.aspx"><span style="font-family: "><span style="color: #0000ff;">http://weblogs.asp.net/jan/archive/2007/02/26/using-the-ajax-control-toolkit-in-sharepoint.aspx</span></span></a></span><span style="color: #3333ff;">  </span></span></p>
<p style="line-height: 14.25pt;"><span style="font-size: small;"><span style="color: #3333ff;">Smartpart for MOSS:<br />
</span><span style="color: #000000;"><a href="http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx"><span style="font-family: "><span style="color: #0000ff;">http://weblogs.asp.net/jan/archive/2007/02/22/smartpart-for-sharepoint-asp-net-ajax-support.aspx</span></span></a></span><span style="color: #3333ff;"> </span></span></p>
<p style="line-height: 14.25pt;"><span style="font-size: small;"><span style="color: #3333ff;">Example: Ajax-enabled Grid in MOSS:<br />
</span><span style="color: #000000;"><a href="http://sharethispoint.com/archive/2007/02/28/Using-a-SPGridView-inside-an-ASP.net-Ajax-UpdatePanel.aspx"><span style="font-family: "><span style="color: #0000ff;">http://sharethispoint.com/archive/2007/02/28/Using-a-SPGridView-inside-an-ASP.net-Ajax-UpdatePanel.aspx</span></span></a></span><span style="color: #3333ff;"> </span></span></p>


<p><h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2007/12/08/user-context-in-moss/' rel='bookmark' title='Permanent Link: User Context in MOSS'>User Context in MOSS</a></li>
<li><a href='http://www.ganshani.com/2008/05/11/wss-vs-moss/' rel='bookmark' title='Permanent Link: WSS vs MOSS'>WSS vs MOSS</a></li>
<li><a href='http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/' rel='bookmark' title='Permanent Link: Silverlight Host for Sharepoint'>Silverlight Host for Sharepoint</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.ganshani.com/2008/06/19/ajax-with-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSS vs MOSS</title>
		<link>http://www.ganshani.com/2008/05/11/wss-vs-moss/</link>
		<comments>http://www.ganshani.com/2008/05/11/wss-vs-moss/#comments</comments>
		<pubDate>Sun, 11 May 2008 06:22:17 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/?p=86</guid>
		<description><![CDATA[
			
				
			
		
This article provides a comprehensive comparison of features present in WSS vs those in MOSS 2007.  How we nail these features down?  This is going to be an interesting question.
Let us install first WSS on our PC and visit this directory:
C  rogram FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESFEATURES
 What you see is the [...]


<h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/06/19/ajax-with-moss/' rel='bookmark' title='Permanent Link: Ajax with MOSS'>Ajax with MOSS</a></li>
<li><a href='http://www.ganshani.com/2007/12/08/user-context-in-moss/' rel='bookmark' title='Permanent Link: User Context in MOSS'>User Context in MOSS</a></li>
<li><a href='http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/' rel='bookmark' title='Permanent Link: Silverlight Host for Sharepoint'>Silverlight Host for Sharepoint</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ganshani.com%2F2008%2F05%2F11%2Fwss-vs-moss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ganshani.com%2F2008%2F05%2F11%2Fwss-vs-moss%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This article provides a comprehensive comparison of features present in WSS vs those in MOSS 2007.  How we nail these features down?  This is going to be an interesting question.</p>
<p>Let us install first WSS on our PC and visit this directory:</p>
<blockquote><p><span style="color: #0000ff;">C<span style="font-family: Courier New;"> <img src='http://www.ganshani.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> rogram FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESFEATURES</span></span></p></blockquote>
<p> What you see is the list of features that are supported by WSS.  We wrote a batch file that lists all the directories to a text file.  Thereafter, we installed MOSS and did the same activity and this comparison is the result of this exercise.</p>
<table border="1" cellspacing="0" cellpadding="0" width="667">
<tbody>
<tr>
<td width="275" valign="top">
<h1>WSS</h1>
</td>
<td width="392" valign="top">
<h1>MOSS</h1>
</td>
</tr>
<tr>
<td width="275" valign="top">
<ul type="disc">
<li><span style="color: #008000;">AdminLinks </span></li>
<li><span style="color: #008000;">AnnouncementsList </span></li>
<li><span style="color: #008000;">BasicWebParts </span></li>
<li><span style="color: #008000;">ContactsList </span></li>
<li><span style="color: #008000;">ContentLightup </span></li>
<li><span style="color: #008000;">ContentTypeSettings </span></li>
<li><span style="color: #008000;">ctypes </span></li>
<li><span style="color: #008000;">CustomList </span></li>
<li><span style="color: #008000;">DataSourceLibrary </span></li>
<li><span style="color: #008000;">DiscussionsList </span></li>
<li><span style="color: #008000;">DocumentLibrary </span></li>
<li><span style="color: #008000;">EventsList </span></li>
<li><span style="color: #008000;">fields </span></li>
<li><span style="color: #008000;">GanttTasksList </span></li>
<li><span style="color: #008000;">GridList </span></li>
<li><span style="color: #008000;">IssuesList </span></li>
<li><span style="color: #008000;">IssueTrackingWorkflow </span></li>
<li><span style="color: #008000;">LinksList </span></li>
<li><span style="color: #008000;">MobilityRedirect </span></li>
<li><span style="color: #008000;">NoCodeWorkflowLibrary </span></li>
<li><span style="color: #008000;">PictureLibrary</span></li>
<li><span style="color: #008000;">SiteSettings </span></li>
<li><span style="color: #008000;">SPSearchFeature </span></li>
<li><span style="color: #008000;">SurveysList </span></li>
<li><span style="color: #008000;">TasksList </span></li>
<li><span style="color: #008000;">TeamCollab </span></li>
<li><span style="color: #008000;">UpgradeLinks </span></li>
<li><span style="color: #008000;">WebPageLibrary </span></li>
<li><span style="color: #008000;">WikiWelcome </span></li>
<li><span style="color: #008000;">WorkflowHistoryList </span></li>
<li><span style="color: #008000;">WorkflowProcessList </span></li>
<li><span style="color: #008000;">XmlFormLibrary</span></li>
</ul>
</td>
<td width="392" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="283" valign="top">
<ul type="disc">
<li><span style="color: #0000ff;">AddDashboard </span></li>
<li><span style="color: #0000ff;">Analytics </span></li>
<li><span style="color: #0000ff;">AnalyticsLinks </span></li>
<li><span style="color: #0000ff;">BaseSite </span></li>
<li><span style="color: #0000ff;">BaseSiteStapling </span></li>
<li><span style="color: #0000ff;">BaseWeb </span></li>
<li><span style="color: #0000ff;">BaseWebApplication </span></li>
<li><span style="color: #0000ff;">BDCAdminUILinks </span></li>
<li><span style="color: #0000ff;">BDR </span></li>
<li><span style="color: #0000ff;">BizAppsCTypes </span></li>
<li><span style="color: #0000ff;">BizAppsFields </span></li>
<li><span style="color: #0000ff;">BizAppsListTemplates </span></li>
<li><span style="color: #0000ff;">BizAppsSiteTemplates </span></li>
<li><span style="color: #0000ff;">BulkWorkflow </span></li>
<li><span style="color: #0000ff;">BulkWorkflowTimerJob </span></li>
<li><span style="color: #0000ff;">DataConnectionLibrary </span></li>
<li><span style="color: #0000ff;">DataConnectionLibraryStapling </span></li>
<li><span style="color: #0000ff;">DeploymentLinks </span></li>
<li><span style="color: #0000ff;">DMContentTypeSettings </span></li>
<li><span style="color: #0000ff;">EawfSite </span></li>
<li><span style="color: #0000ff;">EawfWeb </span></li>
<li><span style="color: #0000ff;">EnhancedHtmlEditing </span></li>
<li><span style="color: #0000ff;">ExcelServer </span></li>
<li><span style="color: #0000ff;">ExcelServerSite </span></li>
<li><span style="color: #0000ff;">ExcelServerWebApplication </span></li>
<li><span style="color: #0000ff;">ExpirationWorkflow </span></li>
<li><span style="color: #0000ff;">FeaturePushdown </span></li>
<li><span style="color: #0000ff;">GlobalWebParts </span></li>
<li><span style="color: #0000ff;">GradualUpgrade </span></li>
<li><span style="color: #0000ff;">Hold </span></li>
<li><span style="color: #0000ff;">ipfsAdminLinks </span></li>
<li><span style="color: #0000ff;">IPFSAdminWeb </span></li>
<li><span style="color: #0000ff;">IPFSDocumentConversion </span></li>
<li><span style="color: #0000ff;">IPFSSiteFeatures </span></li>
<li><span style="color: #0000ff;">IPFSWebFeatures </span></li>
<li><span style="color: #0000ff;">LegacyDocumentLibrary</span></li>
</ul>
<p><span style="color: #0000ff;"> </span></td>
<td width="316" valign="top">
<ul type="disc">
<li><span style="color: #0000ff;">ListTargeting </span></li>
<li><span style="color: #0000ff;">LocalSiteDirectoryControl </span></li>
<li><span style="color: #0000ff;">LocalSiteDirectoryMetaData </span></li>
<li><span style="color: #0000ff;">LocalSiteDirectorySettingsLink </span></li>
<li><span style="color: #0000ff;">MasterSiteDirectoryControl </span></li>
<li><span style="color: #0000ff;">MigrationLinks </span></li>
<li><span style="color: #0000ff;">MySite </span></li>
<li><span style="color: #0000ff;">MySiteBlog </span></li>
<li><span style="color: #0000ff;">MySiteCleanup </span></li>
<li><span style="color: #0000ff;">MySiteHost </span></li>
<li><span style="color: #0000ff;">MySiteLayouts </span></li>
<li><span style="color: #0000ff;">MySiteNavigation </span></li>
<li><span style="color: #0000ff;">MySiteQuickLaunch </span></li>
<li><span style="color: #0000ff;">Navigation </span></li>
<li><span style="color: #0000ff;">NavigationProperties </span></li>
<li><span style="color: #0000ff;">OffWFCommon </span></li>
<li><span style="color: #0000ff;">OSearchBasicFeature </span></li>
<li><span style="color: #0000ff;">OSearchCentralAdminLinks </span></li>
<li><span style="color: #0000ff;">OSearchEnhancedFeature </span></li>
<li><span style="color: #0000ff;">OSearchPortalAdminLinks </span></li>
<li><span style="color: #0000ff;">OSearchSRPAdminLinks </span></li>
<li><span style="color: #0000ff;">OsrvLinks </span></li>
<li><span style="color: #0000ff;">OsrvTasks </span></li>
<li><span style="color: #0000ff;">OssNavigation </span></li>
<li><span style="color: #0000ff;">OSSSearchSearchCenterUrlFeature </span></li>
<li><span style="color: #0000ff;">OSSSearchSearchCenterUrlSiteFeature </span></li>
<li><span style="color: #0000ff;">PageConverters </span></li>
<li><span style="color: #0000ff;">PortalLayouts </span></li>
<li><span style="color: #0000ff;">PremiumRootSite </span></li>
<li><span style="color: #0000ff;">PremiumRootSiteStapling </span></li>
<li><span style="color: #0000ff;">PremiumSite </span></li>
<li><span style="color: #0000ff;">PremiumSiteStapling </span></li>
<li><span style="color: #0000ff;">PremiumWeb </span></li>
<li><span style="color: #0000ff;">PremiumWebApplication </span></li>
<li><span style="color: #0000ff;">ProfileSynch </span></li>
<li><span style="color: #0000ff;">Publishing</span></li>
</ul>
</td>
</tr>
<tr>
<td width="283" valign="top">
<ul type="disc">
<li><span style="color: #0000ff;">PublishingLayouts </span></li>
<li><span style="color: #0000ff;">PublishingPrerequisites </span></li>
<li><span style="color: #0000ff;">PublishingResources </span></li>
<li><span style="color: #0000ff;">PublishingSite </span></li>
<li><span style="color: #0000ff;">PublishingStapling </span></li>
<li><span style="color: #0000ff;">PublishingWeb </span></li>
<li><span style="color: #0000ff;">RecordsManagement </span></li>
<li><span style="color: #0000ff;">RedirectPageContentTypeBinding </span></li>
<li><span style="color: #0000ff;">RelatedLinksScopeSettingsLink </span></li>
<li><span style="color: #0000ff;">ReportCenterCreation </span></li>
<li><span style="color: #0000ff;">ReportCenterSampleData </span></li>
<li><span style="color: #0000ff;">Reporting </span></li>
<li><span style="color: #0000ff;">ReportListTemplate </span></li>
<li><span style="color: #0000ff;">ReviewWorkflows </span></li>
<li><span style="color: #0000ff;">SearchAndProcess </span></li>
<li><span style="color: #0000ff;">SearchWebParts </span></li>
</ul>
</td>
<td width="316" valign="top">
<ul type="disc">
<li><span style="color: #0000ff;">TranslationWorkflow </span></li>
<li><span style="color: #0000ff;">TransMgmtFunc </span></li>
<li><span style="color: #0000ff;">TransMgmtLib </span></li>
<li><span style="color: #0000ff;">UpgradeOnlyFile </span></li>
<li><span style="color: #0000ff;">UserMigrator </span></li>
<li><span style="color: #0000ff;">ViewFormPagesLockDown </span></li>
<li><span style="color: #0000ff;">WebPartAdderGroups</span></li>
<li><span style="color: #0000ff;">SharedServices </span></li>
<li><span style="color: #0000ff;">SignaturesWorkflow </span></li>
<li><span style="color: #0000ff;">SitesList </span></li>
<li><span style="color: #0000ff;">SkuUpgradeLinks </span></li>
<li><span style="color: #0000ff;">SlideLibrary </span></li>
<li><span style="color: #0000ff;">SlideLibraryActivation </span></li>
<li><span style="color: #0000ff;">SpellChecking </span></li>
<li><span style="color: #0000ff;">SPSDisco </span></li>
<li><span style="color: #0000ff;">SpsSsoLinks </span></li>
<li><span style="color: #0000ff;">SRPProfileAdmin </span></li>
<li><span style="color: #0000ff;">StapledWorkflows </span></li>
</ul>
<p><span style="color: #0000ff;"> </span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>Thanks to <strong>Tejas Warudkar </strong>and <strong>Hemant Kumar </strong>for helping me with this.</p>


<p><h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/06/19/ajax-with-moss/' rel='bookmark' title='Permanent Link: Ajax with MOSS'>Ajax with MOSS</a></li>
<li><a href='http://www.ganshani.com/2007/12/08/user-context-in-moss/' rel='bookmark' title='Permanent Link: User Context in MOSS'>User Context in MOSS</a></li>
<li><a href='http://www.ganshani.com/2009/07/14/silverlight-host-for-sharepoint/' rel='bookmark' title='Permanent Link: Silverlight Host for Sharepoint'>Silverlight Host for Sharepoint</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.ganshani.com/2008/05/11/wss-vs-moss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debate over iFrames in HTML</title>
		<link>http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/</link>
		<comments>http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 04:56:00 +0000</pubDate>
		<dc:creator>Punit Ganshani</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/</guid>
		<description><![CDATA[
			
				
			
		
Recently, I have been dealing alot in iFrames &#8211; the new version of FRAMESET in HTML and while designing web pages, all I look for is &#8211; maintainability, platform compatibility, design aspects, extensibility, search engine optimization and user friendliness.
So, a question just pop-up in my mind while using iFrames in one of my projects for [...]


<h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/01/23/dynamically-add-tags-to-aspnet-page/' rel='bookmark' title='Permanent Link: Dynamically add tags to ASP.NET page'>Dynamically add tags to ASP.NET page</a></li>
<li><a href='http://www.ganshani.com/2008/04/21/ajax-what-not-to-do/' rel='bookmark' title='Permanent Link: Ajax &#8211; what not to do!'>Ajax &#8211; what not to do!</a></li>
<li><a href='http://www.ganshani.com/2008/05/07/interview-questions/' rel='bookmark' title='Permanent Link: Microsoft .NET Interview Questions'>Microsoft .NET Interview Questions</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ganshani.com%2F2007%2F12%2F21%2Fdebate-over-iframes-in-html%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ganshani.com%2F2007%2F12%2F21%2Fdebate-over-iframes-in-html%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, I have been dealing alot in <strong>iFrames</strong> &#8211; the new version of FRAMESET in <strong>HTML</strong><strong> </strong>and while designing web pages, all I look for is &#8211; maintainability, platform compatibility, design aspects, extensibility, search engine optimization and user friendliness.</p>
<p>So, a question just pop-up in my mind while using <strong>iFrames</strong> in one of my projects for my organization.  Whether to use <strong>iFrames</strong> or not?  I found &#8211; its always better to stay away from it.  Why?  Come along with me&#8230;</p>
<p>First, <strong>iFrames</strong> cause problems with accessibility or cross-browser compatibility.<br />
Let&#8217;s evaluate on some other points: search engine optimization, usability, consistency, and flexibility.</p>
<p><strong>SEO &#8211; Search Engine Optimization</strong></p>
<p>Using an iFrame makes impossible for Google or any other search engine to index your site efficiently. Search Engines send out robots(also called as Spiders) to crawl websites, and when they find a page with an iFrame.The spider has no way to recognize the content inside &#8211;  black hole for the spider!  So, if your page(one in the iFrame) has some links within it, they too are not indexed.</p>
<p><strong>User Friendliness &#8211; limited viewing options</strong></p>
<p>Maximizing browser, saving pages, closing a window are not possible with pages inside <strong>iFrames</strong>.<br />
There is no way to bokmark the pages in <strong>iFrames</strong>.  User also can not get rid of the scroll bars on the page. </p>
<p><strong>User usability &#8211; Problems with printing</strong><strong> </strong></p>
<p>Only the visible content will be printed When printing a page that contains an iFrame, only the visible content will be printed. If an iFrame has a scrollbar, and requires scrolling, a printout will not be able to show all of the data in the iFrame.</p>
<p><strong>No Browser history</strong><strong> </strong><strong></p>
<p></strong>Since browser views an iFramed site as a part of the main application, browser may not log all the clicks of sub-site in the iFrame.<br />
<strong><br />
</strong><strong>No Context Maintainence</strong></p>
<p>The context of the sub-site (one in the iFrame) can not be changed.  So, the sub-site can not be controlled by the master application.  Sessions of the sub-site can not be destroyed, the page of iFrame can not be captured. </p>


<p><h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/01/23/dynamically-add-tags-to-aspnet-page/' rel='bookmark' title='Permanent Link: Dynamically add tags to ASP.NET page'>Dynamically add tags to ASP.NET page</a></li>
<li><a href='http://www.ganshani.com/2008/04/21/ajax-what-not-to-do/' rel='bookmark' title='Permanent Link: Ajax &#8211; what not to do!'>Ajax &#8211; what not to do!</a></li>
<li><a href='http://www.ganshani.com/2008/05/07/interview-questions/' rel='bookmark' title='Permanent Link: Microsoft .NET Interview Questions'>Microsoft .NET Interview Questions</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Context in MOSS</title>
		<link>http://www.ganshani.com/2007/12/08/user-context-in-moss/</link>
		<comments>http://www.ganshani.com/2007/12/08/user-context-in-moss/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 00:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft .NET]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.ganshani.com/2007/12/08/user-context-in-moss/</guid>
		<description><![CDATA[
			
				
			
		
When we open a MOSS site in IE with ‘Run As’ option and log in with an ID/Password other than ‘Windows Logon’, the identity of new ID/Password is persistent.
Punit and I were working on a MOSS portal where we found an interesting thing:
SiteCollection.RootWeb.DoesUserHavePermission(SPRights) and
SiteCollection.RootWeb.Permissions.DoesUserHavePermission(SPRights)
The first one provides rights of new ID/Password and the second one [...]


<h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/05/11/wss-vs-moss/' rel='bookmark' title='Permanent Link: WSS vs MOSS'>WSS vs MOSS</a></li>
<li><a href='http://www.ganshani.com/2008/06/19/ajax-with-moss/' rel='bookmark' title='Permanent Link: Ajax with MOSS'>Ajax with MOSS</a></li>
<li><a href='http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/' rel='bookmark' title='Permanent Link: Debate over iFrames in HTML'>Debate over iFrames in HTML</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ganshani.com%2F2007%2F12%2F08%2Fuser-context-in-moss%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ganshani.com%2F2007%2F12%2F08%2Fuser-context-in-moss%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>When we open a MOSS site in IE with ‘Run As’ option and log in with an ID/Password other than ‘Windows Logon’, the identity of new ID/Password is persistent.</p>
<p>Punit and I were working on a MOSS portal where we found an interesting thing:</p>
<p>SiteCollection.RootWeb.DoesUserHavePermission(SPRights) and<br />
SiteCollection.RootWeb.Permissions.DoesUserHavePermission(SPRights)</p>
<p>The first one provides rights of new ID/Password and the second one provides rights of ‘Windows User’</p>
<p>- Hemant Kumar</p>


<p><h2>Related posts:</h2><ul><li><a href='http://www.ganshani.com/2008/05/11/wss-vs-moss/' rel='bookmark' title='Permanent Link: WSS vs MOSS'>WSS vs MOSS</a></li>
<li><a href='http://www.ganshani.com/2008/06/19/ajax-with-moss/' rel='bookmark' title='Permanent Link: Ajax with MOSS'>Ajax with MOSS</a></li>
<li><a href='http://www.ganshani.com/2007/12/21/debate-over-iframes-in-html/' rel='bookmark' title='Permanent Link: Debate over iFrames in HTML'>Debate over iFrames in HTML</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.ganshani.com/2007/12/08/user-context-in-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
