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 166 - 198 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
180
I know two articles with SVN hosts list: http://weblogs.asp.net/fmarguerie/archive/2005/04/27/404793.aspx http://subversion.tigris.org/project_links.html (at...
Slava
slava1st
Offline Send Email
Sep 17, 2005
8:07 pm
181
I tried to come online couple of times and "jsolait" room doesn't seem to be registered, there wasn't anybody there. I tried to send you a msg and was told...
Slava
slava1st
Offline Send Email
Sep 19, 2005
4:08 am
182
I am not online 24/7 so if noone is in the channel then it gets closed I guess. I have seen someone in there called sherrif. Ususally I am online during...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 19, 2005
9:06 am
183
Allright, I finally decided to move my domains to a new host. To be persize to my new dedicated server. I will be installing Apache and SVN soon. I am still...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 22, 2005
4:23 pm
184
I would check-out http://projects.edgewall.com/trac/ It appears to be the most popular Python based bug-tracked. Slava <http://liquidmaze.emeraldhand.com/>...
Slava
slava1st
Offline Send Email
Sep 22, 2005
8:58 pm
186
Hi, I'm having a strange problem with the xmlrpc module. When getting the response from the server (see below) with Firefox or IE on Windows, it works fine....
knk003
Offline Send Email
Oct 10, 2005
9:47 am
188
The Class function you provide in jsolait does not allow for the creation of multiple instances. In the following code, both instances will alert the same...
fjtheman2005
Offline Send Email
Oct 19, 2005
2:18 pm
189
... Indeed they do. This is because you access the prototype of the class and not the instance of it. The publ object represents the myClass.prototype object...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 19, 2005
4:21 pm
190
Jan is right. To me "publ" is a reference to static members, since that's how essentially script behaves. I write "_static" instead of "publ" to always...
Slava
slava1st
Offline Send Email
Oct 20, 2005
3:53 am
191
... that's how essentially script behaves. I write "_static" instead of "publ" to always remember. I.e. - var myClass = Class("myClass", function(_static){ Not...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 20, 2005
10:16 am
192
Jan, Yes, this definitely clarifies things. I looked at your class function some more and it makes sense to me now. Thanks for your reply! ... ...
Fred Johnson
fjtheman2005
Offline Send Email
Oct 20, 2005
2:17 pm
193
Hello I'm new here and to Yahoo groups. I just discovered this most interesting project. I'm wondering how well does the library perform? Is it really slow?...
Kevin
gsmker_kevin
Offline Send Email
Oct 21, 2005
3:08 am
194
Hi Kevin, ... Depends on what you mean by slow and what functionality you are talking about and what you compare it to. E.g. the encoding and encryption...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 21, 2005
12:54 pm
195
Hey. True. I know how JS prototyping works and essentially JS world is not exactly the same as C++ or C# OO worlds where I am coming from. I call publ "static"...
Slava
slava1st
Offline Send Email
Oct 22, 2005
12:53 pm
196
Finally, http://jsolait.net moved to my new server. Whats new? jsolait's source has now moved from my private subversion repository to a new one on the server....
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 3, 2005
11:02 am
197
Can somebody please post an example of how to set up an asynchronous xmlrpc call and callback function? Thanks!...
n1ywb_1
Offline Send Email
Dec 1, 2005
3:16 am
198
... Here the example: var xmlrpc=imprt('xmlrpc'); var service = new xmlrpc.ServiceProxy('/test.py', ['echo']); service.echo('Hello jsolait', function(result,...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 2, 2005
3:23 pm
Messages 166 - 198 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