Skip to search.
svg-developers · SVG Developers

Group Information

  • Members: 5539
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 15491 - 15520 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15491 ronan@... Send Email May 1, 2002
8:48 am
(If this goes out then roasp.com is not yet down) This snippet particularily made me smile. I deliver stock quotes (streaming, live, etc, and all the bells and...
15492 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
9:00 am
... It's question, not a statemant. As I wrote, I think each of standalone, inline, and referenced have their advantages and applications. ... ...
15493 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
9:45 am
... Yep, referencing SVG from the object element was what I meant above(, not from an SVG image element). Tobi -- http://www.pinkjuice.com/...
15494 endevdad Offline Send Email May 1, 2002
9:50 am
Hi, Did somebody used an applet (with batik ) on a HTML page for viewing SVG?...
15495 endevdad Offline Send Email May 1, 2002
10:10 am
... viewing ... I mean is it worth the waiting for downloading the jars....
15496 Jim Ley
jibberjim Offline Send Email
May 1, 2002
10:17 am
"Tobias Reif" <tobiasreif@...> ... by ... of a ... Then please send your xhtml as application/xhtml+xml which is the correct mime-type for...
15497 ronan@... Send Email May 1, 2002
10:21 am
... IMHO, I don't think it an advantage to use applets and would recommend against it. There's nothing you can do with a jar file that you can't do with a...
15498 Würgler Erich
wurglere Offline Send Email
May 1, 2002
10:34 am
Chris, ... What about the XML Schema that was included with the working draft from 15 Februarz 2002, but has been dropped in the Candidate Recommendation? Are ...
15499 honnen_martin Offline Send Email May 1, 2002
11:04 am
... can't ... easier. I don't think that Adobe SVG viewer 3 implements those interfaces. Recent Mozilla builds I think implement TreeWalker so if you have a ...
15500 Doug Schepers
d_a_schepers Offline Send Email
May 1, 2002
11:04 am
The idea of downloading Batik per use as a browser applet does seem unweildy (given its size). However, the idea of adapting Batik to serve as a alternative...
15501 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
11:47 am
... http://www.w3.org/TR/xhtml-media-types/#summary text/html MAY be sent for XHTML 1.0 (HTML compatible). But I'll give it a go. Tobi -- ...
15502 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
11:57 am
... So I changed the MIME Type sent for XHTML to application/xhtml+xml, but then the very old browser NN4.7 chokes, and displays nothing but a popup (and Opera...
15503 ronan@... Send Email May 1, 2002
12:02 pm
Hi all... Peter Wainwright, the author of several important Perl/Apache books books including Professional Perl Development, Professional Apache, and ...
15504 (no author)
May 1, 2002
12:14 pm
3CCFD802.90703@...> Subject: Re: [svg-developers] Re: Freeware SVG .NET component Date: Wed, 1 May 2002 12:13:51 -0000 MIME-Version: 1.0 ...
15505 Peschka, Jeremiah
zero_interru... Offline Send Email
May 1, 2002
12:27 pm
I am building a link through javascript. I've tried a few different things to play around with it, but I cannot seem to make this thing work. Here is a...
15506 Jim Ley
jibberjim Offline Send Email
May 1, 2002
12:34 pm
"Peschka, Jeremiah " <jeremiah.peschka@...> ... things ... img.setAttributeNS('http://www.w3.org/1999/xlink','href',linTarget) The HREF is the xlink...
15507 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
12:50 pm
... Not true. Konguerror and Mozilla also have no problem with the XHTML on my site, AFAIK. ... Also not true. Semantic XHTML is way more structured and...
15508 Jim Ley
jibberjim Offline Send Email
May 1, 2002
1:18 pm
"Tobias Reif" <tobiasreif@...> ... Konquerer and Mozilla are still PC based in the main, there is an embedded Mozilla in that Nokia device, and I've...
15509 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
1:33 pm
... With "semantic XHTML" I meant semantically correct use of XHTML: tables for tables not for image layout, headers for headers not to make text bolder, etc. ...
15510 endevdad Offline Send Email May 1, 2002
2:02 pm
Hi, I am confused on the best way to do attributes value changing. Is it better to use sets or to use onmouse or onclick events and java script. source : <?xml...
15511 Don XML
don_xml Offline Send Email
May 1, 2002
2:50 pm
... I'm going to get on my soap box now and do a little preaching, if it offends anyone, please ignore: Using the set element (and other SMIL elements) you are...
15512 Jim Ley
jibberjim Offline Send Email
May 1, 2002
2:58 pm
"Don XML" <donxml@...> (reordered...) ... I fully agree with this, there's no reason to use script, you may want to look at implementations and see if...
15513 pcxsoftware2002 Offline Send Email May 1, 2002
3:37 pm
Hello SVG-Users & Developers out there. Now it is officially: The first screenshoots of our application where released, accessable from...
15514 ronan@... Send Email May 1, 2002
3:54 pm
I agree w/ Jim & Don!!! While I like javascript, I really truly feel that it's best to stick to one technology at a time whenever possible. If you use set, you...
15515 Chris Lilley
nantonos2001 Offline Send Email
May 1, 2002
4:57 pm
On Wednesday, May 1, 2002, 12:34:21 PM, Würgler wrote: WE> Chris, ... WE> What about the XML Schema that was included with the working draft from 15 WE>...
15516 Dave Pawson
dpawson2000 Offline Send Email
May 1, 2002
5:00 pm
... Just from curiosity, what does such an applet look like? Regards DaveP...
15517 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
5:07 pm
... Do you mean those?: http://www.web-zaehler.de/pcx/press/svg_studio_scr.pdf ... looking good! On http://www.web-zaehler.de/pcx/development.shtml you write ...
15518 Tobias Reif
tobiasreif@... Send Email
May 1, 2002
5:09 pm
... I'm not sure, but http://xml.apache.org/batik/batikDemo.html might be an example. Tobi -- http://www.pinkjuice.com/...
15519 Dave Pawson
dpawson2000 Offline Send Email
May 1, 2002
5:15 pm
... The rider to that is, if you are a procedural programmer, be grateful that you have the option of using jscript. If XSLT rather than SVG had been the...
15520 Dave Pawson
dpawson2000 Offline Send Email
May 1, 2002
5:29 pm
... Which takes you to http://java.sun.com/products/javawebstart/ which is a bit scary. Like the plug in but without the 'do you want to' first? It is sun, if...
Messages 15491 - 15520 of 65684   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help