<?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: Using Image replacement techniques</title>
	<atom:link href="http://blue-anvil.com/archives/using-image-replacement-techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/using-image-replacement-techniques/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Mon, 15 Mar 2010 23:17:57 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joseph Zimmerman</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-3009</link>
		<dc:creator>Joseph Zimmerman</dc:creator>
		<pubDate>Sat, 08 Nov 2008 06:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-3009</guid>
		<description>Once again sorry. I&#039;ve got it figured out now. I&#039;m just redoing the whole post. My Favorite is the Fahrner Method:

HTML:
&lt;pre&gt;&lt;code&gt;
&lt;h1&gt;&lt;span&gt;Hello World&lt;/span&gt;&lt;/h1&gt;
&lt;/code&gt;&lt;/pre&gt;

CSS:
&lt;pre&gt;&lt;code&gt;
h1 {
background-image:url(”hello_world.gif”);
background-repeat:no-repeat;
height:35px;
}
h1 span {
display:none;
-or- (either works and doesn’t make much difference between screen readers)
visibility:hidden;
}
&lt;/code&gt;&lt;/pre&gt;

If CSS is disabled it will show the text but if images are disabled nothing shows unless CSS is disabled too.</description>
		<content:encoded><![CDATA[<p>Once again sorry. I&#8217;ve got it figured out now. I&#8217;m just redoing the whole post. My Favorite is the Fahrner Method:</p>
<p>HTML:</p>
<pre><code>&amp;lt;h1&amp;gt;&amp;lt;span&amp;gt;Hello World&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;</code></pre>
<p>CSS:</p>
<pre><code>h1 {
background-image:url(”hello_world.gif”);
background-repeat:no-repeat;
height:35px;
}
h1 span {
display:none;
-or- (either works and doesn’t make much difference between screen readers)
visibility:hidden;
}</code></pre>
<p>If CSS is disabled it will show the text but if images are disabled nothing shows unless CSS is disabled too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Zimmerman</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-3008</link>
		<dc:creator>Joseph Zimmerman</dc:creator>
		<pubDate>Sat, 08 Nov 2008 06:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-3008</guid>
		<description>Sorry About the Last post. Under HTML I wanted:
&lt;pre&gt;&lt;code&gt;
Hello World
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sorry About the Last post. Under HTML I wanted:</p>
<pre><code>Hello World</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Zimmerman</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-3007</link>
		<dc:creator>Joseph Zimmerman</dc:creator>
		<pubDate>Sat, 08 Nov 2008 06:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-3007</guid>
		<description>My Favorite is the Fahrner Method

HTML:

  Hello world!
 

CSS:
h1 {
  background-image:url(&quot;hello_world.gif&quot;);
  background-repeat:no-repeat;
  height:35px;
}
h1 span {
  display:none; 
  -or- (either works and doesn&#039;t make much difference between screen readers)
  visibility:hidden;
}

If CSS is disabled it will show the text but if images are disabled nothing shows unless CSS is disabled too.</description>
		<content:encoded><![CDATA[<p>My Favorite is the Fahrner Method</p>
<p>HTML:</p>
<p>  Hello world!</p>
<p>CSS:<br />
h1 {<br />
  background-image:url(&#8220;hello_world.gif&#8221;);<br />
  background-repeat:no-repeat;<br />
  height:35px;<br />
}<br />
h1 span {<br />
  display:none;<br />
  -or- (either works and doesn&#8217;t make much difference between screen readers)<br />
  visibility:hidden;<br />
}</p>
<p>If CSS is disabled it will show the text but if images are disabled nothing shows unless CSS is disabled too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3:00</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-1540</link>
		<dc:creator>3:00</dc:creator>
		<pubDate>Fri, 25 Jan 2008 18:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-1540</guid>
		<description>This is great info. Does the third option ensure that search engines will not see this as a black hat technique?</description>
		<content:encoded><![CDATA[<p>This is great info. Does the third option ensure that search engines will not see this as a black hat technique?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-215</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 12 Feb 2007 10:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-215</guid>
		<description>There seems to be a bit of confusion going on ATM. Method 1 isn’t image replacement. The whole concept behind image replacement (rightly or wrongly) is to take garden-variety text and replace it with an image version of the same text. There is nothing to replace there.

The default behaviour of any browser (AFAIK) is to display the ALT text whenever the image isn’t available, which is what is happening there.

Putting a H1 around the image may cause the ALT text to appear larger in non-IE browsers (even IE7 still shows all ALT text 12px high with the ‘missing image’ icon — regardless of H1s, etc), but whether ‘the Google’ and other SEs would give your ALT text the importance of other H1 content is doubtful IMHO.

That doesn’t mean it’s wrong. It’s still the safest way to operate generally, but it doesn’t really qualify as IR.</description>
		<content:encoded><![CDATA[<p>There seems to be a bit of confusion going on ATM. Method 1 isn’t image replacement. The whole concept behind image replacement (rightly or wrongly) is to take garden-variety text and replace it with an image version of the same text. There is nothing to replace there.</p>
<p>The default behaviour of any browser (AFAIK) is to display the ALT text whenever the image isn’t available, which is what is happening there.</p>
<p>Putting a H1 around the image may cause the ALT text to appear larger in non-IE browsers (even IE7 still shows all ALT text 12px high with the ‘missing image’ icon — regardless of H1s, etc), but whether ‘the Google’ and other SEs would give your ALT text the importance of other H1 content is doubtful IMHO.</p>
<p>That doesn’t mean it’s wrong. It’s still the safest way to operate generally, but it doesn’t really qualify as IR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Brewitt</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-214</link>
		<dc:creator>Anthony Brewitt</dc:creator>
		<pubDate>Mon, 12 Feb 2007 10:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-214</guid>
		<description>I have been playing with some of these and prefer A and B myself. Everybody’s heard of the Flash image replacement but my problem with that is your users have to have the flash plug in, I think this adds another layer of complications. But the futures bright as I am sure I remember reading that css3 has font embedding. Lets just hope css3 arrives in our lifetimes.</description>
		<content:encoded><![CDATA[<p>I have been playing with some of these and prefer A and B myself. Everybody’s heard of the Flash image replacement but my problem with that is your users have to have the flash plug in, I think this adds another layer of complications. But the futures bright as I am sure I remember reading that css3 has font embedding. Lets just hope css3 arrives in our lifetimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://blue-anvil.com/archives/using-image-replacement-techniques/comment-page-1/#comment-213</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 12 Feb 2007 10:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=29#comment-213</guid>
		<description>Good article. I use the Phark Method i think</description>
		<content:encoded><![CDATA[<p>Good article. I use the Phark Method i think</p>
]]></content:encoded>
	</item>
</channel>
</rss>
