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.
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 214 - 243 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
214
Hello Everyone: I was going through the e-week (Jan 27' 03) when I came across the article: "XML:Just Add Water". It was my first knowledge of Water (forgive...
Tamer H Salama <tsala...
tamerhelmysa...
Offline Send Email
Feb 1, 2003
8:13 pm
215
Hi Tamer, To take a dive into Water, follow these simple steps: - Go to http://www.waterlang.org - Click on 'Install Water' on the right side and follow the...
Nasir Rana
nasirmrana
Offline Send Email
Feb 2, 2003
12:39 am
216
Steam 3.0.3 has a number of changes from 3.0.2: Water language changes: o Water is now case-sensitive to match XML o More compatible printing of empty HTML...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 2, 2003
7:16 am
217
The JWIG language project (http://www.jwig.org) has a very simple feature: jwig verifies that it outputs valid xhtml. I misremembered this as a more general...
goksron <goksron@...>
goksron
Offline Send Email
Feb 4, 2003
1:34 am
218
XHTML and XML data are represented as real first-class objects in Water. When you serialize or format the objects, they are guaranteed to be valid XML based on...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 4, 2003
7:36 pm
219
I notice that when the IDE renders the <hr/> tag it draws the horizontal line, starts the next line, and draws a ">" character before anything else that...
merrick_stemen <mstem...
merrick_stemen
Offline Send Email
Feb 6, 2003
3:11 pm
220
Question 1: I created a small Water program, should I post it? Answer: Absolutely! Sharing code examples go a long way in helping people understand Water. ...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 6, 2003
4:12 pm
221
Re: Zero relative ... If 'end' were zero-relative, you would get <vector 11 12 13/>, because .0=10 .1=11 .2=12 .3=13 in this vector. for .<subvector start=0...
merrick_stemen <mstem...
merrick_stemen
Offline Send Email
Feb 7, 2003
5:44 am
222
... I'm sure I'm the one missing something here (I'm still swimming in the kiddie pool), but your test case seems to prove that the subvector "end" is actually...
airroach333 <andrewro...
airroach333
Offline Send Email
Feb 7, 2003
5:45 am
223
By convention, Water follows what I believe is a very common practice of having a 0-based key and having an upper bound which is 'exclusive', not 'inclusive'. ...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 7, 2003
5:59 am
224
The issue with subvector's end argument being "exclusive" vs "inclusive" is a classic "fencepost" kind of problem. Other languages besides Java have taken the...
Christopher Fry
cfry0
Offline Send Email
Feb 7, 2003
10:34 pm
225
The book 'Concrete Mathematics' by Knuth and someone else makes the case for [inclusive, exclusive) very well. A cool thing you didn't mention is that ...
Jonathan A Rees
towodo
Offline Send Email
Feb 8, 2003
1:55 am
226
Two things... ... Java and Python use this convention. Perl and Ruby do not. The latter two do the slice inclusive of the 'end' index. Next thing is that...
n_a
n_aisme
Offline Send Email
Feb 8, 2003
4:10 pm
227
... Next week we will post a Web page that lists the corrections to examples in the book: http://www.waterlang.org/water_book_2002/corrections.htm Water 3.0.3...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 8, 2003
4:18 pm
228
This is about an http problem rather than a water problem, but I'm wondering whether Water can help as I do need it to work with legacy servers... These three...
David De Roure
dderoure
Offline Send Email
Feb 9, 2003
9:23 pm
229
Thank everyone for the discussion on inclusive-exclusive start/end-- it has been very enlightening! Here is another sample program. It is a simple averaging...
merrick_stemen <mstem...
merrick_stemen
Offline Send Email
Feb 11, 2003
9:22 pm
230
Steam 3.1.0 beta has a number of changes from version 3.0.3: - New "Insert" menu mirrors right-click menu in editor - Improved cross-platform support for...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 11, 2003
9:39 pm
231
Here is another implementation of 'average' that uses some cool Water features: <defmethod average_2 rest> <plus rest=rest/>.<divide rest.<length/> /> </> ...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 12, 2003
1:09 am
232
Why does this code snippet return null when using IDE version 3.1 beta? <set test = www.<web "http://www.yahoo.com"/> /> test.content It worked (returned the...
Robert L. Kelsey
rlkh20
Offline Send Email
Feb 12, 2003
9:42 pm
233
I first stumbled on this group on October 8th 2002. (Post 170) Since then I have had the pleasure of meeting Fry, Mike and others at Clear Methods. I just read...
dabowd <dabowd@...>
dabowd
Offline Send Email
Feb 13, 2003
2:38 pm
234
Is there or will there be support for SSL built into Water?...
kwmarasco <kmarasco@....
kwmarasco
Offline Send Email
Feb 14, 2003
3:09 am
235
... student ... maybe ... The latest release has a whole bunch more help for the first time user, who is presented with "Helpful Comments" when they first...
cfry0 <cfry@...>
cfry0
Offline Send Email
Feb 14, 2003
10:34 pm
236
... Currently (version 3.1), the Water server does not support SSL. The workaround would be to use SSL with some other Web server, or SSL box, and forward the...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 16, 2003
11:13 pm
237
Water 3.2 beta will be posted tomorrow that has a number of improvements and bug fixes. The problem of accessing remote servers has been fixed. Requests will...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 17, 2003
4:04 am
238
Help Please, I'm just starting and working off of the downloaded PDF's (book is ordered). Page 100 makes me think that the below statments should result in 3...
kwmarasco <kmarasco@....
kwmarasco
Offline Send Email
Feb 18, 2003
5:20 pm
239
Use append to add content on the end of a file. It is much more efficient because it doesn't need to manipulate the file in-memory, it just appends the content...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 18, 2003
5:30 pm
240
Does anyone have a working version of the FAQ example application from the book? I am new to Water and I cannot seem to get it to function properly....
bob_cardenas <bcarden...
bob_cardenas
Offline Send Email
Feb 22, 2003
12:38 pm
241
The Career Place will be hosting several low-cost 1-day training seminars in Water. The first one is on March 11, 2003 in Woburn, MA, USA. For more...
pluschli <mplusch@...>
pluschli
Offline Send Email
Feb 23, 2003
1:42 am
242
Here's a little number guessing game server. I realize it is super_easy to hijack user sessions, but I haven't figured out how to keep cookies or session...
merrick_stemen <mstem...
merrick_stemen
Offline Send Email
Feb 23, 2003
2:29 am
243
I'm trying to connect to my sql, but the example in the book seems to fail. I looked through the posts, but none seemed to address this issue specifically. If...
kwmarasco <kmarasco@....
kwmarasco
Offline Send Email
Feb 24, 2003
12:58 am
Messages 214 - 243 of 741   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