SVG allows you to do quite a bit in terms of graphics in the browser that was not possible without a special plugin like Flash. This post describes how I enabled dragging of entities around the screen. Read the rest of this entry ...
David Hyatt has posted in the Surfin' Safari blog that Safari nightly builds now have partial support for SVG 1.1. You can see the status of the Safari SVG implementation here. This marks the third browser that allows you to integrate HTML and SVG and script it via an XML DOM. Read the rest of this entry ...
I first learned of OpenLaszlo when I began learning a bit about SVG. The idea behind OpenLaszlo is to write rich web applications in XML + JavaScript. It is very similar in concept to Mozilla's XUL, Microsoft's XAML and Adobe's MXML. Read the rest of this entry ...
Here's an article on X3D. X3D is VRML reworked into XML and is starting to garner some attention. I think it would be cool to combine X3D and SVG into a Compound Document such that X3D is used for your 3D object models and SVG is used for your 2D textures on those models as well as the GUI.
Now that Firefox 1.5 has been released, I thought I would follow up this entry with my corresponding entry for Firefox. Read the rest of this entry ...