Can you guys please place your discussion under a separate thread?

   For Example:

   OT: Secure Hosting worries or CF worries in general

   My post was about logging custom error messages and using inner classes
and web services with AJAX and writing those results to the local file
system.

 I posted 1.cfm 2. jws and now a cfc.

 http://www.cfide.org/Util_logger.txt  download it add to it use it! change
the txt to cfc

The call:
<cfset logged = CreateObject("webservice", "
http://localhost:8500/Util_logger.cfc?wsdl";).LogTester("C:\\helloCFC.log","HELLO
CFC")>

<cfoutput>#logged#</cfoutput>

http://www.cfide.org/helloCFC.log  view the ouput its not very good because
you have to make a seperate
custom class (inner) to make it look good.

Even better is to connect it with my  text to speech CFC which then uses
flash at runtime to play the audio
file.

So when something goes wrong you can play an audio file and hear the error
message over the load speaker.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254677
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to