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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 582 - 612 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
582
A friend of mine showed me a neat programming article on the TopCoder website recently. I thought it was pretty cool that I could take the pseudocode example...
merrick_stemen
Offline Send Email
May 5, 2004
7:46 pm
583
I am working on a project with a lot of files. I noticed that the loading and execution of files can be fairly slow. So I decided to code up a mechanism that...
brianjlevine
Offline Send Email
May 14, 2004
1:16 pm
584
Water Language Conference 1.0, Sunday, June 20th Cambridge, MA USA For details, go to: http://waterlanguageconference.org/ You are cordially invited to attend...
pluschli
Offline Send Email
May 20, 2004
3:01 am
585
Boston Water User Group XML Namespaces in Water Christopher Fry Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ ...
pluschli
Offline Send Email
May 23, 2004
2:19 am
586
Wow! This is great! Here's a quick example of getting the RSS feed data for this group from the Yahoo groups site. <!-- Using Version 4.0-beta3 --> <!-- A...
merrick_stemen
Offline Send Email
May 26, 2004
5:50 pm
588
This isn't working properly right now. If you have three layers of imports (File A imports File B that imports File C) then you change and save File C. Now...
brianjlevine
Offline Send Email
May 27, 2004
3:00 am
589
This is working well now. Rather than implementing a depedency tree, on every import, the entire list of cached files is checked for change (rather than only...
brianjlevine
Offline Send Email
Jun 1, 2004
12:55 am
590
Hi All, Is something changed with the filesystem object in the new version Steam XML 4.0 - beta-3? I get an error when I try executing the line <set inFile =...
Vijaya Jonnalagadda
vijayasreej
Online Now Send Email
Jun 5, 2004
6:24 pm
591
Vijaya, Looking back through old programs I find that I have always used the following syntax: <set inFile = filesystem.<file "//D:/test.xml" /> /> The...
merrick_stemen
Offline Send Email
Jun 6, 2004
3:17 pm
592
Brian, I notice that you use <<get_java_method /> /> a lot in your file cacheing module. Have you considered using the <java /> environment that is built into...
merrick_stemen
Offline Send Email
Jun 9, 2004
2:40 am
593
Is the 14-month-old message below still true? I want to get into Water, but every time I try the trial, the critical dbms functionality still fails. Is there a...
Neil
exdesignnec
Offline Send Email
Jun 15, 2004
3:19 pm
594
For logging and security and record-keeping purposes, is there a field or object that I can get remote host IP/Port information from when a host makes an HTTP...
merrick_stemen
Offline Send Email
Jun 15, 2004
7:35 pm
595
This afternoon I was playing around with Water's Rich-UI capabilities and I was impressed with how easy it was to put together a notepad-like standalone text...
airroach333
Offline Send Email
Jun 15, 2004
10:48 pm
596
I threw together a personal web site to collect my Water works in one place. It is at: http://bellsouthpwp.net/r/o/roac2313/water/index.html There isn't all...
airroach333
Offline Send Email
Jun 17, 2004
4:36 am
597
Hi all, Does anyone have any examples of using Water to call a remote web service using WSDL? -Andrew...
airroach333
Offline Send Email
Jun 17, 2004
4:37 am
598
Boston Water User Group ... NOTE: If you don't live near Boston, we can now make live user group meetings available to you through WebEx. If you are...
pluschli
Offline Send Email
Jun 22, 2004
2:38 pm
599
I have been mainly doing RSS v0.91 examples so far. I'll play with some others later. Look how easy this is! <!-- Using Version 4.0-beta6 --> <!-- A quick...
merrick_stemen
Offline Send Email
Jun 25, 2004
12:54 am
600
Using the same RSS program with just a different URL. It would be easy to imagine using Water to read RSS feeds from many different sources. <!-- Using Version...
merrick_stemen
Offline Send Email
Jun 25, 2004
1:09 am
601
<!-- Pull Stock Quotes from Yahoo Quotes Service --> <!-- Use the get_quote_for_symbol method to --> <!-- retrieve stock information --> ...
merrick_stemen
Offline Send Email
Jun 25, 2004
2:24 am
602
WOW. This is so cool Merrick. ... <file "http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/...
apinker1
Offline
Jun 29, 2004
1:00 am
603
Mr. Stemen, I am onboard with Water now and beginning to "shower" myself in the ease and simplicity of using water for web devel. _craig_...
cpjolicoeur
Offline Send Email
Jun 29, 2004
2:08 am
604
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:24 pm
605
These examples use Oracle's JDBC Thin Client package <!-- --------------------------------------------------- Drop Oracle's Thin Client Driver JAR...
merrick_stemen
Offline Send Email
Jul 8, 2004
8:46 pm
606
<!-- Uses the normalize method in Steam XML v4.0 beta-6 --> <!-- This example pulls a Novartis example XBRL document --> <!-- And simply displays it in...
merrick_stemen
Offline Send Email
Jul 8, 2004
9:04 pm
607
<!-- Using Windows XP Pro System DSN --> <!-- with 'Oracle in Oracle920' driver --> <!-- Works the same for MS Access, etc. --> <!-- Written for Steam XML...
merrick_stemen
Offline Send Email
Jul 8, 2004
9:20 pm
608
Last night I wrote an instant messenger program. The code only took 22 lines! In case yahoo messes up the line breaks, I put a copy at ...
airroach333
Offline Send Email
Jul 9, 2004
12:16 am
609
My link last post was broken because it had a period at the end. Here it is corrected: http://bellsouthpwp.net/r/o/roac2313/water -Andrew...
airroach333
Offline Send Email
Jul 9, 2004
3:47 am
610
Is there support for the TAB key to complete or list methods etc? Can Water be coded more effectively in Eclipse or elsehow? The book (online sample) seems out...
anagramster
Offline Send Email
Jul 16, 2004
8:12 pm
611
... You can double-click on a word to see a list of matching objects. Tab completion will be coming. ... It is several years old. See http://www.watercode.com...
pluschli
Offline Send Email
Jul 16, 2004
8:41 pm
612
July's meeting is cancelled and rescheduled for August 31st. This was done because of all the road closings in Boston and Cambridge from the Democratic...
pluschli
Offline Send Email
Jul 22, 2004
3:31 am
Messages 582 - 612 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