So Alexis and wormsxulla and all the translators and anyone who opened a bug against SVG-edit should really just be proud, because SVG-edit 2.4, codenamed Arbelos, is now released. Try out the DEMO now. Read the rest of this entry ...
I've been watching David's FakeSmile script evolve over the course of the last few months. At the same time, I have been reading up on SMIL Timesheets, a recent specification drafted by the SYMM Working Group. With recent support of timesheets in FakeSmile, I thought it would be a good chance to experiment. Read the rest of this entry ...
David Leunen has released a new JavaScript library to fake SMIL for modern browsers that do not yet support declarative animation (Firefox 3.0- and Safari 3.0-). The nice thing about this is that it uses existing standards, so that when Mozilla and WebKit finally implement SMIL, this script will avoid executing. On that day, suddenly animations will become less processor-intensive. I'm all about progressive enhancement, but I'm also not above occasionally faking it a little to experiment with cool features. Read the rest of this entry ...
I'm pretty happy with the performance of the Opera 9.5 Alpha 1 preview (Codename "Kestrel" - download here). So happy that I decided to finally try and figure out how to make a screencast today. Read the rest of this entry ...
Thanks, Sam for kicking this off - I knew it was just a matter of time before someone would do a proof-of-concept, but the week of MIX07 was earlier than I expected! 🙂
One suggestion: If you're going to use simple IE detection, then why not use IE conditional comments rather than forcing other SVG-capable browsers to load and parse and run the JavaScript? Something like:
<!--[if IE]> <script type="text/javascript" src="SVG2SL.js"></script> <![endif]-->