<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.websitemagazine.com/content/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'Net Features : sIFR</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/sIFR/default.aspx</link><description>Tags: sIFR</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Web Design: Use Cufon For Text Replacement</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2009/04/27/web-design-use-cufon-for-text-replacement.aspx</link><pubDate>Tue, 28 Apr 2009 00:13:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:8188</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=8188</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2009/04/27/web-design-use-cufon-for-text-replacement.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;Back in March we discussed how to use FLIR (&lt;i&gt;Facelift Image Replacement&lt;/i&gt;) as one way to replace text and use any font on your website. FLIR is a great alternative to sIFR that does not require Flash, but there are some good alternatives - namely, &lt;a href="http://github.com/sorccu/cufon/downloads"&gt;&lt;strong&gt;Cufon&lt;/strong&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Unlike sIFR (&lt;i&gt;Scalable Inman Flash Replacement&lt;/i&gt;) Cufon requires no plugins. Cufon consists of two individual parts - a font generator (which converts fonts to a proprietary format) and a rendering engine written in Javacript. &lt;br /&gt;&lt;br /&gt;The font generation is essentially just a web-based interface to FontForge (an outline font editor that lets designers create postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap fonts, or edit existing ones, which allows for the conversion from one format to another).&lt;br /&gt;&lt;br /&gt;The generator (check an online version &lt;a href="http://cufon.shoqolate.com/generate/"&gt;here&lt;/a&gt;) builds a custom FontForge script based on user input and then runs it, saving the result as an SVG font. The SVG font is then parsed and SVG paths are converted to VML paths. The resulting document is then converted into JSON with a mix of functional JavaScript. The process is then repeated for the rest of the fonts given to the generator and the resulting JavaScript file is sent back to the client with a distinctive filename.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/cufon.gif" alt="" /&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=8188" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/website+design/default.aspx">website design</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/web+design/default.aspx">web design</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/web+designers/default.aspx">web designers</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/sIFR/default.aspx">sIFR</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/FLIR/default.aspx">FLIR</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/cufon/default.aspx">cufon</category></item><item><title>Use Any Darn Font You Want FLIR</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2009/03/17/use-any-darn-font-you-want.aspx</link><pubDate>Tue, 17 Mar 2009 14:45:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:7791</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=7791</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2009/03/17/use-any-darn-font-you-want.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;Do you remember that designer who told you there was simply no way you could use Calibri as the font for your website? Well, he was wrong. Using &lt;a href="http://net.tutsplus.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/"&gt;&lt;b&gt;FLIR - Facelift Image Replacement (or FLIR)&lt;/b&gt;&lt;/a&gt;, an alternative to sIFR that does not require Flash - you can use any darn font you wish. &lt;i&gt;Quick side note - one of the most popular (highest trafficked) posts in November of 2008 was on Web design package &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2008/11/20/coffeecup-web-typography-pack.aspx"&gt;CoffeeCup&amp;#39;s Web Typography Pack&lt;/a&gt; which includes a sIFR Font Maker.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Getting started with FLIR takes just a few minutes. Download, unzip and upload, then choose and configure your fonts. Make the necessary modifications to CSS declarations and selectors and you&amp;#39;re pretty much good to go. FLIR is probably best used for making modifications to headlines, subheads, etc. and not as the actual body copy itself. &lt;/p&gt;
&lt;p&gt;Designers/developers will need&amp;nbsp;Web servers with PHP and the GD library. There are some issues, but minor ones. The PHP GD library does not render details very well, but FLIR is easier to implement sIFR and does not require Flash to create or view. &lt;/p&gt;
&lt;p&gt;Solutions like sIFR and FLIR may be tail chasing as CSS3 will support various webfonts (as do recent versions of Firefox and Safari).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;__________&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What&amp;#39;s One Great Idea Worth?&lt;/b&gt;&lt;br /&gt;&lt;i&gt;&lt;/i&gt;Upgrade to a &lt;a href="http://website
magazine.com/prosubscribe/"&gt;professional-level membership from Website Magazine&lt;/a&gt; and find out!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=7791" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/website+design/default.aspx">website design</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/web+design/default.aspx">web design</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/font+replacement/default.aspx">font replacement</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/web+fonts/default.aspx">web fonts</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/sIFR/default.aspx">sIFR</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/image+replacement/default.aspx">image replacement</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/fonts/default.aspx">fonts</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/FLIR/default.aspx">FLIR</category></item></channel></rss>