Re: [svg-developers] Best GIS database?

2005-11-02 Thread Omar Abo-Namous
Thank you Barend.

Barend Köbben wrote:
> "GIS-databases" are databases that have geometry types, so next to the 
> standard things such as integer, float, you can store stuff as polygon, line, 
> etc... Of course you could build geometry using relational tables of just 
> floats (for the coordinates) and some people have, but having specialised 
> spatial data types greatly optimises working with them, these spatial 
> databases then also implement "natively" spatial indices and spatial 
> functions (eg. "is this point inside this polygon"). 
>  
> MySQL and PostGIS both implement a standardised form of spatial data types 
> (by theOpenGeospatial Consortium: http://www.opengeospatial.org/ 
>  ). The main differernce is that PostGIS has tis 
> standard implemented almost complete, while MySQL still misses some parts. 
> The main missing part is the SRID or Spatial reference system support. That 
> means that data in MySQL will have to be in a fixed refrenece system, whereas 
> in PostGIS you can mix data in different ref.systems and even recalculate 
> data into another ref.sys. 
>  
>  If you can do without that, MySQL is as good as PostGIS (and maybe better, 
> because it's much simpler to use and in my opinion has much better 
> administration tools). But if you need the missing parts, you'll use PostGIS. 
>  
> BTW, both implement the OpenGeoSpatials "Simple Feature Specification for 
> SQL", so you can very simply change your app to talk to either (or both) of 
> them...
>  
>  
> Barend Köbben 
> International Institute for Geo-information Sciences and  Earth Observation 
> (ITC) 
> PO Box 6, 7500AA Enschede (The Netherlands) 
> ph: +31-(0)534874253; fax: +31-(0)534874335 
> _ 
> 
> 
> 
> From: svg-developers@yahoogroups.com on behalf of Omar Abo-Namous
> Sent: Sun 10/30/05 12:30
> To: svg-developers@yahoogroups.com
> Subject: Re: [svg-developers] Best GIS database?
> 
> 
> 
> Hi,
> 
> what exactly is sepcial about GIS-databases?? Could someone hint me to a
> page with some explanations?
> 
> thnx
> 
> Omar
> 
> tbone58x wrote:
> 
>>I am guessing the open source answer is PostGIS (part of Postgres) but
>>it appears that MySQL is much more popular than Postgres.  Does MySQL
>>support GIS like Postgres?
>>
>>
>>
>>
>>
>>
>>-
>>To unsubscribe send a message to: [EMAIL PROTECTED]
>>-or-
>>visit http://groups.yahoo.com/group/svg-developers and click "edit my 
>>membership"
>>
>>Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
> 
> 
> 
> 
> 
> -
> To unsubscribe send a message to: [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my 
> membership"
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> -
> To unsubscribe send a message to: [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my 
> membership"
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-11-02 Thread jophof007
Hi,

In mine init routine I do this:

The outside HTM file calling the SVG has one line:

  

[svg-developers] Problem in generating scalable SVG content for mobiles using XSLT? Please help!

2005-11-02 Thread Ahmed Salman
Hi!
 I am running a simple style sheet on SVG content to generate scalable SVGT
content by setting width and height 100%. The problem is when I apply the
style sheet on the INPUT SVG CONTENT, it generate the outout and set the
width and height as 100%. However it also copy many unwanted namespace
attributes in the OUTPUT SVG CONTENT. I am not so proficient in XSLT. Can
you please help me identifying the problem?

STYLE SHEET
=

?xml version="1.0" encoding="UTF-8"?>
http://www.w3.org/1999/XSL/Transform"; xmlns:fo="
http://www.w3.org/1999/XSL/Format";
xmlns:svg="http://www.w3.org/2000/svg";>





















INPUT SVG CONTENT
===

http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>





OUTPUT SVG CONTENT
===

http://www.w3.org/2000/svg"; xmlns:fo="http://www.w3.org/1999/XSL/Format";>

http://www.w3.org/2000/svg"; xmlns:xlink="
http://www.w3.org/1999/xlink"; x1="20" y1="60" x2="360" y2="260"
stroke="blue" stroke-width="10"/>



[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: svg applications

2005-11-02 Thread Samuel Dagan
Hi Alwinovicz,
  Have a look on the courseware of calculus using SVG (and MathML):
http://mathanimated.com/
A free subscription for two weeks id provided.
  Samy


--- In svg-developers@yahoogroups.com, "alwinovicz" <[EMAIL PROTECTED]> 
wrote:
>
> Hi, 
> 
> I still need some more help for my diploma. Does anyone know where I
> can find "serious" svg-applications besides cartographical ones? I
> think of things like booking systems for airlines ore cinemas, of
> which I know they exist but can't find them. I'm also happy about 
any
> tips where svg is already used for uses with economical background,
> for any kind of customer service, things like that.
> 
> Thanks in advance, 
> Alwinovicz
>







 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] 'Shadow' when moving an image

2005-11-02 Thread James Hall
Dear All,

I have a little problem.

If you would care to take a look at the following page:

http://www.sheffield.ac.uk/french/research/froissart/jch/samples/image.svg

This should load an SVG document displaying an image of a rather
exciting book cover (or not ;)

The problem i have is if you press alt and drag the image around it
leaves a rather ugly 'shadow' (sorry i can't think of a more tecnical
way to describe it...) behind before it fully reloads.

Can anyone offer me advice on what the problem is?  Is this a standard
SVG problem or will it be a problem with the servlet that I use to
fetch the image?

Best Wishes,

Jimmy








 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: 'Shadow' when moving an image

2005-11-02 Thread pilatfr
--- In svg-developers@yahoogroups.com, "James Hall" <[EMAIL PROTECTED]> 
wrote:

You are using ASV 6 beta ... No?

Michel

>
> Dear All,
> 
> I have a little problem.
> 
> If you would care to take a look at the following page:
> 
> 
http://www.sheffield.ac.uk/french/research/froissart/jch/samples/image
.svg
> 
> This should load an SVG document displaying an image of a rather
> exciting book cover (or not ;)
> 
> The problem i have is if you press alt and drag the image around it
> leaves a rather ugly 'shadow' (sorry i can't think of a more 
tecnical
> way to describe it...) behind before it fully reloads.
> 
> Can anyone offer me advice on what the problem is?  Is this a 
standard
> SVG problem or will it be a problem with the servlet that I use to
> fetch the image?
> 
> Best Wishes,
> 
> Jimmy
>






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] ANN Geometry and SVG

2005-11-02 Thread pilatfr
Hi

Perhaps you know maths tools as SVGeom
Now, you can catch your work in SVGeom ( pointer and keyboard ), add 
bubble, postit, arrow, text or pictures and play this ...

Some examples here
http://pilat.ouvaton.org/svgeom_auto/index.svg

Michel

PS There is three tools for catch, add gadgets and play, if you are 
interested, mail me to get beta versions of this modules





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] SVG-friendly Ajax frameworks

2005-11-02 Thread Robert Russell
If I were looking for an existing framework for ajax that would be
easy to extend for SVG, where should I look? Anyone have experiences
or examples they'd like to share?





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: Problem in generating scalable SVG content for mobiles using XSLT? Please he

2005-11-02 Thread Alastair Fettes
That is a side effect of this template:







You will have to change this if you don't want those extra xmlns
declarations in the output.  The problem is just the way you are doing
things.   If you change your no-prefix default namespace to be SVG as
opposed to "svg:", it might work. 

Not 100% sure though.

Alastair







 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: ANN Geometry and SVG

2005-11-02 Thread Alastair Fettes
Your svg has no namespace.

Alastair

--- In svg-developers@yahoogroups.com, "pilatfr" <[EMAIL PROTECTED]> wrote:
>
> Hi
> 
> Perhaps you know maths tools as SVGeom
> Now, you can catch your work in SVGeom ( pointer and keyboard ), add 
> bubble, postit, arrow, text or pictures and play this ...
> 
> Some examples here
> http://pilat.ouvaton.org/svgeom_auto/index.svg
> 
> Michel
> 
> PS There is three tools for catch, add gadgets and play, if you are 
> interested, mail me to get beta versions of this modules
>






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: SVG-friendly Ajax frameworks

2005-11-02 Thread jeff_schiller
--- In svg-developers@yahoogroups.com, "Robert Russell"
<[EMAIL PROTECTED]> wrote:
>
> If I were looking for an existing framework for ajax that would be
> easy to extend for SVG, where should I look? Anyone have experiences
> or examples they'd like to share?
>

I've used Sarissa in the past for pure DHTML apps, I like it because
it's fairly concise, seems to be documented fairly well and supported
(for the most part) on all major browsers.  

One caveat when it comes to SVG and Ajax frameworks is that the most
widely deployed environment for SVG (Adobe SVG Viewer) uses an old
Mozilla JavaScript engine (prior to XMLHttpRequest) that has custom
methods for doing these asynchronous server-side calls (getURL(),
postURL()).  As far as I understand things, getURL() is ONLY for
asynchronous calls only and cannot be used for both synchronous and
asynchronous requests like XMLHttpRequest can.

I've done a couple simple Ajax things with SVG and what I do is use
XMLHttpRequest if it exists, otherwise I call special ASV functions
that do the request and parsing.  This should give me operability on
Firefox 1.5, Opera 9 and ASV...

Ideally, ASV would be updated with a more modern JavaScript engine
(Mozilla's latest) if they Adobe ever releases a new version.

For more on Adobe's Ajax-like functions:

* http://www.xml.com/pub/a/2002/07/03/adobesvg.html
* http://www.carto.net/papers/svg/samples/get_parse.shtml
* http://jibbering.com/2002/5/dynamic-update-svg.html






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Xml2PDF version 2.4 is released

2005-11-02 Thread Altsoft Xml2PDF
Altsoft Xml2PDF version 2.4
November 2, 2005
Altsoft NV
 

Altsoft NV is proud to announce the immediate availability of the new 
version of it Xml2PDF formatting engine.

New XSL-FO features are:
- inside and outside floats; 
- extension for creating PDF layers based on z-indexes; 
- extension for adding files as an attachment to PDF document; 
- extension for adding PDF document properties; 
- bug fixes and performance tuning; 

New SVG features are:
- text paths; 
- extension for adding files as an attachment to PDF document; 
- extension for adding PDF document properties; 
- bug fixes and performance tuning; 

New WordML features are:
- support for merge fields; 
- merging multiple WordML files into one PDF (.NET API edition add-
on); 
- transformation to XSL-FO; 
- bug fixes and performance tuning; 

New XHTML features are:
- transformation to XSL-FO; 
- bug fixes and performance tuning; 

New ASP.NET API edition is available. It is licensed as a free add-on 
to .NET API edition and allows to use XSL-FO, SVG, XHTML or WordML 
inside web page instead of HTML. It automatically processes all 
inlined C# (VB.NET) code and formats the result to PDF that is sent 
to the user's response stream. See generating PDF from ASP.NET 
article for more details.

Free evaluation versions for Workstation, XmlSpy Plug-In and 
Hotfolder editions are available for download at: http://alt-
soft.com/products_xml2pdf_download.jsp

For evaluation of .NET API and ASP.NET editions please send the 
requests to: [EMAIL PROTECTED]

Please visit our web site http://alt-soft.com/or e-mail to [EMAIL PROTECTED]
soft.com any additional information required.

Altsoft Xml2PDF is .NET formatting engine that converts XSL-FO, SVG, 
XHTML and WordML to PDF. Workstation, Hotfolder, XmlSpy plug-in, .NET 
API and ASP.NET editions are available. Please refer to http://alt-
soft.com/products_xml2pdf.jsp for the additional details.
 

Best regards,
Altsoft NV
http://alt-soft.com/






 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] kind of urgent problem, please help

2005-11-02 Thread anca-paula luca
Hi everybody, nice to meet you all... :)

I joined this group because I googlesearched for a SVGhelp in chm
format and I ran into a message belonging to this group that linked to
the folder  of this group saying that the chm should be there. I
entered and didn't find it... Probably it was removed... 

the message i found is at
http://groups.yahoo.com/group/svg-developers/message/9111

How can I get the chm?

I've just started learning SVG and I could rally use the
chm... :)





__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] SVG WOW! Demos

2005-11-02 Thread Alastair Fettes
I was wondering if anyone has some really cool, artistic SVG
demonstrations.  Ones that show off the technology, animations, etc. 
I'm going to be giving a tech watch presentation at my office and am
not very artistically inclined.  I can show them SPARK and some
XHTML/RSS to SVG converters, but that's not as exciting or sexy as an
animiated, artistic demo.  I just need something to give our engineers
a reason to sit up and pay attention. ;)

Any help would be much appreciated.

Thanks,
Alastair





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: SVG-friendly Ajax frameworks

2005-11-02 Thread Jim Ley

"jeff_schiller" <[EMAIL PROTECTED]> wrote in message
>  As far as I understand things, getURL() is ONLY for
> asynchronous calls only and cannot be used for both synchronous and
> asynchronous requests like XMLHttpRequest can.

You should _never_ do synchronous requests on the web, it's a complete 
recipe for disaster, it locks up the UI whilst waiting for the return, it 
has never complete problems in a number of browsers including Internet 
Explorer - even without the obvious problem with HTTP being limited to 2 
connections, and it's trivial to have multiple applications accessing the 
same site at the same time.

Jim. 





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: SVG-friendly Ajax frameworks

2005-11-02 Thread jeff_schiller
--- In svg-developers@yahoogroups.com, "Jim Ley" <[EMAIL PROTECTED]> wrote:
>
> 
> "jeff_schiller" <[EMAIL PROTECTED]> wrote in message
> >  As far as I understand things, getURL() is ONLY for
> > asynchronous calls only and cannot be used for both synchronous and
> > asynchronous requests like XMLHttpRequest can.
> 
> You should _never_ do synchronous requests on the web, it's a complete 
> recipe for disaster, it locks up the UI whilst waiting for the
return, it 
> has never complete problems in a number of browsers including Internet 
> Explorer - even without the obvious problem with HTTP being limited
to 2 
> connections, and it's trivial to have multiple applications
accessing the 
> same site at the same time.
> 
> Jim.
>

Jim,

I'm aware of the limited use (or appeal) of synchronous requests.  I
was just trying to make the point that existing Ajax frameworks cannot
necessarily be fully adapted to the ASV JS engine, since the ASV JS
engine doesn't allow everything that XMLHttpRequest allows you to do.
  In other words, if someone is going to go out there and update
Sarissa or any Ajax framework to support the ASV JS engine, they
should be aware that only asynchronous calls will be possible.

Regards,
Jeff





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] kind of urgent problem, please help

2005-11-02 Thread Amritpal singh
Here  you go
 
this is html to chm convertor
http://www.sharewareriver.com/product.php?id=10992

anca-paula luca <[EMAIL PROTECTED]> wrote:
Hi everybody, nice to meet you all... :)

I joined this group because I googlesearched for a SVGhelp in chm
format and I ran into a message belonging to this group that linked to
the folder  of this group saying that the chm should be there. I
entered and didn't find it... Probably it was removed... 

the message i found is at
http://groups.yahoo.com/group/svg-developers/message/9111

How can I get the chm?

I've just started learning SVG and I could rally use the
chm... :)





__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 



SPONSORED LINKS 
Computer internet security Computer internet business Computer internet access 
Computer internet privacy securities Computer internet help How to format a 
computer hard drive 

-
YAHOO! GROUPS LINKS 


Visit your group "svg-developers" on the web.
  
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


-




-
 Yahoo! FareChase - Search multiple travel sites in one click.  

[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [svg-developers] SVG WOW! Demos

2005-11-02 Thread Jerrold Maddox
Alastair

Don't know if these are sexy enough but they are some 
animations/transformations I did for earlier SVG Open meetings:

http://www.personal.psu.edu/faculty/j/x/jxm22/svgopen03/animation.html
http://www.svgopen.org/2004/papers/simpleriches/transform.svg

Jerry



>I was wondering if anyone has some really cool, artistic SVG
>demonstrations.  Ones that show off the technology, animations, etc.
>I'm going to be giving a tech watch presentation at my office and am
>not very artistically inclined.  I can show them SPARK and some
>XHTML/RSS to SVG converters, but that's not as exciting or sexy as an
>animiated, artistic demo.  I just need something to give our engineers
>a reason to sit up and pay attention. ;)
>
>Any help would be much appreciated.
>
>Thanks,
>Alastair
>
>
>
>
>
>-
>To unsubscribe send a message to: [EMAIL PROTECTED]
>-or-
>visit 
>http://groups.yahoo.com/group/svg-developers
> 
>and click "edit my membership"
>
>
>
>YAHOO! GROUPS LINKS
>
>  Visit your group 
>"svg-developers" on 
>the web.
>
>  To unsubscribe from this group, send an email to:
> 
>[EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the 
>Yahoo! Terms of Service.


[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] How can i change color of a marker?

2005-11-02 Thread augusto_listas
How can i change color of a marker in a path?





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Another context menu issue

2005-11-02 Thread jaykirc
Hi!

I need to extend the Adobe SVG Viewer context menu for auto-generated
SVG files in an external javascript. I've already added the needed
tags into the document using DOM like



RDF Menu
Zoom &In
Zoom &Out
&Original View

&My Function
...
...



Now my problem is to set up a function to parse the new menu: I could
write the method in my external javascript file like

function parseMenu(svg) {
var svgDoc = svg.getSVGDocument();
var svgRootDoc = svgDoc.getRootElement();
  
var newMenuRoot =
parseXML(printNode(svgRootDoc.getElementById("annotationMenu")),
contextMenu);
contextMenu.replaceChild(newMenuRoot, contextMenu.firstChild);
}

The Problem with this is that I don't have access to "contextMenu", so
I get error messages when the function is called...

The other possibility would be to add the function to the SVG document
just like the tags for the menu itself:

script = svgDoc.createElement("script");
text = svgDoc.createTextNode("function parseMenu() {var newMenuRoot =
parseXML(printNode(svgRootDoc.getElementById( \"annotationMenu\")),
contextMenu);contextMenu.replaceChild(newMenuRoot,
contextMenu.firstChild);}");
script.appendChild(text);
svgDocRoot.appendChild(script);

Doing this i get a Javascript error saying "Object expected" after
calling the parseMenu() function. I think this means he can't find the
corresponding function definition.

I can't figure out how to get this going, would be great if anyone
could help me with this.

Cheers,
Jochen





 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Another context menu issue

2005-11-02 Thread Andreas Neumann
Hello,

I don't recommend using Adobes context menu. Chances are that ASV won't get 
updated 
any time soon, on the other hand many browsers (Mozilla, Opera, Safari, 
Konqueror) now 
start including SVG.

If you build your SVG application around proprietary Adobe extensions your 
content won't 
be portable.

If you really need a context menu I would recommend building your own widget 
using 
javascript and the DOM.

Andreas


--- In svg-developers@yahoogroups.com, "jaykirc" <[EMAIL PROTECTED]> wrote:
>
> Hi!
> 
> I need to extend the Adobe SVG Viewer context menu for auto-generated
> SVG files in an external javascript. I've already added the needed
> tags into the document using DOM like
> 
> 
> 
> RDF Menu
> Zoom &In
> Zoom &Out
> &Original View
> 
> &My Function
> ...
> ...
> 
> 
> 
> Now my problem is to set up a function to parse the new menu: I could
> write the method in my external javascript file like
> 
> function parseMenu(svg) {
> var svgDoc = svg.getSVGDocument();
> var svgRootDoc = svgDoc.getRootElement();
>   
> var newMenuRoot =
> parseXML(printNode(svgRootDoc.getElementById("annotationMenu")),
> contextMenu);
> contextMenu.replaceChild(newMenuRoot, contextMenu.firstChild);
> }
> 
> The Problem with this is that I don't have access to "contextMenu", so
> I get error messages when the function is called...
> 
> The other possibility would be to add the function to the SVG document
> just like the tags for the menu itself:
> 
> script = svgDoc.createElement("script");
> text = svgDoc.createTextNode("function parseMenu() {var newMenuRoot =
> parseXML(printNode(svgRootDoc.getElementById( \"annotationMenu\")),
> contextMenu);contextMenu.replaceChild(newMenuRoot,
> contextMenu.firstChild);}");
> script.appendChild(text);
> svgDocRoot.appendChild(script);
> 
> Doing this i get a Javascript error saying "Object expected" after
> calling the parseMenu() function. I think this means he can't find the
> corresponding function definition.
> 
> I can't figure out how to get this going, would be great if anyone
> could help me with this.
> 
> Cheers,
> Jochen
>







 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
~-> 

-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/