So today is Official Nag Day. I'd like to do my part by reminding you all to send me your Code Gem topic, language, etc. This will help me to put together a...
We would like to remind you of this upcoming event. Present your Web Gem Date: Saturday, November 10, 2001 Time: 10:00AM CST (GMT-06:00) The theme of the...
stlroundtable@yahoogr...
Nov 8, 2001 4:02 pm
241
Tim, Don't know if this qualifies. I hava a javascript that creates a tree chart using html tables (in other words, it will work in any browser). I realized...
Bob Lee
bob@...
Nov 9, 2001 11:01 pm
242
http://www.cait.wustl.edu/gotowc.html Here the directions. It certainly does qualify! Looking forward to seeing you tomorrow!!! Tim...
10AM? Bob ... From: Tim Burns To: stlroundtable@yahoogroups.com Sent: Friday, November 09, 2001 7:15 PM Subject: RE: [stlroundtable] Official Nag Day (where...
Bob Lee
bob@...
Nov 10, 2001 1:32 am
244
10 am. :) ... From: Bob Lee [mailto:bob@...] Sent: Friday, November 09, 2001 7:33 PM To: stlroundtable@yahoogroups.com Subject: Re: [stlroundtable]...
... Tim> 10 am. :) I'm really sorry I couldn't make it to the meeting this morning. Are you going to post any of the gems to the files section of the group? ...
Yes, sorry you weren't there too. We will post the gems :). It was a great meeting. The CAIT venue has given the meeting a good technical focus. The last...
What is the best book out there for learning XSL? XSLT Programmers Reference, Michael Kay, had a lot of good reviews on amazon. XSLT, Doug Tidwell, is supposed...
I relied on the tutorials on builder.com and webmonkey.com to get started. I use the specifications on w3c.org as a reference. I've also found O'Reilly's XML...
Bob Lee
bob@...
Nov 21, 2001 10:42 pm
252
... How about: * A few web how-to articles, with examples, to get started. * Software installed on my machine to be able to use it. XML file, XSL file,...
After learning on the Kay book I wish I had had Eric's book to begin with. I can hear his easy, thougtful voice as he works through the details of XSL....
... Man, you and Bob were tough on me :) You were right, of course. Tim, I appreciate at least *one* of my friends giving me a straight answer :) However, I'll...
... Start with the "data" XML, and the "result" file you want (XML, HTML, plain text, whatever), and work on the XSLT until it matches. Then move on to a...
... Kyle> Start with the "data" XML, and the "result" file you want Kyle> (XML, HTML, plain text, whatever), and work on the XSLT Kyle> until it matches. Then...
Wow. That's hard core. Bob ... From: Brian Button To: stlroundtable@yahoogroups.com Sent: Wednesday, November 21, 2001 8:32 PM Subject: Re: [stlroundtable]...
Bob Lee
bob@...
Nov 22, 2001 2:45 am
258
... Wow, that looks painful. I think it is correctly described as a proof of concept. XSLT+XPath is a programming language. XML is a lousy way to format a...
Here is a straw-man proposal for the contest rules. 1. Code can be in any language (someone asked me if this was only XSL). 2. Code should focus on one task...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the stlroundtable group. File : /xsl.zip ...
stlroundtable@yahoogr...
Dec 3, 2001 6:44 pm
263
We would like to remind you of this upcoming event. STLDev Roundtable Meeting Date: Saturday, December 8, 2001 Time: 10:00AM - 12:00PM CST (GMT-06:00)...
stlroundtable@yahoogr...
Dec 6, 2001 4:02 pm
264
Hello All, I have come across a very serious problem while coding for the NBIO socket server(production level). The problem is that the object ...
Hi Arup, The way I deal with this problem is that I catch socket errors to the client (they happen if the client disconnects) and then cancel the key to that ...
I am writing this response off the cuff and while I am fairly familiar with the Windows API, I am not familiar with the Java NIO API so excuse any terminology...