Tagged Questions
Scalable Inman Flash Replacement is an open-source JavaScript and Flash technology which replaces HTML text elements with Flash equivalents.
41
votes
14answers
24k views
SIFR vs Cufon vs Typeface.js
With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer?
Cufon,Typeface.js, or SIFR?
Cufon is new but has been getting a lot of praise from ...
10
votes
5answers
1k views
Web font embedding vs. sifr?
I'd like to use a non-standard web font to improve the appearance of my HTML.
Is it preferable to embed a web font or use something like sifr?
My understanding is sifr is a flash-based viewer for ...
8
votes
8answers
889 views
How to use our custom font on our website
How to use a stylish font on my website that works on all browsers
4
votes
4answers
2k views
sIFR or FLIR?
I've recently bumped into facelift, an alternative to sIFR and I was wondering if those who have experience with both sIFR and FLIR could shed some light on their experience with FLIR.
For those of ...
3
votes
3answers
158 views
SIFR Font for Entire Website - Bad idea?
Client wants to use a SIFR font for their entire website. Doesn't seem like a good idea to us. We've used SIFR in the past for headings but never for much more than that.
Anyone have any good ...
3
votes
3answers
234 views
Does SIFR work well cross-browser?
I have seen a few sites now that use SIFR, and I can see the benefits. I have (quickly) looked into other plugins similar, but SIFR seems to be quite good. So it good in terms of cross-browser ...
3
votes
3answers
359 views
What are cons to use sIFR, in terms of , development time, accessibility, speed and mobile devices?
What are cons to use sIFR, in terms of , development time, accessibility, speed and mobile devices?
Some cons Which i know.
Rendering speed of pages will be slow
because of it use JavaScript and
...
3
votes
4answers
583 views
Font licensing on the web?
I'd like to do nice typography on the web-- that is, fonts other than the limited set of "web safe" fonts.
Reasonable choices (considering accessibility and SEO) seem to be Cufón or sIFR or maybe ...
2
votes
3answers
1k views
What are cons to use Cufon? Is sIFR still good option? @font-face doesn't make the letters smooth like they look with cufon or sIFR
What are cons to use Cufon? in term of Web Standards, Accessibility and Performance.
I think if we need smooth text than sIFR is still best with screen reader compatibility.
With @font-face font ...
2
votes
2answers
148 views
Are all fonts allowed to use as image if we use CSS Image replacement instead @Font-face, Cufon and sIFR?
Are all fonts allowed to use as image if we use CSS Image replacement instead @Font-face, Cufon and sIFR?
or
When we use any font in any design we made, and add image in page using <img> or ...
2
votes
4answers
316 views
Why do designers use sIFR if they can use @font-face?
Why do designers use sIFR if they can use @font-face ?
What is wrong with @font-face ?
@font-face {
font-family: "Hacen Tehran_eot";
src: url('Hacen Tehran.eot');
}
@font-face {
...
2
votes
2answers
90 views
sifr not working in browsers, but can see it in dreamweaver preview
this is my first time trying to use sifr, so pleave be gentle and forget my noobness :).
ive been having some problems getting sifr to work... when finally it looked like it did (the dreamweaver ...
2
votes
5answers
614 views
Is the sIFR project dead?
I need to implement a typographic solution, and was about to go the sIFR route, but sIFR 2 is ancient and sIFR 3 doesn't appear to have been worked on in over a year and a half.
I've been looking ...
2
votes
2answers
199 views
FLIR: avoiding ugly page loads
I'm building a site that makes extensive use of FLIR to allow the use of non-websafe fonts. However, pageloads are an ugly process, as first the HTML text version of each field loads and then (a few ...
2
votes
2answers
401 views
cross-browser text (blur) shadow
How to get cross-browser text (blur) shadow? including IE6, 7, 8.
is there any css or js solution?
I want to get text-shadow with semantic and valid markup.
2
votes
1answer
39 views
SIFR: Surface tooltips off words inside SIFR'd text
If I SIFR-ize the following text:
"We make <span>blankets </span> and pillows for giraffes."
I know that I can make the SPAN part a different color, and I can even assign it a :hover ...
2
votes
2answers
640 views
sIFR 3 Leading and Kerning
I am trying to get leading and kerning to work on some sIFR 3 type on a site I'm working on (as described in the wiki: http://wiki.novemberborn.net/sifr3/Styling), but these two parameters seem to ...
2
votes
6answers
2k views
sIFR text stretched/blurry in Google Chrome
Answered
The best answer below was good for the bounty, but user Aaron's answer is the correct answer. Setting:
.sIFR-flash {
width:100%;
}
corrects the issue in Chrome. Sadly, I cannot change my ...
2
votes
1answer
389 views
sIFR3 and line-height/leading
I've successfully implemented sIFR3 using the nightlies from the end of Oct. All is well and much easier to work with than sIFR2 except where it comes to line-height.
I was able to deal with my ...
2
votes
6answers
474 views
Alternative for SIFR
I wish to know if there is an efficient alternative for SIFR. We are facing performance challenges with SIFR and we wish to replace it. One option is that we just use system fonts. Can someone please ...
2
votes
1answer
881 views
JQuery Cycle Plugin, SIFR and PNG Fix - strange behaviour in IE
I am using the JQuery Cycle plugin to flick through a bunch of divs with content in them.
Everything is fine in FF and Chrome but in IE 6/7 the SIFR titles do not appear in any divs apart from the ...
2
votes
4answers
2k views
Where to specify line height for sIFR
I have not had any luck changing the line height for sIFR. I have tried changing the sIFR css and config file as well as my general style sheet. Is there a special trick?
GENERAL CSS
h1 {
...
2
votes
1answer
398 views
sIFR 3 Uppercase
Can someone please explain how can I implement text-transform: uppercase; feature with sIFR 3?
On the doc, it explains how to use it but I really don't know how to implement it. Can someone provide ...
2
votes
1answer
813 views
Sifr 3 a:hover not active outside text
I have an unordered list with links. The links have display:block; in the css so the hover will also have effect in the padding surrounding the links. I replace the list-items with sIFR 3. In the ...
2
votes
1answer
121 views
sIFR can't render capital L on Crayon font — any ideas?
i am experiencing a very strange problem with sIFR. though i have it working across a huge number of different fonts, i can not figure out why it will not render a capital "L" in the TrueType font ...
2
votes
1answer
848 views
Sifr 3 Links Problem
I am currently coding a site that is using an extensive amount of sifr'ed links. The appearance of the sifr'ed text is fine, however the links only seem to work in Safari. I have seen that there are ...
2
votes
4answers
259 views
Why provide fonts as swfs for sifr?
I'm working with a designer who has supplied some font files as swfs for sifr.
Could someone explain why this file format is being used for a font file?
Does this have to do with legal ...
2
votes
4answers
5k views
How do I implement jQuery Sifr Plugin properly?
I have been trying all afternoon to get the jQuery Sifr Plugin (http://jquery.thewikies.com/sifr/) to work, without success. The plugin's site has limited documentation and for something so apparently ...
2
votes
2answers
819 views
How to get the click event on sIFR embedded tag in IE?
I have implemented Scalable Inman Flash Replacement (sIFR) to convert text. The issue is, I'm unable to do onClick event over the iSFR embed tags.
$(function() {
$("embed").click(function(){
...
2
votes
2answers
706 views
sifr3 - prefetch not working?
I am having a problem with the loading times/size of an sifr 3 enabled site, and found out the the font swf is requested several times in my application. This can be seen in the network tab of ...
2
votes
3answers
1k views
sIFR swf implementation problems
I have tried a few methods of sIFR implementations, but I cant get it to work 100%. I would really appreciate any help or tips on this issue.
I have mainly tried to use sIFR 3 (r436) and I get it to ...
2
votes
1answer
2k views
SIFR: How much is too much?
First time poster here, using the "sifr3-r436" build.
I am doing work on my company's website and decided it was time for us to start employing some SIFR technology. So far, I have been able to ...
2
votes
3answers
604 views
When do you use sIFR?
I heard Joel and Jeff talking about sIFR in one of the early podcasts. I've been using it on www.american-data.com and www.chartright.us with some fairly mixed results.
Yesterday I was informed ...
1
vote
1answer
21 views
sIFR slector for li:hover effect
I have a menu
<div id="nav">
<ul>
<li><span><a href="/index.asp">Home</a></span></li>
<li><span><a ...
1
vote
1answer
29 views
SIFR text invisible to browsers' Find command
Users are not able to find sifr text using ctrl-f/cmd-f. Is it possible to configure sifr for this functionality?
1
vote
1answer
65 views
What could cause sIFR text to display differently on different systems?
There's a website I built a few years ago using sIFR. Nothing's really changed on it at all in terms of styling — just some content added/removed edited via XML.
The site owner emailed me today ...
1
vote
0answers
81 views
sIFR native extension for Joomla 1.6? [closed]
I'm curious if there are plans to update the sIFR joomla extension for Joomla 1.6.x?
(Perhaps a Joomla 1.6 Native extension with sIFR 3? :))
1
vote
2answers
366 views
Can I have a horizontal multiple colour gradient on text using CSS3 / HTML 5?
I'm trying to replace a sIFR based flash effect currently used on a website with CSS 3 styling. I have the text gradient effect working well using CSS 3 but the original sIFR implementation had ...
1
vote
1answer
32 views
sIFR + SharePoint
Has anyone used sIFR in a SharePoint site? Is there any reason why they wouldn't play nice? I don't see why there would be but a sub-contractor is pushing hard for flat images instead of sIFR.
1
vote
1answer
501 views
jquery cycle slide show not fading in IE
This is crazy Frankenstein collision of jquery cycle, sIFR3 and some other stuff--it works great in Chrome, Safari and Firefox, but not IE 7 or 8 (of course).
...
1
vote
0answers
42 views
sIFR Turkish character problem
sIFR in my web page is unable to show Turkish characters.
I have this in css/js/sifr-config.js :
sIFR.replace(futura, {
selector: 'h1',
css: '.sIFR-root { background-color: #F9F9F9; color: ...
1
vote
1answer
92 views
sifr not replacing font
I am trying to use sIFR to replace the headlines (e.g. The Tour of A Lifetime) on this page: http://tanciltown.com/ten-chimneys/
The font I want to swap in is Verlag by hoefler & frere jones.
I ...
1
vote
1answer
362 views
Anyone able to translate sIFR into AS3 (for hyphenation and with the help of a converter)?
One thing asked for a lot with sIFR is hyphenation.
Now I almost solved it with integrating Hyphenator.as http://vis4.net/blog/2010/05/as3-hyphenation/.
The only problem is that Hyphenator.as is ...
1
vote
1answer
175 views
for site which language is chinese what should i choose @font-face or sIFR for custom fonts?
for site which language is chinese what should i choose @font-face or sIFR for custom fonts? and which charset i should choose?
Any typography, license free fonts suggestion would be appreciated.
1
vote
1answer
193 views
Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?
Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?
IE 6, IE 7, IE 8, Firefox 3+, Google Chrome and Safari (MAC)
Which font type i needed
1
vote
1answer
24 views
sIFR3 smoothing and IE
i've started to use sIFR3.
I don't know how to turn on smoothing of font. Do i need to change it in my font.swf file?
In FF3 it work perfect, everything is okay, but when i turn on my IE8, nothing ...
1
vote
3answers
2k views
Cross-browser text-stroke methods?
Wanting to use the new text-stroke css attribute on some fonts, but as of this moment, only webkit has support for it.
Are there any cross-browser compatible methods of applying text-stroke?
I have ...
1
vote
1answer
165 views
sIFR header with inside span
I've got the following situation:
<h2>This text is <span>pretty awesome</span></h2>
I'm trying to give both a different style like this (only the css):
h2 { font-size: ...
1
vote
1answer
68 views
sIFR selected text background
It seems to me that sIFRed text when selected allways have black background. My site design is dark (mostly black). So when use select sIFRed text it looks like nothing happens, it is selected but no ...
1
vote
3answers
332 views
sIFR3: controlling a and a:hover styles inside replaced through CSS rather than JS
For graceful degrading and minimal coding for the sIFR feature on my websites I would want to define styles in CSS as much as possible. Here's what I do:
• Define a H3 tag to be replaced by sIFR3.
• ...