<?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>Sanjaya on SharePoint/Microsoft technologies</title>
	<atom:link href="http://sanjayapdl.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sanjayapdl.wordpress.com</link>
	<description>a blog on technologies like .net, MOSS 2007, wss 3.0 etc</description>
	<lastBuildDate>Tue, 29 Nov 2011 19:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sanjayapdl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sanjaya on SharePoint/Microsoft technologies</title>
		<link>http://sanjayapdl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sanjayapdl.wordpress.com/osd.xml" title="Sanjaya on SharePoint/Microsoft technologies" />
	<atom:link rel='hub' href='http://sanjayapdl.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Customizing a SharePoint data form web part</title>
		<link>http://sanjayapdl.wordpress.com/2009/07/19/customizing-a-sharepoint-data-form-web-part/</link>
		<comments>http://sanjayapdl.wordpress.com/2009/07/19/customizing-a-sharepoint-data-form-web-part/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 20:17:21 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[customizing web part with xml]]></category>
		<category><![CDATA[sharepoint dataform webpart]]></category>
		<category><![CDATA[sharepoint dataview webpart]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/2009/07/19/customizing-a-sharepoint-data-form-web-part/</guid>
		<description><![CDATA[In this post, I am going to talk about customizing a SharePoint data form web part with XML and XSLT. I call this web part an easy web part as it comes so easy with the beauty of XML and XSLT. It takes only three steps: Configure web part data source with XML Specify parameters to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=266&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this post, I am going to talk about customizing a SharePoint data form web part with XML and XSLT. I call this web part an easy web part as it comes so easy with the beauty of XML and XSLT. It takes only three steps:</p>
<ol>
<li>Configure web part data source with XML</li>
<li>Specify parameters to filter data with XML</li>
<li>Customize the look and feel with XSLT.</li>
</ol>
<p><span style="text-decoration:underline;"><strong>Getting Started<br />
</strong></span></p>
<p>The base web part XML to begin with is attached below. As you can see, this is a SharePoint data form web part with many configurable properties.</p>
<p><a href="http://sanjayapdl.wordpress.com/?attachment_id=275"><img class="alignnone size-medium wp-image-275" title="dataformwebpartxml" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartxml.jpg?w=288&#038;h=300" alt="dataformwebpartxml" width="288" height="300" /></a></p>
<p>Next, I just need to customize three sections marked by red boxes above. Here they go again:</p>
<ul>
<li>DataSourcesStri</li>
</ul>
<p>Specify your SharePoint data source XML. You can refer to the XML SharePoint designer generates when a data source is chosen for a data form web part. However, make sure to replace the markup sensitive characters with their respective encodings.</p>
<ul>
<li>
<div style="background:#f8fcff;"><span style="font-family:Times New Roman;font-size:10pt;">&amp;amp; → &amp; (ampersand)<br />
</span></div>
</li>
<li>
<div style="background:#f8fcff;"><span style="font-family:Times New Roman;font-size:10pt;">&amp;lt; → &lt; (less-than sign)<br />
</span></div>
</li>
<li>
<div style="background:#f8fcff;"><span style="font-family:Times New Roman;font-size:10pt;">&amp;gt; → &gt; (greater-than sign)<br />
</span></div>
<p>Look at the xml below to find out what I mean</p>
<p> <a href="http://sanjayapdl.wordpress.com/?attachment_id=271"><img class="alignnone size-medium wp-image-271" title="dataformdatasourcexml" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformdatasourcexml.jpg?w=300&#038;h=164" alt="dataformdatasourcexml" width="300" height="164" /></a> </li>
<li>ParameterBindin</li>
</ul>
<p>Specify parameters binding here. Here is a sample below with some custom parameters marked in the red box</p>
<p> </p>
<p> <a href="http://sanjayapdl.wordpress.com/?attachment_id=272"><img class="alignnone size-medium wp-image-272" title="dataformwebpartParameterbindingxml" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartparameterbindingxml.jpg?w=300&#038;h=73" alt="dataformwebpartParameterbindingxml" width="300" height="73" /></a></p>
<p> </p>
<ul>
<li>DataFields</li>
</ul>
<p>Specify the fields you would like to include from the chosen data source.</p>
<p> <a href="http://sanjayapdl.wordpress.com/?attachment_id=280"><img class="alignnone size-medium wp-image-280" title="dataformwebpartdatafields" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartdatafields.jpg?w=300&#038;h=18" alt="dataformwebpartdatafields" width="300" height="18" /></a></p>
<p><span style="text-decoration:underline;">XSLT for Look and feel:<br />
</span>Use custom xslt for look and feel. The xslt can be specified after the web part is deployed to a SharePoint site.</p>
<p><a href="http://sanjayapdl.wordpress.com/?attachment_id=276"><img class="alignnone size-medium wp-image-276" title="dataformwebpatxsllink" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpatxsllink.jpg?w=300&#038;h=238" alt="dataformwebpatxsllink" width="300" height="238" /></a></p>
<p style="margin-left:36pt;"> </p>
<p>SharePoint designer can also be used to generate your xslt.</p>
<p>Finally, here is one of the web parts I created using the above customizations:</p>
<p style="margin-left:36pt;"> <img class="alignnone size-thumbnail wp-image-274" title="dataformwebpartsamplewebpart" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartsamplewebpart.jpg?w=150&#038;h=57" alt="dataformwebpartsamplewebpart" width="150" height="57" /> </p>
<p>The screen shot shows the list of parameters that can be configured using the web part parameters editor window;</p>
<p style="margin-left:36pt;"> </p>
<p style="margin-left:36pt;"><a href="http://sanjayapdl.wordpress.com/?attachment_id=273"><img class="alignnone size-thumbnail wp-image-273" title="dataformwebpartparametereditor" src="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartparametereditor.jpg?w=150&#038;h=139" alt="dataformwebpartparametereditor" width="150" height="139" /></a> </p>
<p>By dropping multiple instances of the web part with different set of parameters, a web part page looks like this:</p>
<p><img class="alignnone size-thumbnail wp-image-277" title="webpartpagewithmultiplewebparts" src="http://sanjayapdl.files.wordpress.com/2009/07/webpartpagewithmultiplewebparts.jpg?w=149&#038;h=83" alt="webpartpagewithmultiplewebparts" width="149" height="83" /></p>
<br />Posted in Technology Tagged: customizing web part with xml, sharepoint dataform webpart, sharepoint dataview webpart, xslt <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=266&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2009/07/19/customizing-a-sharepoint-data-form-web-part/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartxml.jpg?w=288" medium="image">
			<media:title type="html">dataformwebpartxml</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformdatasourcexml.jpg?w=300" medium="image">
			<media:title type="html">dataformdatasourcexml</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartparameterbindingxml.jpg?w=300" medium="image">
			<media:title type="html">dataformwebpartParameterbindingxml</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartdatafields.jpg?w=300" medium="image">
			<media:title type="html">dataformwebpartdatafields</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpatxsllink.jpg?w=300" medium="image">
			<media:title type="html">dataformwebpatxsllink</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartsamplewebpart.jpg?w=150" medium="image">
			<media:title type="html">dataformwebpartsamplewebpart</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/dataformwebpartparametereditor.jpg?w=150" medium="image">
			<media:title type="html">dataformwebpartparametereditor</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/07/webpartpagewithmultiplewebparts.jpg?w=149" medium="image">
			<media:title type="html">webpartpagewithmultiplewebparts</media:title>
		</media:content>
	</item>
		<item>
		<title>Override CSS in SharePoint</title>
		<link>http://sanjayapdl.wordpress.com/2009/06/16/override-css-in-sharepoint/</link>
		<comments>http://sanjayapdl.wordpress.com/2009/06/16/override-css-in-sharepoint/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:22:13 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[override CSS Sharepoint]]></category>
		<category><![CDATA[Override CSS with Content editor webpart]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=256</guid>
		<description><![CDATA[There are many ways to override a CSS class in SharePoint. However, the way i&#8217;m going to talk about is, i believe the easiest way when there are a few css classes you want to quickly override and achieve the kind of look and feel you want. First find which CSS classes you want to modify, here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=256&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to override a CSS class in SharePoint. However, the way i&#8217;m going to talk about is, i believe the easiest way when there are a few css classes you want to quickly override and achieve the kind of look and feel you want.</p>
<p>First find which CSS classes you want to modify, here is a link to CSS reference chart for sharepoint 2007</p>
<p><a href="http://www.heathersolomon.com/content/sp07cssreference.htm">http://www.heathersolomon.com/content/sp07cssreference.htm</a></p>
<p>In my example below, i will be overriding the srch-paging and srch-stats classes to modify the back groud color for search paging and search statistics web parts commanly used in Sharepoint Search centers. Here are steps:</p>
<ul>
<li>Drop a content editor webpart on the results.aspx page of your Search center.</li>
<li>On the property pane, open the source editor for the webpart.</li>
<li>Insert inline styles as given below and save.  </li>
</ul>
<p>&lt;style&gt;</p>
<p>.srch-stats{</p>
<p>    background-color: red !important;</p>
<p>    white-space:normal !important;</p>
<p>}</p>
<p> .srch-Page{</p>
<p>    background-color: #000000 !important;</p>
<p>}</p>
<p>&lt;/style&gt;</p>
<p>               </p>
<ul>
<li>Set the content editor webpart chrometype to none as you don’t want anything of this webpart to be displayed on the page.</li>
</ul>
<br />Posted in Technology Tagged: override CSS Sharepoint, Override CSS with Content editor webpart <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=256&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2009/06/16/override-css-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>Documents (doc,docx,xls,xlsx,pdf etc) preview functionality with sharepoint search</title>
		<link>http://sanjayapdl.wordpress.com/2009/04/15/documens-docdocxxlsxlsxpdf-etc-preview-functionality-with-sharepoint-search/</link>
		<comments>http://sanjayapdl.wordpress.com/2009/04/15/documens-docdocxxlsxlsxpdf-etc-preview-functionality-with-sharepoint-search/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 18:34:28 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[document tagging]]></category>
		<category><![CDATA[documents preview]]></category>
		<category><![CDATA[faceted navigation]]></category>
		<category><![CDATA[hit highlighting]]></category>
		<category><![CDATA[key concepts]]></category>
		<category><![CDATA[parametric search]]></category>
		<category><![CDATA[people search]]></category>
		<category><![CDATA[popularity]]></category>
		<category><![CDATA[preview search results]]></category>
		<category><![CDATA[refine search]]></category>
		<category><![CDATA[sharepoint search]]></category>
		<category><![CDATA[wild card search]]></category>
		<category><![CDATA[xslt based customization]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=229</guid>
		<description><![CDATA[I have been working with this product called Longitude for sharepoint for some time now. I must say this is a great product that extends shrepoint search capabilities. It lets users preview documents without the necessity to download them as shown:   Some of the other kool features of the product are: Faceted Navigation (let users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=229&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been working with this product called Longitude for sharepoint for some time now. I must say this is a great product that extends shrepoint search capabilities. It lets users preview documents without the necessity to download them as shown:</p>
<p> <a rel="attachment wp-att-233" href="http://sanjayapdl.wordpress.com/2009/04/15/documens-docdocxxlsxlsxpdf-etc-preview-functionality-with-sharepoint-search/preview1/"><img class="alignnone size-full wp-image-233" title="preview1" src="http://sanjayapdl.files.wordpress.com/2009/04/preview1.jpg" alt="preview1" width="450" height="211" /></a></p>
<p>Some of the other kool features of the product are:</p>
<ul>
<li>Faceted Navigation (let users refine results based on grouping by document metadatas)</li>
<li>Popularity tagging</li>
<li>Key concepts (based on document tagging)</li>
<li>Documents preview, download, print etc functionality right on the search results page.</li>
<li>XSLT based customization of Search UI</li>
<li>Parametric Search</li>
<li>Hit highlighting</li>
<li>Wild card Search</li>
<li>Enhanced People Search etc</li>
</ul>
<p>With these features, finding the relevant information is 10 times faster than with the default sharepoint search.</p>
<p>For additional info on the product, visit <a href="http://www.ba-insight.net">http://www.ba-insight.net</a></p>
<br />Posted in Technology Tagged: document tagging, documents preview, faceted navigation, hit highlighting, key concepts, parametric search, people search, popularity, preview search results, refine search, sharepoint search, wild card search, xslt based customization <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=229&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2009/04/15/documens-docdocxxlsxlsxpdf-etc-preview-functionality-with-sharepoint-search/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2009/04/preview1.jpg" medium="image">
			<media:title type="html">preview1</media:title>
		</media:content>
	</item>
		<item>
		<title>Extending Sharepoint Search with Longitude</title>
		<link>http://sanjayapdl.wordpress.com/2009/03/08/extending-sharepoint-search/</link>
		<comments>http://sanjayapdl.wordpress.com/2009/03/08/extending-sharepoint-search/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 01:43:26 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[enterprise search]]></category>
		<category><![CDATA[MOSS Search]]></category>
		<category><![CDATA[optimizing sharepoint search]]></category>
		<category><![CDATA[people finder page]]></category>
		<category><![CDATA[sharepoint documents search]]></category>
		<category><![CDATA[sharepoint parametric search]]></category>
		<category><![CDATA[sharepoint search]]></category>
		<category><![CDATA[sharepoint search product]]></category>
		<category><![CDATA[sharepoint search webparts]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=219</guid>
		<description><![CDATA[Longitude for SharePoint is a product from Ba-insight that extends search capabilities of MOSS 2007.  Here are some vidoes demo of the product. http://www.ba-insight.net/enterprise-search-demo.html Here is a comparison among Mss 2008, Moss 2007 search and Ba-insight Longitude for search. http://www.ba-insight.net/longitude-feature-matrix2.html Posted in Technology Tagged: enterprise search, MOSS Search, optimizing sharepoint search, people finder page, sharepoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=219&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Longitude for SharePoint is a product from Ba-insight that extends search capabilities of MOSS 2007. </p>
<p>Here are some vidoes demo of the product.</p>
<p><a href="http://ba-insight.net/enterprise-search-demo.html">http://www.ba-insight.net/enterprise-search-demo.html</a></p>
<p>Here is a comparison among Mss 2008, Moss 2007 search and Ba-insight Longitude for search.</p>
<p><a href="http://ba-insight.net/longitude-feature-matrix2.html">http://www.ba-insight.net/longitude-feature-matrix2.html</a></p>
<br />Posted in Technology Tagged: enterprise search, MOSS Search, optimizing sharepoint search, people finder page, sharepoint documents search, sharepoint parametric search, sharepoint search, sharepoint search product, sharepoint search webparts <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=219&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2009/03/08/extending-sharepoint-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing sharepoint workflow history list programatically</title>
		<link>http://sanjayapdl.wordpress.com/2008/11/21/changing-sharepoint-workflow-history-list-programatically/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/11/21/changing-sharepoint-workflow-history-list-programatically/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:10:25 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[sharepoint workflow history list]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=211</guid>
		<description><![CDATA[http://blogs.msdn.com/nishand/archive/2008/08/27/how-to-change-the-workflow-history-list-programmatically.aspx Posted in Technology Tagged: sharepoint workflow history list<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=211&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/nishand/archive/2008/08/27/how-to-change-the-workflow-history-list-programmatically.aspx">http://blogs.msdn.com/nishand/archive/2008/08/27/how-to-change-the-workflow-history-list-programmatically.aspx</a></p>
<br />Posted in Technology Tagged: sharepoint workflow history list <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=211&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/11/21/changing-sharepoint-workflow-history-list-programatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Tips</title>
		<link>http://sanjayapdl.wordpress.com/2008/11/18/sharepoint-tips/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/11/18/sharepoint-tips/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 23:30:38 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[sharepoint tips and tricks]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=203</guid>
		<description><![CDATA[Here are some sharepoint tips. Please click on respective links for a detailed explaination. Thanks to my friend Mahesh for sharing these. · Migrate an SSP to another farm (Office SharePoint Server 2007) This article describes the unique process of migrating an SSP from one server to another. · Running SharePoint Virtually (VIDEO) In conversations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=203&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are some sharepoint tips. Please click on respective links for a detailed explaination.</p>
<p>Thanks to my friend Mahesh for sharing these.</p>
<p>· <a title="Migrate an SSP to another farm (Office SharePoint Server 2007)" href="http://technet.microsoft.com/en-us/library/cc896556.aspx">Migrate an SSP to another farm (Office SharePoint Server 2007)</a> This article describes the unique process of migrating an SSP from one server to another.<br />
· <a title="Running SharePoint Virtually (VIDEO) " href="http://blogs.technet.com/systemcenter/archive/2008/10/16/running-sharepoint-virtually-video.aspx">Running SharePoint Virtually (VIDEO) </a>In conversations with customers and partners, most organizations running SharePoint are now considering running it on virtualized servers. Last week, Michael Noel, partner at Convergent Computing – a Microsoft Gold Partner and SharePoint MVP, sat down with me to talk about running SharePoint components virtually.<br />
· <a title="Internet presence scenario (Office SharePoint Server 2007) " href="http://technet.microsoft.com/en-us/library/cc950780.aspx">Internet presence scenario (Office SharePoint Server 2007) </a>This series of topics and an accompanying poster provides an end-to-end scenario that outlines how to plan, design, build, and maintain an enterprise’s Internet presence Web site based on Office SharePoint Server 2007. This scenario focuses on the design, creation, and deployment of an Internet presence site in a large enterprise.<br />
· <a title="Security for Federation (Office SharePoint Server 2007)" href="http://technet.microsoft.com/en-us/library/cc262979.aspx">Security for Federation (Office SharePoint Server 2007)</a> This article describes security considerations for the Federation feature of Office SharePoint Server 2007 with the Infrastructure Update for Microsoft Office Servers installed.<br />
· <a title="Microsoft SharePoint Products and Technologies Team Blog" href="http://blogs.msdn.com/sharepoint/default.aspx">Microsoft SharePoint Products and Technologies Team Blog</a><br />
· <a title="SharePoint Toolbox" href="http://www.codeplex.com/sptoolbox">SharePoint Toolbox</a><br />
· <a title="SharePointPedia" href="http://sharepoint.microsoft.com/pedia/Pages/Home.aspx">SharePointPedia </a>is the very first custom developed Internet facing SharePoint based application hosted by the MSCOM Operations team that has support for Windows Live ID authentication and integration with Microsoft&#8217;s &#8220;RegSys&#8221; user profile system that is used across all Microsoft.com properties</p>
<br />Posted in Technology Tagged: sharepoint tips and tricks <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=203&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/11/18/sharepoint-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing a sharepoint workflow</title>
		<link>http://sanjayapdl.wordpress.com/2008/10/14/developing-a-sharepoint-workflow/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/10/14/developing-a-sharepoint-workflow/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 23:43:47 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[develop sharepoint workflow]]></category>
		<category><![CDATA[sharepoint workflows]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=191</guid>
		<description><![CDATA[Following is a link to a pdf document that talks about basics of developing a sharepoint workflow. I found this very informative. I hope you&#8217;ll like it too. so20you20want20to20develop20custom20sharepoint20workflows1 Posted in Technology Tagged: develop sharepoint workflow, sharepoint workflows<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=191&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following is a link to a pdf document that talks about basics of developing a sharepoint workflow. I found this very informative. I hope you&#8217;ll like it too.</p>
<p><a href="http://sanjayapdl.files.wordpress.com/2008/10/so20you20want20to20develop20custom20sharepoint20workflows1.pdf">so20you20want20to20develop20custom20sharepoint20workflows1</a></p>
<br />Posted in Technology Tagged: develop sharepoint workflow, sharepoint workflows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=191&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/10/14/developing-a-sharepoint-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Calculated Fields</title>
		<link>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-calculated-fields/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-calculated-fields/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:18:37 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[format date designer workflow]]></category>
		<category><![CDATA[Sharepoint calculated fields]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=174</guid>
		<description><![CDATA[The sharepoint calculated fields formula support EXCEL functions.I recently came to know about this and it really proved useful to format a date field. The article below has extensive list of excel functions.  http://blog.ray1.net/2008/04/sharepoint-calculated-fields-use-excel.html  Note: The formatted calculated fields then can be used in many places including SPD workflow which runs on a sharepoint list item.  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=174&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#008000;"><span style="font-size:x-small;font-family:Verdana;">The sharepoint calculated fields formula support EXCEL functions.</span><span style="font-size:x-small;font-family:Verdana;">I recently came to know about this and it really proved useful to format </span><span style="font-size:x-small;font-family:Verdana;">a date field.</span></span></p>
<p><span style="font-size:x-small;font-family:Verdana;"><span style="color:#008000;">The article below has extensive list of excel functions.</span></span></p>
<p><span style="color:#008000;"> <span style="font-size:x-small;font-family:Verdana;"><span style="font-size:x-small;font-family:Verdana;"><a href="http://blog.ray1.net/2008/04/sharepoint-calculated-fields-use-excel.html">http://blog.ray1.net/2008/04/sharepoint-calculated-fields-use-</a></span></span></span><a href="http://blog.ray1.net/2008/04/sharepoint-calculated-fields-use-excel.html"><span style="font-size:x-small;font-family:Verdana;"><span style="color:#008000;">excel.html</span></span></a></p>
<p><span style="color:#008000;"> <span style="font-size:x-small;font-family:Verdana;">Note: The formatted calculated fields then can be used in many </span><span style="font-size:x-small;font-family:Verdana;">places including SPD workflow which runs on a sharepoint list </span><span style="font-size:x-small;font-family:Verdana;">item.</span></span></p>
<p><span style="color:#008000;"> </span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sanjayapdl.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sanjayapdl.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=174&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-calculated-fields/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint List views, few issues and workarounds</title>
		<link>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-list-views-few-issues-and-workarounds/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-list-views-few-issues-and-workarounds/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 01:35:35 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[sharepoint list views]]></category>
		<category><![CDATA[sharepoint listview webpart]]></category>
		<category><![CDATA[view disappear from list sharepoint]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=167</guid>
		<description><![CDATA[I’m sure List Views need not be defined here if you are a SharePoint guy. They are frequently used. In short, list views are used to display a particular view of list data with sorting, filtering, grouping etc. As this article is intended for SharePoint developers and administrators, let me quickly get into the point [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=167&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I’m sure List Views need not be defined here if you are a SharePoint guy. They are frequently used. In short, list views are used to display a particular view of list data with sorting, filtering, grouping etc. As this article is intended for SharePoint developers and administrators, let me quickly get into the point I want to Share. In this article I wish to talk about some cool and not so cool things about List views in SharePoint from my own experience. I hope some of you can benefit.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">If we take Task List for example, following are the default views that are installed along with a team site or a document workspace.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;">
<div class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:10pt;color:#008080;line-height:115%;font-family:&quot;">All Tasks   <br />
My Tasks  <br />
Due Today  <br />
Active Tasks  <br />
By Assigned To  <br />
By My Groups  </span></div>
<div><span style="font-size:10pt;color:#008080;line-height:115%;font-family:&quot;"> </span><span style="font-size:small;font-family:Calibri;">The list view name itself speaks on what’s the kind of view of list data that is displayed by it. Obviously, list views are cool features in SharePoint to present list data. These views can be edited to select/deselect the columns to be displayed, to enable/disable sorting, filtering and grouping, to change items display style, to change items count per page etc.</span></div>
</p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Enough of good things about the list views, now let s get into some of the limitations and workarounds to them. I will continue with Tasks List for example.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="text-decoration:underline;"><span style="font-size:10pt;color:#008080;font-family:&quot;">Limitations:</span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="text-decoration:underline;"><span style="font-size:10pt;font-family:&quot;"><span style="text-decoration:none;"> </span></span></span><span><span style="font-size:small;"><span style="font-family:Calibri;">1.)</span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span><span><span style="font-size:small;"><span style="font-family:Calibri;">The listed default views or any custom views for a task list can be viewed as a dropdown list on a standard list view web part tool bar and user can switch between them and view different views of data as shown below:</span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;font-family:Calibri;"> <img class="alignnone size-full wp-image-168" src="http://sanjayapdl.files.wordpress.com/2008/08/tasksview.jpg" alt="" width="174" height="190" /></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"> <span><span style="font-size:small;font-family:Calibri;">This is good. But what is not so good is that a view does not appear in the list after you edit it. Thereafter, the only way to access or view the view is by using the view&#8217;s web address. A view has its web address assigned to it. For example, for the view My Tasks, the web address is like </span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span>http://server/lists/tasks/myitems.aspx</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"> </p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;"><span style="font-family:Calibri;">Let’s say if you have edited the view called My Tasks, thereafter, it cannot be viewed anywhere else but using its web address only.</span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"> </p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;"><span style="font-family:Calibri;">I even copied the list form web parts source code by opening the myitems.aspx page in SharePoint designer and pasted the list form web part in a brand new aspx page. When I opened my new page, I </span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;font-family:Calibri;"> Was able to see the My Tasks view but it disappeared from the original page i.e. </span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span><span style="font-size:small;font-family:Calibri;">http:</span><span style="color:windowtext;"><span style="font-size:small;font-family:Calibri;">//server/lists/tasks/myitems.aspx</span></span><span style="font-size:small;"><span style="font-family:Calibri;">.</span></span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="text-decoration:underline;"><span style="color:#00b050;"><span style="font-size:small;"><span style="font-family:Calibri;">Findings:</span></span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;"><span style="font-family:Calibri;">The edited view for example My Tasks actually exist in the system. You can create a custom ListviewWebPart and use the edited view to display data where ever you want. Following is a sample source code:</span></span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;color:#0000ff;">protected</span><span style="font-size:10pt;" lang="EN"> <span style="color:#0000ff;">override</span> <span style="color:#0000ff;">void</span> CreateChildControls()</span></span></p>
<p><span style="font-size:10pt;" lang="EN"><span style="font-family:Times New Roman;">{</span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;color:#0000ff;">base</span><span style="font-size:10pt;" lang="EN">.CreateChildControls();</span></span></p>
<p><span style="font-size:10pt;" lang="EN"><span style="font-family:Times New Roman;">SP.WebPartPages.<span style="color:#008080;">ListViewWebPart</span> lst = <span style="color:#0000ff;">new</span> <span style="color:#008080;">ListViewWebPart</span>();</span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;" lang="EN">lst.ListName = </span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;color:#008080;">SPControl</span><span style="font-size:10pt;" lang="EN">.GetContextWeb(System.Web.<span style="color:#008080;">HttpContext</span>.Current).Lists[<span style="color:#800000;">"Tasks"</span>].ID.ToString(<span style="color:#800000;">“B”</span>).ToUpper();</span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;" lang="EN">lst.ViewGuid = <span style="color:#008080;">SPControl</span>.GetContextWeb(System.Web.<span style="color:#008080;">HttpContext</span>.Current).Lists[<span style="color:#800000;">"Tasks"</span>].Views[“My Tasks”].ID.ToString(<span style="color:#800000;">“B”</span>).ToUpper();</span></span></p>
<p><span style="font-size:10pt;" lang="EN"><span style="font-family:Times New Roman;">lst.ViewType =<span style="color:#008080;">ViewType</span>.Html;</span></span></p>
<p><span style="font-size:10pt;" lang="EN"><span style="font-family:Times New Roman;">lst.ChromeType = System.Web.UI.WebControls.WebParts.<span style="color:#008080;">PartChromeType</span>.None;</span></span></p>
<p><span style="font-size:10pt;" lang="EN"><span style="font-family:Times New Roman;">lst.GetDesignTimeHtml();<span style="color:#0000ff;">this</span>.Controls.Add(lst);</span></span></p>
<p><span style="font-family:Times New Roman;"><span style="font-size:10pt;" lang="EN">}</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="text-decoration:underline;"><span style="color:#00b050;"><span style="font-size:small;"><span style="font-family:Calibri;">Tip if you must have to edit an existing view and you don’t want it to disappear:</span></span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;"><span style="font-family:Calibri;">Create a custom view from any of the existing views and edit it. SharePoint gives you an option to pick up a standard view or data sheet view etc or existing views to start with to create a new view.</span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;font-family:Calibri;"> </span></span><span><span style="font-size:small;"><span style="font-family:Calibri;">2)</span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;"><span style="font-family:Calibri;">Next limitation applies to Task list. As this is a typical filtering issue, it can exist in other types of lists as well. Please see the article below:</span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;"><span style="font-family:Calibri;"><a title="http://sanjayapdl.wordpress.com/2008/03/21/single-web-part-to-display-tasks-assigned-to-current-user-and-current-users-groups/" href="http://sanjayapdl.wordpress.com/2008/03/21/single-web-part-to-display-tasks-assigned-to-current-user-and-current-users-groups/" target="_blank">http://sanjayapdl.wordpress.com/2008/03/21/single-web-part-to-display-tasks-assigned-to-current-user-and-current-users-groups/</a></span></span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span><span style="font-size:small;font-family:Calibri;"> </span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sanjayapdl.wordpress.com/167/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sanjayapdl.wordpress.com/167/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=167&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/08/22/sharepoint-list-views-few-issues-and-workarounds/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>

		<media:content url="http://sanjayapdl.files.wordpress.com/2008/08/tasksview.jpg" medium="image" />
	</item>
		<item>
		<title>Removing a version &#8220;restore&#8221; option in a document workspace</title>
		<link>http://sanjayapdl.wordpress.com/2008/08/21/removing-a-version-restore-option-in-a-document-workspace/</link>
		<comments>http://sanjayapdl.wordpress.com/2008/08/21/removing-a-version-restore-option-in-a-document-workspace/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 22:42:53 +0000</pubDate>
		<dc:creator>sNjY</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[remove version restore option sharepoint]]></category>

		<guid isPermaLink="false">http://sanjayapdl.wordpress.com/?p=163</guid>
		<description><![CDATA[This is very common that versioning is enabled in a doc lib to create a version of each edit. This helps to trace the changes of a document metadata and is a very useful feature. How to view item versions: On click of the context menu item &#8220;Version History&#8221; in a document, system redirects to Versions.aspx [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=163&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is very common that versioning is enabled in a doc lib to create a version of each edit. This helps to trace the changes of a document metadata and is a very useful feature.</p>
<p><em><strong>How to view item versions:</strong></em></p>
<p>On click of the context menu item &#8220;Version History&#8221; in a document, system redirects to Versions.aspx (a layouts page) . Versions.aspx pulls all the versions for the current document and displays.</p>
<p><em><strong>How to view restore option and who can resotre:</strong></em></p>
<p>In this page, user who has a add/edit/delete permission on the document, can resotre a particular version. &#8220;Restore&#8221; is an option provided as a context menu item on each version item.</p>
<p><em><strong>Removing restore option for all users:</strong></em></p>
<p>I took this approach, which is good and working. If you have any other way of achieving this please lemme know.</p>
<p>I noticed that the restore option was not shown for a user who has only view permission on the document. Then i saw through the application page Versions.aspx. In this page, the current user&#8217;s  effective base permissions on a item is passed to the system. The options in the context menu are filtered based on those permissions. I then found out the effective base permission on a item for a user who had only view permissions. Next, i hardcoded those permissions and checked, the restore option was gone as system interpreted that the logged in user has view permission only. I also ensured that this change would apply  for my document workspace alone, as Versions.aspx is an application page and other sites in the farm can use it too. Following is the piece of code, i modified on the page (versions.aspx)</p>
<div><span style="font-size:x-small;color:#008080;font-family:Verdana;"><span style="font-size:x-small;color:#ff0000;">&lt;% if (m_list != null &amp;&amp; m_item != null) %&gt;</p>
<div><span style="font-size:x-small;"></p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p></span><span style="font-size:x-small;"><span style="font-size:x-small;"><span style="font-size:x-small;color:#ff0000;">&lt;% { %&gt;</span></p>
<p></span></span></p>
<div><span style="font-size:x-small;"></p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p><span style="font-size:x-small;"><span style="font-size:x-small;"><span style="font-size:x-small;color:#ff0000;">Id</span><span style="font-size:x-small;color:#0000ff;">=</span></p>
<div><span style="font-size:x-small;">&lt;%SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(m_item.ID.ToString()),Response.Output); %&gt;</p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p></span></span><span style="font-size:x-small;"><span style="font-size:x-small;"> </p>
<p></span></span></p>
<p><span style="font-size:x-small;color:#ff0000;">Perm</span><span style="font-size:x-small;color:#0000ff;">=</span></p>
<div><span style="font-size:x-small;">&lt;% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(m_item.Web.Url.Contains(&#8220;sitename&#8221;)? &#8220;0x&#8221; + &#8220;0000000000031061&#8243;:&#8221;0x&#8221; + m_item.EffectiveBasePermissions.ToString(&#8220;X&#8221;)),Response.Output); %&gt;</p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p><span style="font-size:x-small;"><span style="font-size:x-small;"> </p>
<p></span></span></p>
<p><span style="font-size:x-small;color:#ff0000;">&lt;% } else { %&gt;</span></p>
<div><span style="font-size:x-small;"></p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p><span style="font-size:x-small;"><span style="font-size:x-small;"><span style="font-size:x-small;color:#ff0000;">Perm</span><span style="font-size:x-small;color:#0000ff;">=</span></p>
<div><span style="font-size:x-small;">&lt;% SPHttpUtility.AddQuote(SPHttpUtility.HtmlEncode(m_item.Web.Url.Contains(&#8220;sitename&#8221;)? &#8220;0x&#8221; + &#8220;0000000000031061&#8243;:&#8221;0x&#8221; + Web.EffectiveBasePermissions.ToString(&#8220;X&#8221;)),Response.Output); %&gt;</p>
<div><span style="font-size:x-small;"> </span></div>
<p></span></div>
<p></span></span><span style="font-size:x-small;"><span style="font-size:x-small;"> </p>
<p></span></span></p>
<p><span style="font-size:x-small;color:#ff0000;">&lt;% } %&gt;</span></p>
<p> </p>
<p></span></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sanjayapdl.wordpress.com/163/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sanjayapdl.wordpress.com/163/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sanjayapdl.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sanjayapdl.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sanjayapdl.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sanjayapdl.wordpress.com&amp;blog=783079&amp;post=163&amp;subd=sanjayapdl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sanjayapdl.wordpress.com/2008/08/21/removing-a-version-restore-option-in-a-document-workspace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/805d9a6de3cf4cebd35705cff5dfcd3e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sNjY</media:title>
		</media:content>
	</item>
	</channel>
</rss>
