Oh well, so much for the changes I was planning. I was planning to use SVG for the logo and nav bar, however, Mozilla doesn't have support for gradients yet. I was also going to use XML entities to include common sections of my web pages like the nav bar and footer, sort of like a client side include ;) . Unfortunately Mozilla and IE 5.5, the only two browsers I've tested it with, don't seem to support this. So instead of working on my site I will just have to finish working on my mom's site.
Monday, April 28, 2003
Sunday, April 27, 2003
What is it with the people that wrote the SVG conformance test suite? From what I understand the object tag is the official way to include SVG and other types of files into a web page. So why do they use the embed tag? Doing that means Mozilla won't display the image since the embed tag is for plugins. Well actually it's supposed to be replace by the object tag. I suppose this could be related to the image/svg+xml bug in mozilla which prevents files served with that mime type from being redered as graphics. They say this should be fixed but I'm still seeing it with an SVG enabled 1.4a build. Back to reading the SVG spec and playing with my web pages.
Friday, April 25, 2003
Hard to beleive that it's been 8 months since my last post. I'm currently trying out w.bloggar for posting to this blog. So far so good.
The next thing on my todo list is to download the Amaya web/CSS/SVG editor for use in updating my site. One of the main things I intend to do is change my main logo to an SVG image, of course I'll still need a regular image for those that can't view the SVG image. If SVG makes it into the 1.4 build of Mozilla then I might also convert my menu to SVG.
The next thing on my todo list is to download the Amaya web/CSS/SVG editor for use in updating my site. One of the main things I intend to do is change my main logo to an SVG image, of course I'll still need a regular image for those that can't view the SVG image. If SVG makes it into the 1.4 build of Mozilla then I might also convert my menu to SVG.