[svg-developers] Re: Multiple Image Elements

2005-08-10 Thread Andreas Neumann
Hi Kerry, --- In svg-developers@yahoogroups.com, "kerrycoffin" <[EMAIL PROTECTED]> wrote: > > Hi > > It looks like when I add multiple image elements to the DOM via > javascript that only two requests at a time are sent to the web > server by the ASV plugin even though I'm creating 16

[svg-developers] Re: Real time map animation in svg

2005-08-10 Thread lakeuk
Take alook at this http://www.nickfessel.com/gmaps/burlingtonbikeRide.html while not SVG it demostrates what can be done with stats collected of a gps unit and plotted on Google Maps, I take it this is the sort of thing you want to do in SVG. Dave Yahoo! Groups Spo

[svg-developers] how/where to represent aspect ratio

2005-08-10 Thread reindeer21005
I have a 150 x 150 array of values representing a 23600m x 12700m area that I want to display in a viewport. Each single sub-rectangle would be 23600m/150 by 12700m/150 and is color coded. The problem is how/where to designate that my areas are rectangular. Can this be done on the root element

RE: [svg-developers] Re: Multiple Image Elements

2005-08-10 Thread Kerry Coffin
Thanks Andreas, Yes the log file shows that only 2 images are requested at a time by the plugin. If one request finishes then another request is issued. Here is my log file from the servlet: Time In is the current time in milliseconds on the web server. For instance you can see that the firs

[svg-developers] MVC and svg dom

2005-08-10 Thread raghu raman
Hi Everybody, I have decided to change the existing procdural prograaming javascript (svg dom) code into oops with MVC based. Please guide me to right direction for learn MVC based architeture in SVG DOM. Thanks and regards Raghu - Check out Y

[svg-developers] Re: getURL/parseXML does not work

2005-08-10 Thread deeti_dave
Hi All, I solved the problem finally! I used tag to embed my svg into html page, and by replacing it to tag, it worked, phew! Thank you very much for all of your responses and for helping hand :) D Dave --- In svg-developers@yahoogroups.com, "deeti_dave" <[EMAIL PROTECTED]> wrote: > Dear Ho

[svg-developers] Multilingual support in SVG Tiny?

2005-08-10 Thread Ahmed Salman
Hi! I am downloading the following sample code in Sony Ericsson K750i which should display text either in UK english, US english or Spanish based on viewers language preferences. http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> Use of switch element en-UK

Re: [svg-developers] how/where to represent aspect ratio

2005-08-10 Thread Holger Will
reindeer21005 schrieb: > > I have a 150 x 150 array of values representing a 23600m x 12700m > area that I want to display in a viewport. Each single > sub-rectangle would be 23600m/150 by 12700m/150 and is color coded. > The problem is how/where to designate that my areas are rectangular. > > Ca

[svg-developers] Update: Dynamic Loading of Vector Geodata for SVG Mapping Applications Using Pos

2005-08-10 Thread Andreas Neumann
The tutorial "Dynamic Loading of Vector Geodata for SVG Mapping Applications Using Postgis, PHP and getURL()/XMLHttpRequest()" was updated to also include XMLHttpRequest - which is available on MozillaSVG: http://www.carto.net/papers/svg/postgis_geturl_xmlhttprequest/ The script now detect

[svg-developers] Problem Internet Explorer: Download archive JSP contend a SVG???

2005-08-10 Thread Carlos Gonçalves
Hi all. I am with a problem to develop SVG using server side in JSP. My archive test.jsp contains the code: <%@ page contentType="image/svg+xml" %> JSP @ SVG My test in the browser Internet Explorer http://localhost:8080/svg/test.jsp, when access this address, a message appears "making downloa

[svg-developers] 31 SVG Drawing programs.

2005-08-10 Thread xeipon2
I compiled a list of Vector drawing programs as a part of a column I wrote for maa.org: http://www.maa.org/editorial/mathgames/mathgames_08_01_05.html Of these 65 programs I've listed, 31 of them support SVG. Of these, 14 of them are free. The next step would be to evaluate each of these to see

[svg-developers] how to write to a file using posturl()

2005-08-10 Thread deeti_dave
Dear all, I'm back again with question! I am using different ways to post some data to an html page: function display_vol(evt){ var vol = js_arr[0]; svgdoc = evt.target.ownerDocument; alert("before postURL()"); var somevar = 'In SVG'; //pos

RE: [svg-developers] how to write to a file using posturl()

2005-08-10 Thread Chris Peto
HI DD, Best way is to post to a server scripting, i.e. PHP: function MyObj(msg) { this.msg = msg } MyObj.prototype.operationComplete = function(urlRequestStatus) { //alert(this.msg+" "+status); //alert(this.msg+" "+urlRequestStatus); if(urlRequestStatus.success)

[svg-developers] JPEG 2000

2005-08-10 Thread Sean
1. Sean 8/10/2005 | 5:28 pm Will jpeg 2000 be supported? 2. Renesis Team 8/11/2005 | 2:18 am @Ivar Yes the binary xml works like the standard DOM3. Yes it’ll also

[svg-developers] Re: 31 SVG Drawing programs: the 32nd Program

2005-08-10 Thread Francis Hemsher
Hi Ed, You did great job in compiling the list. We're a newcomer on the scene. But, if you want to see the possibilities of real-time gaming on line, then take a look at: www.MobiusPortal.com We are seeking beta users that can demonstrate real-time dyanamic use of SVG. We would be most happy to

[svg-developers] Re: Let's not get carried away, PLEASE!

2005-08-10 Thread Francis Hemsher
You may not believe me, but I think all you SVG folks are most endearing. I've tracked your input over the years, and I am so pleased that you are all alive and well. Keep the vision...and keep fighting. Francis --- In svg-developers@yahoogroups.com, Philippe Lhoste wrote: > Jean-David Benamo

[svg-developers] Let's make some income from SVG

2005-08-10 Thread Francis Hemsher
Hello, Gad, is anyone driving a Mercedes and has a monied life style because they are with SVG? I know all of the SVG visionaries are totally un- paid for their efforts, believe it or not, including Adobe. If we continue to give away efforts for free, then, in the business world, we are considere

RE: [svg-developers] Let's make some income from SVG

2005-08-10 Thread Doug Schepers
Hi, Francis- While I'm not driving a Mercedes (or even a Prius, which I'd prefer), I am making money using SVG (as well as other technologies). In my opinion, the key is twofold: 1) Realize where SVG is the best solution (there are many places it's not); 2) Use SVG in concert with other technologi

RE: [svg-developers] Update: Dynamic Loading of Vector Geodata for SVG Mapping Applications Using Pos

2005-08-10 Thread Doug Schepers
Hi, Andreas- As usual, exceptional work. This is a really crucial part of cross-UA functionality. I hope you don't mind that I link to it from the SVG wiki... Maybe your could talk a bit about it on the wiki, yourself. I only made a brief entry. http://svg-whiz.com/wiki/index.php?title=Server_Int

[svg-developers] dynamic manipulation of SVG content using java

2005-08-10 Thread phrasenotfound
Hi, I've been searching and trying a bunch of different things over the last couple of days, and I can't seem to get the desired results. Here is my requirement: I have a bunch of Java2D Shapes that I would like to pass through the SVGGenerator to generate my SVG file via SVGGraphics2D.stream(

[svg-developers] Animated Line Drawing?

2005-08-10 Thread acielto
Hello, Everyone, I am new to SVG and would like to know if someone can share with me how to accomplished the following: I want to go from point A to point B, in a straight line or path, but have the line/path painted/colored/stroked over time as it goes along the path, similar to drawing a line w

RE: [svg-developers] Animated Line Drawing?

2005-08-10 Thread trevor.tracey-patte
AC Is this what you are looking for? It is for a rectangle but obviously you could do the same for a line. Trevor -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of acielto Sent: Thursday, 11 August 2005 3:11 To: svg-developers@yahoogrou

RE: [svg-developers] Mobius portal?

2005-08-10 Thread Barend Köbben
Hello Francis, It seems on my WIndows box using Firefox, the link www.MobiusPortal.com goes to a page http://www.mobiusportal.com/ie.html [sic!] that has nothing on it but a title and an email link...? Barend Köbben International Institute for Geo-information Scienc