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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 130 - 160 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
130
... It does not. I know, mostly from (vain) attempts att tricking the Mozilla throbber to do something to show progress the way users expect it to look like...
Johan Sundström
johan_h_sund...
Online Now Send Email
Oct 3, 2005
1:08 am
131
Just a note about Opera incompatibilities: Opera 8.5 allows setting content-type in XMLHttpRequest. So, sniffing for '{' is not necessary anymore server-side....
Jim Washington
jimcburg
Offline Send Email
Oct 18, 2005
1:47 pm
132
... I've been following this thread silently for a while, waiting for someone to suggest the Content-Type text/javascript, but to no avail, so I suppose I'll...
Johan Sundström
johan_h_sund...
Online Now Send Email
Oct 20, 2005
7:39 am
133
I am not sure that the content type on the client side has much relevance. The data comes in through the http request and the headers are never inspected by...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 20, 2005
10:15 am
134
... Hm. I was under the impression we were discussing the Content- Type header sent by the server to the client. In the other direction I suppose it might not...
Johan Sundström
johan_h_sund...
Online Now Send Email
Oct 20, 2005
11:18 am
135
... +1 but in light of yesterdays mail from Jim (see below) I'd prefer 'application/x-javascript' as the mimetype. Stephan ... Just a note about Opera...
Stephan Diehl
stedi1967
Offline Send Email
Oct 20, 2005
11:20 am
136
... I think the case against text/javascript is simpler than that. I've discussed it before in this group, but perhaps it helps to expand with some concrete...
Atif Aziz
azizatif
Offline Send Email
Oct 20, 2005
11:50 am
137
... Also +1 on application/json-rpc from the client. I've done some googling. Apparently, "application/javascript" and "application/ecmascript" may soon be...
Jim Washington
jimcburg
Offline Send Email
Oct 20, 2005
11:58 am
138
... Ack! Opera8.5 fails on application/javascript, so application/x-javascript is the pragmatic content-type from the server for the moment. -Jim Washington...
Jim Washington
jimcburg
Offline Send Email
Oct 20, 2005
12:32 pm
139
... batch by simply checking if the request is an array or an object. And for a single request, you could anyhow always stuff it as the sole element of an...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 20, 2005
2:44 pm
140
... I didn't mean to be so hard on the spec as much as hinting where it needs to be fleshed whenever its carried forward. I guess we could all do a better job...
Atif Aziz
azizatif
Offline Send Email
Oct 24, 2005
4:08 pm
141
Hi all, I'm currently developing a "web service" library for PHP, which uses JSON as the protocol for the underlying data exchange. It's coming along nicely,...
oweff
Offline Send Email
Oct 24, 2005
7:18 pm
142
Well, I've discovered my oversight. If I pass in an argument "foo", the response becomes: {"id":1130183649, "result":'foo', "error":null} So.. all is well.. ...
oweff
Offline Send Email
Oct 24, 2005
7:52 pm
143
Hi, ... needs to be fleshed whenever its carried forward. I guess we could all do a better job of helping there it if it can be moved to a wiki, thus allowing...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 25, 2005
1:31 pm
144
... Yea, echo(msg) takes exactly one argument. I guess my impl should not report "Not a JSON-RPC post" but an error stating that a wrong number of arguments...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 25, 2005
1:35 pm
146
Hello. My name is Gaetano Giunta, and I am the main developer of the PHP XML-RPC lib. I discovered json-rpc today, and could not resist immediately starting to...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 3, 2005
11:45 am
147
... XML-RPC lib. I discovered json-rpc today, and could not resist immediately starting to hack support for json-rpc into the lib (for now only avalibale in...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 7, 2005
9:39 am
148
Hello, I just wanted to let you know that I put up a new RC version of the xmlrpc lib on sf.net. Besides a couple of bugs fixes and improvements, mostly in the...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 22, 2005
5:03 pm
149
Hi all, just hacked up a little example for JSON-RPC. You caqn find and play with it here: http://jsolait.net/wiki/examples/jsonrpc/canvas It is a shared...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 8, 2005
2:26 pm
150
Hi, I try to find out if json-rpc is an active project. On the site there are no entries past 06-2004 and it seems to be abandoned. It does sound good for our...
thomanji
Offline Send Email
Dec 15, 2005
6:59 pm
151
I have not been updating the site for a while, though the specs have been discussed here on the list and people have been sending me mails that they are impl....
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 16, 2005
12:51 pm
152
... JSON-RPC is mature enough not to need activity as a project, per se; it is in fact one of the really good things about it -- it is stable, solves one large...
Johan Sundström
johan_h_sund...
Online Now Send Email
Dec 16, 2005
3:47 pm
153
I haven't had much time to document the various pieces of the Jayrock [1] project until just recently. Well, it's hardly documentation. A couple of weeks back,...
Atif Aziz
azizatif
Offline Send Email
Dec 19, 2005
10:10 am
154
Hi Jan, In addition to content-type, error codes and class hinting, I would also suggest adding introspection somewhat as in some XML-RPC implementations[1]....
Atif Aziz
azizatif
Offline Send Email
Dec 19, 2005
11:04 am
155
Hi, I am new to JSON RPC. I was going through the test examples given at http://oss.metaparadigm.com/jsonrpc-1.0/hello.jsp and trying to understand that. do i...
murali_padavala
Offline Send Email
Jan 5, 2006
8:14 am
156
Hi Murali, ... I see you have posted this here on the json-rpc list aswell as the json-rpc-java list. Since this list is for discussions relating to the ...
Michael Clark
michaeljclark
Offline Send Email
Jan 6, 2006
12:19 am
157
Hi Michael, Thanks for your reply. I found out the mistake I was doing, i was not creating the new JSONRpcClient("/test/JSON-RPC") with the correct url. Thank...
Murali Krishna
murali_padavala
Offline Send Email
Jan 6, 2006
7:49 am
158
Hi, I've just launched PHP-O-Lait that provides client-side JavaScript to server-side PHP in 2 lines of boilerplate code. It also includes a JSON-Rpc enabling...
craigmasonj
Offline Send Email
Jan 12, 2006
9:02 pm
159
Cool...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 13, 2006
10:31 am
160
Hi all, I am moving the http://json-rpc.org domain to a new server. The site is a bit redesiged and uses a wiki and a ticket system. The wiki is editable so...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 27, 2006
5:53 pm
Messages 130 - 160 of 635   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