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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 149 - 179 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
149
I'm learning about xmlrpc. I managed to get a server runing, using pear:xmlrpc 1.3.3, and a client, using jsolait 1.1. The problem is that the jsolait client...
junior_arruda_adv_br
junior_arrud...
Offline Send Email
Jul 17, 2005
4:11 pm
150
Hi, When I execute 2 calls simulaenously, the callbacks are not passed properly to the assigned functions. This happens only in IE. In firefox it works ...
Sandosh Kumar VR
sandoshvr
Online Now Send Email
Jul 18, 2005
4:21 am
151
Hey. Has anybody considered by any chance a possibility of having protected members in JSOLait classes? I was thinking about it and the simplest solution I...
Slava
slava1st
Offline Send Email
Aug 16, 2005
10:22 pm
152
Hi! All When using frame or iframe, it may initial many times. I add some code to only initial once. Module = function(name, version, moduleScope){ if...
Hyperfox
gigahunter
Offline Send Email
Aug 18, 2005
2:55 am
153
I have jsolait working with xml-rpc using the apache implementation and would like to now venture into the json-rpc realm but am having problems getting my...
bobpf_bg
Offline Send Email
Aug 23, 2005
3:32 pm
154
... depends on your serverside script/handler for the requests. Sorry, thats a lame answer but I am not quite sure what to answer. What I have on my server...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 24, 2005
4:31 pm
155
Jan, Thanks for your response. I would like to contribute to your cause but also work a full time job. If you could figure out how to create small tasks that...
Bob Pfingsten
bobpf_bg
Offline Send Email
Aug 26, 2005
4:20 pm
156
I would like to contribute someway:) Currently I'm working on modules to make it easier to create various controls on a web page (I have a menu and a tree so...
Slava
slava1st
Offline Send Email
Aug 28, 2005
2:07 am
157
Hello. I'm really not sure if utf-8 is handled correctly... Let's try http://jsolait.net/examples/jsonrpc/tester.xhtml . Then select from below: "The following...
mstepnicki
Offline Send Email
Aug 29, 2005
10:11 am
158
... Update: http://jsolait.net/examples/xmlrpc/tester.xhtml works just fine....
mstepnicki
Offline Send Email
Aug 29, 2005
10:23 am
159
... but also work a full time job. If you could figure out how to create small tasks that could be checked out, worked on and checked back in that would be...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 30, 2005
8:43 am
160
... when it's up. please do send the link. ... pretty slow (if I call base class constructor from child class constructor in a moderately big class object...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 30, 2005
8:53 am
161
... Will have to dig into the code. I am a bit bussy so it might take a while, sorry. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 30, 2005
8:59 am
162
Hi, I'm picking up quite a project in which jsolait has been used, and one of the things I want to deliver as part of the final project is a nice test-suite. A...
Pete Sergeant
petersergeant
Offline Send Email
Aug 31, 2005
12:01 am
163
Hello! I'm looking into this for use with a specific web service, that requires a session cookie to be passed (I'll be getting that cookie in a PHP script...
tibbebugg
Offline Send Email
Aug 31, 2005
1:04 pm
164
... There is no specific module (yet) to set and read cookies, but sounds like an interesting one to write. For now you either have to write your own module or...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 31, 2005
1:27 pm
165 Christian Tiberg
tibbebugg
Offline Send Email
Aug 31, 2005
1:42 pm
166
... I need this for the xmlrpc to call a web service. Are your answer still valid? I can't see no document object to use there.......
tibbebugg
Offline Send Email
Sep 1, 2005
8:24 am
167
... I think it is valid. I just did a little test using jsolait-online using json-rpc. A method on the server returns the cookies sent to the server. the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 1, 2005
10:09 am
169
Not sure what this has to do with jsolait really. To be honest it looks like advertisment to me, which should go straight to the spam bucket. Oops no, there is...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 2, 2005
10:01 am
170
There was a lack of feedback to my testing threaad, but I need it done, so I've started it. I welcome feedback, but right now, my priority is getting my...
Pete Sergeant
petersergeant
Offline Send Email
Sep 2, 2005
6:28 pm
171
Just a thought that has been crossing my mind. Would it be a bad idea to enable classes to be instanciated with and without the new keyword? e.g. o = new C()...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 6, 2005
4:53 pm
172
1. I don't think you should add object declaration without the "new" keyword. It will make it harder to read and understand what the code does as well as...
Slava
slava1st
Offline Send Email
Sep 7, 2005
2:17 am
173
... keyword. It will make it harder to read and understand what the code does as well as actually encourage people to make the mistake. I have to agree with...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 7, 2005
10:43 am
174
Well, I think you can make it optional to allow object creation without the new keyword ("Class.createWithoutNew = true" or something like that). This way if...
Slava
slava1st
Offline Send Email
Sep 7, 2005
3:46 pm
175
I uploaded a new snapshot. It is not tested and probably very unstable but I wanted to get something out that people can play with. ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 14, 2005
11:00 pm
176
Looks interesting, but couple of quick questions: * Is there any way to generate documentation for it? Going through code is fun, but looking at docs in one...
Slava
slava1st
Offline Send Email
Sep 15, 2005
9:46 pm
177
Been hacking some more: http://jsolait.net/download/jsolait.2005-09-16.zip It includes some auto generated docs though they sometimes don't include everything...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 16, 2005
9:36 am
178
... code is fun, but looking at docs in one place can speed up learning how to use the new code. yeap, I included some autogenerated docs in the latest...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 16, 2005
10:37 am
179
If anyone cares to chat about jsolait join: irc://irc.freenode.net/jsolait I, keyjaque usually hang out there during the day(London time). If I am not there...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 16, 2005
10:54 am
Messages 149 - 179 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