Collection of Februari '08 news
Tuesday, 26. February 2008, 17:02:59
- Joshua Zeidner interviews Ted Gould about SVG, Inkscape and Web Standards. Quite an interesting read.
- The W3C Video on the Web Workshop delivered its report. I suppose there are more than a few things for people to be upset about there, but there is some sensible outcome as well. I'll get back to that in another post.
- The Wikidraw project shows how SVG can be used for visualizing information from other sources in a mindmap-like fashion. Pretty cool, even though the server is a bit slow.
- Smashing Magazine highlights some of the best tutorials for learning how to make the most of Adobe Illustrator, naturally they are applicable to any vector graphics editor.
- Something I've written about before is the state of XHTML in Wordpress. I'm happy to hear I'm not alone in wanting more out of blogging software such as Wordpress, Jeff Schiller wrote a number of posts on the subject, among others Stimulating Wordpress and about his new XHTML+SVG theme. This new theme created some followup articles by Shelley Powers [XHTMLating feeds] and Sam Ruby [XHTMLating Wordpress].









NoteMe # 27. February 2008, 01:50
You mean like MyOpera
- ØØ -
MacDev_ed # 27. February 2008, 08:01
Ewww, yes, just like my.opera.com too. I take it I will have to start using inline svg instead then, but I don't think that'll work any better and it doesn't help me reuse the images.
Anonymous # 27. February 2008, 13:35
Inline svg will definitely work better with Planet Intertwingly. In general, if you feed validates without warning, it can be handled properly by Venus.
Question: would it be possible for the code that produces your feed to substitute inline SVG when it encounters an object tag with a type of image/svg+xml? That way you will have hyperlinks, caching, and reuse for online viewing, and self-contained bundles for off-line viewing.
MacDev_ed # 27. February 2008, 16:56
I'm not personally responsible for the feed-generating code, but I'll certainly ask for that feature to be added.
This has yet to be tested: if I use will the img show up on Planet? I saw that there were a few jpg images included from some of the feeds. However if that did work only Opera 9.5 would be able to see the svg anyway AFAIK, so it wouldn't be a perfect solution for other browsers.
jeff_schiller # 27. February 2008, 17:59
I'm also curious how you would use inline SVG on my.opera.com when the page is served as text/html...