<?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/"
		>
<channel>
	<title>Comments on: Branding SharePoint 2010 Collaboration Sites &#8211; Part 2 in a Series</title>
	<atom:link href="http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/</link>
	<description>The House of Pork and User Experience Development</description>
	<lastBuildDate>Sat, 10 Dec 2011 05:57:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sharepoint 2010 Branding and CSS &#171; Sladescross&#039;s Blog</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-61048</link>
		<dc:creator>Sharepoint 2010 Branding and CSS &#171; Sladescross&#039;s Blog</dc:creator>
		<pubDate>Tue, 06 Sep 2011 09:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-61048</guid>
		<description>[...] http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/" rel="nofollow">http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The SharePoint Muse &#187; Blog Archive &#187; SharePoint 2010 Branding and Customization Resources - SharePoint User Experience and Visual Design</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-44520</link>
		<dc:creator>The SharePoint Muse &#187; Blog Archive &#187; SharePoint 2010 Branding and Customization Resources - SharePoint User Experience and Visual Design</dc:creator>
		<pubDate>Tue, 01 Feb 2011 18:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-44520</guid>
		<description>[...] The Shiny New CSSRegistration Control in SharePoint 2010 &#8211; Buta No IE [...]</description>
		<content:encoded><![CDATA[<p>[...] The Shiny New CSSRegistration Control in SharePoint 2010 &#8211; Buta No IE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-44273</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sun, 30 Jan 2011 00:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-44273</guid>
		<description>reposting end part as i guess the css registration was removed from comment.. trying agen


can i use

SharePoint:CSSRegistration Name=&quot;&quot; runat=&quot;server&quot; 

Will My Master page link the CSS properly and will not be language specific

Thanks 

Kiran S</description>
		<content:encoded><![CDATA[<p>reposting end part as i guess the css registration was removed from comment.. trying agen</p>
<p>can i use</p>
<p>SharePoint:CSSRegistration Name=&#8221;" runat=&#8221;server&#8221; </p>
<p>Will My Master page link the CSS properly and will not be language specific</p>
<p>Thanks </p>
<p>Kiran S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-44271</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sat, 29 Jan 2011 23:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-44271</guid>
		<description>Hi,

This Article was very very interesting.. I am a Designer working for SP2010 Branding.. I have a query.. I am developing a custom site in SP2010.. so the look and feel is unique, and have a custom master page.. We will be developing this site for different languages as well.. But I want the all the language to refer to single CSS, my CSS is taking care of the look and feel of the site it need not be language specific. The UI is not changing for different language, is it possible to put my CSS, Scripts and Images out of 1033 so that i only need to manage single CSS, Images and scripts for every language.. 

When I link CSS and Scripts using CSSREGISTRATION SP2010 will it looking for styles &amp; scripts under Language specific folders?

I am planning to put the CSS under
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\&quot;CUSTOMSITENAME_STYLES&quot;\&quot;CUSTOMSTYLE.CSS&quot;

and Scripts Under
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\&quot;CUSTOMSITENAME_SCRIPTS&quot;\&quot;CUSTOMSCRIPT.JS&quot;

can i use

&lt;SharePoint:CSSRegistration Name=&quot;&quot; runat=&quot;server&quot; /&gt;

Will My Master page link the CSS properly and will not be language specific

Thanks 

Kiran S</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This Article was very very interesting.. I am a Designer working for SP2010 Branding.. I have a query.. I am developing a custom site in SP2010.. so the look and feel is unique, and have a custom master page.. We will be developing this site for different languages as well.. But I want the all the language to refer to single CSS, my CSS is taking care of the look and feel of the site it need not be language specific. The UI is not changing for different language, is it possible to put my CSS, Scripts and Images out of 1033 so that i only need to manage single CSS, Images and scripts for every language.. </p>
<p>When I link CSS and Scripts using CSSREGISTRATION SP2010 will it looking for styles &amp; scripts under Language specific folders?</p>
<p>I am planning to put the CSS under<br />
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\&#8221;CUSTOMSITENAME_STYLES&#8221;\&#8221;CUSTOMSTYLE.CSS&#8221;</p>
<p>and Scripts Under<br />
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\&#8221;CUSTOMSITENAME_SCRIPTS&#8221;\&#8221;CUSTOMSCRIPT.JS&#8221;</p>
<p>can i use</p>
<p>&lt;SharePoint:CSSRegistration Name=&quot;&#8221; runat=&#8221;server&#8221; /&gt;</p>
<p>Will My Master page link the CSS properly and will not be language specific</p>
<p>Thanks </p>
<p>Kiran S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2010 Branding tutorial from Sing Chan &#124; Yaroslav Pentsarskyy on SharePoint Development</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-41135</link>
		<dc:creator>SharePoint 2010 Branding tutorial from Sing Chan &#124; Yaroslav Pentsarskyy on SharePoint Development</dc:creator>
		<pubDate>Sat, 25 Dec 2010 04:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-41135</guid>
		<description>[...] Part 1: http://singchan.com/2009/12/23/branding-sharepoint-2010-collaboration-sites-part-1-in-a-series/ Part2: http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1: <a href="http://singchan.com/2009/12/23/branding-sharepoint-2010-collaboration-sites-part-1-in-a-series/" rel="nofollow">http://singchan.com/2009/12/23/branding-sharepoint-2010-collaboration-sites-part-1-in-a-series/</a> Part2: <a href="http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/" rel="nofollow">http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-38776</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Wed, 10 Nov 2010 18:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-38776</guid>
		<description>I found out that in Sharepoint 2010, if you have your custom style sheet set in Site Settings &gt; Look and Feel &gt; Master page &gt; Alternate CSS URL then you DO NOT need CSSRegistration in v4.master file.

I was having issues and wondering why my stylesheet was not being applied with theming. Viewing the source code, I realized it was in there twice, so I had to look through and find the duplicate. I had my custom css file under Site Settings as well as with CSSRegistration. If you remove one, everything works as expected (in my case I removed CSSRegistation), but with both in there you may not see theming work. That was my problem and it may help someone else. 

Thought I would post in case someone else was having the same problem.</description>
		<content:encoded><![CDATA[<p>I found out that in Sharepoint 2010, if you have your custom style sheet set in Site Settings &gt; Look and Feel &gt; Master page &gt; Alternate CSS URL then you DO NOT need CSSRegistration in v4.master file.</p>
<p>I was having issues and wondering why my stylesheet was not being applied with theming. Viewing the source code, I realized it was in there twice, so I had to look through and find the duplicate. I had my custom css file under Site Settings as well as with CSSRegistration. If you remove one, everything works as expected (in my case I removed CSSRegistation), but with both in there you may not see theming work. That was my problem and it may help someone else. </p>
<p>Thought I would post in case someone else was having the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-34848</link>
		<dc:creator>Barbara</dc:creator>
		<pubDate>Wed, 26 May 2010 11:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-34848</guid>
		<description>Hi, thanks for your post.
Im&#039;w working on the Rtm and I&#039;m trying to let the &quot;after&quot; attribit working, but it doesn&#039;t seems to behave linke I would and as you explained.

In particular, this is what I wrote:

&lt;SharePoint:CssRegistration ID=&quot;cssMain&quot; name=&quot;&quot; After=&quot;Navigation.css&quot; runat=&quot;server&quot;/&gt;
&lt;SharePoint:CssRegistration ID=&quot;cssNavigation&quot; name=&quot;&quot; After=&quot;jquery.theme.black.css&quot; runat=&quot;server&quot;/&gt;
&lt;SharePoint:CssRegistration ID=&quot;cssJQueryTheme&quot; name=&quot;&quot; After=&quot;jquery.pager.css&quot; runat=&quot;server&quot;/&gt;
&lt;SharePoint:CssRegistration ID=&quot;cssJQueryPager&quot; name=&quot;&quot; After=&quot;corev4.css&quot; runat=&quot;server&quot; Version=&quot;4&quot;/&gt;

But this is what I got on the page rendering:






So I didn&#039;t get the reverse order as you explained in your post... 

I tried also to specify in every CSSRegistration After=&quot;corev4.css&quot; in the same reverse order as above: but nothing changed in the rendering page.

Any ideas?

Thanks
Bi</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your post.<br />
Im&#8217;w working on the Rtm and I&#8217;m trying to let the &#8220;after&#8221; attribit working, but it doesn&#8217;t seems to behave linke I would and as you explained.</p>
<p>In particular, this is what I wrote:</p>
<p>&lt;SharePoint:CssRegistration ID=&quot;cssMain&quot; name=&quot;&#8221; After=&#8221;Navigation.css&#8221; runat=&#8221;server&#8221;/&gt;<br />
&lt;SharePoint:CssRegistration ID=&quot;cssNavigation&quot; name=&quot;&#8221; After=&#8221;jquery.theme.black.css&#8221; runat=&#8221;server&#8221;/&gt;<br />
&lt;SharePoint:CssRegistration ID=&quot;cssJQueryTheme&quot; name=&quot;&#8221; After=&#8221;jquery.pager.css&#8221; runat=&#8221;server&#8221;/&gt;<br />
&lt;SharePoint:CssRegistration ID=&quot;cssJQueryPager&quot; name=&quot;&#8221; After=&#8221;corev4.css&#8221; runat=&#8221;server&#8221; Version=&#8221;4&#8243;/&gt;</p>
<p>But this is what I got on the page rendering:</p>
<p>So I didn&#8217;t get the reverse order as you explained in your post&#8230; </p>
<p>I tried also to specify in every CSSRegistration After=&#8221;corev4.css&#8221; in the same reverse order as above: but nothing changed in the rendering page.</p>
<p>Any ideas?</p>
<p>Thanks<br />
Bi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buta</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-32596</link>
		<dc:creator>Buta</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-32596</guid>
		<description>Hi Khyati,

Sorry for the delay! Part Three has now been published!</description>
		<content:encoded><![CDATA[<p>Hi Khyati,</p>
<p>Sorry for the delay! Part Three has now been published!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khyati</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-32195</link>
		<dc:creator>Khyati</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-32195</guid>
		<description>Kindly publish your next post at the earliest possible. It&#039;s a requirement of my Project.

Thanks and Regards,
Khyati</description>
		<content:encoded><![CDATA[<p>Kindly publish your next post at the earliest possible. It&#8217;s a requirement of my Project.</p>
<p>Thanks and Regards,<br />
Khyati</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://singchan.com/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/comment-page-1/#comment-30884</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://singchan.com/?p=141#comment-30884</guid>
		<description>Hi,

This artical is very useful for me. I am a Share Point developer and always looking to 

learn something new. I would like to introduce another good SharePoint blog, Have a look.

http://SharePointBank.com
Harry</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This artical is very useful for me. I am a Share Point developer and always looking to </p>
<p>learn something new. I would like to introduce another good SharePoint blog, Have a look.</p>
<p><a href="http://SharePointBank.com" rel="nofollow">http://SharePointBank.com</a><br />
Harry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

