<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for PANVEGA's Blog</title>
	<atom:link href="http://panvega.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://panvega.wordpress.com</link>
	<description>DotNet Development, SharePoint Customizing, Silverlight, MS Infrastructure and other tips and tricks</description>
	<lastBuildDate>Tue, 10 Nov 2009 15:25:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fixing ExpGroupBy in Core.js for Firefox by Dominic</title>
		<link>http://panvega.wordpress.com/2007/12/09/fixing-expgroupby-in-corejs-for-firefox/#comment-343</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=124#comment-343</guid>
		<description>Hi 

We have been using this code and it works very well.  Unfortunately in the latest version of firefox 3.5.5 the code stop working.

Can you suggest anything we can do to fix this.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>We have been using this code and it works very well.  Unfortunately in the latest version of firefox 3.5.5 the code stop working.</p>
<p>Can you suggest anything we can do to fix this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom SharePoint People Picker by PANVEGA</title>
		<link>http://panvega.wordpress.com/2008/02/22/custom-sharepoint-people-picker/#comment-342</link>
		<dc:creator>PANVEGA</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=253#comment-342</guid>
		<description>I this this is possible, when you know the users or the group. Just use the SP object model spuser or spgroup and check your current logged users. If the user should not have access to the webpart than simply hide the control or di whatever you want.

You can alos try the SPLimitedWebPartManager.
http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/

or try this webpart hide solution
http://www.codeplex.com/spWebPartHide/Release/ProjectReleases.aspx?ReleaseId=20666</description>
		<content:encoded><![CDATA[<p>I this this is possible, when you know the users or the group. Just use the SP object model spuser or spgroup and check your current logged users. If the user should not have access to the webpart than simply hide the control or di whatever you want.</p>
<p>You can alos try the SPLimitedWebPartManager.<br />
<a href="http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/" rel="nofollow">http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model/</a></p>
<p>or try this webpart hide solution<br />
<a href="http://www.codeplex.com/spWebPartHide/Release/ProjectReleases.aspx?ReleaseId=20666" rel="nofollow">http://www.codeplex.com/spWebPartHide/Release/ProjectReleases.aspx?ReleaseId=20666</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom SharePoint People Picker by Viraj Vashi</title>
		<link>http://panvega.wordpress.com/2008/02/22/custom-sharepoint-people-picker/#comment-341</link>
		<dc:creator>Viraj Vashi</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=253#comment-341</guid>
		<description>Is there any way in people picker to allow search only for specific users?</description>
		<content:encoded><![CDATA[<p>Is there any way in people picker to allow search only for specific users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP CQWP custom ContentQueryMain.xsl by Jay</title>
		<link>http://panvega.wordpress.com/2009/03/20/sp-cqwp-custom-contentquerymainxsl/#comment-340</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1028#comment-340</guid>
		<description>i&#039;ve seen this process written up a number of times now... we&#039;ve followed the instructions... but have had no luck.

Here&#039;s where the problems start.
All the walkthroughs discuss changing the line below as shown.
 /Style Library/XSL Style Sheets/contentquerymain2.xsl

Just following that direction, the web part will import, but the web part is broken (unable to proceed or something like that)

Looking around the web part file, we also find a long line that calls the contentquerymain.xsl
&lt;xsl:stylesheet xmlns:x=&quot;http://www.w3.org/2001/XMLSchema&quot; version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:cmswrt=&quot;http://schemas.microsoft.com/WebPart/v3/Publishing/runtime&quot; exclude-result-prefixes=&quot;xsl cmswrt x&quot; &gt; &lt;xsl:import href=&quot;/Style Library/XSL Style Sheets/Header.xsl&quot; /&gt; &lt;xsl:import href=&quot;/Style Library/XSL Style Sheets/ItemStyle.xsl&quot; /&gt; &lt;xsl:import href=&quot;/Style Library/XSL Style Sheets/ContentQueryMain.xsl &quot; /&gt; &lt;/xsl:stylesheet&gt;

If we don&#039;t change the MainXslLink field, but change that long line to point at the copied file and import the web part, we can tell the web part is not calling the copied file....it&#039;s still calling the original xsl file.  If we change both the long line and the MainXslLink, the web part will be broken.

this web page (http://blogs.msdn.com/ecm/archive/2006/12/09/customizing-content-query-rss-feeds.aspx) describes what appears to be our exact problem, but I don&#039;t fully understand the work around.  

Ideas on how I implement their workaround?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve seen this process written up a number of times now&#8230; we&#8217;ve followed the instructions&#8230; but have had no luck.</p>
<p>Here&#8217;s where the problems start.<br />
All the walkthroughs discuss changing the line below as shown.<br />
 /Style Library/XSL Style Sheets/contentquerymain2.xsl</p>
<p>Just following that direction, the web part will import, but the web part is broken (unable to proceed or something like that)</p>
<p>Looking around the web part file, we also find a long line that calls the contentquerymain.xsl<br />
&lt;xsl:stylesheet xmlns:x=&#8221;http://www.w3.org/2001/XMLSchema&#8221; version=&#8221;1.0&#8243; xmlns:xsl=&#8221;http://www.w3.org/1999/XSL/Transform&#8221; xmlns:cmswrt=&#8221;http://schemas.microsoft.com/WebPart/v3/Publishing/runtime&#8221; exclude-result-prefixes=&#8221;xsl cmswrt x&#8221; &gt; &lt;xsl:import href=&#8221;/Style Library/XSL Style Sheets/Header.xsl&#8221; /&gt; &lt;xsl:import href=&#8221;/Style Library/XSL Style Sheets/ItemStyle.xsl&#8221; /&gt; &lt;xsl:import href=&#8221;/Style Library/XSL Style Sheets/ContentQueryMain.xsl &#8221; /&gt; &lt;/xsl:stylesheet&gt;</p>
<p>If we don&#8217;t change the MainXslLink field, but change that long line to point at the copied file and import the web part, we can tell the web part is not calling the copied file&#8230;.it&#8217;s still calling the original xsl file.  If we change both the long line and the MainXslLink, the web part will be broken.</p>
<p>this web page (<a href="http://blogs.msdn.com/ecm/archive/2006/12/09/customizing-content-query-rss-feeds.aspx" rel="nofollow">http://blogs.msdn.com/ecm/archive/2006/12/09/customizing-content-query-rss-feeds.aspx</a>) describes what appears to be our exact problem, but I don&#8217;t fully understand the work around.  </p>
<p>Ideas on how I implement their workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing Styles of Table of Contents WebPart (TOC) by Cheri</title>
		<link>http://panvega.wordpress.com/2009/02/11/customizing-styles-of-table-of-contents-webpart-toc/#comment-339</link>
		<dc:creator>Cheri</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=920#comment-339</guid>
		<description>Thanks for the advice. Unfortunately, it didn&#039;t seem to affect anything and the text is still black. At this point I am looking for any other way to accomplish my goal. My situation is that I need to have two left navigations on the page. Thus I was trying to put the TOC webpart above the regular dynamic (quicklaunch) nav in the left, in the masterpages. Before we had a custom nav piece there, but it is not security trimmed and we have two different security audiences on our site, so the nav changes for each. I thought the TOC webpart would be ideal. But if I can&#039;t get the red text I don&#039;t think my Marketing department is going to go for it. 

In any case, I am sure that what I have learned about the TOC will come in handy for something else in the future. I was able to successfully customize the font-size and font-weight, just not the color. Thank you for sharing such good information.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice. Unfortunately, it didn&#8217;t seem to affect anything and the text is still black. At this point I am looking for any other way to accomplish my goal. My situation is that I need to have two left navigations on the page. Thus I was trying to put the TOC webpart above the regular dynamic (quicklaunch) nav in the left, in the masterpages. Before we had a custom nav piece there, but it is not security trimmed and we have two different security audiences on our site, so the nav changes for each. I thought the TOC webpart would be ideal. But if I can&#8217;t get the red text I don&#8217;t think my Marketing department is going to go for it. </p>
<p>In any case, I am sure that what I have learned about the TOC will come in handy for something else in the future. I was able to successfully customize the font-size and font-weight, just not the color. Thank you for sharing such good information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing Styles of Table of Contents WebPart (TOC) by PANVEGA</title>
		<link>http://panvega.wordpress.com/2009/02/11/customizing-styles-of-table-of-contents-webpart-toc/#comment-337</link>
		<dc:creator>PANVEGA</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=920#comment-337</guid>
		<description>Hi, try to add an !important after your attribute, like &quot;font-color:#FFFFFF!important&quot;.

Good luck</description>
		<content:encoded><![CDATA[<p>Hi, try to add an !important after your attribute, like &#8220;font-color:#FFFFFF!important&#8221;.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing Styles of Table of Contents WebPart (TOC) by Cheri</title>
		<link>http://panvega.wordpress.com/2009/02/11/customizing-styles-of-table-of-contents-webpart-toc/#comment-336</link>
		<dc:creator>Cheri</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=920#comment-336</guid>
		<description>Thank you so much for this article. I searched far and wide, and this is the only good instructional article I could find on customizing TOCs. And actually everything worked pretty well. The only problem I am stuck on is how to better control the font color. I tried putting the &#039;font-color&#039; attribute in the style section, similar to the line you have in red above. But although I can chance the font weight, size and background color, I can&#039;t seem to change the font color. I also tried putting in link formatting but I don&#039;t thing :link :active :vistited and : hover are supported in inline CSS because they&#039;re psuedoclasses. Maybe I&#039;m just writing it wrong. I don&#039;t really know that much about CSS. Do you have any advice? I really need the font to be red and preferably a different font-family. 

Here is my code:
        </description>
		<content:encoded><![CDATA[<p>Thank you so much for this article. I searched far and wide, and this is the only good instructional article I could find on customizing TOCs. And actually everything worked pretty well. The only problem I am stuck on is how to better control the font color. I tried putting the &#8216;font-color&#8217; attribute in the style section, similar to the line you have in red above. But although I can chance the font weight, size and background color, I can&#8217;t seem to change the font color. I also tried putting in link formatting but I don&#8217;t thing :link :active :vistited and : hover are supported in inline CSS because they&#8217;re psuedoclasses. Maybe I&#8217;m just writing it wrong. I don&#8217;t really know that much about CSS. Do you have any advice? I really need the font to be red and preferably a different font-family. </p>
<p>Here is my code:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction in the Content Query Webpart by Ryno</title>
		<link>http://panvega.wordpress.com/2009/01/07/introduction-in-the-content-query-webpart/#comment-331</link>
		<dc:creator>Ryno</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=678#comment-331</guid>
		<description>The code is:


			Page_Content,Note;
		</description>
		<content:encoded><![CDATA[<p>The code is:</p>
<p>			Page_Content,Note;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction in the Content Query Webpart by Ryno</title>
		<link>http://panvega.wordpress.com/2009/01/07/introduction-in-the-content-query-webpart/#comment-330</link>
		<dc:creator>Ryno</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=678#comment-330</guid>
		<description>Hi,

I&#039;m doing something similar to your Page content + ‘Read More’ link approach.

However, I just cannot get the Page Content to display the summary even though I&#039;ve added the column to the CommonViewFields property.

My column is called &quot;Page_Content&quot; with type &quot;Publishing HTML&quot; in my custom content type.

I&#039;ve noticed that my CQWP did not contain the property called &quot;CommonViewFields&quot; so I had to add it manually.

My code in the webpart looks like this:

&lt;code&gt;

  Page_Content,Note;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m doing something similar to your Page content + ‘Read More’ link approach.</p>
<p>However, I just cannot get the Page Content to display the summary even though I&#8217;ve added the column to the CommonViewFields property.</p>
<p>My column is called &#8220;Page_Content&#8221; with type &#8220;Publishing HTML&#8221; in my custom content type.</p>
<p>I&#8217;ve noticed that my CQWP did not contain the property called &#8220;CommonViewFields&#8221; so I had to add it manually.</p>
<p>My code in the webpart looks like this:</p>
<p><code></p>
<p>  Page_Content,Note;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP CQWP custom ContentQueryMain.xsl by PANVEGA</title>
		<link>http://panvega.wordpress.com/2009/03/20/sp-cqwp-custom-contentquerymainxsl/#comment-313</link>
		<dc:creator>PANVEGA</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1028#comment-313</guid>
		<description>Another easy way is:

Browse to the page that contains the web part you wish to customize, and then go into edit mode in order to edit that particular web part.

Once in edit mode:

1.     Click on the edit menu for the CQWP that you wish to customize
2.     Click on Export…
3.     You will be prompted to save a &quot;.webpart&quot; file somewhere on your local machine
4.     Save the file and then open it up with SharePoint Designer
5.     Change the Title in the property tag
6.     Import the webpart

thats it</description>
		<content:encoded><![CDATA[<p>Another easy way is:</p>
<p>Browse to the page that contains the web part you wish to customize, and then go into edit mode in order to edit that particular web part.</p>
<p>Once in edit mode:</p>
<p>1.     Click on the edit menu for the CQWP that you wish to customize<br />
2.     Click on Export…<br />
3.     You will be prompted to save a &#8220;.webpart&#8221; file somewhere on your local machine<br />
4.     Save the file and then open it up with SharePoint Designer<br />
5.     Change the Title in the property tag<br />
6.     Import the webpart</p>
<p>thats it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP CQWP custom ContentQueryMain.xsl by PANVEGA</title>
		<link>http://panvega.wordpress.com/2009/03/20/sp-cqwp-custom-contentquerymainxsl/#comment-312</link>
		<dc:creator>PANVEGA</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1028#comment-312</guid>
		<description>Note:
the ContentQueryMain.xsl is just for customizing the CQWP content NOT the Webpart Title.</description>
		<content:encoded><![CDATA[<p>Note:<br />
the ContentQueryMain.xsl is just for customizing the CQWP content NOT the Webpart Title.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP CQWP custom ContentQueryMain.xsl by PANVEGA</title>
		<link>http://panvega.wordpress.com/2009/03/20/sp-cqwp-custom-contentquerymainxsl/#comment-311</link>
		<dc:creator>PANVEGA</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://panvega.wordpress.com/?p=1028#comment-311</guid>
		<description>read my post 
http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model

use the &quot;using( SPLimitedWebPartManager webPartManager webPartManager = file.GetLimitedWebPartManager(PersonalizationScope.Shared)).....
here you have the ability to change the webpart title for example

Good luck</description>
		<content:encoded><![CDATA[<p>read my post<br />
<a href="http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model" rel="nofollow">http://panvega.wordpress.com/2009/09/08/acessing-webparts-in-a-page-using-the-sp-object-model</a></p>
<p>use the &#8220;using( SPLimitedWebPartManager webPartManager webPartManager = file.GetLimitedWebPartManager(PersonalizationScope.Shared))&#8230;..<br />
here you have the ability to change the webpart title for example</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
</channel>
</rss>
