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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 226 - 260 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
226
In case you have not been watching jsolait.net changes, I have added some new code. There is a new strings module for string manipulation. It extends the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 2, 2006
6:57 pm
227
Very nice with the templates!...
Shidan
fuzzoolia
Offline Send Email
Mar 2, 2006
7:44 pm
228
Hi all, just some updates, I have rewritten the iter module which provides some iteration funcitonality. Basically it enables objects to be iterable and to...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 16, 2006
11:22 am
229
... I am struggling with this as well. I am using PHP to return an XML-RPC struct and I am unclear how to get at the struct contents. The server returns a...
chiller255
Offline Send Email
Mar 21, 2006
10:23 pm
230
... a struct returned is accessed like a JavaScript object: <struct> <member> <name>lowerBound</name> <value><i4>18</i4></value> </member> <member> ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Mar 22, 2006
1:43 pm
231
Although the documentation states that jsonrpc implements introspection, it presently seems to be absent. Can you confirm this? Is it going to be implemented...
fermo111
Offline Send Email
Mar 28, 2006
8:36 pm
235
Hi all, I just played a bit with the yahoo widgets and added a script to the jsolait trunk that will make it possible to use jsolait inside widgets in a very...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Apr 26, 2006
1:34 pm
236
I am trying to use the jsolait xmlrpc library to communicate with eXist (http://exist.sourceforge.net/). I have working examples in Python and other languages....
Peter
psaffrey2003
Offline Send Email
May 16, 2006
12:51 pm
237
... This is a security restriction. FF's same-domain-policy seems to include prots too :( Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 16, 2006
4:42 pm
238
Thanks for this. I was able to get jsolait's XML-RPC working within a Yahoo widget without modification. What is the difference between this script and the...
chiller255
Offline Send Email
May 20, 2006
1:08 am
239
Thanks. I was able to figure this out on my own once I realized JavaScript treats objects and arrays similiarly. I could use the for...in syntax to see all...
chiller255
Offline Send Email
May 20, 2006
1:11 am
240
... a Yahoo widget without modification. Great, I am glad it is working. ... It uses jsolait's core but overwrites jsolait's import functionality to use the...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 20, 2006
8:37 pm
241
The ticket system has been spammed on a daily basis. It started with ticket comments and then with brand new tickets. For now I removed all anonymous...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 30, 2006
9:25 am
243
I added a zip(iterable1,...) to the iter module which returns an Iterator that will iterate over the iterable objects simulatiously similar to python's zip()...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 12, 2006
12:16 pm
244
I had to lock down the wiki for now :( Until a solution is found I have to lock down the wiki. Thanks to everyone who helped with spelling and grammar and...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 13, 2006
4:33 pm
245
... Hash: SHA1 ... There's a plugin available for trac that might help with spam... http://trac.edgewall.org/wiki/SpamFilter ... Version: GnuPG v1.4.3 (Darwin)...
Christopher Hiller
chiller255
Offline Send Email
Jul 13, 2006
7:47 pm
246
... People who don't feel like fiddling with their install also sometimes publically post login information that anyone can use, because Spammers will never...
Ian Bicking
ianbicking
Offline Send Email
Jul 13, 2006
8:19 pm
247
... This needs version 0.10 of trac. I will have a lock at it. I might just ditch the debian package and install trac from source. ... Spammers will never...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 14, 2006
8:04 am
248
I believe 2.0 is where I want it to be and I'd like to close the mile stone and move forward to the next one. This means that jsolait 2.0 is feature complete...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 14, 2006
10:14 am
249
I have been thinking a while about asynchronous module loading/import and would like to get some feedback on the subject. The advantage is that module imports...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 14, 2006
4:23 pm
250
Another idea I have been playing with. I have been thinking about dropping the Module(...) constructor or makign it optional. Lets say modules are loaded only...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 14, 2006
4:45 pm
252
Hi, We have an application running in IE and Firefox using native SVG (open modeling). In firefox I can use YUI library for the event stuff in SVG it won't...
John Ophof
jophof007
Offline Send Email
Jul 24, 2006
6:33 am
253
Hi, ... (open modeling). In firefox I can use YUI library for the event stuff in SVG it won't load the jsolait libraries properly (becauase not made for Adobe...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 25, 2006
1:12 pm
254
Hi, Exactly there are libraries out there but the standards and so on are not that I want. I try to run DoJo in SVG but that isn't working either. We now use...
jophof007
Offline Send Email
Jul 25, 2006
8:37 pm
255
I have created a new branch: http://svn.jsolait.net/branches/experimental/ Things I have implemented in that branch: * jsolait now only exposes a single global...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 27, 2006
11:31 am
256
I just got some results from playing with the experimental branch: One feature was to expose new objects to a module's local namespace. This seems to work fine...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 28, 2006
4:25 pm
257
It looks like that IE does not have the problem earlier described. Though firefox does, so it is a no go for that solution. I played some more with the module...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 31, 2006
4:55 pm
258
Hi everone! I noticed having keep-alive enabled in Apache delays the method response by the keep-alive timeout. The callback function does not get called until...
Tobias Gustafsson
tgu79
Offline Send Email
Aug 4, 2006
5:53 am
259
Hi Firstly, thank you for making available the jsolait library. I want to use the XML-RPC jsolait library to connect to our 'JIRA' issue tracking system...
davida442005
Offline Send Email
Aug 4, 2006
8:07 am
260
sounds like a security issue In IE you can set a preference to allow scripts to access other domains then the one the page originated from. In FF it is not ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 4, 2006
11:38 am
Messages 226 - 260 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