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
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,
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
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
--- 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
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
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
--- 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
--- 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
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
[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
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
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
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"
>
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
--- 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
!
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
--- 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
--- 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
--- 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
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:
>
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
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
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
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
--- 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
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) {
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:
> >
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
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" <
--- 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@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
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
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
!
--- 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
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
--- 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,
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
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
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)
> >
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
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/
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
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
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
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%">
--- 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.
> >
> >
--- 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
--- 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
> > 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
50 matches
Mail list logo