<?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: Page Weight and Semantics</title>
	<atom:link href="http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/feed/" rel="self" type="application/rss+xml" />
	<link>http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/</link>
	<description>Jonathan Fenocchi's personal weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:15:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Elliott</title>
		<link>http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/comment-page-1/#comment-992</link>
		<dc:creator>Elliott</dc:creator>
		<pubDate>Mon, 06 Feb 2006 04:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=144#comment-992</guid>
		<description>I usually include snippits at the beginning of my style sheet in order to rob everything of it&#039;s built in attributes; padding, margins, list styles etc. 

That way I can build everything up from ground level using CSS. Definitely have to use a few more DIVs this way however. It obviously affects the weight of the template, but one CSS file to govern what... 3 sets of 66 pages. That must have saved some space :D</description>
		<content:encoded><![CDATA[<p>I usually include snippits at the beginning of my style sheet in order to rob everything of it&#8217;s built in attributes; padding, margins, list styles etc. </p>
<p>That way I can build everything up from ground level using CSS. Definitely have to use a few more DIVs this way however. It obviously affects the weight of the template, but one CSS file to govern what&#8230; 3 sets of 66 pages. That must have saved some space :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jona</title>
		<link>http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/comment-page-1/#comment-797</link>
		<dc:creator>Jona</dc:creator>
		<pubDate>Sun, 18 Dec 2005 22:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=144#comment-797</guid>
		<description>Neuroxik, that&#039;s exactly my point. I see people complain on a constant basis that they don&#039;t want to add any additional HTML to their page, but still achieve the same appearance with CSS, while the job is much more easily done and more compatible when extra HTML (such as DIVs) is added.</description>
		<content:encoded><![CDATA[<p>Neuroxik, that&#8217;s exactly my point. I see people complain on a constant basis that they don&#8217;t want to add any additional HTML to their page, but still achieve the same appearance with CSS, while the job is much more easily done and more compatible when extra HTML (such as DIVs) is added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neuroxik</title>
		<link>http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/comment-page-1/#comment-794</link>
		<dc:creator>Neuroxik</dc:creator>
		<pubDate>Sun, 18 Dec 2005 08:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=144#comment-794</guid>
		<description>Excuse me if I sound like a complete idiot if I do so by asking: Why would DIV&#039;s be considered extra and useless bulk if it only helps more than harms your file-size and markup habits? I mean, every place you can replace tables by divs, isn&#039;t that alot of bytes off? I mean, even your layout here uses divs, so what do you mean by non-semantic divs if they can only help in reducing size and having a more global control through css.</description>
		<content:encoded><![CDATA[<p>Excuse me if I sound like a complete idiot if I do so by asking: Why would DIV&#8217;s be considered extra and useless bulk if it only helps more than harms your file-size and markup habits? I mean, every place you can replace tables by divs, isn&#8217;t that alot of bytes off? I mean, even your layout here uses divs, so what do you mean by non-semantic divs if they can only help in reducing size and having a more global control through css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://slightlyremarkable.com/blog/2005/12/05/page-weight-and-semantics/comment-page-1/#comment-773</link>
		<dc:creator>Mike Cherim</dc:creator>
		<pubDate>Wed, 07 Dec 2005 13:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.slightlyremarkable.com/?p=144#comment-773</guid>
		<description>I agree. I use divs and spans, and comments, as I see fit. I try to keep weight down in perhaps the most significant way: imagery. You&#039;re right, divs and spans having no meaning, no value. I think that&#039;s what bothers some purists. They feel everything should have meaning else it shouldn&#039;t be on the page. Bah. So what if a div has no meaning? It&#039;s still a way of organizing a page ( a division or a small span for style). As long as the div doesn&#039;t have display:none for a CSS attribute, as long as it&#039;s not used as a container that is supposed to be made with something else (think fieldset replacement as an example), and as long as it &lt;em&gt;contains proper, semantic mark-up&lt;/em&gt;, I feel the harm factor is zero.</description>
		<content:encoded><![CDATA[<p>I agree. I use divs and spans, and comments, as I see fit. I try to keep weight down in perhaps the most significant way: imagery. You&#8217;re right, divs and spans having no meaning, no value. I think that&#8217;s what bothers some purists. They feel everything should have meaning else it shouldn&#8217;t be on the page. Bah. So what if a div has no meaning? It&#8217;s still a way of organizing a page ( a division or a small span for style). As long as the div doesn&#8217;t have display:none for a CSS attribute, as long as it&#8217;s not used as a container that is supposed to be made with something else (think fieldset replacement as an example), and as long as it <em>contains proper, semantic mark-up</em>, I feel the harm factor is zero.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

