<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Can i help you?</title>
	<atom:link href="http://canihelpyou.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://canihelpyou.wordpress.com</link>
	<description>The activity of contributing to the fulfillment of a need or furtherance of an effort or purpose.</description>
	<lastBuildDate>Sat, 06 Sep 2008 09:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='canihelpyou.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Can i help you?</title>
		<link>http://canihelpyou.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://canihelpyou.wordpress.com/osd.xml" title="Can i help you?" />
	<atom:link rel='hub' href='http://canihelpyou.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint and Web Services</title>
		<link>http://canihelpyou.wordpress.com/2008/09/06/sharepoint-and-web-services/</link>
		<comments>http://canihelpyou.wordpress.com/2008/09/06/sharepoint-and-web-services/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 09:00:19 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>
		<category><![CDATA[Microsoft Vb.Net]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/2008/09/06/sharepoint-and-web-services/</guid>
		<description><![CDATA[The SharePoint Web Services Windows SharePoint Services was being designed and developed during the time when Microsoft was beginning to heavily push Web services. It should be no surprise, then, to find out that you can get at the data in SharePoint through Web services. In fact, there&#8217;s not just one Web service involved; there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=102&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>The SharePoint Web Services</h3>
<p>Windows SharePoint Services was being designed and developed during the time when Microsoft was beginning to heavily push Web services. It should be no surprise, then, to find out that you can get at the data in SharePoint through Web services. In fact, there&#8217;s not just one Web service involved; there are 16. Here&#8217;s a brief rundown of the Web services that a SharePoint server makes available out of the box:</p>
<ul>
<li>http://<em>server</em>:5966/_vti_adm/Admin.asmx &#8211; Administrative methods such as creating and deleting sites</li>
<li>http://<em>server</em>/_vti_bin/Alerts.asmx &#8211; Methods for working with alerts</li>
<li>http://<em>server</em>/_vti_bin/DspSts.asmx &#8211; Methods for retrieving schemas and data</li>
<li>http://<em>server</em>/_vti_bin/DWS.asmx &#8211; Methods for working with Document Workspaces</li>
<li>http://<em>server</em>/_vti_bin/Forms.asmx &#8211; Methods for working with user interface forms</li>
<li>http://<em>server</em>/_vti_bin/Imaging.asmx &#8211; Methods for working with picture libraries</li>
<li>http://<em>server</em>/_vti_bin/Lists.asmx &#8211; Methods for working with lists</li>
<li>http://<em>server</em>/_vti_bin/Meetings.asmx &#8211; Methods for working with Meeting Workspaces</li>
<li>http://<em>server</em>/_vti_bin/Permissions.asmx &#8211; Methods for working with SharePoint Services security</li>
<li>http://<em>server</em>/_vti_bin/SiteData.asmx &#8211; Methods used by Windows SharePoint Portal Server</li>
<li>http://<em>server</em>/_vti_bin/Sites.asmx &#8211; Contains a single method to retrieve site templates</li>
<li>http://<em>server</em>/_vti_bin/UserGroup.asmx &#8211; Methods for working with users and groups</li>
<li>http://<em>server</em>/_vti_bin/versions.asmx &#8211; Methods for working with file versions</li>
<li>http://<em>server</em>/_vti_bin/Views.asmx &#8211; Methods for working with views of lists</li>
<li>http://<em>server</em>/_vti_bin/WebPartPages.asmx &#8211; Methods for working with Web Parts</li>
<li>http://<em>server</em>/_vti_bin/Webs.asmx &#8211; Methods for working with sites and subsites</li>
</ul>
<p>To use any of these Web services, replace <em>server</em> with the name of your SharePoint server. Because they&#8217;re implemented using ASP.NET code, you can retrieve the matching WSDL file for any service by appending ?WSDL to the end of the URL. When you do so, you&#8217;ll discover that each one supports multiple methods, making this one of the richest sets of Web services of any current product. For full information on the available Web methods, download the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=aa3e7fe5-daee-4d10-980f-789b827967b0&amp;displaylang=en">SharePoint Products and Technologies 2003 SDK</a>.</p>
<h3>VB.NET to SharePoint</h3>
<p>To see how this works in practice, I&#8217;ll build a simple client using Visual Basic .NET 2003. To hook the client application up to my SharePoint server, I selected Add Web Reference from the References node shortcut menu in Solution Explorer. Entering the URL for one of the SharePoint Web services shows me all of the methods supported by that service, as shown in Figure 1.</p>
<p><img src="http://canihelpyou.wordpress.com/img/articles/2003/11/05/Figure3-1.jpg" alt="Setting a reference to a SharePoint Web service" /></p>
<p>Adding the reference makes all the methods of the Web service available to the Visual Basic .NET client application. Well, almost. SharePoint servers require authentication, and the proxy class that Visual Studio .NET creates automatically doesn&#8217;t pass any credentials to the Web service. Fortunately, that&#8217;s easy to fix by adding one line of code. Click the Show All Files button on the Solution Explorer toolbar and drill into the Web reference you just added until you find the Reference.vb file; this is the proxy class. Open this file and add a line to the constructor to pass the user&#8217;s default credentials:</p>
<pre><code>
Public Sub New()
    MyBase.New
    Me.Url = "http://seesaw/_vti_bin/Lists.asmx"
    Me.Credentials = System.Net.CredentialCache.DefaultCredentials
End Sub
</code></pre>
<p>Of course, the URL for your own SharePoint server will be different than mine. Now, I&#8217;m going to use the SharePoint Web service to do two things. First, I&#8217;ll retrieve information about all of the lists on the server to a DataGrid control. Second, when the user clicks on a row in the DataGrid, I&#8217;ll display the information from the corresponding list in a TextBox control. So, I&#8217;ve added a DataGrid named dgLists and a TextBox named txtData to the default form in my VB .NET application. When the form loads, this code will fill the DataGrid with information on the lists:</p>
<pre><code>
Private Sub Form1_Load(ByVal sender As System.Object, _
 ByVal e As System.EventArgs) Handles MyBase.Load
    ' Get the list of lists from the server
    Dim L As New WSS_Server.Lists
    ' The list is returned as an XmlNode object
    Dim n As XmlNode = L.GetListCollection
    ' Prepare objects to handle the data
    Dim xd As XmlDataDocument = New XmlDataDocument
    Dim ds As DataSet = xd.DataSet
    ds.ReadXmlSchema("Lists.xsd")
    ' Add an XML declaration to make the
    ' XmlNode a valid XML document
    xd.LoadXml("&lt;?xml version='1.0' ?&gt;" &amp; n.OuterXml)
    ' Display the result on the DataGrid
    dgLists.DataSource = ds
    dgLists.DataMember = "List"
End Sub
</code></pre>
<p>Most of the methods from the SharePoint Web services return XmlNode objects. An XmlNode object represents a node in an XML file, plus all of its children, but it isn&#8217;t a full XML document. You can use various methods to parse information from an XmlNode, but I&#8217;m going to turn it into a DataSet. The key to this is the XmlDataDocument object. The XmlDataDocument can hold any XML document, but it also exposes the document, via its DataSet property, as a DataSet. This gives me an easy way to map XML data to a DataGrid.</p>
<p>Before you load data from an XmlDataDocument into a DataSet, you need to specify the schema of the DataSet. This is especially useful if you want to display only some elements from the XML data. In this example, I&#8217;ve created a schema file that exposes all of the information in the XML as simple string columns:</p>
<pre><code>
&lt;?xml version="1.0" standalone="yes"?&gt;
&lt;xs:schema id="Lists"
 targetNamespace="http://schemas.microsoft.com/sharepoint/soap/"
 xmlns:mstns="http://schemas.microsoft.com/sharepoint/soap/"
 xmlns="http://schemas.microsoft.com/sharepoint/soap/"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
 attributeFormDefault="qualified" elementFormDefault="qualified"&gt;
  &lt;xs:element name="Lists" msdata:IsDataSet="true"
  msdata:EnforceConstraints="False"&gt;
    &lt;xs:complexType&gt;
      &lt;xs:choice maxOccurs="unbounded"&gt;
        &lt;xs:element name="List"&gt;
          &lt;xs:complexType&gt;
            &lt;xs:attribute name="DocTemplateUrl" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="DefaultViewUrl" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ID" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Title" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Description" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ImageUrl" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Name" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="BaseType" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ServerTemplate" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Created" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Modified" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="LastDeleted" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Version" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Direction" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ThumbnailSize" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="WebImageWidth" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="WebImageHeight" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Flags" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ItemCount" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="AnonymousPermMask" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="RootFolder" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ReadSecurity" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="WriteSecurity" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Author" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EventSinkAssembly" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EventSinkClass" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EventSinkData" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EmailInsertsFolder" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="AllowDeletion" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="AllowMultiResponses" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EnableAttachments" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EnableModeration" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="EnableVersioning" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Hidden" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="MultipleDataList" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="Ordered" form="unqualified"
             type="xs:string" /&gt;
            &lt;xs:attribute name="ShowUser" form="unqualified"
             type="xs:string" /&gt;
          &lt;/xs:complexType&gt;
        &lt;/xs:element&gt;
      &lt;/xs:choice&gt;
    &lt;/xs:complexType&gt;
  &lt;/xs:element&gt;
&lt;/xs:schema&gt;
</code></pre>
<p>The code loads this schema into the DataSet, loads the XmlNode into the XmlDataDocument (by prepending an XML declaration to turn it into a valid document), and then shows the data on the grid.</p>
<p>At this point, you&#8217;ll be able to inspect the data that SharePoint maintains on each list on the server. The key piece of information for the current example is the ID attribute, which is nothing more than a GUID that uniquely identifies each list. To retrieve the data in an individual list (such as Announcements, Events, or Tasks), you need to send that GUID back in the GetListItems method. The code does this when the user clicks on the grid (placing the code in the MouseUp event ensures that the selection happens before the code runs):</p>
<pre><code>
Private Sub dgLists_MouseUp(ByVal sender As Object, _
 ByVal e As System.Windows.Forms.MouseEventArgs) _
 Handles dgLists.MouseUp
    ' Connect to the server
    Dim L As New WSS_Server.Lists
    ' Arguments required by GetListItems
    Dim viewName As String
    Dim query As System.Xml.XmlNode
    Dim viewFields As System.Xml.XmlNode
    Dim rowLimit As String
    Dim queryOptions As System.Xml.XmlNode
    ' Get the items from the list specified
    ' by the current row in the DataGrid
    Dim n As XmlNode = L.GetListItems( _
     dgLists.Item(dgLists.CurrentCell.RowNumber, 2), _
     viewName, query, viewFields, _
     rowLimit, queryOptions)
    ' Get a transform ready
    Dim xslt As XslTransform = New XslTransform
    xslt.Load("Identity.xslt")
    ' Load the raw XML into an XML document
    Dim xd As XmlDocument = New XmlDocument
    xd.LoadXml("&lt;?xml version='1.0' ?&gt;" &amp; n.OuterXml)
    ' Use the transform to prettify it
    Dim ms As MemoryStream = New MemoryStream
    xslt.Transform(xd, Nothing, ms, Nothing)
    ' And display the results
    ms.Position = 0
    Dim sr As StreamReader = New StreamReader(ms)
    txtData.Text = sr.ReadToEnd()
End Sub
</code></pre>
<p>I can get the contents of the selected list by calling the GetListItems method and supplying the appropriate ID, which comes from the third column (that&#8217;s column number 2, because of zero-based counting) of the DataGrid in the same row as the current cell. The GetListItems method requires a bunch of arguments that can be used to narrow down the data that it returns. Although these arguments are not optional, they can be empty, so I&#8217;ve just supplied uninitialized variables for them.</p>
<p>Like GetListCollection, GetListItems returns an XmlNode object. The rest of the code in this method shows a useful little trick for &#8220;prettyprinting&#8221; XML data. If you apply a simple transform (which I&#8217;ve named Identity.xslt) to the original XML, it changes the indentation to make the XML more human-readable without changing any of the data. Here&#8217;s the contents of Identity.xslt:</p>
<pre><code>
&lt;?xml version = "1.0"?&gt;
&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"&gt;
  &lt;xsl:output method="xml" indent="yes"/&gt;
  &lt;xsl:template match="node()|@*"&gt;
    &lt;xsl:copy&gt;
      &lt;xsl:apply-templates select="node()|@*"/&gt;
    &lt;/xsl:copy&gt;
  &lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;
</code></pre>
<p>That&#8217;s it! Figure 2 shows the end result of loading up the lists from my server and clicking on the Events list</p>
<p><img src="http://canihelpyou.wordpress.com/img/articles/2003/11/05/Figure3-2.jpg" alt="Data from SharePoint in a VB .NET application" /></p>
<h3>Where Do You Go From Here?</h3>
<p>The usefulness of the SharePoint Web services is directly proportional to how much of your organization&#8217;s information ends up in the new version of SharePoint. But note that the very existence of these Web services is an argument in favor of using SharePoint rather than alternative stores. Anything you store in SharePoint isn&#8217;t locked up at all; it&#8217;s open to any client that can make a Web Services call (with the proper authentication, of course). It&#8217;s nice to see this movement towards open standards and away from closed APIs for things such as appointments, events, and tasks.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=102&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/09/06/sharepoint-and-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>

		<media:content url="http://canihelpyou.wordpress.com/img/articles/2003/11/05/Figure3-1.jpg" medium="image">
			<media:title type="html">Setting a reference to a SharePoint Web service</media:title>
		</media:content>

		<media:content url="http://canihelpyou.wordpress.com/img/articles/2003/11/05/Figure3-2.jpg" medium="image">
			<media:title type="html">Data from SharePoint in a VB .NET application</media:title>
		</media:content>
	</item>
		<item>
		<title>What’s the difference between Sharepoint Portal Server and Windows Sharepoint Services?</title>
		<link>http://canihelpyou.wordpress.com/2008/08/26/what%e2%80%99s-the-difference-between-sharepoint-portal-server-and-windows-sharepoint-services/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/26/what%e2%80%99s-the-difference-between-sharepoint-portal-server-and-windows-sharepoint-services/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:55:51 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/2008/08/26/what%e2%80%99s-the-difference-between-sharepoint-portal-server-and-windows-sharepoint-services/</guid>
		<description><![CDATA[I’ve been working with SharePoint Portal Server this past week and this technote answered a lot of questions I originally had. Windows SharePoint Services 2.0 is a collection of services for Microsoft Windows Server 2003 that you can use to share information, collaborate with other users on documents, and create lists and Web Part pages. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=101&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been working with SharePoint Portal Server this past week and this technote answered a lot of questions I originally had.</p>
<p><strong>Windows SharePoint Services 2.0</strong> is a collection of services for Microsoft Windows Server 2003 that you can use to share information, collaborate with other users on documents, and create lists and Web Part pages. You can also use Windows SharePoint Services 2.0 as a development platform to create collaboration applications and information-sharing applications.</p>
<p><strong>SharePoint Portal Server 2003</strong> is a scalable, enterprise portal server that is built on Windows SharePoint Services 2.0.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=101&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/26/what%e2%80%99s-the-difference-between-sharepoint-portal-server-and-windows-sharepoint-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding the Different Between Windows SharePoint Services and SharePoint Portal Server 2003</title>
		<link>http://canihelpyou.wordpress.com/2008/08/26/understanding-the-different-between-windows-sharepoint-services-and-sharepoint-portal-server-2003/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/26/understanding-the-different-between-windows-sharepoint-services-and-sharepoint-portal-server-2003/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:55:20 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=98</guid>
		<description><![CDATA[The number of companies testing and then using SharePoint is expanding rapidly.  When we&#8217;re on site, a very common question that we receive is this:  &#8220;What&#8217;s the difference between Windows SharePoint Services and SharePoint Portal Server 2003?&#8221;.  The differences are profound and, at the same time, fairly easy to understand. At Mindsharp, we like to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=98&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="style2"><span style="color:#000000;">The number of companies testing and then using </span><a title="SharePoint" href="http://office.microsoft.com/sharepoint" target="_blank"><span style="color:#000000;">SharePoint</span></a><span style="color:#000000;"> is expanding rapidly.  When we&#8217;re on site, a very common question that we receive is this:  &#8220;What&#8217;s the difference between Windows </span><a title="SharePoint" href="http://office.microsoft.com/sharepoint" target="_blank"><span style="color:#000000;">SharePoint</span></a><span style="color:#000000;"> Services and </span><a title="SharePoint Portal Server 2003" href="http://www.microsoft.com/office/sharepoint/prodinfo/default.mspx" target="_blank"><span style="color:#000000;">SharePoint Portal Server 2003</span></a><span style="color:#000000;">?&#8221;.  The differences are profound and, at the same time, fairly easy to understand.</span></p>
<p class="style2"><span style="color:#000000;">At </span><a title="Mindsharp" href="http://mindsharp.com/"><span style="color:#000000;">Mindsharp</span></a><span style="color:#000000;">, we like to say that the we use the portal to &#8220;get somewhere&#8221;.  Now, while that is primarily true, it is also true that the portal is used for other functions.  I often say that if you don&#8217;t need any of the following seven elements in your </span><a title="SharePoint" href="http://office.microsoft.com/sharepoint" target="_blank"><span style="color:#000000;">SharePoint</span></a><span style="color:#000000;"> deployment, then there&#8217;s no reason to purchase portal server:</span></p>
<ol>
<li>
<p class="style2"><span style="color:#000000;">Aggregated Search and Indexing</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Flexible taxonomies</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Personal portals</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Audiences and users profiles (objects)</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Single-Sign On</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Shared Services</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Robust alert architecture</span></p>
</li>
</ol>
<p class="style2"><span style="color:#000000;">However, if you do need these functions or a subset of these functions, then you need to purchase portal server.  Now, did you notice something?  I didn&#8217;t mention collaboration or application development with reference to portal server.  Why?  Because we don&#8217;t recommend (strongly, in fact) that you don&#8217;t customize the portal or us it for collaboration. By collaboration, we mean developing documents or managing team sites within the portal itself.</span></p>
<p class="style2"><span style="color:#000000;">It is fine to manage documents or team sites within the portal&#8217;s managed paths.  But creating team sites directly within the portal pages is what we strongly recommend against.  Why?  Because those teams sites are not as easily managed by the end users as they are if they exist inside a site collection that doesn&#8217;t involve (or have as it&#8217;s root) a portal.</span></p>
<p class="style2"><a title="SharePoint Portal Server 2003" href="http://www.microsoft.com/office/sharepoint/prodinfo/default.mspx" target="_blank"><span style="color:#000000;">SharePoint Portal Server 2003</span></a><span style="color:#000000;"> really does three things:</span></p>
<ol>
<li>
<p class="style2"><span style="color:#000000;">Aggregation of information and information resources</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Organization of information and information resources</span></p>
</li>
<li>
<p class="style2"><span style="color:#000000;">Presentation of information or information resources</span></p>
</li>
</ol>
<p class="style2"><span style="color:#000000;">If you take a long step back and look at a default portal, you&#8217;ll see that the default areas &#8211; Home, Topics, News and Sites &#8211; are all about aggregation (Topics and News), organization (Topics, News and Sites) and Presentation of that information (all four areas).  There isn&#8217;t any collaboration in the default portal.  Moreover, if you take a good look at the main features that portal brings to the table, you&#8217;ll see that none of them deal directly with collaboration or application development.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=98&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/26/understanding-the-different-between-windows-sharepoint-services-and-sharepoint-portal-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom Site Definition with Custom Master Page for SharePoint Portal Server 2007 (MOSS 2007) and WSS 3.0</title>
		<link>http://canihelpyou.wordpress.com/2008/08/25/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-30/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/25/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-30/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 12:42:57 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/2008/08/25/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-30/</guid>
		<description><![CDATA[As a SharePoint administrator, if you want to customize your SharePoint sites, the first step is to create a custom site definition with a custom master page. In order to create a new site definition, you pretty must have two options: design from scratch or copy and edit the existing template. The former will be more difficult than the latter. Designing your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=97&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a SharePoint administrator, if you want to customize your SharePoint sites, the first step is to create a custom site definition with a custom master page.</p>
<p>In order to create a new site definition, you pretty must have two options: design from scratch or copy and edit the existing template. The former will be more difficult than the latter. Designing your own site definition from scratch can be quite challenging if you are not comfortable with what you are doing. In this exercise, I will explain the &#8220;easy&#8221; way to do this.</p>
<p>1. You need to start with copying the existing site template from. On the server computer, browse to &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\SiteTemplates\&#8221; folder. Each folder represents a site definition. Copy STS folder and paste with new name. In this exercise, we are going to name this site definition &#8220;Business&#8221; so rename it BUSINESS.</p>
<p>2. In this site definition, a custom master page will be used because in the future, you might want to change the master page of thie site definition and not unghost it. To do this, copy &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\default.master&#8221; file to &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\SiteTemplates\BUSINESS&#8221; folder with its name changed to businesscustom.master.</p>
<p>3. Open &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\SiteTemplates\BUSINESS\default.aspx&#8221; file with notepad. In the first line, change<br />
    MasterPageFile=&#8221;~masterurl/default.master&#8221;<br />
        to<br />
    MasterPageFile=&#8221;~masterurl/custom.master&#8221;<br />
Doing so will allow the default.aspx file to use the custom master page. Repeat this step for &#8220;defaultdws.aspx&#8221; file.</p>
<p>4. Open &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\SiteTemplates\BUSINESS\xml\ONET.XML&#8221; file with notepad.</p>
<p>5. Add the following line under &lt;ListTemplates&gt; tag:<br />
     &lt;ListTemplate Name=”mplib” DisplayName=”$Resources:MasterPageGallery;” Description=”$Resources:global_onet_mplib_desc;” SetupPath=”global\lists\mplib” Type=”116” BaseType=”1” Path=”GLOBAL” Hidden=”TRUE” HiddenList=”TRUE” NoCrawl=”TRUE” Unique=”TRUE” Catalog=”TRUE” OnQuickLaunch=”FALSE” SecurityBits=”11” AllowDeletion=”FALSE” AllowEveryoneViewItems=”TRUE” Image=”/_layouts/images/itdl.gif” AlwaysIncludeContent=”TRUE” DocumentTemplate=”100” /&gt;</p>
<p>6. Locate the first &lt;Configuration&gt; tag under &lt;Configurations&gt; tag.</p>
<p>7. Change<br />
    &lt;Configuration ID=&#8221;0&#8243; Name=&#8221;Default&#8221;&gt;<br />
        to<br />
    &lt;Configuration ID=&#8221;0&#8243; Name=&#8221;Default&#8221; MasterUrl=&#8221;_catalogs/masterpage/businesscustom.master&#8221;&gt;<br />
Notice that I am assigning businesscustom.master value to MasterUrl.</p>
<p>8. Locate &lt;Modules&gt; tag under &lt;Configuration ID=&#8221;0&#8243;&#8230;..&gt; tag and add the following tag under &lt;Modules&gt; tag:<br />
    &lt;Module Name=&#8221;CustomMasterPage&#8221; /&gt;</p>
<p>9. Repeat step 6-9 for &lt;Configuration ID=&#8221;1&#8243;&#8230;..&gt; and &lt;Configuration ID=&#8221;2&#8243;&#8230;..&gt; tags.</p>
<p>10. Locate &lt;Modules&gt; tag after &lt;/Configurations&gt; and add the following lines to &lt;Modules&gt; tag:<br />
    &lt;Module Name=&#8221;CustomMasterPage&#8221; List=&#8221;116&#8243; Url=&#8221;_catalogs/masterpage&#8221; RootWebOnly=&#8221;FALSE&#8221;&gt;<br />
      &lt;File Url=&#8221;businesscustom.master&#8221; Type=&#8221;GhostableInLibrary&#8221; IgnoreIfAlreadyExists=&#8221;TRUE&#8221; /&gt;<br />
    &lt;/Module&gt;<br />
Notice the file url is the assigned to the custom master page.</p>
<p>11. So far, we have successfully created a site definition. All we have to do now is to register this definition to the site definition list. To do this, create &#8220;WEBTEMPBUSINESS.XML&#8221; file in &#8220;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\XML&#8221; folder. Notice that there exists &#8220;WEBTEMP.XML&#8221; file in the folder and we are not editing this file. We are creating a new xml file to register a new custom site definition.</p>
<p>12. Open the file with notepad and insert the following lines:<br />
 &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
 &lt;!&#8211; _lcid=&#8221;1033&#8243; _version=&#8221;12.0.4518&#8243; _dal=&#8221;1&#8243; &#8211;&gt;<br />
 &lt;!&#8211; _LocalBinding &#8211;&gt;<br />
 &lt;Templates xmlns:ows=&#8221;Microsoft SharePoint&#8221;&gt;<br />
  &lt;Template Name=&#8221;BUSINESS&#8221; ID=&#8221;5&#8243;&gt;<br />
     &lt;Configuration ID=&#8221;0&#8243; Title=&#8221;Business Tools Team Site&#8221; Hidden=&#8221;FALSE&#8221; ImageUrl=&#8221;/_layouts/images/stsprev.png&#8221; Description=&#8221;A Business site for teams to quickly organize, author, and share information. It provides a document library, and lists for managing announcements, calendar items, tasks, and discussions.&#8221; DisplayCategory=&#8221;Corporation&#8221;&gt;   <br />
    &lt;/Configuration&gt;<br />
     &lt;Configuration ID=&#8221;1&#8243; Title=&#8221;Business Blank Site&#8221; Hidden=&#8221;FALSE&#8221; ImageUrl=&#8221;/_layouts/images/blankprev.png&#8221; Description=&#8221;A blank Business site for you to customize based on your requirements.&#8221; DisplayCategory=&#8221;Corporation&#8221; AllowGlobalFeatureAssociations=&#8221;False&#8221; &gt;<br />
    &lt;/Configuration&gt;<br />
     &lt;Configuration ID=&#8221;2&#8243; Title=&#8221;Business Document Workspace&#8221; Hidden=&#8221;FALSE&#8221; ImageUrl=&#8221;/_layouts/images/dwsprev.png&#8221; Description=&#8221;A Business site for colleagues to work together on a document. It provides a document library for storing the primary document and supporting files, a tasks list for assigning to-do items, and a links list for resources related to the document.&#8221; DisplayCategory=&#8221;Corporation&#8221; &gt;<br />
    &lt;/Configuration&gt;<br />
  &lt;/Template&gt;<br />
 &lt;/Templates&gt;<br />
Notice DisplayCategory=&#8221;Corporation&#8221;; this will create a another tag named Corporation and the three items will be inserted to it. You can change titles, descriptions, and imageUrl&#8217;s based on your needs. Save and close the notepad.</p>
<p>13. Last but not least, do an iisreset for the server to recognize the new site definition.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=97&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/25/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-30/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>What a Good SharePoint Consultant Should Know!</title>
		<link>http://canihelpyou.wordpress.com/2008/08/23/what-a-good-sharepoint-consultant-should-know/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/23/what-a-good-sharepoint-consultant-should-know/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 04:18:41 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[LDAP Configuration]]></category>
		<category><![CDATA[Microsoft C#.Net]]></category>
		<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=93</guid>
		<description><![CDATA[Everyone who can spell SharePoint o            What is Sharepoint?   Sharepoint is the portal. It is developed by Microsoft. This is used to create Content Management System web sites. We can develop individual sites, team sites and enterprise portals.   o            What is the difference between Sharepoint Portal Server and Windows Sharepoint Services?   Sharepoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=93&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><strong><em><span style="font-size:10pt;color:#333333;font-family:Arial;">Everyone who can spell SharePoint</span></em></strong><strong></strong></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is Sharepoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Sharepoint is the portal. It is developed by Microsoft. This is used to create Content Management System web sites. We can develop individual sites, team sites and enterprise portals.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the difference between Sharepoint Portal Server and Windows Sharepoint Services? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Sharepoint Portal Server features are very high. Search portal and navigations are most important features of the Sharepoint Portal Server.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Windows Sharepoint Services are used to create CMS Web sites and blogs, Forums and document sharing Libraries.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a document library? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">To share a document that referenced in news, articles published site.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a meeting workspace? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Meeting workspace is used to store information about particular organization employees work related tasks meetings (related information). And also place the minutes of the meeting and each person task details.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a document workspace? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">To share a document with others, we create a document workspace site. We can easily share documents and some other files. We can give each and every file permissions.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a web part?</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">WSS 3.0 has a new infrastructure called Web Part. The WSS Web part classes are derived from ASP.Net Web Part Class. It is supported by Widows Sharepoint Services 3.0. We can also create connectable web parts. The connectable web part is connected to any other related web part. These two connected web parts are has some programs.<em></em></span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><em><span style="font-size:10pt;color:#333333;font-family:Arial;"><strong>Mid-level SharePoint Consultant</strong></span></em></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the difference between a document library and a form library? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Document Library has documents and content, which gets stored in the Sharepoint content database.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Form Library has an Info path XML forms. </span><span style="font-size:10pt;font-family:Arial;">When submitting with InfoPath Form Services, the submitted data is generated as XML which refers the original form template .XSN. The XML files are stored in Document Library.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a web part zone? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Web Parts are displayed by using Web Part Zone. The WebPartZone class derived from WebZone and WebPartZoneBase classes. A Web Part zone is a WebPart container that can be configured to control the organization and format of the Web Parts contained in it.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How is security managed in SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Sharepoint using three types of user authentications. There are Windows, Form and Single Sign On. </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Security Socket Layer (SSL) is also used for authentication in Sharepoint. Authorization, Authentication and Impersonation these are configured by config file. </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How are web parts developed? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">WebParts developed by using Visual Studio .Net 2005. It offers many Sharepoint templates like Site Definition, Web Part etc. And also using Widows Class Library.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a site definition? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">A Site Definition is a group of files that used to define a unique type of Sharepoint Site. Example, </span><span style="font-size:10pt;font-family:Arial;">one site definition defines the Team Site, Blank Site, and Document Workspace templates, and another site definition defines the Basic Meeting Workspace, Blank Meeting Workspace, Decision Meeting Workspace, Social Meeting Workspace, and Multipage Meeting Workspace templates.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a template? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Templates are built-in solutions for applications, business portals, Design and Look &amp; Feel. Sharepoint has a some pre-build templates. The templates are customizing and deploying in to the server.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How do you install web parts? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<ol style="margin-top:0;" type="1">
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Open the Command prompt in Visual studio .Net.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Find the path for you developed web part dll file path.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Type the command gacutil /I<span>  </span>dll name, then press enter.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Reset the IIS using iisreset command.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Open the Folder “C:\Inetpub\wwwroot\” Open the web.config file. Copy the SafeControl for your installed web Part. And Open your web site config file, paste here the SafeControl tag.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Open your web site. Go to Site Actions &gt; Site Settings &gt; Site collection Features. Now find and activate your installed web Part.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Next, go to site settings&gt; Web Parts here click the “New” link. Here find your installed Web Part and select. Then press “Pop up Gallery” button.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Now you can add web part any page in this site.</span></li>
</ol>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the difference between a site and a web? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Site is defined as Website. It has many subsites.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Web is a single subsite of the Site.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the differences between web part page gallery, site gallery, virtual server gallery and online gallery? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">1. Web Part Gallery has a many WebParts.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">2. Site Gallery has a many site galleries. For example. Shared Document, Calendar, Announcement, Lists, Tasks, Team Discussion.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">3. Virtual Server Gallery has developer developed web parts are stored in a particular server.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"><span>  </span></span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the GAC? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">GAC is Global Assembly Cache. Each computer where the CLR installed has a machine code is called GAC. It stores assemblies. We can use GAC to install the web parts in Sharepoint application.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a DWP? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">DWP means Dashboard Web Part. The DWP files are importing to the Sharepoint Site after we used.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is CAML? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">CAML is </span><em><span style="font-size:10pt;font-style:normal;font-family:Arial;">Collaborative Application Markup Language. It is the XML based language. That is used to build a customize web site based on Sharepoint services. It is used to get a list values, particular data in a list. </span></em></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are themes? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">A theme is a collection of CSS and Graphics. That are modifying / customizing how a web site looks you want.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">A Basic web site needs a graphical look and feel. Sharepoint has a some built-in themes. We can create new themes is possible for Sharepoint site.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is presence? </span></p>
<p class="doclist" style="margin:auto 0 auto 0.25in;"><a name="features_include"></a><span style="font-size:10pt;font-family:Arial;">Groove features include presence information, chat, application sharing, file sharing, contacts, messaging, project management, data sharing, and content synchronization.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Can web parts be connected? If so, how? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Yes. Two web parts has sharing information in a runtime. We use the Connection Interfaces to create Connectable Web parts.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a personal view and what is a shared view? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">A Web Part page view has two views. There are Personal view and Shared View. </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Personal View: This view is set by each user. For example, one user has changed the list in some format. The changes will not see the other users.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Shared View: This view web part designs and any thing is not changed by users. Users will not be changed these types of web parts. The site admin can change the web part view and anything</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is an STP file? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">STP means Site Template. We can create new site definition. This definition has webparts and list (there are derived from default Sharepoint components). We can save the file for .stp format.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is an FWP file? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">FWP file is nothing a backup file for Sharepoint site. We can restore and backup the Sharepoint site.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Can you upload MP3&#8242;s to SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Yes. (http://manish-sharepoint.blogspot.com/2008/06/playing-audiovideo-files-within.html)</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">how does SharePoint support MS Outlook integration? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">We can use some features from OutLook in Sharepoint, ex. Calendar and contacts</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How can you extend lists in SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">We expand the size of the lists. </span><span style="font-size:10pt;color:#333333;font-family:Arial;">Click Start, point to All </span><span style="font-size:10pt;font-family:Arial;"><a href="void(0)"><span style="color:windowtext;text-decoration:none;">Programs</span></a><span style="color:#333333;">, point to Administrative Tools, and then click SharePoint Central Administration.</span></span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Explain the document versioning in SharePoint document libraries</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;">We can maintain version in all Sharepoint libraries and lists.<span>  </span>When we upload or update any document, while Sharepoint creates version.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"> </p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><strong><em><span style="font-size:10pt;color:#333333;font-family:Arial;">Senior SharePoint Consultant</span></em></strong></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Where is web part resources contained? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">The WebPart resources can not part of the DLL, because there are used in url based. Like images, jscript files. The WebPart is installed in GAC and Bin directory.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the different installation methods for deploying web parts? And what are the pros/cons? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">We use GAC</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">We develop web part in Windows Class Library. While the web part once runs, it will install automatically in GAC.</span></li>
</ul>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a ghosted/unghosted page? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">A Ghosted Page is modified by Sharepoint Designer. Example, Master page.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">An Unghosted Page is not modified by Sharepoint Designer. Example, forum pages, calendar lists etc</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">It has another one page there is “Reghosted” it means by Reset to Site Definition</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How is site data stored? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;">In Database.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Where is metadata for a web stored? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:0.25in;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Meta Data is stored inside XML files on the server or SQL Server database.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is an audience and describe the use? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;font-family:Arial;">The primary audience for this clinic is the IT Professional who generally works with both Windows and Office technologies. The types of duties that are typical of this IT Professional are administrative and support duties such as planning and deployment of Office server products in a Microsoft Windows environment, configuration and security administration, and updates of Office upgrades and patches. The target audience for this clinic is IT Professionals that want an overview of what Microsoft Office SharePoint Server 2007 is, and how to deploy it.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the trust levels and what is the default trust associated with Sharepoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">The Sharepoint Trust Levels has Security and user interaction with the site. 3 types. There are WSS_FULL, WSS_MEDIUM, WSS_MINIMUM.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the two logging mechanisms for usage statistics? </span></p>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal"><span style="font-size:10pt;color:#333333;font-family:Arial;">All default log files are stored in </span><span style="font-size:10pt;font-family:Arial;">\%windir%\system32\LogFiles\STS this path.</span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Arial;">Virtual server Folder. It’s like a cache.</span></li>
</ul>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What functionality does owssup.dll provide for client side activities? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">The owssup.dll is used to create Single Sign On in Sharepoint Portal Server.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the difference between a site owner and a site administrator? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Site Owner has only individual site and sub sites access only.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Site Administrator access all site and Central Administration</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is STSAdm and what can it be used for? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 0.5in;"><span style="font-size:10pt;color:#333333;font-family:Arial;">It is used to create/manage sites, lists, web parts etc..</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Can WSS search subsites? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">The Subsite has a unique permission of the parent site, we can search subsite content. Until we can’t search Subsite Content.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Can you register alerts for users? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">No, the admin can give some permission.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Are PDFs searchable?</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:0.25in;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Yes, but default is now. We can use IFILTER type functionality do this moment.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><strong><em><span style="font-size:10pt;color:#333333;font-family:Arial;">SharePoint Architect</span></em></strong></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is a SharePoint farm? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">It is a deployment scenario, we have two are more server to host Sharepoint. It is 3 types.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">1. Small Server, 2. Medium Server, 3. Large Farm.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Describe a large deployment </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:12pt;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;">2 Sharepoint servers 2 SQL Server 1 Search Server 1 Clustering Server. It is called large deployment.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">How can you synchronize custom Active Directory attributes to SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Profile Importer from Shared Services Provider.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"> </p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">If it is anticipated that our organization would need to store 1 terabyte of documents, what is the recommended configuration and storage requirement? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">It is based on your users count. </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Describe the implementation of SharePoint and Project Server </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">We can use Project server web parts inside Sharepoint portal server and also create dashboards on Sharepoint pages and can also create custom WebParts using PDC and .Net.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the BKMs for workflow and SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"><span>                                                    </span></span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Explain how you would deploy SharePoint on an extranet </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Usually servers that are accessible from external sources are housed in DMZ’s. Depending on the requirements and the workflow for publishing content you could go with Multiple Servers hosting the same information. One server would reside inside with the SQL Cluster while the external server resides in the DMZ simply calling data. Security would be handled by the same or different active directory domain clusters as well increasing security.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What is the BKM for maximum number of virtual servers configured for SharePoint on a single box? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:0.25in;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">15 Virtual servers.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">            </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the migration strategies for moving sites around? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;">You could use the Sharepoint Portal Server backup and restore tool as well as the STSADMIN and GUI STSAMIN tools. We have migrated database from the SQL Level and have simply reconnected the front end.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">What are the archiving strategies? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Describe the search strategies?</span><span style="font-size:10pt;color:#333333;font-family:Arial;">      </span><span style="font-size:x-small;color:#333333;font-family:Arial;">    Enterprise search tools help organizations (including small and mid-size businesses—not just enterprises) find information in text documents and other unstructured data stored in a variety of sources. In general, enterprise search tools can be used to search internal data sources (such as intranets, messaging systems, file shares, databases, and local hard drives) and Web sites (public or controlled-access), but many solutions are focused on only one of the two scenarios.</p>
<p>Enterprise search is similar to Internet search, which is supported by the public Google Web site, MSN Search, and other providers. In both types of search, material must be aggregated from a wide variety of locations, users must have an interface to create queries and review results, and results should be arranged in some kind of order (e.g., hits that are most relevant to the query appear at the top of the list).</p>
<p>One critical difference between enterprise and Internet search tools is the scope of material aggregated. Internet search tools attempt to catalog as many public sources as possible but make little effort to catalog material stored behind firewalls, in databases, or on controlled-access Web sites. Enterprise search tools don&#8217;t need to catalog as many sources of data but must aggregate more types of data and provide access control, so that sensitive information is unavailable to unauthorized viewers.</p>
<p>In addition, algorithms that work well on Internet search may not work as well for enterprise search—for instance, Google&#8217;s PageRank system, which rates relevance partly based on how many other Web pages link to a particular page, is not as effective in a corporate environment where hyperlinking among resources is less common. As a consequence, enterprise search tools use algorithms different from Internet search tools.</p>
<p>In addition, enterprise search tools generally let the data owner exercise some programmable control over the results, such as the following:</p>
<ul>
<li>Creating multiple data catalogs and letting the user specify which to search</li>
<li>Manually selecting or influencing search results (e.g., selecting particular sources to appear at the top of the list for particular queries; tweaking the algorithms used to determine relevance)</li>
<li>Enabling attributes (e.g., date, author) to be assigned to content sources in a systematic way so that searches can consider these attributes and arrange results accordingly.</li>
</ul>
<p>Today, dozens of enterprise search tools are available, from free open-source tools that perform a single function (usually public Web site search) to costly installations from companies such as Autonomy and Verity. IBM and Oracle offer intranet search as part of larger solutions incorporating data storage, and a growing number of companies are offering software (Fast Search and Transfer, MondoSoft) or hosted services (Atomz) specifically for Web site search. Finally, although Google is best known for Internet search, it also offers search appliances ranging in price from US$5,000 to US$250,000 or more that can be used for both intranet and Web site search.</p>
<p></span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 0 -6pt;"> </p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 0 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Can you implement forms-based authentication with SharePoint? </span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:12pt;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;">Yes. We can implement forms-based authentication with SharePoint.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="background:white;text-indent:-0.25in;line-height:14.4pt;margin:0 0 6pt 12pt;"><span style="font-size:10pt;color:#333333;font-family:&quot;"><span>o<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;color:#333333;font-family:Arial;">Describe how single sign-on works</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;">   Easily maintain Role and group users’ information in one place.</span></p>
<p class="MsoNormal" style="background:white;line-height:14.4pt;margin:0 0 6pt;"><span style="font-size:10pt;color:#333333;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin:0 0 6pt;"><span style="font-size:10pt;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin:0 0 6pt;"><span style="font-size:10pt;font-family:Arial;"> </span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/93/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/93/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=93&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/23/what-a-good-sharepoint-consultant-should-know/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Guide to SharePoint Server Features</title>
		<link>http://canihelpyou.wordpress.com/2008/08/22/guide-to-sharepoint-server-features/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/22/guide-to-sharepoint-server-features/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:15:15 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=90</guid>
		<description><![CDATA[This guide to the features in Microsoft Office SharePoint Server 2007 provides information that can help you learn about new and enhanced features. This section will be of interest to anyone who plans, builds, deploys, or manages business solutions using Office SharePoint Server 2007. The following figure shows the features of Office SharePoint Server 2007.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=90&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This guide to the features in Microsoft Office SharePoint Server 2007 provides information that can help you learn about new and enhanced features. This section will be of interest to anyone who plans, builds, deploys, or manages business solutions using Office SharePoint Server 2007.</p>
<p>The following figure shows the features of Office SharePoint Server 2007.</p>
<p><img src="http://i.msdn.microsoft.com/ms561082.218a5023-e681-494d-b0b5-80c880e72206(en-us,office.12).gif" alt="" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/90/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/90/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=90&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/22/guide-to-sharepoint-server-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>

		<media:content url="http://i.msdn.microsoft.com/ms561082.218a5023-e681-494d-b0b5-80c880e72206(en-us,office.12).gif" medium="image" />
	</item>
		<item>
		<title>Upgrading SharePoint Site Definitions from v2 to v3: TEMPLATES VS. DEFINITIONS</title>
		<link>http://canihelpyou.wordpress.com/2008/08/22/upgrading-sharepoint-site-definitions-from-v2-to-v3-templates-vs-definitions/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/22/upgrading-sharepoint-site-definitions-from-v2-to-v3-templates-vs-definitions/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:03:19 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=88</guid>
		<description><![CDATA[What will happen at this point if you just Run Prescan and start Upgrading Sites without adding v3 Site Definitions????  Then your sites will be upgraded to run in MOSS, but they&#8217;ll look and act like SPS03 sites. They will not have any of the MOSS functionality. You might want to give this a try in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=88&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What will happen at this point if you just Run Prescan and start Upgrading Sites without adding v3 Site Definitions???? </p>
<p>Then your sites will be upgraded to run in MOSS, but they&#8217;ll look and act like SPS03 sites. They will not have any of the MOSS functionality. You might want to give this a try in your VPC to see the effect.</p>
<p>In order to get the MOSS07 functionality, we need to:</p>
<ol>
<li>create a v3 custom Master Page </li>
<li>create v3 List &#8220;Features&#8221; that correspond to any custom lists in your custom v2 Site Definitions</li>
<li>create v3 versions of any custom v2 web parts &#8211; compiling under .Net 2.0</li>
<li>create v3 Site Definitions that correspond to your custom v2 Site Definitions and reference the custom Master Page, the Lists/Features, and the Web Parts</li>
<li>create a WEBTEMP&lt;Portal&gt;.xml file that maps the v3 Site Definitions IDs to the same IDs of the corresponding v2 Site Definitions</li>
<li>create an Upgrade Definition file that maps the custom v2 Site Defintions by ID to the v3 Site Definitions</li>
<li>Add the IDs for the custom v2-v3 Site Definitions to the preupgradescanconfig.xml file</li>
<li>IISRESET</li>
<li>Run Prescan again referencing the preupgradescanconfig.xml file</li>
<li>Start Upgrading site collections</li>
</ol>
<p>A very important thing to understand about the Site Definitions in MOSS, is that much of the functionality that SPS03 users customized to create a custom look and feel was in the Site Definitions, and that same functionality is now in the Master Page in MOSS07. In other words, if you added custom navigation and heavily customized the header of all of your SPS03 pages, then in MOSS 2007 the same thing can be accomplished with a single Master Page. Most likely you can upgrade your custom SPS03 Site Definitions to a generic Team Site Definition (for instance), but then put most of your effort into creating a custom Master Page which can then be applied to all of the pages within a site. </p>
<p>And another nice aspect of having the Master Page stored as a file in the Global directory, is that you can modify it, and all of your pages on all of your team sites will be subsequently updated. For instance, you can add a new web part, or move existing web parts around, and those changes will instantly show up on all sites that use that Master Page.</p>
<p>Note that if you also want the administrative pages of your &#8220;Portal&#8221; to have the same customized look and feel as the other pages on your Portal, you will also need to create and add an application.master as described in my July blog on this topic. This is not really part of the upgrade process, and can be done separately once the upgrade is completed.</p>
<p>One major thing that has not changed between SPS03 and MOSS07 is the state of confusion regarding Site Templates versus Site Definitions. In fact, in MOSS 2007, as if to amplify the confusion, the Site Definitions are located in a folder named &#8220;Site Templates&#8221;.</p>
<p>A <strong>Site Template</strong> is what you create when you modify an existing Team Site and save it through the SharePoint user interface to an .stp file in a Template Gallery. A Site Template is based on an existing Site Definition, and what you are creating is a Diff of your customizations which are stored in the database.</p>
<p>A <strong>Site Definition</strong> is a set of files stored in the file system on the server in the 12\TEMPLATE\Site Templates folder.</p>
<p>A Site Template is by definition Unghosted because the template data is pulled from the database. A Site Definition is Ghosted because it is just a straight read from the file system. With improvements in MOSS 2007, Ghosted vs. Unghosted is not an issue anymore, but Site Definitions still have one advantage &#8211; you can modify the pages in your Site Definitions in the file system, and those changes will be reflected on all existing Ghosted sites. This may be helpful with installations that will use define the same sites hundreds or even thousands of times, and which you may need to update sometime in the future.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=88&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/22/upgrading-sharepoint-site-definitions-from-v2-to-v3-templates-vs-definitions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Custom Site Defintions for Project Web Access</title>
		<link>http://canihelpyou.wordpress.com/2008/08/22/creating-custom-site-defintions-for-project-web-access/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/22/creating-custom-site-defintions-for-project-web-access/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 12:53:28 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=86</guid>
		<description><![CDATA[It is recommended that you create a new site definition and leave the original site definition intact when you want to modify or customize the default Microsoft® Office Project Web Access site definition. You can create a new site definition by copying and modifying the existing Project Web Access site definition. This task involves use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=86&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is recommended that you create a new site definition and leave the original site definition intact when you want to modify or customize the default Microsoft® Office Project Web Access site definition.</p>
<p>You can create a new site definition by copying and modifying the existing Project Web Access site definition. This task involves use of Collaborative Application Markup Language (CAML) in two schema files: one that is a copy of a WEBTEMPP.XML file and the other a copy of a ONET.XML file. It is recommended that you create a site definition as described in this topic rather than modifying the originally installed WEBTEMPP.XML file.</p>
<ol>
<li>Copy the existing PWA folder located in the <em>Local_Drive</em>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Template\1033 directory. Name the new folder using all capital letters, for example <strong class="bterm">PWAPLUS</strong>.</li>
<li>Make a copy of the WEBTEMPP.XML file located at <em>Local_Drive</em>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\1033\XML.You can give the file a unique name by appending a string to the name of the original file; for example, WEBTEMPPPLUS.XML. At run time, the compiler merges information contained in this file with the information contained in the original file in order to specify which site templates are available for creating new sites.</li>
<li>Customize the contents of the new WEBTEMPP file.Each WEBTEMPP.XML file contains a collection of <strong class="bterm">Template</strong> elements and <strong class="bterm">Configuration</strong> subelements, which identify to the compiler all the site definitions that can be instantiated. The <strong class="bterm">Configuration</strong> element defines a title, a description, and a URL for the image displayed in the user interface, which are properties common to each Web site created using the site definition.
<p><strong>Important</strong>  In each <strong class="bterm">Template</strong> element defined in the WEBTEMPP file, the <strong class="bterm">Name</strong> attribute must contain the same name, in all capital letters, that is assigned to the new folder. Also, Project Server will only recognize site definitions and global templates with ID ranges between 6000 and 7000, so use unique values within that range for the <strong class="bterm">ID</strong> attribute.</p>
<p>The following example defines a new site definition called <strong class="bterm">PWAPLUS</strong>.</p>
<pre><code>&lt;Templates xmlns:ows="Microsoft SharePoint"&gt;

 &lt;Template Name="PWAPLUS" ID="6400"&gt;

    &lt;Configuration ID="0" Title="Project Workspace Plus" Type="0" Hidden="FALSE" ImageUrl="/_layouts/images/stsprev.png" Description="This template creates a site for Microsoft Office Project Server 2003 users to organize and share project documents, and to track and resolve project risks and issues. It includes document libraries, a risk tracking list, an issue tracking list and a change tracking list in which the items can be linked to projects and tasks in Project Server. It also includes other basic lists for project collaboration, such as Announcements, Events, Contacts and Quick Links."&gt;

  &lt;/Configuration&gt;

&lt;/Template&gt;

&lt;/Templates&gt;</code></pre>
</li>
<li>Save the file.</li>
<li>You may need to reset Microsoft Internet Information Services (IIS) for the new template to appear as an option on the Template Selection page.</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=86&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/22/creating-custom-site-defintions-for-project-web-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubleshooting Feature and Site Definition Development</title>
		<link>http://canihelpyou.wordpress.com/2008/08/22/troubleshooting-feature-and-site-definition-development/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/22/troubleshooting-feature-and-site-definition-development/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 12:52:57 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=84</guid>
		<description><![CDATA[If you find that the changes you intend to make through a definition or Feature do not take effect, consider the following possible causes: All definition and Feature XML logic is cached in memory. When you install any new files into Windows SharePoint Services 3.0 (for example, new .aspx pages or XML files under the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=84&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="mainBody">
<p>If you find that the changes you intend to make through a definition or Feature do not take effect, consider the following possible causes:</p>
<ul>
<li>All definition and Feature XML logic is cached in memory. When you install any new files into Windows SharePoint Services 3.0 (for example, new .aspx pages or XML files under the <tt>\web server extensions\12</tt> directory), be sure to reset Microsoft Internet Information Services, which you can do by typing <tt>IISReset</tt> at the command prompt.</li>
<li>Windows SharePoint Services 3.0 logs errors during provisioning. Look under <tt>\12\Logs</tt> and check the latest log for hints as to what might be causing problems.</li>
<li>As you debug your feature, you frequently need to accomplish tasks such as changing scopes and changing definitions. If you make changes without deactivating and reactivating Features, you might cause problems for Windows SharePoint Services—for example, having the same Feature registered at both the site collection level and the Web site level.</li>
<li>If you create a custom list type through a Feature definition but receive a &#8220;File not found&#8221; error when you try to create a list, your <a id="ctl00_rs1_mainContentContainer_ctl01" href="http://msdn.microsoft.com/en-us/library/ms459356.aspx"><span style="color:#0033cc;">Schema.xml</span></a> file might refer to a file that is absent. Ensure that each file referred to within a <a id="ctl00_rs1_mainContentContainer_ctl02" href="http://msdn.microsoft.com/en-us/library/ms438338.aspx"><span style="color:#0033cc;">View</span></a> or a <a id="ctl00_rs1_mainContentContainer_ctl03" href="http://msdn.microsoft.com/en-us/library/ms478121.aspx"><span style="color:#0033cc;">Form</span></a> element exists in the underlying file system.</li>
<li>Be sure to use &#8220;Feature.xml&#8221; as the name of your Feature file; otherwise you may receive an error message saying that a &#8220;value cannot be null&#8221; when you try to install or activate the Feature.</li>
</ul>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=84&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/22/troubleshooting-feature-and-site-definition-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding a Document Template, File Type, and Editing Application to a Site Definition</title>
		<link>http://canihelpyou.wordpress.com/2008/08/22/adding-a-document-template-file-type-and-editing-application-to-a-site-definition/</link>
		<comments>http://canihelpyou.wordpress.com/2008/08/22/adding-a-document-template-file-type-and-editing-application-to-a-site-definition/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 12:45:33 +0000</pubDate>
		<dc:creator>vamsankar</dc:creator>
				<category><![CDATA[Microsoft Office Sharepoint Server]]></category>

		<guid isPermaLink="false">http://canihelpyou.wordpress.com/?p=82</guid>
		<description><![CDATA[This programming task provides steps for customizing Microsoft® Windows® SharePoint™ Services so that documents can be created or edited from a third-party application. The task involves creating a document template file to complement the ONET.XML file of the site definition, modifying the DOCICON.XML file, and creating a DLL that provides the same functionality as described [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=82&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This programming task provides steps for customizing Microsoft® Windows® SharePoint™ Services so that documents can be created or edited from a third-party application. The task involves creating a document template file to complement the ONET.XML file of the site definition, modifying the DOCICON.XML file, and creating a DLL that provides the same functionality as described for the <strong class="bterm">OpenDocuments</strong> control.</p>
<p>Adding the ability to create or edit documents within an application involves the following subtasks:</p>
<ul>
<li>Creating a document template file, which in effect adds a <a id="ctl00_rs1_mainContentContainer_ctl04" href="http://msdn.microsoft.com/en-us/library/ms977567.aspx"><strong class="bterm"><span style="color:#0033cc;">DocumentTemplate</span></strong></a> element to the ONET.XML file of the site definition.</li>
<li>Adding a <strong class="bterm">Mapping</strong> element to DOCICON.XML for a file type icon and for identification of the control to use to open the file.</li>
<li>Creating a DLL that provides the necessary functions for creating or editing documents in the application.</li>
</ul>
<p><strong>Note</strong>  To perform the customizations described in this topic, you must be an administrator on the front-end server running Windows SharePoint Services.</p>
<p><strong>Warning</strong>  Changes that you make to originally installed files may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.</p>
<h4>Adding a document template</h4>
<p>To add an existing application document as a template that can be used in document libraries, create an XML file in the <em>Local_Drive</em>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\<em>Locale_ID</em>\<em>Site_Definition</em>\XML folder containing the ONET.XML file. Give the new file a name in the format doctemp*.xml, where * represents arbitrary text used as part of the file name. Windows SharePoint Services searches this directory for any .xml file that begins with &#8220;doctemp&#8221; and merges its contents with the document template definitions contained in ONET.XML. The advantage to adding a doctemp*.file, as opposed to modifying ONET.XML directly, is that the custom definition will not be overwritten when Windows SharePoint Services is updated.</p>
<p>The following example shows the format of a doctemp*.xml file for adding a document template. The file can be created in Notepad and given any name that begins with doctemp, for example, doctemp<em>myTemplate</em>.xml.</p>
<pre>
<pre class="signature">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;DocumentTemplates&gt;
   &lt;DocumentTemplate DisplayName="Blank Document" Type="105" Default="FALSE" Description="A blank document."&gt;
      &lt;DocumentTemplateFiles&gt;
         &lt;DocumentTemplateFile Name="doctemp/<em>Template_Folder</em>/psdtmp1.psd" TargetName="Forms/template.psd" Default="True"/&gt;
      &lt;/DocumentTemplateFiles&gt;
   &lt;/DocumentTemplate&gt;
&lt;/DocumentTemplates&gt;</pre>
</pre>
<p>The <strong class="bterm">DisplayName</strong> attribute of the <a id="ctl00_rs1_mainContentContainer_ctl09" href="http://msdn.microsoft.com/en-us/library/ms977567.aspx"><strong class="bterm"><span style="color:#0033cc;">DocumentTemplate</span></strong></a> element specifies the text that is displayed in the drop-down list for selecting a document template type when creating a new document library. The <strong class="bterm">Type</strong> attribute uniquely identifies the document type and can be any integer that is not already used for another document template. The <strong class="bterm">Default</strong> attribute specifies whether the template is selected by default in the drop-down list. The <strong class="bterm">Name</strong> attribute of the <a id="ctl00_rs1_mainContentContainer_ctl10" href="http://msdn.microsoft.com/en-us/library/ms977565.aspx"><strong class="bterm"><span style="color:#0033cc;">DocumentTemplateFile</span></strong></a> element specifies the physical path to the template file on the server computer, while the <strong class="bterm">TargetName</strong> attribute specifies the address of the template relative to the document library.</p>
<p>Reset Microsoft Internet Information Services (IIS) for changes to take effect.</p>
<h3>Adding a mapping definition for a file type</h3>
<p>To map a file extension to a document type, and to identify the control to use when opening a document that has the file extension, add a <strong class="bterm">Mapping</strong> element to DOCICON.XML. DOCICON.XML resides in the <em>Local_Drive</em>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\XML directory.</p>
<p>Adding the following line within the <a id="ctl00_rs1_mainContentContainer_ctl13" href="http://msdn.microsoft.com/en-us/library/ms997865.aspx"><strong class="bterm"><span style="color:#0033cc;">ByExtension</span></strong></a> element in DOCICON.XML maps the .psd extension to an image file named icpsd.gif, which provides the icon that is displayed in document libraries for files of this type:</p>
<pre>
<pre class="signature">&lt;Mapping Key="psd" Value="icpsd.gif"/&gt;</pre>
</pre>
<p>To enable editing within an application, the <strong class="bterm">Mapping</strong> element must also include <strong class="bterm">EditText</strong> and <strong class="bterm">OpenControl</strong> attributes, as follows:</p>
<pre>
<pre class="signature">&lt;Mapping Key="psd" Value="icpsd.gif" EditText="<em>Application</em>" OpenControl="<em>ProgID</em>"/&gt;</pre>
</pre>
<p>The <strong class="bterm">EditText</strong> attribute specifies the application name that is displayed on the drop-down menu when a user clicks the <strong class="bterm">Edit</strong> arrow for a document. The <strong class="bterm">OpenControl</strong> attribute specifies the ProgID of the control to use for opening files of the specified type.</p>
<p>The image file that is specified by the <strong class="bterm">Value</strong> attribute must reside in the <em>Local_Drive</em>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\IMAGES directory. If the specified image file is missing from this directory, a &#8220;missing image&#8221; icon appears beside the document.</p>
<p>To prevent users from being prompted for credentials to see the icon when Anonymous Access is enabled, you must set inheritable permissions on the image file by performing the following steps:</p>
<ol>
<li>Right-click the referenced image file in the IMAGES folder, and then click <strong class="bterm">Properties</strong>.</li>
<li>On the <strong class="bterm">Security</strong> tab in the <strong class="bterm">Properties</strong> dialog box, click <strong class="bterm">Advanced</strong>.</li>
<li>On the <strong class="bterm">Permissions</strong> tab in the <strong class="bterm">Advanced Security Settings</strong> dialog box, ensure that the check box is selected for <strong class="bterm">Allow inheritable permissions from the parent to propagate to this object and all child objects</strong>.<strong class="bterm"> Include these with entries specifically defined here.</strong></li>
</ol>
<p><strong>Note</strong>  The default size for icons in Windows SharePoint Services is 16 x 16 pixels.</p>
<p>Reset IIS for changes to take effect.</p>
<h3>Adding an editing application</h3>
<p>Create a DLL providing the control to load for a document of the specified type whose ProgID identifies the control, for example, <strong class="bterm">SharePoint.OpenDocuments</strong>. The control that you create must provide the same methods for creating, opening, and viewing documents as described for the <strong class="bterm">OpenDocuments</strong> control.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/canihelpyou.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/canihelpyou.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canihelpyou.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canihelpyou.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canihelpyou.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canihelpyou.wordpress.com&amp;blog=4347729&amp;post=82&amp;subd=canihelpyou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canihelpyou.wordpress.com/2008/08/22/adding-a-document-template-file-type-and-editing-application-to-a-site-definition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d80eb71b2c8d6f45fa035457c1d5e8fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vamsankar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
