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.

Like this entry? You probably shouldn't follow me on Twitter here. I recommend the RSS feed instead.

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

How to Swear in English, if You’re Korean: “Little children and pregnant women should not watch, because it will be bad for their education.” Gets funnier every time I watch it.

Saturday Night Live: China Cold Open — I don’t watch SNL much anymore but this week’s (repeat) opening skit on U.S./China relations was hilarious. I love the translator.

TrentWalton.com:

Trent’s site is really nice. The single-blog-post index is an interesting touch. Make sure to click “Prev” to peruse some of Trent’s other posts.

How to make a Lost Cat poster if you’re a graphic designer and you don’t like doing free work for people. (via jimray)

“Apple of My Eye”: A short movie, filmed and edited entirely on an iPhone. Beautiful stuff. (via gruber)

PilotHandwriting:

Write some letters on a piece of paper, upload it via webcam, and this site will turn it into a font. Very slick. If I didn’t have deplorable handwriting, I would try it. (via Cameron)

How the Big 12 came back to life:

This is one of the best investigative sports articles I’ve ever read. Really, really fascinating. If you care at all about college football, you must read it. Two really interesting things I learned: Colorado really screwed themselves, and ESPN pretty much screwed the Pac-10.

We just launched msnbc.com’s new photoblog today. It’s pretty hot and it’s not even full featured yet. Peep it.

iPhone App Development: The Missing Manual:

If I ever decide to write an iPhone app, this will be the first book I buy. (via gruber)

The Battery Flashlight: Pretty cool. I can’t think of another example of a product where the battery is actually part of the user interface.

“What is the level of technology that is required to make a foam stick?” — Wham-O Moves to America (The Daily Show)

How Much Do Music Artists Earn Online? A great infographic showing how the digital distribution of music has sucked artists’ royalties almost completely dry. People have argued they were never healthy to begin with, but the difference here is major. The same is going to happen to every meatspace product that transitions to digital. The iPad isn’t going to save content royalties.

Dude with ridiculous business-card throwing skills. It’s good to know business cards still have a use. (via tan.gy)

If ever anyone had a look that screamed “potential air guitar champion”, it is Rob Weychert. Watch him tear it up in the 2010 Air Guitar World Championships. I am proud to say this man has slept on my couch.

Snap Groups: Mark Fletcher's new project:

When Mark Fletcher creates a product, it’s usually transformative and awesome. Bloglines, for instance, changed my life. SnapGroups, his latest project, just launched today. It’s too early to tell how successful it will be, but given who is behind it, it’s something to keep an eye on.

Overshared
@blamedesign Yep, didn't mean discrimination. Just meant not maximizing shareholder value because of editorial ideologies.
@blamedesign The thing that may get them off the hook here is maybe it's going to be a trivially small transaction no matter who buys.
@blamedesign Here's an example: http://bit.ly/9VexnX "failed to look out for shareholders' best interests by rejecting Microsoft's offer"
@blamedesign Not true at all. Plenty of shareholder lawsuits for not maximizing proceeds during a bidding process.
@blamedesign I don't understand what you're saying. "Public company" equals "Publicly traded company".
@blamedesign Wha? http://finance.yahoo.com/q?s=WPO
How is it that a public company like WaPo can refuse bids for Newsweek on ideological grounds? Is that legal? http://cnt.to/m23
North Korean football team shamed in six-hour public inquiry over World Cup: http://bit.ly/dbDe1k
@Coudal What I find strange is that people think I'm supposed to like it even more because I'm into the ad industry... and yet, I don't.
@khoi You and me make two. I've given Mad Men three shots now. Does nothing for me.
@davepell We do it because so far, it has felt like some sort of improvement.The more plugged in one is,the sooner one will begin to unplug.
@shoghon Wow, that kills my diagram. Good idea... might be tough to anchor the fulcrum though. You can't walk on that slope.
@peruvianidol Nope. The eagle tree in on my neighbor's property. It's much bigger too. This is really almost an overgrown bush.
@sourjayne One swing of a sharp sword would chop these little branches right off. They are tiny. And yeah, gotta buy the sword first :).
@sxtxixtxcxh Yep, but the branches to be trimmed are very thin. Would like to just make some clean breaks.