[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 XM

[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: 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 u

[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

[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

[svg-developers] What will Microsoft do with SVG in IE7

2006-03-07 Thread Garry Haywood
https://content.mix06.com/content/SessionView.aspx?TopicID=cb817f3d- b6f5-4ae7-92ac-8b550217bc4e QUOTE: "Open, De Jure, De Facto and Proprietary: Standards and Microsoft March 22, 8:30 AM - 9:45 AM Ballroom C/D Chris Wilson How is Microsoft approaching standards for tomorrow's applications? Co

[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 para

[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

[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 a

[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&#x

[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] Re: Adobe/Macromedia

2005-12-07 Thread Garry Haywood
It's good to know that the baby is still in the bath and so is the water... Hopefully at Adobe you'll be considering that, with the integration straight-forward SVG parser, the Flash engine is already capable of dispalying dynamic 2d graphics. SVG should be seen as *just* one way of giving the

[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]> wrot

[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" >

[svg-developers] Re: getURL and global variables

2005-11-10 Thread Garry Haywood
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: this following code is taken from http://www.carto.net/papers/svg/samples/get_parse.shtml function addMe(fileName,where) { getURL(fileName, file

[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

[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 PROTE

[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 B

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

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, "Jim Ley" <[EMAIL PROTECTED]> wrote: > > Fails for me with security error, are you sure you've not got access data > sources across domains, or other lower privilige than default enabled? > > Jim. > very interesting. I tested this on a number of PCs wi

[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 > > por

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

2005-11-08 Thread Garry Haywood
Thanks Jim, that is as I thought !!! I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) can i do this with FF doe sanybody know? Regards --- In svg-developers@yahoogroups.com, "Jim Ley" <[EMAIL PROTECTED]> wrote: >

[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: 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. > bu

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
nextSibling; } } the script is being called by a button... this is the content of the regions.xml file --- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > > So does it work now or is it still broke

[svg-developers] Re: XMLHTTP and IE DOM

2005-11-04 Thread Garry Haywood
ad to append responseXML to the DOM somehow befor I could acess it!!! --- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > > On 11/4/05, Garry Haywood <[EMAIL PROTECTED]> wrote: > > > > > > but the real issue how do get object.respo

[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 Sponso

[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: var req; function loadXMLDoc(url) {

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

2005-10-19 Thread Garry Haywood
resent this type of graphics (with M > 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: > >

[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 Schn

[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: 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

[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 th

[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: 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

[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

[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 t

[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] 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" &l

[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 ... then you could use XSLT or ECMAScript to convert this to in SVG Dom: take

[svg-developers] Re: anchor and cursors

2005-07-28 Thread Garry Haywood
hoose > between fixed shapes. > > J鲴me > > Garry Haywood a 飲it : > > >in the search of cursor solution for ASV I saw a demo with an anchor > > tag wrapped around a rectangle - this changes the cursor to be a > >finger pointer (in IE at least) > >

[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] anchor and cursors

2005-07-28 Thread Garry Haywood
in the search of cursor solution for ASV I saw a demo with an anchor 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? http://www.w3.org/2000/

[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? hello world - To unsubs

[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] 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? compatibility

[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 http://www.w3.org/2000/svg"; width="100%" height="100%">

[svg-developers] Re: Gauss with rounded corner

2005-07-20 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Manuel Ca񳮠L󰥺 <[EMAIL PROTECTED]> wrote: > > > > > Manuel, > > what you are seeing here, is that the filter output gets cliped. you can > > enlarge the clipping region by specifieing x/y/width/height on the > > filter element. > > > >

[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 > specifica

[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 yo

[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