Search the web
Sign In
New User? Sign Up
jsolait
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 110 - 139 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
110
XML-RPC uses the XMLHTTPRequest object to make it's requests to the server. And it uses the Browser's XML parsers to create objects from the server response....
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 1, 2005
10:44 pm
111
Hello Jan-Klaas, Sunday, May 1, 2005, 7:44:46 PM, you wrote: JKK> XML-RPC uses the XMLHTTPRequest object to make it's requests to the JKK> server. And it uses...
Steve Howe
vitavoom_howe
Offline Send Email
May 2, 2005
8:39 am
112
Hello when i use jsolait with firefox (1.0.3/ Win and MacOsX) i get the mentioned error message (urllib.js line 240) while trying to make an asynchronous...
petermoserer
Offline Send Email
May 2, 2005
12:52 pm
113
... should be it since it's easier to be parsed by Javascript. I personally feel that should be negligible except for very large chunks of data, what is always...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 2, 2005
9:06 pm
114
Hi. I'm trying to get started with Javascript O Lait -- I got one project working, but now I'm stumped on another test. I keep getting this message: Error:...
Ian Bicking
ianbicking
Offline Send Email
May 3, 2005
8:18 am
115
Hi, ... jsonrpc.ServiceProxy('http://localhost:8080/?_action_=jsonaction',['run']); it should be: var servlet = new jsonrpc.ServiceProxy because you are...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 4, 2005
1:50 pm
116
... Doh. It looks close enough to Python for me to forget. I don't know if other people have this problem (which plagues me in all my intermittent Javascript...
Ian Bicking
ianbicking
Offline Send Email
May 4, 2005
8:02 pm
117
Hello, Im trying to learn jsolait to do xmlrpc. The examples are a bit too complicated. First of all, the example zipfile doesnt expand into a new directory, ...
phnuda
Offline Send Email
May 4, 2005
8:45 pm
118
... know if other people have this problem (which plagues me in all my intermittent Javascript use), but it might be helpful to check for this case and give a...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 5, 2005
12:26 pm
119
I am not too fond of the tone of your mail. Maybe you can frase things a bit different the next time. I work on jsolait in my freetime, there is only so much I...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 5, 2005
1:07 pm
120
The problem is that in each svg file to be loaded the first <svg> or <g> must have xmlns ="http://www.w3.org/2000/svg" in it. We live and learn..... Here's...
Richard D. Spencer
orchidsonline
Offline Send Email
May 5, 2005
5:22 pm
121
... I think that would probably be a bad idea. I just need to remember Javascript is not Python; reminders are good, coddling me is unnecessary ;) -- Ian...
Ian Bicking
ianbicking
Offline Send Email
May 5, 2005
5:43 pm
122
Hello, ... I don't quite understand the above. Could you clearify that? I am not sure what you mean by the "LAST value is kept" and "prop value is used for ALL...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 6, 2005
9:57 am
123
... This isn't working for me. I have a page at /, and jsolait installed at /jsolait, and this code doesn't work: <script type="text/javascript"...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:43 am
124
... You don't need to import jsolait it is a global object. Though I should fix the importMoidule to return the jsolait object if one wants to import it. ... ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 7, 2005
3:11 pm
125
So, I've been experimenting with different ways of doing RPC calls, and I had something working with jsonrpc.ServerProxy, but it was *really* slow. Like 3...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:31 pm
126
... OK, removing importModule fixes it. Just including the basic pattern for doing this in the documentation would be a help. Also, throwing an exception...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:42 pm
127
I'm not sure how to implement this in Javascript, but it would be useful if you could do String::encode('html') to quote all HTML special characters, and...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:59 pm
128
Jan, You're right: I am working with the classes directly. I didn't realize that I was but I am. Instead of "o1 = new SomeClass(1)" my code is just "new...
Richard D. Spencer
orchidsonline
Offline Send Email
May 7, 2005
8:09 pm
129
... was ... 3 seconds is way to long. Unless you have a huge amount of data that needs to be converted from JavaScript to JSON I doubt you should get these...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 8, 2005
7:05 pm
130
... pattern for doing this in the documentation would be a help. Also, throwing an exception when someone tries this would also help; that way unnecessary...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 8, 2005
7:37 pm
131
Hello all, How do I pass arguments to a remote XML-RPC method ? I need to pass an arbitrary XML to the server. The XML is mounted client-side. I can't see a...
Steve Howe
vitavoom_howe
Offline Send Email
May 16, 2005
8:51 am
132
... if you create a ServiceProxy object it will have all the methods(XMLRPCMethod instances) you specified. e.g. var service = new...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 16, 2005
5:38 pm
133
Hello Jan-Klaas, ... JKK> if you create a ServiceProxy object it will have all the JKK> methods(XMLRPCMethod instances) you specified. JKK> e.g. JKK> var...
Steve Howe
vitavoom_howe
Offline Send Email
May 16, 2005
6:52 pm
134
Hi, Browser: Firefox. While loading the the javascript source xmlrpc.js, the browser stalls for 3 seconds... Can anyone has a possible solution to avoid this? ...
sandoshvr
Offline Send Email
May 18, 2005
7:40 am
135
... Is that at page load time? are you making any calls to the remote server like creating a ServiceProxy instance that uses introspection? Are you...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 18, 2005
4:16 pm
136
Hello all, Are there any plans to add Opera support for XML-RPC ? Opera offers XmlHttpRequest support for some time (since 7.6X I believe), but it is still not...
Steve Howe
vitavoom_howe
Offline Send Email
May 25, 2005
9:22 pm
137
... I will have a look at it and try to make the urllib work in Opera too. Don't realy have an excuse/reason for not supporting Opera, just never got around...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 25, 2005
9:49 pm
138
Hello Jan-Klaas, ... JKK> I will have a look at it and try to make the urllib work in Opera too. JKK> Don't realy have an excuse/reason for not supporting...
Steve Howe
vitavoom_howe
Offline Send Email
May 25, 2005
11:33 pm
139
Hey, you were right. I've just encountered a performance problem related to the creation of the class functions inside constructor so I thought I'll share it. ...
Slava
slava1st
Offline Send Email
May 30, 2005
7:31 pm
Messages 110 - 139 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help