Search the web
Sign In
New User? Sign Up
webjay-dev · Webjay Development
? 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 1 - 32 of 107   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
This list is for discussing development related to the awesome Webjay.org website. Lucas Gonze is the guy behind it; he put a lot of thought and time into...
kevin3prichard
Offline Send Email
Aug 2, 2004
12:06 am
4
My name is Kevin Prichard. By day I code in Java, perl and PHP, mostly creating database-driven websites for clients, and I also do some Unix system...
kevin3prichard
Offline Send Email
Aug 2, 2004
4:16 am
5
Unsorted comments -- This list is Kevin's idea. I think it's a good idea, and am happy to see it happen. I'll probably use this list to make technical...
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
2:00 pm
6
Wanted: a gateway to convert calls that use the delicious api to calls that use the webjay api and vice versa. That is, it should be possible for code which...
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
3:06 pm
7
... that would be pretty hot. does anyone know who is behind delicious?...
Brett Singer
gs_brett
Offline Send Email
Aug 2, 2004
5:50 pm
8
... yup. :)...
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
5:52 pm
9
... it's you, isn't it? have you approached him/her?...
Brett Singer
gs_brett
Offline Send Email
Aug 2, 2004
5:54 pm
10
One way to approach the problem of a decent client is to create a hackable caching proxy. This might be a decent basis: http://perlmonks.thepen.com/13927.html...
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
6:43 pm
11
That's an interesting idea. I guess it could save some bandwidth for the user, and the content host too. Just to spell some of the benefit out... on the media...
kevin3prichard
Offline Send Email
Aug 2, 2004
10:42 pm
12
... From my perspective the benefits are saving on bandwidth, allowing offline mode, and allowing files to keep their URLs aftering downloading. The other...
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
11:03 pm
13
HTTP::Proxy::BodyFilter::save is a good basis to start from. Only available in the cvs version of HTTP::Proxy....
Lucas Gonze
lgonze@...
Send Email
Aug 2, 2004
11:07 pm
14
In thinking about a PHP wrapper API for webjay, I get a facial tic thinking about getting PHP built to work with the right XML libs and apache. Anybody have a...
kevin3prichard
Offline Send Email
Aug 3, 2004
7:50 pm
15
I fiddled around with php xml a bit, when I was thinking of writing an xspf importer, and it was surprizingly not horrible....
Lucas Gonze
lgonze@...
Send Email
Aug 3, 2004
8:09 pm
16
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File : /Webjay PHP...
webjay-dev@yahoogroup...
Send Email
Aug 4, 2004
2:52 am
17
zenguin.com/webjay...
Lucas Gonze
lucas_gonze
Offline Send Email
Aug 4, 2004
3:34 pm
18
cool! can't help code much, but glad to be the token windows test subject. ... Brett Singer & Associates, LLC 240 West 44th Street New York, NY 10036 ph:...
Brett Singer
gs_brett
Offline Send Email
Aug 4, 2004
3:38 pm
19
I liked the old logo, but the new one is an awesome rendering of that design. very cool....
Kevin Prichard
wjdev@...
Send Email
Aug 4, 2004
4:11 pm
20
Lucas, you said this on the webjay forum- "A cool project: a playlist editor that ran from the console. Another one: something that allowed you to have a...
kevin3prichard
Offline Send Email
Aug 4, 2004
10:20 pm
21
1. Turns out curl is available in PHP, and it lets you make POST requests and set POST fields, which is what we need, so that looks good. Something which the...
Kevin Prichard
wjdev@...
Send Email
Aug 6, 2004
10:39 pm
22
... Hm. Is curl in PHP the same as the client library in Pear? ... curl should do this. at least, it works from the command line. ... My experiences with it...
Lucas Gonze
lucas_gonze
Offline Send Email
Aug 6, 2004
10:43 pm
23
... probably, yah. pear needs libcurl to compile, iirc. php's curl api is a subset methinks, as the curl_multi_* functions only recently arrived there. ... ...
Kevin Prichard
wjdev@...
Send Email
Aug 7, 2004
12:28 am
24
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File : /xmltest.php...
webjay-dev@yahoogroup...
Send Email
Aug 7, 2004
12:31 am
25
Howdy all, Over the last few days I've been experimenting with proof-of-concept attempts under PHP. It turns out that PHP's xslt and libcurl APIs are not ...
Kevin Prichard
wjdev@...
Send Email
Aug 10, 2004
12:16 am
26
Lucas, How is authentication done? Basic, or something else? I've been able to fetch a playlist with username only, just using a URL, no form fields, no...
kevin3prichard
Offline Send Email
Aug 11, 2004
12:31 am
27
... Can you tell me the URL you used? Chances are good that it wasn't supposed to be restricted....
Lucas Gonze
lucas_gonze
Offline Send Email
Aug 11, 2004
1:37 am
28
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the webjay-dev group. File :...
webjay-dev@yahoogroup...
Send Email
Aug 11, 2004
2:59 am
29
Here are some frutta di mi labors. 1) Look for latest upload to files section, "wjtester5.php". This one works, plus it has no libcurl or xslt_* dependencies....
kevin3prichard
Offline Send Email
Aug 11, 2004
3:16 am
30
... http://webjay.org/api/xspf/kev/themusic could you splain which api calls need passwords and which don't?...
Kevin Prichard
wjdev@...
Send Email
Aug 11, 2004
3:22 am
31
you fucking rock....
Lucas Gonze
lucas_gonze
Offline Send Email
Aug 11, 2004
3:36 am
32
... Yup: all POST calls need a password, and all GET calls except /api/help and /api/xspf/username/shortname....
Lucas Gonze
lucas_gonze
Offline Send Email
Aug 11, 2004
3:36 am
Messages 1 - 32 of 107   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