<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monday By Noon &#187; image-replacement</title>
	<atom:link href="http://mondaybynoon.com/tag/image-replacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 18 Aug 2010 17:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Typography in Headings: sIFR? Image Replacement?</title>
		<link>http://mondaybynoon.com/2007/05/28/typography-in-headings-sifr-image-replacement/</link>
		<comments>http://mondaybynoon.com/2007/05/28/typography-in-headings-sifr-image-replacement/#comments</comments>
		<pubDate>Mon, 28 May 2007 12:21:52 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[image-replacement]]></category>
		<category><![CDATA[sIFR]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/2007/05/28/typography-in-headings-sifr-image-replacement/</guid>
		<description><![CDATA[While sIFR has garnered quite a bit of attention and support, I have yet to see it implemented all that often.  Is CSS based image replacement preferred?]]></description>
			<content:encoded><![CDATA[<p>One of the more common areas for designers to apply a custom font to a design is in the site headings.  It is in their nature to stand out, making an attractive target for a custom type face.  Developers have tried time and time again to come up with the best possible image replacement techniques to ensure that their documents retain proper accessibility while reaching the next level.  A new and exciting method to obtain custom type became available and lots of people loved it; <acronym title="Scalable Inman Flash Replacement">sIFR</acronym>.  <a href="http://www.mikeindustries.com/sifr/">sIFR</a> gave designers an unobtrusive way to include any font under the sun in their designs, opening new doors for Web design.  While <acronym title="Scalable Inman Flash Replacement">sIFR</acronym> has garnered quite a bit of attention and support, I have yet to see it implemented all that often.</p>
<h2>A short history of custom type on the Web</h2>
<p>We can all remember back to the days where finding bits of information about font requirements were found next to the screen resolution requirements as well as browser requirements.  Many times, the fonts were supplied with a quick hyperlink and after a quick download, unzip, installation, and restart of your browser you were ready to go!  Luckily, providing a requirement such as that seemed to be short lived (although you still run across the issue as well as browser and resolution requirements to this day).  With the implementation of <abbr title="Cascading Style Sheets">CSS</abbr>, developers and designers had much more to work with and were now able to use more effective techniques in their designs.</p>
<h3>CSS based image replacement</h3>
<p>Using <abbr title="Cascading Style Sheets">CSS</abbr> image replacement caught on like wildfire and many designers use it in nearly all of their work.  Personally, I find myself using the technique at least once in nearly every project I work on, including this website.  There are <em>many</em> different methods used for image replacement, each with their own set of pros and cons.  A great resource to read about and view examples of various techniques is a post on <a href="http://mezzoblue.com">mezzoblue</a> entitled <a href="http://www.mezzoblue.com/tests/revised-image-replacement/">Revised Image Replacement</a>.  A number of methods are detailed including a short description, code sample, and live examples of each.</p>
<p>During the second revision of this website, I had come up with a technique for image replacement that I hadn&#8217;t seen anywhere else.  The details are included in the write-up, but essentially it was the best way I could find to not bloat the code with extra markup while retaining accessibility as best as possible.  Instead of trying to hide any of the content in the first place, I attempted to camouflage it using the color of an image.  Please read more about <a href="http://mondaybynoon.com/2006/10/23/my-latest-take-on-image-replacement/">my latest take on image replacement</a>.</p>
<h3>What is sIFR anyway?</h3>
<p>As taken from <a href="http://wiki.novemberborn.net/sifr">WIKI.NOVEMBERBORN</a>:</p>
<blockquote cite="http://wiki.novemberborn.net/sifr/What+is+sIFR"><p>sIFR (or Scalable Inman Flash Replacement) is a technology that allows you to replace text elements on screen with Flash equivalents. sIFR is the result of many hundreds of hours of designing, scripting, testing, and debugging by <a href="http://www.mikeindustries.com/">Mike Davidson</a> and <a href="http://www.novemberborn.net/">Mark Wubben</a>.  Mike, Mark and an invaluable stable of beta testers, supporters, and educators like <a href="http://www.violetsky.net/">Stephanie Sullivan</a> and <a href="http://www.macromedia.com/support/forums/team_macromedia/team_members/114.html">Danilo Celic</a> of <a href="http://www.communitymx.com/">Community MX</a> completely rebuilt a DOM replacement method originally conceived by <a href="http://www.shauninman.com/">Shaun Inman</a> into a high quality cross-browser, cross-platform typography solution for the masses.</p>
</blockquote>
<p><span id="more-81"></span></p>
<p>In my opinion, <a href="http://novemberborn.net/sifr3">sIFR</a> is, in and of itself, quite a good idea as well as an evolved technique.  Earlier versions of <acronym title="Scalable Inman Flash Replacement">sIFR</acronym> became available some time ago, and it is still being researched as well as developed to this day.  The new beta releases are including new features, as well as rethinking implementation itself.  My main question is: why is sIFR not more widely implemented?  Is it because of the requirements placed on the reader in that they need to possess a third party plugin as well as have JavaScript enabled to run a check for that plugin?</p>
<p>While requirements placed on the reader may be slightly overbearing, <acronym title="Scalable Inman Flash Replacement">sIFR</acronym> was developed in such a way where it will gracefully degrade for your readers.  Am I mistaken in my observation that sIFR is not implemented as much as you&#8217;d think?</p>
<h4>In closing</h4>
<p>As with any story, there are two sides with both <abbr title="Cascading Style Sheets">CSS</abbr> based image replacement as well as <acronym title="Scalable Inman Flash Replacement">sIFR</acronym> as choices for custom type in headings.  There are accessibility issues attached to image replacement, and user requirement issues when dealing with sIFR.  Which do you think is the better choice and why?</p>
<p class="post-script">P.S. I&#8217;ve ended posts with questions before in hopes of getting some opinion from readers as I value their opinion.  I&#8217;m hoping that those of you who don&#8217;t normally write a comment after reading the article can find a few minutes to do so on this.  I&#8217;m truly interested in the reaction other designers and developers have regarding the two techniques.  Thanks a lot in advance!</p>
]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/2007/05/28/typography-in-headings-sifr-image-replacement/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/16 queries in 0.008 seconds using disk

Served from: mondaybynoon.com @ 2010-09-06 11:26:06 -->