<?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: Webdesigners vs. SharePoint: the body id</title>
	<atom:link href="http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Sep 2010 10:31:18 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ID´s on the body tag &#124; Branding SharePoint</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-45835</link>
		<dc:creator>ID´s on the body tag &#124; Branding SharePoint</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-45835</guid>
		<description>[...] Curious what you can do with an ID on the body element? You could change the layout depending on what site or subsite you are. I also used it to change some styling only when in edit mode. A very powerfull trick. Waldek Mastykarz wrote a nice article about it here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Curious what you can do with an ID on the body element? You could change the layout depending on what site or subsite you are. I also used it to change some styling only when in edit mode. A very powerfull trick. Waldek Mastykarz wrote a nice article about it here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44710</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44710</guid>
		<description>@Jaap: while you could put a server control, like Literal in an attribute, I don&#039;t think that SharePoint Designer would understand it. It seems more of a hack than a neat solution. The problem with static method is, that in-line code is not supported for customized pages, so as soon as someone modifies the Master Page through SharePoint Designer, the code break the page.</description>
		<content:encoded><![CDATA[<p>@Jaap: while you could put a server control, like Literal in an attribute, I don&#039;t think that SharePoint Designer would understand it. It seems more of a hack than a neat solution. The problem with static method is, that in-line code is not supported for customized pages, so as soon as someone modifies the Master Page through SharePoint Designer, the code break the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44699</link>
		<dc:creator>Jaap Vossers</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44699</guid>
		<description>previous message got messed up.

 should have a call to a static method inside the single quotes, wrapped in 

</description>
		<content:encoded><![CDATA[<p>previous message got messed up.</p>
<p> should have a call to a static method inside the single quotes, wrapped in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap Vossers</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44697</link>
		<dc:creator>Jaap Vossers</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44697</guid>
		<description>I&#039;m wondering if it would be possible to include a asp:Literal control inside the body id attribute (wrap in single quotes) and set the Text property for the Literal using the expressionbuilder - and don&#039;t set the body runat=server.

Alternatively you could try referencing a static method like &lt;body id=&#039;&#039;&gt;, also without runat=server

Both methods would mean you don&#039;t need the extra div.

I think I have tried these techniques before - they might just work :)</description>
		<content:encoded><![CDATA[<p>I&#039;m wondering if it would be possible to include a asp:Literal control inside the body id attribute (wrap in single quotes) and set the Text property for the Literal using the expressionbuilder &#8211; and don&#039;t set the body runat=server.</p>
<p>Alternatively you could try referencing a static method like &lt;body id=&#039;&#039;&gt;, also without runat=server</p>
<p>Both methods would mean you don&#039;t need the extra div.</p>
<p>I think I have tried these techniques before &#8211; they might just work <img src='http://blog.mastykarz.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44638</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44638</guid>
		<description>@shannon: this is very true for a SharePoint collaboration solution, but can be a totally viable case for a public facing site where you don&#039;t know what kind of configuration the visitor is using.</description>
		<content:encoded><![CDATA[<p>@shannon: this is very true for a SharePoint collaboration solution, but can be a totally viable case for a public facing site where you don&#039;t know what kind of configuration the visitor is using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shannon</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44611</link>
		<dc:creator>shannon</dc:creator>
		<pubDate>Sun, 14 Mar 2010 01:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44611</guid>
		<description>I wanted to mention that the client not having javascript enabled is not a viable use case when it comes to sharepoint, which requires javascript to work correctly.</description>
		<content:encoded><![CDATA[<p>I wanted to mention that the client not having javascript enabled is not a viable use case when it comes to sharepoint, which requires javascript to work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44601</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44601</guid>
		<description>Thanks, Marc :D</description>
		<content:encoded><![CDATA[<p>Thanks, Marc <img src='http://blog.mastykarz.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Anderson</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44600</link>
		<dc:creator>Marc Anderson</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44600</guid>
		<description>After all that, I forgot to say that this is a great article, Waldek!

M.</description>
		<content:encoded><![CDATA[<p>After all that, I forgot to say that this is a great article, Waldek!</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Anderson</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44599</link>
		<dc:creator>Marc Anderson</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44599</guid>
		<description>Knowing the audience is critical for any successful deployment, for sure, and browser capabilities are a big part of that.  Those startistics are an interesting reference point. They are generated from W3Schools&#039; log files so obviously our mileage may vary.

M.</description>
		<content:encoded><![CDATA[<p>Knowing the audience is critical for any successful deployment, for sure, and browser capabilities are a big part of that.  Those startistics are an interesting reference point. They are generated from W3Schools&#039; log files so obviously our mileage may vary.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/comment-page-1/#comment-44598</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/webdesigners-sharepoint-body-id/#comment-44598</guid>
		<description>@Marc: although I haven&#039;t run into it personally, I&#039;ve heard about some enterprises disabling JavaScript. Difficult to tell whether this is true or false. http://www.w3schools.com/browsers/browsers_stats.asp shows that only a little percentage has JavaScript disabled. Still one should really consider this depending on his audience.</description>
		<content:encoded><![CDATA[<p>@Marc: although I haven&#039;t run into it personally, I&#039;ve heard about some enterprises disabling JavaScript. Difficult to tell whether this is true or false. <a href="http://www.w3schools.com/browsers/browsers_stats.asp" rel="nofollow">http://www.w3schools.com/browsers/browsers_stats.asp</a> shows that only a little percentage has JavaScript disabled. Still one should really consider this depending on his audience.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
