<?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: The Web 2.0 Naughty List</title>
	<atom:link href="http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/</link>
	<description>blog, webdesign, illustration &#38; newsk00l javascript</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CMS guy</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-6117</link>
		<dc:creator>CMS guy</dc:creator>
		<pubDate>Tue, 27 Jun 2006 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-6117</guid>
		<description>I am a great fan of Ajax, but ya you are right rogie, there needs to be a backup machanism in case javascripts are turned of. I am myself building a Ajax based website and will keep all those things in mind...Keep up the good work going...</description>
		<content:encoded><![CDATA[<p>I am a great fan of Ajax, but ya you are right rogie, there needs to be a backup machanism in case javascripts are turned of. I am myself building a Ajax based website and will keep all those things in mind&#8230;Keep up the good work going&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-5233</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Fri, 19 May 2006 14:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-5233</guid>
		<description>There is some regard to images off, css on mode.  If your images are turned off in your browser, but css remains, the text-indent method will end up showing a blank block of nothing, because the text will be moved off the screen with no image to replace it.  

That being said, I use that method.  It&#039;s the easiest and I use alot of text replacement, so it makes my life better.  However, there are other methods if you are concerned with images off, css on mode :)</description>
		<content:encoded><![CDATA[<p>There is some regard to images off, css on mode.  If your images are turned off in your browser, but css remains, the text-indent method will end up showing a blank block of nothing, because the text will be moved off the screen with no image to replace it.  </p>
<p>That being said, I use that method.  It&#8217;s the easiest and I use alot of text replacement, so it makes my life better.  However, there are other methods if you are concerned with images off, css on mode :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-5231</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 May 2006 13:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-5231</guid>
		<description>Ah yes.  I&#039;ve read about that.

Apparently there are many different versions:  display:hidden, overflow, text-indent, etc.  

Do you recommend a particular one?  Seems to me the text-indent is best, since it requires the least amount of markup in both the CSS and the HTML.</description>
		<content:encoded><![CDATA[<p>Ah yes.  I&#8217;ve read about that.</p>
<p>Apparently there are many different versions:  display:hidden, overflow, text-indent, etc.  </p>
<p>Do you recommend a particular one?  Seems to me the text-indent is best, since it requires the least amount of markup in both the CSS and the HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-5226</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Fri, 19 May 2006 02:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-5226</guid>
		<description>Mike,

I suggest you use some semantic markup such as:

&lt;div class=&quot;code&quot;&gt; 
&lt;h1 id=&quot;headerHome&quot;&gt;Cumberland Oceanfront Hideaway&lt;/h1&gt;
&lt;/div&gt;

Then use a CSS image replacement technique such as FIR or LIR.  Just search on &quot;CSS Image replacement&quot; in google.  Basically, the idea is to apply a background image to the h1 element and then push the text off the screen.
Give it a go.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>I suggest you use some semantic markup such as:</p>
<div class="code">
&lt;h1 id=&#8221;headerHome&#8221;&gt;Cumberland Oceanfront Hideaway&lt;/h1&gt;
</div>
<p>Then use a CSS image replacement technique such as FIR or LIR.  Just search on &#8220;CSS Image replacement&#8221; in google.  Basically, the idea is to apply a background image to the h1 element and then push the text off the screen.<br />
Give it a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-5225</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 May 2006 02:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-5225</guid>
		<description>Oh, my line of code is gone from my earlier post.  Anyway, it&#039;s basically the empty div you posted.  You get the idea...</description>
		<content:encoded><![CDATA[<p>Oh, my line of code is gone from my earlier post.  Anyway, it&#8217;s basically the empty div you posted.  You get the idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-5224</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 19 May 2006 02:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-5224</guid>
		<description>At the risk of humiliating myself, I&#039;m going to post a page I made in order to suggest a counter-argument to your #5:

On my &lt;a href=&quot;http://www.oceanfronthideaway.com&quot; rel=&quot;nofollow&quot;&gt;Cumberland Oceanfront Hideaway&lt;/a&gt; website, I have this line of code:

&#160;

That element contains &lt;a href=&quot;http://www.cumberlandoceanfronthideaway.com/images/masthead4.jpg&quot; rel=&quot;nofollow&quot;&gt;the masthead&lt;/a&gt; and nothing more.  I put it in the CSS in attempt to separate design from content; it&#039;s part of the layout, it appears on every page, and I don&#039;t want anything else in there.  

Do you have a suggestion as to how to avoid tag-itis in that case?</description>
		<content:encoded><![CDATA[<p>At the risk of humiliating myself, I&#8217;m going to post a page I made in order to suggest a counter-argument to your #5:</p>
<p>On my <a href="http://www.oceanfronthideaway.com" rel="nofollow">Cumberland Oceanfront Hideaway</a> website, I have this line of code:</p>
<p>&nbsp;</p>
<p>That element contains <a href="http://www.cumberlandoceanfronthideaway.com/images/masthead4.jpg" rel="nofollow">the masthead</a> and nothing more.  I put it in the CSS in attempt to separate design from content; it&#8217;s part of the layout, it appears on every page, and I don&#8217;t want anything else in there.  </p>
<p>Do you have a suggestion as to how to avoid tag-itis in that case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin casey</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-4167</link>
		<dc:creator>kevin casey</dc:creator>
		<pubDate>Tue, 14 Mar 2006 01:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-4167</guid>
		<description>What kind of scenario? There&#039;s not text between the : and the ,.</description>
		<content:encoded><![CDATA[<p>What kind of scenario? There&#8217;s not text between the : and the ,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-3991</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 24 Feb 2006 22:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-3991</guid>
		<description>personally, i think everything you&#039;re complaining about is ok... :)</description>
		<content:encoded><![CDATA[<p>personally, i think everything you&#8217;re complaining about is ok&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Voraz</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-3982</link>
		<dc:creator>Voraz</dc:creator>
		<pubDate>Fri, 24 Feb 2006 16:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-3982</guid>
		<description>I agree with everything your saying, I&#039;m just not good/smart enough yet to do anything about it or do with out it.</description>
		<content:encoded><![CDATA[<p>I agree with everything your saying, I&#8217;m just not good/smart enough yet to do anything about it or do with out it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pain</title>
		<link>http://www.komodomedia.com/blog/2006/02/the-web-20-naughty-list/comment-page-1/#comment-3958</link>
		<dc:creator>Pain</dc:creator>
		<pubDate>Wed, 22 Feb 2006 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/02/20/the-web-20-naughty-list/#comment-3958</guid>
		<description>yeah... i suffer from the-ITIS sometimes :( peace out HLM!</description>
		<content:encoded><![CDATA[<p>yeah&#8230; i suffer from the-ITIS sometimes :( peace out HLM!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: komodomedia.com @ 2012-02-11 15:51:03 by W3 Total Cache -->
