<?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"
	>
<channel>
	<title>Comments on: The joy of separating style from content!</title>
	<atom:link href="http://www.0xcafefeed.com/2004/07/joy-of-separating-style-from-content/feed" rel="self" type="application/rss+xml" />
	<link>http://www.0xcafefeed.com/2004/07/joy-of-separating-style-from-content/</link>
	<description>Thoughts on Java™, Java EE™ and web application development</description>
	<pubDate>Tue, 06 Jan 2009 11:03:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.0xcafefeed.com/2004/07/joy-of-separating-style-from-content/#comment-41</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 19 Jun 2006 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=9#comment-41</guid>
		<description>Very nice post. I've always thought that separating style from content and  giving web-sites a "skinnable" property would be neat thing to have. Similar to what you did with the setActiveStyleSheet() function, I'm currently developing a project called 'Webskins' (&lt;a HREF="http://sourceforge.net/projects/webskins" REL="nofollow" rel="nofollow"&gt;http://sourceforge.net/projects/webskins&lt;/a&gt;) that will let users choose their own CSS for particular web pages (all with Javascript/CSS).&lt;br/&gt;&lt;br/&gt;Pretty neat, GPL/free/etc. I'll be releasing the source in a day or two. Until then, you can check out a demo at &lt;a HREF="http://webskins.blogspot.com/" REL="nofollow" rel="nofollow"&gt;http://webskins.blogspot.com/&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;--Mike</description>
		<content:encoded><![CDATA[<p>Very nice post. I&#8217;ve always thought that separating style from content and  giving web-sites a &#8220;skinnable&#8221; property would be neat thing to have. Similar to what you did with the setActiveStyleSheet() function, I&#8217;m currently developing a project called &#8216;Webskins&#8217; (<a HREF="http://sourceforge.net/projects/webskins" REL="nofollow" rel="nofollow">http://sourceforge.net/projects/webskins</a>) that will let users choose their own CSS for particular web pages (all with Javascript/CSS).</p>
<p>Pretty neat, GPL/free/etc. I&#8217;ll be releasing the source in a day or two. Until then, you can check out a demo at <a HREF="http://webskins.blogspot.com/" REL="nofollow" rel="nofollow">http://webskins.blogspot.com/</a>.</p>
<p>&#8211;Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.0xcafefeed.com/2004/07/joy-of-separating-style-from-content/#comment-15</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Fri, 16 Jul 2004 06:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=9#comment-15</guid>
		<description>Thanks for introducing me to CSS. I have been dabbling with it ever since you showed me what I could do with it and the results have made me like my HTML pages a whole lot more!</description>
		<content:encoded><![CDATA[<p>Thanks for introducing me to CSS. I have been dabbling with it ever since you showed me what I could do with it and the results have made me like my HTML pages a whole lot more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.0xcafefeed.com/2004/07/joy-of-separating-style-from-content/#comment-14</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 12 Jul 2004 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=9#comment-14</guid>
		<description>Ah, the enthusiasm of the newcomer. I was there once, myself. But there is a growing movement away from CSS-P (positioning, aka layout) because it takes an awful lot of effort and produces almost no value.

You already *have* separation of content and presentation: the presentation is in your Blogger template.

What HTML/CSS does is give you separation of "semantic markup" and presentation. That's nice, but not really of much value for a weblog. And CSS-P is a bugbear to get working right in more than one browser.

CSS *styles* (colors, fonts, etc.) are definitely useful, although if you think "you no longer have to depend on complex search and replace regular expressions" you've never tried to *change* an existing design of any complexity. A simple change of font color or typeface requires locating every font rule and updating it. Still, it beats doing it in the HTML.
</description>
		<content:encoded><![CDATA[<p>Ah, the enthusiasm of the newcomer. I was there once, myself. But there is a growing movement away from CSS-P (positioning, aka layout) because it takes an awful lot of effort and produces almost no value.</p>
<p>You already *have* separation of content and presentation: the presentation is in your Blogger template.</p>
<p>What HTML/CSS does is give you separation of &#8220;semantic markup&#8221; and presentation. That&#8217;s nice, but not really of much value for a weblog. And CSS-P is a bugbear to get working right in more than one browser.</p>
<p>CSS *styles* (colors, fonts, etc.) are definitely useful, although if you think &#8220;you no longer have to depend on complex search and replace regular expressions&#8221; you&#8217;ve never tried to *change* an existing design of any complexity. A simple change of font color or typeface requires locating every font rule and updating it. Still, it beats doing it in the HTML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
