<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039589" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039589</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224212</link>
    <description> &lt;p&gt;Great article there Megan. I must admit, I do suffer from DIV-itis sometimes although I am trying to cut down on it.&lt;/p&gt;
&lt;p&gt;Just a question though, in the last bullet point:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
Reconsider your design choices. This is a tough one but it&#039;s worth thinking about. Some design effects, such as scale-able rounded corners, are impossible to do without some extra divs and spans. It is worth creating a long-term maintenance mess to get those rounded corners?
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Was it meant to be &quot;Is it worth creating...&quot; as opposed to &quot;It is worth creating...&quot;?&lt;/p&gt;
&lt;p&gt;Welcome back Suzanne! So nice to see you round again &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Sep 2007 20:46:55 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1224212 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224204</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;webwiz;224193 wrote:&lt;/strong&gt; I&#039;m not sure I completely agree with that. A DIV is semantically neutral, as is a SPAN. What&#039;s more, you could arguably make the HTML &lt;strong&gt;more&lt;/strong&gt; semantic by adding meaningful class names, as for microformats.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;A div does have semantic meaning - as I explained, it&#039;s a division, a section, a bunch of stuff that goes together. What I was saying is that over-using them when you don&#039;t need to often removes the semantic meaning. Then you are just using it as a empty tag. A div does not have meaning when it&#039;s not being used for it&#039;s right purpose: to define a section. Microformats would be different because in those cases you are defining a meaningful section.&lt;/p&gt;
&lt;p&gt;To me, a tag being &quot;neutral&quot; is basically the same as it not having meaning at all. If it doesn&#039;t have meaning then it doesn&#039;t have meaning.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;/p&gt;
&lt;p&gt;In CSS, I can target IE using this as a selector, e.g.&lt;/p&gt;
&lt;p&gt;  #for-msie #nav a {zoom: 1;}&lt;/p&gt;
&lt;p&gt;Similarly, I can detect IE in JavaScript:&lt;/p&gt;
&lt;p&gt; var isIE = !!document.getElementByTagName(&#039;for-msie&#039;);&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So, you&#039;re using conditional comments to put in a div tag but you&#039;re not using them to serve a different CSS file? I know some people do things like that because they don&#039;t like to have CSS in two different places. But I haven&#039;t seen it done this way before - people are more likely to use traditional CSS hacks in that case. I&#039;m starting to think about just serving an ie-only CSS file as part of my template. Right now I&#039;m just putting it into the  as needed.&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Sep 2007 13:15:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1224204 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224193</link>
    <description> &lt;p&gt;Nice article, Megan. Thanks.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: The structure is no longer purely semantic. Additional divs, that are not serving any logical purpose, have been applied.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m not sure I completely agree with that. A DIV is semantically neutral, as is a SPAN. What&#039;s more, you could arguably make the HTML &lt;strong&gt;more&lt;/strong&gt; semantic by adding meaningful class names, as for microformats.&lt;/p&gt;
&lt;p&gt;That does not invalidate your arguments, though.&lt;/p&gt;
&lt;p&gt;Sadly, IE sometimes does require an extra DIV for the layout to work. I use this to advantage, sometimes, by putting a conditional comment around the opening and closing DIV tags, like this:&lt;/p&gt;
&lt;p&gt;In CSS, I can target IE using this as a selector, e.g.&lt;/p&gt;
&lt;p&gt;  #for-msie #nav a {zoom: 1;}&lt;/p&gt;
&lt;p&gt;Similarly, I can detect IE in JavaScript:&lt;/p&gt;
&lt;p&gt; var isIE = !!document.getElementByTagName(&#039;for-msie&#039;);&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 Sep 2007 01:36:51 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1224193 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224179</link>
    <description> &lt;p&gt;Great article.  Even though I&#039;m cautious about general tag noise, I think I suffer from div-itis sometimes when I use div tags for rapidly prototyping layouts, and neglect to reduce it later.  Navigation lists is a classic example.  You&#039;ve encouraged me to fix the problem on at least one layout already.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Nice to see Suzanne again, too! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Sep 2007 17:05:13 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1224179 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224167</link>
    <description> &lt;p&gt;Hi Suzanne, good to see you again! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Having looked at the code of our own articles site (apaddedcell - where that was published) it does indeed suffer from div-itis! I should investigate completely re-writing the templates for that site, but it wont be until after we&#039;ve moved the forums.&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Sep 2007 05:53:26 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1224167 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/apaddedcell-article-divitis-what-it-and-how-avoid-it#comment-1224164</link>
    <description> &lt;p&gt;I was just going over this with my dad (who is moving into using Dreamweaver from GoLive). &lt;/p&gt;
&lt;p&gt;I do like to use DIVs for sections that aren&#039;t necessarily delineated by headings. Great summary!&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Sep 2007 03:35:38 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1224164 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
