Witango-Talk: Witango Server and Mac OS 10.4.1

2005-05-25 Thread Customer Support
If you are running Witango Server 5.0 it has been tested on 10.2 and 10.3 only. It is a use at own risk on 10.4 and is not supported as Apple have upgraded the odbc driver manager, the security framework, JVM and a bunch of other libraries that the server uses. Witango Server 5.5 is suppor

Re: Witango-Talk: MacOS 10.41

2005-05-25 Thread Roland Dumas
pbbbthth! On May 25, 2005, at 3:48 PM, Bill Conlon wrote: I figured you'd be the first ;). On Wednesday, May 25, 2005, at 03:41 PM, Roland Dumas wrote: Anyone running witango 5 on Mac 10.4.1 server? TO UNSUBSCRIBE:

Re: Witango-Talk: Implementing AJAX remote scripting

2005-05-25 Thread Bill Conlon
Just got my copy of InfoWorld (23 May 2005 issue). There's an article on AJAX starting on page 39. On Wednesday, May 25, 2005, at 12:47 PM, Diodeus wrote: Hi Mike, A few years ago I was using Brent Ashley's remote scriping routines (http://www.ashleyit.com/rs/) to dynamically populate H

Re: Witango-Talk: MacOS 10.41

2005-05-25 Thread Bill Conlon
I figured you'd be the first ;). On Wednesday, May 25, 2005, at 03:41 PM, Roland Dumas wrote: Anyone running witango 5 on Mac 10.4.1 server? ___ _ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf _

Witango-Talk: MacOS 10.41

2005-05-25 Thread Roland Dumas
Anyone running witango 5 on Mac 10.4.1 server? TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Implementing AJAX remote scripting

2005-05-25 Thread Diodeus
Hi Mike, A few years ago I was using Brent Ashley's remote scriping routines (http://www.ashleyit.com/rs/) to dynamically populate HTML on a page (see www.yentaville.com). I'd pass a command, a DIV ID, and a few other parameters and the server-end would spit back the HTML to shove into the DIV.

Re: Witango-Talk: Implementing AJAX remote scripting

2005-05-25 Thread Alan Wolfe
here's the tutorial which was pretty cool: http://www.webpasties.com/xmlHttpRequest/ Here's something i made after reading through that tutorial, this also has the cool feature that google suggest has where you get a nice drop down menu of results when you type stuff in. http://www.currentsolutio

RE: Witango-Talk: Implementing AJAX remote scripting

2005-05-25 Thread Arace, Mike (NIH/CIT)
Just saw that I missed a response eerily similar to mine. :) This page gives some javascript snippets for client side AJAX: http://www.xml.com/pub/a/2005/02/09/xml-http-request.html -Mike -Original Message- From: Diodeus [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 6:09 PM To:

RE: Witango-Talk: Implementing AJAX remote scripting

2005-05-25 Thread Arace, Mike (NIH/CIT)
Hi James, I've recently implemented AJAX in Witango for a project I am working on. Just to be clear, are you using Witango to generate the XML (or text) document as a response to an XMLHTTPRequest, or are you using it to consume a document created on another server? For the former case, you can u