[svg-developers] Re: SVG-friendly Ajax frameworks (OT)

2005-11-03 Thread John
--- In svg-developers@yahoogroups.com, Piero Cavalieri [EMAIL PROTECTED] wrote: Does anyone know what's the reason Adobe seems to be no more interested in SVG ? Adobe bought another proprietary graphics format and responsibility for employing some of the people who sell it. So now Adobe has

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

2005-11-03 Thread Robert Russell
Maybe modify is the wrong word. Perhaps augment is more apropos of what I'm thinking. I want to pick up a framework that I can easily add in to projects that I'm working on, but I want something that will be friendly with the common scripting patterns applied with SVG. I need to do more research

[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

[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

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