Re: [ACFUG Discuss] apologies

2006-11-17 Thread John Lyons
be good for the jobs@acfug.org mailto:jobs@acfug.org or [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] lists. Teddy On 11/17/06, *John Lyons * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: If you apply let them know John Lyons told you about the opening. Subject: Job Posting

Re: [ACFUG Discuss] A/V cf solution

2006-11-14 Thread John Lyons
RED5 Singles Concepts, Inc. wrote: Hello Group, I'm seeking cf solution that will allow my web users to upload and view a/v files from our server. We looked at Flash Server, but are seeking an alternative. Any suggestions would be welcome. Thanks and have a great day. B. Harris

Re: [ACFUG Discuss] A/V cf solution

2006-11-14 Thread John Lyons
it should work on windows with the jvm installed , I have a passing familiarity with it but not enough that i could in good conscience take your money. Singles Concepts, Inc. wrote: Thanks for the tip John. Any info on windows based environments? If not, do you know of any developers that

Re: [ACFUG Discuss] Sun sending Java to Open Source

2006-11-13 Thread John Lyons
Chuckle... Adam Churvis wrote: Among other things, it means that when the time comes (relatively soon), Sun will most likely wash their hands clean of-- *SMACK!* (Sorry...) Respectfully, Adam Phillip Churvis Certified Advanced ColdFusion MX 7 Developer BlueDragon Alliance Founding

Re: [ACFUG Discuss] Client side

2006-10-27 Thread john . lyons
Signed Java Applet I've been away from CF for a while, but am coming back into MX7 Need to know what is the best (and/or easiest) way run code on the client machine - we need to gather information from the registry, find things like the machine name (http header vars are not reliable)

RE: [ACFUG Discuss] Client side

2006-10-27 Thread john . lyons
http://java.sun.com/developer/technicalArticles/Security/Signed/ with the assumption that the client machines have java installed. Short story is that we 'deliver' applications to machines in a corporate environment by initiating pulls via Marimba. We were doing this with .NET, and were

Re: [ACFUG Discuss] Flex / Cairngorm

2006-10-26 Thread john . lyons
import.com.ie.guinnessStout import.com.mexico.tequilla PC On 10/26/06, Douglas Knudsen [EMAIL PROTECTED] wrote: import com.scottland.ScottishAle; DK On 10/26/06, Dan Kaufman [EMAIL PROTECTED] wrote: Needs a PRONUNCIATION tag. Dan --

RE: [ACFUG Discuss]Ajax part deux

2006-10-20 Thread john . lyons
the cfc code: cfcomponent name=GoogleMini cffunction name=PostQuery access=remote returntype=xml cfargument name=varQ type=any required=true / cfargument name=varRestrict type=any required=false default= / cfoutput cfhttp

RE: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread john . lyons
Ah yes an error code would help wouldn't how about: Error: uncaught exception: [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send] nsresult: 0x80004005 (NS_ERROR_FAILURE) location: JS frame :: http://127.0.0.1/test.cfm :: sendData :: line 36

Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread john . lyons
nice tool returned error. faultcodesoapenv:Server.userException/faultcode faultstringorg.xml.sax.SAXParseException: Content is not allowed in prolog./faultstring Go get firebug for firefox if you dont have that installed... it will show you what your ajax is doing.

Re: [ACFUG Discuss] Resetting webservices

2006-10-12 Thread john . lyons
that would be it. thanks Quoting [EMAIL PROTECTED]: Starting refresh of cfoutput#url.service#/cfoutput cfflush !--- Get factory --- cfset fObj = CreateObject(JAVA, coldfusion.server.ServiceFactory) !--- Get RPC service --- cfset rpcService = fObj.getXmlRpcService() cfscript

Re: [ACFUG Discuss] CF and symlinks

2006-09-25 Thread John Lyons
Steven Ross wrote: Hi all I'm trying to get my box to follow symlinks... for some reason this is working fine in apache but when you try to hit a coldfusion resource it fails. Anyone dealt with this in apache/coldfusion and have it working? just curious what I'm doing wrong. does the

[ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread john . lyons
code_snippet source=fekke.com/blog script var dsData = new Spry.Data.XMLDataSet(http://www.fekke.com/com/SpockWS.cfc;, /soapenv:Envelope/soapenv:Body/ns1:getQuoteResponse/getQuoteReturn, { method: POST, postData: '?xml version=1.0 encoding=UTF-8 standalone=no?SOAP-ENV:Envelope

Re: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread john . lyons
essentially: setup: cfmx7 everything is local. Calling page is Here: code_snippet source=john html head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / titletest/title script language=JavaScript type=text/javascript src=includes/xpath.js/script script language=JavaScript

Re: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread john . lyons
cffunction name=getcarts access=remote output=true returntype=any cfquery datasource=#adsn# name=DBpull SELECT *stuff* FROM *somewhere* LEFT JOIN *something* on *something* LEFT JOIN

RE: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread john . lyons
the function was to teddy i think. I got yours. and yes its returning the in the in-correct mime-type working to resolve that now. - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

[ACFUG Discuss] POI

2006-08-17 Thread john . lyons
yes:poi-scratchpad-2.5.1-final-20040804.jar exposes the hdf classes. On 8/17/06, Teddy Payne [EMAIL PROTECTED] wrote: I do not think too many people are going to know how to use the POI library. Which library JAR did you use? The one from Apache? Teddy

Re: [ACFUG Discuss] POI

2006-08-17 Thread john . lyons
not sure i would be able to do that. tostring the object of course gives up the java structure: [EMAIL PROTECTED] theres a step here where i can recourse into the document but i have no idea how. Quoting Teddy Payne [EMAIL PROTECTED]: What output formats does hdf support because you could