sIFR 3 Beta Is Here

Just in time for the holidays, the Dutch Wolf has posted the first official beta of the brand new version of sIFR! sIFR 3 is chock full of great new features that are sure to bring out your inner typography genius, and because Flash is now owned by Adobe, we’ve even created an unimaginative new icon for it! :)

Some highlights of sIFR 3 include:

  • Much easier implementation with no need for font tuning anymore.
  • Constant font sizing with no more fuzzy logic used to determine actual type size.
  • Smoother anti-aliasing and better readability via Flash 8/9’s Saffron rendering engine.
  • Ability to use Flash’s text effects such as shadowing.
  • sIFR now renders on-demand instead of after everything else has loaded, making for a much quicker viewing experience.
  • … and a whole lot more.

So head on over to the Dutch Wolf’s place and check out the new beta for yourself. The quicker we can all help squash any remaining bugs, the quicker an official sIFR 3.0 implementation can be released.

30 Responses:

  1. Anton says:

    HAH - I love the icon (the pun therein, of course).

  2. A new icon, now there’s a surprise!

  3. That is awesome! Nice work on the icon! *cough* bs *cough*

    Looking forward to giving this a try.

  4. Page doesn’t load… great logo. :P

  5. Nice update - on demand render is great.

    I actually think they new Adobe icons will be very functional once we get use to them.

  6. Greg says:

    So…what’s the Spanish version of sIFR going to be called?

  7. Bramus! says:

    Great news! Too bad novemberborn is down … maybe he got dugg/slashdotted?

  8. I’m excited about this release of sIFR and can’t wait to use it in some upcoming projects.

    I’m really digging the icon too… in that sarcastic sort of way.

  9. Jeff says:

    …and because Flash is now owned by Adobe, we’ve even created an unimaginative new icon for it!

    Very funny!

  10. That’s a great new logo, it must’ve taken hours to come up with! :)

  11. Bramus!: What, mention on this site wasn’t enough?

  12. Ah, I didn’t think was real the first time. Guess it is… good job.

  13. Geoff says:

    Love the icon!

  14. John says:

    novemberborn is running now. The icon looks professional :)

  15. sIFR has changed the way I think about type on the web - no joke. I’ll be updating my sites for sIFR 3 soon.

    I’m glad you’ve broken compatibility with Flash 7 - it’s good to let go. Flash 8 has 90% penetration as of September, and that number is only rising.

    Sweet icon too. Now you just need to release a few similarly-featured applications with the same style icons that only have subtle variations in their color hue. Now that would be a badass branding scheme.

  16. Bliss says:

    Yups, the icon is really wicked!. As for the sIFR, how cool it would be if it supports the gradient etc. styles too! :)

  17. Luis says:

    Hey that’s so nice news. I’ve waiting for it eagering.

    And I like the logo, but it is obviously inspired by PS CS3 beta isn’t it? hehe

    Bye

  18. Vini says:

    Wow..! thats just too kool

  19. Andrew says:

    I’m assuming Mike’s changed his site to reflect the latest sIFR. In that case, I may have identified a problem - likely on my end. I’m trapped here in a pretty strict IT environment, but the headlines on the /blog/ page are not coming through. They did pre-sFIR 3 last week. I’m on XP Pro/IE 6, and I’ve got the most recent Flash player.

    However, they ARE coming through if I go to the post’s page (with comments). I thought it odd that there would be a discrepancy like this. (of course it’s fine on Firefox, which I loaded via my thumb drive).

    Here are links to screenshots - if that’s helpful.

    http://www.acflynn.com/images/bloghome.gif
    http://www.acflynn.com/images/blogpost.gif

    LOVE the sIFR, though!

  20. Actually Mike is still using 2.0.1. When you say “not coming through”, do you see plain text for the headlines or is the Flash movie not being loaded?

  21. Andrew says:

    The headlines are not rendering in Flash, nor is the plain text visible. Where normally the Agency font Mike uses appears in the headline, with an underline above the date of the post, all I see is the date.

    Again, it’s as designed on the individual post page, just missing this on the mikeindustries/blog/ page.

    Given that IE6 is still “most popular” (cough, cough) I’m guessing it must be on my side of things, no? But with the latest Flash player installed (multiple reboots since), it’s quite vexing.

  22. If the headlines are gone, Flash was detected, but the movie didn’t properly render.

    How does the sIFR 3 demo work for you?

  23. Mike D. says:

    Andrew: It’s definitely not sIFR 3, but I wonder if it’s another Flash element on the page somewhere. For instance, my latest post contains a Flash movie (the mail thing) and that may be causing weirdness for you.

  24. I’ve been following this for a while, and I still strongly feel it should resize when the text on the page is resized. Many people change the font size on their screen - yet the sIFR elements retain their size. All the other accessibility issues pale in comparison to this. There are already ways to detect text resizing via javascript - it isn’t hard to incorporate this into sIFR.

  25. Rommil, correct. It’ll be there. In fact, some of the ground work has already been laid down in Revision 209.

  26. dexibe says:

    this method is very good,but it is do not support the chinese.

  27. Colin says:

    I was wondering if anyone knows of a good tutorial on how to create a sIFR SWF file. I’ve been looking around and can’t find any. The best I could find is at ADOBE here and it’s from 2005.

    I tried it and was all happy till I uploaded the SWF file to my server then copied the link and pasted it in my code for my MySpace page. Now all I get is ” Rendered with sIFR 3 ” . The sIFR SWF files I have from FONTSMACK and other places works fine. Is this because it’s the old type of sIFR or did I not creat the sIFR SWF file correctly. I’m on MySpace so can’t use js. I know you all hate it and anyone who uses it is an idiot.. blah blah blah, but that’s the way it is. I think sIFR is the greatest thing but I want to make my own now. Can anyone help point me in the right direction.

    http://www.myspace.com/headbangingkitty

  28. I have Flash and IE fails to render any of the pretty headlines in the v2 or v3 demos.

    This is because your Flash detection script is nonsense. The user agent string is meaningless and it appears that the IE-specific loop that creates ActiveX objects stops counting at 7.

    Don’t feel too bad as I’ve seen a lot of broken Flash sites since I uninstalled Flash and re-installed their latest (v9.) But I thought this thing was supposed to be standards-based. (?)

  29. Hi David, thanks for the compliment, I guess :) There is no “user agent string” which is meaningless, I’m checking very specificly for IE/Win. There is not a loop either, but a well-tested way of detecting Flash using JavaScript. The same technique is used by SWFObject.

    Now, of course there could be something about your setup not detected by the code. Just for comparison, could you verify if this SWFObject example works?

    I’m not really sure what this has to do with standards.

  30. Jason Slade says:

    Flash is being recognized, divs are being replaced, but I’m getting a width and a height of 0. When I open firebug and manually edit these atrributes, I get “Rendered with SIFR 3.0″ instead of the text that was replaced.

    Any thoughts?

Leave a Reply

Shared
PBS Frontline - Breaking the Bank: An entertaining and illuminating hour-long look by PBS into the near collapse of the U.S. banking system. Frontline has done an excellent job of covering the financial crisis over the past year. Lots of good Ken Lewis/John Thain footage in this particular episode.
Long exposure shot of a Roomba cleaning a room — I owned one of these things and found it to be substantially more trouble than it was worth. While this shot makes the coverage area look good, a lot of “stuff” collects near the edges, cords and other impediments often stop the thing, and it just doesn’t pick up enough at the end of the day. Great photo though.
LogoLounge: Trends in 2009 Logo Design
A nice roundup of what's going on in the world of logo design. Looks like we're finally moving away from the whooshes and ovals of the last several years. Good stuff.
Using brain waves to levitate ping pong balls: Amazing implications for biofeedback, video games, and our future as a bunch of sedentary Wall-E characters (via Scott Adams)
Kareem Abdul-Jabbar: The Unstoppable Skyhook - “I don’t recall ever being blocked by someone who was guarding me.” I’ve always wondered why NO ONE in the NBA has made the skyhook their go-to weapon. It is the most unstoppable shot ever invented and yet no one learns it anymore.
The Best Free Photos on the Web (Where to Find Them and What to Do With Them) (via John Nack)
Rands In Repose: A Deep Breath
If reading this doesn't make you feel like an inadequate manager, you must be really really awesome. And people wonder why Apple makes such awesome stuff...
Now you got a crapload of squares (via igotyourcrazy via jimray)
TiltShift Generator - Need to get myself a legit tilt-shift lens. Until then, I am more than happy to roll faux with this slick online tool.
How to create an HDR effect using only Lightroom and Photoshop
Great tutorial by Russell Brown. I really need to get up to speed with editing photos in RAW mode. Then again, I'm sure cameras will automatically take bracketless HDR photos within a few years as well.
Scripts which create interesting effects in Adobe Illustrator CS
... and here I am not even knowing you can run scripts in Illustrator.
Share Your Google Analytics Data With Everyone
Apparently, Google Analytics has a public API now. Pretty cool. Not sure this is enough to get me off of Mint, but maybe I'll start running both for a little while.
Hivelogic's Top 10 Monospaced Fonts for Coding
Will have to try out Consolas and Inconsolata. I've always been a staunch Monaco 9 guy, but hey, might as well get ahead of my eventually failing eyesight.
Overshared
Nice, Hi-Ball just redesigned their bottles so they are easier to open. Thanks, now I won't feel like such a wuss.
@p1bx I want to like it, but to tell you the truth, I need some sort of quick screencast or something to tell me how I *should* be using it.
@jw Great album. The Decemberists are the closest thing we have these days to a rock opera. Their last three records have been epic.
@drewpickard Totally. It's been an hour and I can still smell the mole on my hands.
Pork Mole at Oaxaca equals money.
We're streaming Obama's healthcare townhall live at http://bit.ly/CPKfW ... get your Tweets in using hashtag #WHHCQ
Michael Jackson was unimpressed by apple juice http://bit.ly/11HU4d
Of all the great things about the iPhone, I still think its ability to recognize songs hummed into it (via Midomi) is the most amazing.
@Aine All I know about it is that I can't use it because it's a downloadable .exe and I use a Mac. :)
@davidgeller Ah, I should have hashtagged that, eh? #billymays #shamwow
The king is dead. Long live the king. I'm talking to you, Vince.
@spencerb @sujal Construction on new house is set to start July 6. Still in the 50 year old condo for now.
50 year old pipes just got replaced. BEST SHOWER IN 2.5 YEARS this morning.
Interesting law which can get you your earnest money back on a condo purchase: http://bit.ly/4rWuhR
@mhaubs Yes. When you're as down on the NBA as I have been, you need all sorts of things to go right in order to get interested again.