Search the web
Sign In
New User? Sign Up
vanilla-pudding · Vanilla is a simple hypertext system which subscribes to the Wiki philosophy.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 169 - 198 of 980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
169
Maurizio, my idea for work was just to provide a more circumspect search by targeting individual spaces, rather than creating another entire system just for...
Chris Kemmett
chris_kemmett
Offline Send Email
Apr 1, 2002
11:49 pm
170
Hi All, I'm not a code person but I love the idea of vanilla and am looking to make some small "extensions" to it's functionality for our installation. I hope ...
Chris Kemmett
chris_kemmett
Offline Send Email
Apr 2, 2002
3:55 am
171
You'll probably get some better advice than this, but perhaps it's worth passing on. If others disagree they are probably more knowledgable than I am about...
David Ness
dnesspa
Offline Send Email
Apr 2, 2002
6:26 am
172
Hi David, Thanks for the reply. You're right, the possibility of breakage is very high (IMO). That's why I want to start by adding something like a small...
Chris Kemmett
chris_kemmett
Offline Send Email
Apr 2, 2002
6:33 am
173
thanks for your answer ! all the best Maurizio ... From: "Chris Kemmett" <chris@...> To: <vanilla-pudding@yahoogroups.com> Sent: Tuesday, April 02,...
m.converso
m.converso@...
Send Email
Apr 2, 2002
8:39 am
174
Hi, I'm a coder at heart so perhaps it was different for me, but I found it best to just dive in there. Get your hadns on some REBOL docs (I did a spide of ...
Murray Steele
murray_steele
Offline Send Email
Apr 2, 2002
8:41 am
175
I pretty much tackled Rebol the same way as any other language, although there is one extra advantage with Rebol: a very active user group that is just ...
David Ness
dnesspa
Offline Send Email
Apr 2, 2002
2:50 pm
176
Thanks for the feedback David and Murray. I've taken your advice...I'll tackle this the same way I have Lingo and Actionscript. I grabbed the Rebol/core...
Chris Kemmett
chris_kemmett
Offline Send Email
Apr 3, 2002
8:18 pm
177
... There's also "REBOL The Official Guide" by Goldman and Blanton, available from Osbourne/McGraw Hill. It's a hefty 731 pages including the index, and...
Pete Wason
mrzoon
Offline Send Email
Apr 4, 2002
8:15 pm
178
... Lest anyone be mislead on this one, my reference to `RT's Rebol Manual' was to `REBOL: The Offical Guide', not to some third document. Osborne/McGraw-Hill...
David Ness
dnesspa
Offline Send Email
Apr 4, 2002
8:39 pm
179
... sounds fine ;) ... normally you can count on the rebol list :) and if you have rebol/vanilla related problems, we (vanilla-pudding) will be there for you,...
Earl Walker
lord_earl_wa...
Offline Send Email
Apr 4, 2002
10:07 pm
180
Hi there, I wonder if I could get some pointers as I am trying to put up an image library. What I would like to be able to do is the following: 1. On a comment...
cybersonicuk
Offline Send Email
Apr 8, 2002
7:44 am
181
Things seem rather quiet!!! MD...
cybersonicuk
Offline Send Email
Apr 9, 2002
8:14 am
182
... sounds like an interesting but quite complex application. dynas [eg {!thumbnail:image1;image2;image3}] get everything past the first ":" passed as _one_...
Earl Walker
lord_earl_wa...
Offline Send Email
Apr 9, 2002
8:31 pm
183
Hi Mark I've been very interested in similar direction, and have been working on a number of image interface tools and ideas for Vanilla. Just porting my...
Jason Cunliffe
jasonic@...
Send Email
Apr 10, 2002
10:07 am
184
Thanks for that! Actually, I have built a few image libraries, but I was thinking of bulding something along these lines: 1) Snip that displays a list of...
cybersonicuk
Offline Send Email
Apr 10, 2002
10:01 pm
185
... Ok.. I have started with the thumbnail reader but dont understand how you describe directories and list files... here is a start of a script that I dont...
cybersonicuk
Offline Send Email
Apr 11, 2002
7:58 am
186
a) Can rebol/vanilla read the contents of a directory on the server? Probably. However you'd need to know the full server path to the directory, or at least...
Murray Steele
murray_steele
Offline Send Email
Apr 11, 2002
8:50 am
187
heyo, ... most definitely. read %./, read %/home/chris/thumbs/ etc. those will return ... in the current vanilla version, values from the url string are ...
Christian Langreiter
clangreiter
Offline Send Email
Apr 11, 2002
1:09 pm
188
... Please gimme gimme! That _neeeeeds_ to be included. -- Chris ;-)...
Christian Langreiter
clangreiter
Offline Send Email
Apr 11, 2002
1:20 pm
189
Another Question with regards to the completed image library: Once you have clicked on the thumbnail, you are directed to another snippet, that displays the...
cybersonicuk
Offline Send Email
Apr 11, 2002
2:33 pm
190
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Send Email
Apr 11, 2002
10:07 pm
191
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Send Email
Apr 11, 2002
10:09 pm
192
Hi guys I have added the files to the "files" section so that you can create your own image library. If you have any comments or ways of making it better...
cybersonicuk
Offline Send Email
Apr 11, 2002
10:14 pm
193
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Send Email
Apr 12, 2002
8:45 am
194
... I have uploiaded it to the files section. Should I upload the groups thing I did? I probably should. Altho I know there are a few typo bugs in the ...
Murray Steele
murray_steele
Offline Send Email
Apr 12, 2002
8:48 am
195
... thanks. i'll merge it into the next vanilla release. ... earl walker out ......
Earl Walker
lord_earl_wa...
Offline Send Email
Apr 13, 2002
3:32 pm
196
i'd suggest the following architecture. commonly image libraries look like the following: a library consists of N galleries, one gallery consists of N images. ...
Earl Walker
lord_earl_wa...
Offline Send Email
Apr 13, 2002
3:41 pm
197
Earl, Do you have any broad targets for the timing of the next Vanilla release? My reason for asking is _not_ to pressure you in _any_ way, but one of our ...
David Ness
dnesspa
Offline Send Email
Apr 13, 2002
4:17 pm
198
Hi there Earl I have uploaded the files for my image gallery/library function to the files section. They work in a similar manner but not completely the same. ...
cybersonicuk
Offline Send Email
Apr 14, 2002
10:14 am
Messages 169 - 198 of 980   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