Search the web
Sign In
New User? Sign Up
waterlanguage · Water Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 372 - 401 of 724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
372
Hello all, I realize this is a delayed reaction, but, maybe XUL is not so bad after all. I was simply researching rendering engines and found this product...
John
john_van_v
Offline Send Email
Jun 2, 2003
10:32 pm
373
In the book you mentioned that there were some ideology, say, "connections" with Self and other languages. But - as far as I can see just at first glance - you...
grinkrug
Offline Send Email
Jun 10, 2003
4:39 pm
374
There are two upcoming meetings on Water in the Boston area: ConciseXML: Making XML both Concise and Precise with a Normal Form Speakers: Christopher Fry and...
pluschli
Offline Send Email
Jun 19, 2003
3:16 am
375
I'm trying to use the <email/> class, but the example for <send/> in the help system doesn't work with my data: I get lots of "required parameter missing"...
merrick_stemen
Offline Send Email
Jun 20, 2003
3:32 pm
376
Mr. Grinkrug sent his question to Clear Methods directly. I answered him, but I missed that he'd also sent his question to this group. Thought you might wish...
Jeffrey S. Wilson
halfnium256
Offline Send Email
Jun 20, 2003
3:33 pm
377
I notice that <defmethod send /> is part of <defclass message />, but NOT part of <defclass email />. Was this intentionally nested in the <message /> class?...
merrick_stemen
Offline Send Email
Jun 23, 2003
9:22 pm
378
I am running a Python script that GETs a url using 'urllib' and dumps the contents to the screen. When I try it against several different web servers it works...
merrick_stemen
Offline Send Email
Jun 24, 2003
7:32 pm
379
<!-- morning_afternoon.h2o --> <!-- A little server that displays upcoming events --> <defclass event title instructor_name meets /> <!-- this class could be...
merrick_stemen
Offline Send Email
Jun 24, 2003
9:45 pm
380
... Yes. Only the path & query should be shown on the first line, not the entire URI. ... dumps ... different ... any ... application ... 6.0 ... xbitmap,*/* ...
pluschli
Offline Send Email
Jun 24, 2003
9:53 pm
381
I have been trying to run the Upcoming Events Server using Java Web Start this morning. Here is my .jnlp code: <?xml version="1.0" encoding="UTF-8"?> <jnlp...
merrick_stemen
Offline Send Email
Jun 25, 2003
5:08 pm
382
There was a bug introduced when the license manager was added. The bug has been fixed, and will be part of the 3.9 release that will be out next week. ...
pluschli
Offline Send Email
Jun 26, 2003
1:58 pm
383
The email library is currently undergoing a major revision to make it consistent with the 'web', 'file', and 'db_resource' libraries. The new Water Mail ...
pluschli
Offline Send Email
Jun 26, 2003
2:02 pm
384
This cracks me up! Source: <vector "yellow" "red" "green"/>.<random_instance /> Result: <vector "coner n " "mubacusom mi" "nonu"/> And, every time you run it,...
merrick_stemen
Offline Send Email
Jun 26, 2003
4:32 pm
385
I think you probably wanted to use a 'one_of' with 'random_instance', for example: <one_of "yellow" "red" "green"/>.<random_instance/> RETURNS one of: "yellow"...
pluschli
Offline Send Email
Jun 26, 2003
4:50 pm
386
I have had a blast tweaking the Upcoming Events server to do different things. Last night, I decided to try to put a 'Water Powered' graphic on the page and I...
merrick_stemen
Offline Send Email
Jun 26, 2003
5:55 pm
387
Here's a quick Server example that works for one browser request on port 8081. It is a proof-of-concept deal. I should be able to expand this to do any kind of...
merrick_stemen
Offline Send Email
Jun 26, 2003
7:24 pm
388
Your approach was a good one -- binary files (such as GIFs) should be served using a file server optimized for that task. Right now, there is no built-in...
pluschli
Offline Send Email
Jun 26, 2003
8:04 pm
389
This runs through the SMTP session without any regard for error messages and displays the mail server's responses at the end. This could be consolidated and...
merrick_stemen
Offline Send Email
Jun 26, 2003
9:25 pm
390
So will this work in Water 3.9? <defclass image_server> <defmethod image filename> <response body_string= <file <concat my_image_files_path filename/> ...
merrick_stemen
Offline Send Email
Jun 26, 2003
9:27 pm
391
Message from: Roland Messier, B.A.Sc. 1. I've bought your book and want to know where I can access the errata!!! BTW, since I'm familiar with traditional...
pluschli
Offline Send Email
Jun 27, 2003
10:40 am
392
... The Water book errata is accessed from the on-line Water book: http://www.waterlanguage.org/water_book_2002/index.htm Click on the link "Corrections to...
pluschli
Offline Send Email
Jun 27, 2003
12:14 pm
393
Here's an example of defining 'random_instance' on 'vector' that will return a new vector with the values in random order. This will likely be put into the...
pluschli
Offline Send Email
Jun 28, 2003
12:50 pm
394
I notice that <file "graphic.gif" />.<copy_file <file "copy.gif" /> /> doesn't give me a binary copy of the file. The data is converted from binary to unicode,...
merrick_stemen
Offline Send Email
Jul 1, 2003
8:05 pm
395
I often get the comment that Water allows developers to mix user interface and logic which many believe to be a "bad thing". The example below shows a Water...
pluschli
Offline Send Email
Jul 1, 2003
8:24 pm
396
The following example shows how to clean up an HTML page and extract some information from tags. FYI, I needed this tonight to retrieve the product codes from...
pluschli
Offline Send Email
Jul 2, 2003
4:14 am
397
To the Water community: This month with significant hoopla we are launching the latest versions of Water, ConciseXML and the Steam Platform. We expect to...
pluschli
Offline Send Email
Jul 2, 2003
5:08 pm
398
How do I get a new instance of a Java array that I can later use? I've tried: <set the_data= <<get_java_method "[Ljava.lang.Byte;" "new" "int" /> 100 /> /> ...
merrick_stemen
Offline Send Email
Jul 2, 2003
7:23 pm
399
This href scraper uses the <get_with_value /> method. <!-- href_scraper.h2o --> <!-- Load old HTML tags --> ...
merrick_stemen
Offline Send Email
Jul 3, 2003
2:54 am
400
A number of people have asked for a version of the Water Reference Manual in HTML format. It has just been posted here: ...
pluschli
Offline Send Email
Jul 3, 2003
3:47 pm
401
[This is not in direct reply to the message, but is an update on the status of this thread.] Hooray! In version 3.10.1, a utility has been made available to...
merrick_stemen
Offline Send Email
Jul 8, 2003
4:17 pm
Messages 372 - 401 of 724   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help