... 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....
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...
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. ...
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...
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 ...
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...
... 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...
... 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 ...
... 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...
There are couple of projects in existence which are oriented towards documenting JScript. I know of JSDoc - http://jsdoc.sourceforge.net/ and NaturalDocs - ...
... 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...
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. ...
... 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...
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...
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...
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....
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...
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...
... 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...
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:...
Hi, ... jsonrpc.ServiceProxy('http://localhost:8080/?_action_=jsonaction',['run']); it should be: var servlet = new jsonrpc.ServiceProxy because you are...
... 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...
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, ...
... 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...
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...
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...
... 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...
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...