[svg-developers] Re: What are my options?

2008-11-12 Thread Garry Haywood
I'm only using IE/aSVG as all my clients live in managed service land of UK public bodies where everyone uses IE. My approach is to embed an SVG in an HTML. The SVG is dynamic but all l controls are run via JS in the IE view. Data is fetched from the server as Raw XML using XLR. The returned

[svg-developers] Re: Announcement: Adobe to Discontinue Adobe SVG Viewer

2006-09-12 Thread Garry Haywood
Hi Richard, I'm sure there are many of in this situation! Our App is a combined HTML/SVG data UI solution for govt depts are who are all IE users They will not be going to any other browsers any time soon (including ie7) and Flash is not really a solution for us as one of the key issues for

[svg-developers] Re use of a DOM

2006-09-12 Thread Garry Haywood
I'm using HTTPXML (for an IE/ASV solution) with the format var xmlDoc = new ActiveXObject(Msxml2.DOMDocument.3.0); xmlDoc.load(url) this all works nicely, XML data is returned, and the xmlDoc is rturned to the calling function. The XML is then parsed into an array. I put it into an array,

[svg-developers] Re: recommend web hosting service that supports SVG?

2006-04-30 Thread Garry Haywood
IIS 5.0 for SVG mimetype is relatively straightforward I have some instructions here: http://www.betamodel.com/iis5_and_svg_mimetype hope this might help you. --- In svg-developers@yahoogroups.com, TJ Moore [EMAIL PROTECTED] wrote: Earthlink offers UNIX/Apache. I may need to switch from a

[svg-developers] Re: An SVG Tutorial

2006-04-14 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, domenico_strazzullo However, I wonder if Adobe has considered including SVG support within the Flash browser plugin. If that happened how would browsers distinguish who should render the SVG? Good point. It would be however a positive evolution

[svg-developers] Re: Has Adobe abandoned SVG?

2006-02-24 Thread Garry Haywood
not that i am 'in the know', but i think we will move forward with three paradigms: flex/flash on the public/consumer/entertainment/web2.0 front vista/winFX/xaml on the business/intranet front firefox/minority browsers/open source/svg/uml on the developer/academic/science front all these

[svg-developers] Re: Flash Lite 2

2006-01-05 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Richard Gnyla [EMAIL PROTECTED] wrote: Interesting Here is the reason why Adobe thinks you should use Flash (and not alternative technologies such as SVG Because Flash costs $ and Adobe makes money for selling the product, SVG can be done

[svg-developers] Why is being in XML better? (was Re: Adobe/Macromedia)

2005-12-12 Thread Garry Haywood
[author's note: This is a bit of long one, adn not really about developments in SVG, but where SVG fits into the big picture of business and economics and why XML is better (than what?)] The argument for XML is not really a technological one, but a business and economic one. Which technologies

[svg-developers] Why is being in XML better? (was Re: Adobe/Macromedia)

2005-12-12 Thread Garry Haywood
oops, i posted this before I had finished (both argument and proofing) so it's full of typos, poor gramma and some missing syntax! But i hope the trajectory is clear... --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED] wrote: [author's note: This is a bit of long one

[svg-developers] Why is being in XML better? (was Re: Adobe/Macromedia)

2005-12-12 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: The XML RSS feeds are broken all over the place, the HTML world, well just about anything can render that. There's no obvious reason why the rendering needs to be shipped around as XML. Jim. you are

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-29 Thread Garry Haywood
to http/sql stored procedure for IIS and MSSQL the resulting XML is the echo'd back. tasty --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Robin Berjon [EMAIL PROTECTED] wrote: On Nov 09, 2005, at 11:36, Garry Haywood

[svg-developers] Re: getURL and global variables

2005-11-10 Thread Garry Haywood
might really want to test the sucess of the getURL method --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED] wrote: it seems that your getURL call is not happening, hence it nevers calls f2(), and thus global is NOT after see you might want to test for sucess

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-09 Thread Garry Haywood
! Garry --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-09 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Robin Berjon [EMAIL PROTECTED] wrote: On Nov 09, 2005, at 11:36, Garry Haywood wrote: the html pages that will contain the scripts that request the XML are on FirstClass Internet Services (which is an embedded appache server, so its pre-compiled

[svg-developers] Re: dom svg interaction

2005-11-08 Thread Garry Haywood
the document.domain must be the same in both documents. e.g document.doman = mydomain.com --- In svg-developers@yahoogroups.com, r k [EMAIL PROTECTED] wrote: I am serving an svg from another location from the original document. I want that svg document to acces the top level. but am not

[svg-developers] cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
does anyone know of a way I can get XML content from sub1.mydomain.com into an embed that is hosted on sub0.mydomain.com where mydomain.com is the same server, but one is servered via non MS- web server and the other via IIS (the xml from asp) via two different IPs ??? I thought maybe I could

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) Nope xmlhttp request is also limited

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server. does any body have a recomendation of good, cheap/free , proxy for w2000 ??? Yahoo! Groups Sponsor ~-- Get Bzzzy!

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: Hi Garry, Watch your spelling! ;-) -Jonathan thanks, that's resolved an error yet to come! but the real issue how do get object.responseXML into the DOM? Yahoo! Groups Sponsor

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
=Northern Ireland / /beta --- In svg-developers@yahoogroups.com, Jonathan Watt [EMAIL PROTECTED] wrote: So does it work now or is it still broken? If the latter it would be good to have some for info. Browser, version etc. On 11/4/05, Garry Haywood [EMAIL PROTECTED] wrote: it is probably my

[svg-developers] XMLHTTP and IE DOM

2005-11-03 Thread Garry Haywood
i'm trying to load some XML into the DOM, for traversing and manipulation the XML is coming across from the server OK, but I can't get to it - I'm assuming that I haven't attached it to the DOM correctly (or at all) can any one see a solution here: SCRIPT var req; function loadXMLDoc(url)

[svg-developers] Re: SVG Pie Charts in a PDA

2005-10-19 Thread Garry Haywood
and L commands) and the Pie Chart can be visualized in a PDA without mistakes. thank you very much for your help. --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED] wrote: there was also a very good thread a few weeks ago which solved my problem with pie charts

[svg-developers] Re: SVG Pie Charts in a PDA

2005-10-18 Thread Garry Haywood
there was also a very good thread a few weeks ago which solved my problem with pie charts, but specifically helped me to understand the use of arcs and ellipses http://groups.yahoo.com/group/svg-developers/message/51838 hope this helps --- In svg-developers@yahoogroups.com, Doug Schepers

[svg-developers] Re: parseXML doesnt split up XML nodes

2005-10-18 Thread Garry Haywood
I think that Olaf has pointed out the solution, I thought I would chime in a little, because it seems that what you are seeing is the root node for *this* newly added XML segment your data is in child nodes of this node, as per Olaf's explanation --- In svg-developers@yahoogroups.com, Olaf

[svg-developers] Re: very urgent

2005-09-22 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, arthycharm [EMAIL PROTECTED] wrote: hai Garry, thanx for your reply.that was what i expected.but a small note you have helped in the area where in a single groupid you have circles with specific id .but what i have used is every circle will be in

[svg-developers] SwiNE Support

2005-09-21 Thread Garry Haywood
does anyone know if there are any SWiNE support groups forums etc out there. SWiNE is a really useful widget kit, imho, but because it lacks documentation it can take a while to get you head round bits I can now make widgets willy-nilly but'id like to be able to make some stylistic and layout

[svg-developers] Re: very urgent

2005-09-21 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Samuel Dagan [EMAIL PROTECTED] wrote: Hi Arty Charm, I would use scripting. Cheers, Samy --- In svg-developers@yahoogroups.com, arthycharm [EMAIL PROTECTED] wrote: hi , i have a program done in svg. it looks like this, you have

[svg-developers] Re: changing polygon points

2005-09-05 Thread Garry Haywood
! --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED] wrote: Hi i'm trying to change a pair of points in a polygon TAR (6 sets, 4 of which can be changed) //the new points are assigned to a string] nuPts = (rx) + ',' + (ry); //the existing points are ptsStr

[svg-developers] Re: SVG doesn't open correctly

2005-09-05 Thread Garry Haywood
if you're using IIS5 IIS 5.0 then I have prepared a little step through here with pictures: http://www.betamodel.com/iis5_and_svg_mimetype regards Garry --- In svg-developers@yahoogroups.com, Samuel Dagan [EMAIL PROTECTED] wrote: Hi dfi10x, It seems that the MIME type for SVG is not

[svg-developers] changing polygon points

2005-09-04 Thread Garry Haywood
Hi i'm trying to change a pair of points in a polygon TAR (6 sets, 4 of which can be changed) //the new points are assigned to a string] nuPts = (rx) + ',' + (ry); //the existing points are ptsStr = document.getElementById(TAR).getAttribute(points); //set some var for looping through the

[svg-developers] Re: The Worm Has Turned ?

2005-09-03 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Francis Hemsher [EMAIL PROTECTED] wrote: Reading the posts on this list, just over the last month or so, has warmed the cockles of my heart. There are serious developers that are trying to make SVG work. C++ and Java folks are, for some reason,

[svg-developers] anchor and cursors

2005-07-28 Thread Garry Haywood
in the search of cursor solution for ASV I saw a demo with an anchor A tag wrapped around a rectangle - this changes the cursor to be a finger pointer (in IE at least) is there any reason why this should not be used in lieu of cursors being implemented in the viewer? svg

[svg-developers] Re: Programming Environment

2005-07-28 Thread Garry Haywood
you might also want to look at Kev Lindens Game of life implmentation in SVG, http://www.kevlindev.com/alife/life/ GoL is a matricised occupation simulation so most of the impelemntation may help you Peace! --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: Bob

[svg-developers] Re: example code

2005-07-28 Thread Garry Haywood
If you are looking to display this as astatic SVG this shouild be very easy you just need for each 22 or 21 the coords in your matrix I would have each scenario implemented for avaiablity in XML scenario id=scene_001 terrain x=1 y=1 occupier=21/ terrain x=2 y=1 occupier=21/ terrain x=3

[svg-developers] Re: example code

2005-07-28 Thread Garry Haywood
you might also want to look at Kev Lindsey's Game of Life implmentation in SVG, http://www.kevlindev.com/alife/life/ GoL is a matricised occupation simulation so most of the impelemntation may be of help to you Peace! --- In svg-developers@yahoogroups.com, Garry Haywood [EMAIL PROTECTED

[svg-developers] Re: Highlighting question

2005-07-23 Thread Garry Haywood
on the mouseOver issue - i can't tell why it's happening, but I can tell you what is happening... i loaded a map - rolled the mouse around, and after a few mouseOvers there was some overs that wouldn't show, but these seemed to be repeatable so I really zoomed in at this point I noticed that

[svg-developers] text, cursor, overlays, etc

2005-07-23 Thread Garry Haywood
in ASV3 - and some other browser - because of the lack of cursor implementation we use a shape overlay to stop the text tool being avaiable on non-editable text because asv6 has cursor this is not essential however, would you say it was still good practice? g id='non_editable_text' text

[svg-developers] ASV 6 Stability

2005-07-21 Thread Garry Haywood
How stable is AV6 ? There are few items in ASV that we'd like to bring forward into client work. The users will be discreetly supported, so using ASV - and getting them to download is no problem and offer support is same. The issues are: stability - will it survive user mania?

[svg-developers] Re: Gauss with rounded corner

2005-07-20 Thread Garry Haywood
you may also want add the x and y to the filter with negative amounts so you can see the full effect of the filter glad it worked for you Garry svg xmlns=http://www.w3.org/2000/svg; width=100% height=100% desc !-- put a description here -- /desc

[svg-developers] Re: Adobe SVG Zone with new design

2005-07-19 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: Hi Everyone maybe i m a bit late, but anyone noticed that Adobe has redesigned their SVG pages: http://www.adobe.com/svg/ Adobe has taken a leadership role in the development of the SVG specification and

[svg-developers] Re: [that damned] beginElement()

2005-07-18 Thread Garry Haywood
the question remains: what is the best way to programmtically begin an animation that you have added thru the DOM ? i would still say beginElement is the way to go. one way that is stable, add the animate tag by hand, and just change the attributes via script. hth Holger the

[svg-developers] Re: how to draw rialroad line style in SVG

2005-07-18 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, zhg331 [EMAIL PROTECTED] wrote: any help? --- In svg-developers@yahoogroups.com, zhg331 [EMAIL PROTECTED] wrote: Hi group, I am a beginner with SVG. I want to know is there any way to draw railroad-like line with SVG. many thanks If you mean is