SVG
Have you heard of SVG? It’s a dialect (or namespace or whatever the correct term is) of XML which defines images. Defining the dimensions of rectangles, circles, paths, etc with text instead of saving information for every pixel allows SVG images to be scaled infinitely (SVG stands for scalable vector graphics) without the file getting any bigger, and you can also make tweaks in any old text editor, which is kind of cool.
Image editing programs like Inkscape and Adobe Illustrator can save to SVG, and non-lame web browsers like Firefox, Safari, and Opera can render SVG images. An example: you know the little three-arrow logo at the bottom of Wikipedia disambiguation pages? It’s converted to a PNG when it goes out because of IE, but the original file is SVG — click it and click the direct link to the file, and your browser renders the image from the XML (you can “view source” like a normal page!). Download the file and open it up and Inkscape, and you can edit it—move the elements around and stuff.
More advanced SVG features (not sure if browsers even support these yet) are animations and filters (blur, etc). If the DOM could be manipulated with JavaScript, SVG would be an open-source, standards-compliant, W3C-championed alternative to Flash, which is pretty cool. Combine scriptable SVG with HTML 5, and you have a whole world of semantically-organized, snazzilly animated, open source goodness. It’ll only happen if people other than opensource/standards buffs (like Wikipedia people) notice, though.
08:18 PM | 13 CommentsComments
- Delete What! on April 8, 2008, at 05:14 PM
- Delete What! on April 8, 2008, at 05:17 PM
- Delete What! on April 8, 2008, at 05:19 PM
- Pedro Viltero on April 9, 2008, at 01:33 PM
- Delete T-Hawk on April 10, 2008, at 06:41 PM
- Delete What! on April 10, 2008, at 09:37 PM
- Pedro Viltero on April 11, 2008, at 04:32 PM
- Delete What! on April 11, 2008, at 04:44 PM
- Pedro Viltero on April 12, 2008, at 04:29 PM
- Delete What! on April 12, 2008, at 04:46 PM
- Pedro Viltero on April 12, 2008, at 07:58 PM
- Pedro Viltero on April 20, 2008, at 07:46 PM
- Delete What! on April 20, 2008, at 09:23 PM