<?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: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>Comments for Solving SharePoint issues</title>
	<atom:link href="http://eschrader.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eschrader.com</link>
	<description>Developer tips on Ajax, C-Sharp (C#), jQuery, JavaScript, XSLT, XML, HTML and CSS</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:23:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Microsoft SharePoint Hyper-V virtual machine DNS fix by Charbel Hajjar</title>
		<link>http://eschrader.com/2011/01/26/microsoft-sharepoint-hyper-v-virtual-machine-dns-fix/#comment-90</link>
		<dc:creator><![CDATA[Charbel Hajjar]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://eschrader.com/2011/01/26/microsoft-sharepoint-hyper-v-virtual-machine-dns-fix/#comment-90</guid>
		<description><![CDATA[Thank u very very much . i was stuck with this issue , i was creating site collection on the Central administration :(]]></description>
		<content:encoded><![CDATA[<p>Thank u very very much . i was stuck with this issue , i was creating site collection on the Central administration <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by ericschrader</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-86</link>
		<dc:creator><![CDATA[ericschrader]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-86</guid>
		<description><![CDATA[per our email, looks like SharePoint 2010 navigation sources that start with &quot;Combined...&quot; behave differently than in SharePoint 2007. They may have added more properties to navigation controls. (Google SharePoint:ASPMenu and PublishingNavigation:PortalSiteMapDataSource, also make sure publishing features are tuned on, or you are using a publishing site template)]]></description>
		<content:encoded><![CDATA[<p>per our email, looks like SharePoint 2010 navigation sources that start with &#8220;Combined&#8230;&#8221; behave differently than in SharePoint 2007. They may have added more properties to navigation controls. (Google SharePoint:ASPMenu and PublishingNavigation:PortalSiteMapDataSource, also make sure publishing features are tuned on, or you are using a publishing site template)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 – Themes and CoreV4.css comparison technique for Developers by ericschrader</title>
		<link>http://eschrader.com/2010/09/23/sharepoint-2010-%e2%80%93-themes-and-corev4-css-comparison-technique-for-developers/#comment-85</link>
		<dc:creator><![CDATA[ericschrader]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://eschrader.com/2010/09/23/sharepoint-2010-%e2%80%93-themes-and-corev4-css-comparison-technique-for-developers/#comment-85</guid>
		<description><![CDATA[Janaiah, Themes in 2007 had thier own CSS files. Themes in 2010 now place tolkens in for the CSS attribute values. As far as I know, there is no way to do this easily, but thats off the top of my head.

2007:
Own css per theme

2010:
Same css file per theme, but replacing of &quot;colors&quot; for CSS attributes in CSS files.
ie.
.sameclassnamehere {
color: [theme accent color] // I forgot the exact syntax :)
background-color [theme accent 2 color]
}

So if you had a &quot;red theme&quot;, the colors might be red for those css attributes, whereas a &quot;blue theme&quot; might have blue colors for those css attributes, depending on what your theme permutations are]]></description>
		<content:encoded><![CDATA[<p>Janaiah, Themes in 2007 had thier own CSS files. Themes in 2010 now place tolkens in for the CSS attribute values. As far as I know, there is no way to do this easily, but thats off the top of my head.</p>
<p>2007:<br />
Own css per theme</p>
<p>2010:<br />
Same css file per theme, but replacing of &#8220;colors&#8221; for CSS attributes in CSS files.<br />
ie.<br />
.sameclassnamehere {<br />
color: [theme accent color] // I forgot the exact syntax <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
background-color [theme accent 2 color]<br />
}</p>
<p>So if you had a &#8220;red theme&#8221;, the colors might be red for those css attributes, whereas a &#8220;blue theme&#8221; might have blue colors for those css attributes, depending on what your theme permutations are</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2010 – Themes and CoreV4.css comparison technique for Developers by Janaiah</title>
		<link>http://eschrader.com/2010/09/23/sharepoint-2010-%e2%80%93-themes-and-corev4-css-comparison-technique-for-developers/#comment-84</link>
		<dc:creator><![CDATA[Janaiah]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 06:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://eschrader.com/2010/09/23/sharepoint-2010-%e2%80%93-themes-and-corev4-css-comparison-technique-for-developers/#comment-84</guid>
		<description><![CDATA[Hi, excellent info. how to incorporate dedicated css style sheet to multiple themes. Could you please provide your suggestion.

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi, excellent info. how to incorporate dedicated css style sheet to multiple themes. Could you please provide your suggestion.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by Andreas</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-83</link>
		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 05:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-83</guid>
		<description><![CDATA[Actually, now that I tested it for a bit I realised it doesn&#039;t quite work for me.

I have got a menu that looks like this:

Section 1
 - Subsection 1.1
Section 2
- Subsection 2.1

The menu looks the same no matter where in the site the user is. I expected the section that the user isn&#039;t in to be &quot;collapsed&quot;. So if a user is in Section 2 or Subsection 2.1 I thought the menu would look like this:

Section 1
Section 2
- Subsection 2.1

But that doesn&#039;t happen. Any idea where I am going wrong?]]></description>
		<content:encoded><![CDATA[<p>Actually, now that I tested it for a bit I realised it doesn&#8217;t quite work for me.</p>
<p>I have got a menu that looks like this:</p>
<p>Section 1<br />
 &#8211; Subsection 1.1<br />
Section 2<br />
- Subsection 2.1</p>
<p>The menu looks the same no matter where in the site the user is. I expected the section that the user isn&#8217;t in to be &#8220;collapsed&#8221;. So if a user is in Section 2 or Subsection 2.1 I thought the menu would look like this:</p>
<p>Section 1<br />
Section 2<br />
- Subsection 2.1</p>
<p>But that doesn&#8217;t happen. Any idea where I am going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by Andreas</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-82</link>
		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 05:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-82</guid>
		<description><![CDATA[Your&#039;e a genius! You wouldn&#039;t believe how many times I tried to do this and always gave up on it in the end. I can&#039;t believe it&#039;s that simple.]]></description>
		<content:encoded><![CDATA[<p>Your&#8217;e a genius! You wouldn&#8217;t believe how many times I tried to do this and always gave up on it in the end. I can&#8217;t believe it&#8217;s that simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by ericschrader</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-80</link>
		<dc:creator><![CDATA[ericschrader]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-80</guid>
		<description><![CDATA[You can use any datasource prefixed with &quot;Current&quot; as far as I remember. Intellisense or googling a few of the datasources should lead you to all of your choices.  ]]></description>
		<content:encoded><![CDATA[<p>You can use any datasource prefixed with &#8220;Current&#8221; as far as I remember. Intellisense or googling a few of the datasources should lead you to all of your choices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by Basilios</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-79</link>
		<dc:creator><![CDATA[Basilios]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-79</guid>
		<description><![CDATA[Will do. Thanks for the quick response. The only reason i did not use SiteMapDS was because i get an error when i try to use it. Any idea on why SiteMapDS is not working on SP2010?]]></description>
		<content:encoded><![CDATA[<p>Will do. Thanks for the quick response. The only reason i did not use SiteMapDS was because i get an error when i try to use it. Any idea on why SiteMapDS is not working on SP2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by ericschrader</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-78</link>
		<dc:creator><![CDATA[ericschrader]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-78</guid>
		<description><![CDATA[You can try:
&lt;code&gt;SharePoint:AspMenu id=&quot;V4QuickLaunchMenu&quot; runat=&quot;server&quot; 
    EnableViewState=&quot;false&quot; DataSourceId=&quot;QuickLaunchSiteMap&quot; 
    UseSimpleRendering=&quot;true&quot; UseSeparateCss=&quot;false&quot; Orientation=&quot;Vertical&quot;
    StaticDisplayLevels=&quot;4&quot; MaximumDynamicDisplayLevels=&quot;1&quot; 
    SkipLinkText=&quot;&quot; CssClass=&quot;s4-ql&quot;
&lt;/code&gt; 
But the &lt;code&gt;QuickLaunchSiteMap&lt;/code&gt; datasource might not keep track of the current page you are on like &lt;code&gt;SiteMapDS&lt;/code&gt; does.]]></description>
		<content:encoded><![CDATA[<p>You can try:<br />
<code>SharePoint:AspMenu id="V4QuickLaunchMenu" runat="server"<br />
    EnableViewState="false" DataSourceId="QuickLaunchSiteMap"<br />
    UseSimpleRendering="true" UseSeparateCss="false" Orientation="Vertical"<br />
    StaticDisplayLevels="4" MaximumDynamicDisplayLevels="1"<br />
    SkipLinkText="" CssClass="s4-ql"<br />
</code><br />
But the <code>QuickLaunchSiteMap</code> datasource might not keep track of the current page you are on like <code>SiteMapDS</code> does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint static 2nd level current navigation in MOSS 2007 by Basilios</title>
		<link>http://eschrader.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-77</link>
		<dc:creator><![CDATA[Basilios]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://ericschrader.wordpress.com/2010/07/20/sharepoint-static-2nd-level-current-navigation-in-moss-2007/#comment-77</guid>
		<description><![CDATA[Is there a way to do this in SharePoint 2010? I have been trying to find a way for weeks to adjust my left navigation (QuickLaunchSiteMap) that displays 3 static levels to only display three on the selected node like your example above? any ideas? suggestions?]]></description>
		<content:encoded><![CDATA[<p>Is there a way to do this in SharePoint 2010? I have been trying to find a way for weeks to adjust my left navigation (QuickLaunchSiteMap) that displays 3 static levels to only display three on the selected node like your example above? any ideas? suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

