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 93 - 122 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
93
... Great to hear that, though I am still puzzled why the other version did not. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 1, 2005
11:18 am
94
... jsolait.net. ... possible ... This is what I'm using: http://mike.teczno.com/JSON/ It's a PEAR proposal, but it seems to be working fine for the most part....
scragz
scragzbot
Offline Send Email
Mar 6, 2005
3:24 am
95
Hello, I do think this post fits better in the json-rpc@yahoogroups.com list. ... First lets look at the two peers involved, the client and the server. The...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 7, 2005
9:33 am
96
So, I have some time to work on jsolait again. This is what I am working on righ now: I have been writing on a "sets" module providing python like sets. ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 26, 2005
5:49 pm
97
Hey, since you have time to work on jsolait I thought I'd do a couple of feature requests... 1) Ability to declare the same module in different .js files, and...
Slava
slava1st
Offline Send Email
Mar 29, 2005
7:16 pm
98
Hi, ... separate files Doesn't the functionality you describe mean multiple modules? ... So, for this example you would have the crypto module and an md5 ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 29, 2005
9:38 pm
99
Hi There, I'm developing a web application which uses a lot of javascript. I've learnt a few techniques on the way to help me deal with these effectively...
anjan_dev
Offline Send Email
Apr 15, 2005
1:10 am
100
... Hi! First post here... just joined. Would it be ok to prepend an underscore to the variable that is assigned a reference to the imported module? The above...
Istvan Hoka
istvanhoka
Offline Send Email
Apr 15, 2005
10:03 am
101
... That is great news! I've been working on a python script that extracts comments from jsolait classes and methods and generates Java class stubs in ...
Istvan Hoka
istvanhoka
Offline Send Email
Apr 15, 2005
10:11 am
102
... you can use whatever name you like. ... all variables inside the module declared with var are NOT global. The are local to that module only. so you can...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 15, 2005
12:39 pm
103
There are couple of projects in existence which are oriented towards documenting JScript. I know of JSDoc - http://jsdoc.sourceforge.net/ and NaturalDocs - ...
Slava
slava1st
Offline Send Email
Apr 15, 2005
3:27 pm
104
... Thanks! I know that :) But this is not what I meant. Let me clarify. I meant to ask if _you_ would consider prepending an underscore to the module variable...
Istvan Hoka
istvanhoka
Offline Send Email
Apr 18, 2005
6:21 am
105
... to get ... dozens ... declarations, ... comments in ... as some ... JSDoc was my option initialy, but it didn't seem to handle jsolait-like...
Istvan Hoka
istvanhoka
Offline Send Email
Apr 18, 2005
6:30 am
106
Hey, I was wondering if you could add functions to work with array, such as indexOf, etc. They would be of great help when one has to work with arrays. ...
Slava
slava1st
Offline Send Email
Apr 24, 2005
10:53 pm
107
... No, I would not consider doing so. I really see no reason for it. ... I believe strongly that one should always use var and avoid global objects. Only if...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 25, 2005
5:53 am
108
I'm trying to get my svg project working in FireFox-SVG. Here's the problem: A. the code fragment for loading svg: publ.createNodeFromFile = function...
Richard D. Spencer
orchidsonline
Offline Send Email
Apr 26, 2005
5:02 pm
109
Hello all, Since I'll be developing web applications that depend on RPC calls, and many in this list seem to be familiar with the subject, I was wondering if...
Steve Howe
vitavoom_howe
Offline Send Email
Apr 29, 2005
10:54 pm
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
Messages 93 - 122 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