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 99 - 128 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
123
... This isn't working for me. I have a page at /, and jsolait installed at /jsolait, and this code doesn't work: <script type="text/javascript"...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:43 am
124
... You don't need to import jsolait it is a global object. Though I should fix the importMoidule to return the jsolait object if one wants to import it. ... ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 7, 2005
3:11 pm
125
So, I've been experimenting with different ways of doing RPC calls, and I had something working with jsonrpc.ServerProxy, but it was *really* slow. Like 3...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:31 pm
126
... OK, removing importModule fixes it. Just including the basic pattern for doing this in the documentation would be a help. Also, throwing an exception...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:42 pm
127
I'm not sure how to implement this in Javascript, but it would be useful if you could do String::encode('html') to quote all HTML special characters, and...
Ian Bicking
ianbicking
Offline Send Email
May 7, 2005
7:59 pm
128
Jan, You're right: I am working with the classes directly. I didn't realize that I was but I am. Instead of "o1 = new SomeClass(1)" my code is just "new...
Richard D. Spencer
orchidsonline
Offline Send Email
May 7, 2005
8:09 pm
Messages 99 - 128 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