Re: Interacting with SOAP

2007-02-01 Thread Tony Hicks
return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Tony Hicks To: CF-Talk Sent: Thu Feb

Interacting with SOAP

2007-01-31 Thread Tony Hicks
I'm trying to interact with an auction site. Here is a truncated version of their soap doc. ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:soap= http://schemas.xmlsoap.org/soap/envelope/;

Re: Interacting with SOAP

2007-01-31 Thread Tony Hicks
Another attempt, for the record. cfsavecontent variable=HeaderXML cfoutput RequestCredentials xmlns:ebl=API_V2 DevKey.../DevKey AppKey.../AppKey UserName.../UserName Password.../Password /RequestCredentials /cfoutput

Re: Interacting with SOAP

2007-01-31 Thread Tony Hicks
As per Dov Katz suggestions in a personal email, I added WSDL to the url. And the error I get now is Web service operation getMyAuctions with parameters {} could not be found. which is funny because if I cfdump gma, the service is clearly listed. Very strange. And if I navigate to it at

Re: Does Coldfusion obey Windows Hosts

2006-11-10 Thread Tony Hicks
and to https. On 11/9/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: On 11/10/06, Tony Hicks [EMAIL PROTECTED] wrote: For some reason that my hosting staff hasn't been able to answer, my server cannot pull up the sites on it without the designations being in the windows hosts file. Cold

Re: Does Coldfusion obey Windows Hosts

2006-11-10 Thread Tony Hicks
Eric, Here's what I've got. site.com/gw/use_cfhttp.cfm makes a cfhttp call to site.com/recieve_cfhttp.cfm. But I'm getting a connection failure. recieve_cfhttp.cfm works fine when I access it in the browser. The hosts file points site.com to the ip address it resolves on for the server. And I

Re: Does Coldfusion obey Windows Hosts

2006-11-10 Thread Tony Hicks
Alright! Got something working... If I remove the https and change it to http in the url. It works _fine_. But I can't be passing the data over an insecure connection. But that's progress. Any Ideas, anyone? ~| Introducing

Does Coldfusion obey Windows Hosts

2006-11-09 Thread Tony Hicks
For some reason that my hosting staff hasn't been able to answer, my server cannot pull up the sites on it without the designations being in the windows hosts file. Cold fusion seems unable to cfhttp to my server and I can think of no other reason than its not obeying the hosts file? Is this

Re: Disappointed in Authorize.Net recently; Looking for new merchant server.

2006-11-07 Thread Tony Hicks
I can remember, of the abilities, you can easily set a url to post to once the payment was made. I don't know how it works (silent or not) but I know you can do it. I just let Auth.net process and that's it. I control the site through code. On 10/31/06, Tony Hicks [EMAIL PROTECTED] wrote

Class Decompiler

2006-11-07 Thread Tony Hicks
Is there a cold fusion class decompiler available anywhere? I accidentally deleted a pretty important file to a site I'm developing and the only copy I have left is in a compiled class but its filled with a lot of gibberish (as far as notepad or wordpad is concerned). Thank you

Re: Class Decompiler

2006-11-07 Thread Tony Hicks
On 11/7/06, Tony Hicks [EMAIL PROTECTED] wrote: Is there a cold fusion class decompiler available anywhere? I accidentally deleted a pretty important file to a site I'm developing and the only copy I have left is in a compiled class but its filled with a lot of gibberish (as far

Re: Cool things about cf

2006-11-07 Thread Tony Hicks
The triple support of Arrays, Lists, and Structures. You can store your data however you want. Obviously, you don't want to store complex data in lists, but when you're working in setups where you recieve from a list, the intense support for list functions allows easy manipulation and extraction.

Relaying CFHTTP Info

2006-10-31 Thread Tony Hicks
Is there a way to pull a cfhttp that submits back as form fields and quickly cfhttp it to another page? I mean there's the obvious way of just looping, but I'm looking for the best solution. With authnet I need to retrieve the data and submit it to another page... As my thread yesterday said,

Re: Relaying CFHTTP Info

2006-10-31 Thread Tony Hicks
Can you pass a struct in CFHTTP? And if so, would you reference it on the recieving end as #cfhttp.struct_name.variable#? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Disappointed in Authorize.Net recently; Looking for new merchant server.

2006-10-31 Thread Tony Hicks
Authorize.net has been nothing but disappointing lately. Lackluster performance out of their servers. Errors routinely. Mis-informed operators. And the lacking of a good feature. I know that many merchant processors model after Authorize.net in the hopes that easy migration of shopping carts

Re: Relaying CFHTTP Info

2006-10-31 Thread Tony Hicks
As my string of recent threads may indicate. I'm disappointed in the lost of a feature by authorize.net and so I'm trying to find the most stable way to recreate it or find another merchant processor. Thanks for the input and advice. I'll use it well. And while I'm at it, Happy Halloween. Tony

Authorize.net v3.1 AIM URL info

2006-10-30 Thread Tony Hicks
Back in July '04, I had a payment gateway that interfaced with Authorize.nethttp://authorize.net/AIM interface and I had my account setup like this... mysite.com/gw/index.cfm had a form that the customer filled out with their cc info, billing and shipping info. mysite.com/gw/ccpost.cfm validated

Re: All Stored Procs in 1 CFC?

2006-10-30 Thread Tony Hicks
I worked on a system where something similar was done. No stored procedures were used but all queries were in two CFC's. There are only two problems I'm aware of regarding this. One actually happened, many times, thanks to an incompetent programmer. (1.) A syntax error in the code causes a

Re: Authorize.net v3.1 AIM URL info

2006-10-30 Thread Tony Hicks
been around so long. On 10/30/06, Tony Hicks [EMAIL PROTECTED] wrote: Back in July '04, I had a payment gateway that interfaced with Authorize.net http://authorize.net/ AIM interface and I had my account setup like this... mysite.com/gw/index.cfm had a form that the customer filled out

Catching cfhttp timeout

2006-08-08 Thread Tony Hicks
I have a critical cfhttp that is timing out if the page cannot be contacted... I tried to place a cftry block around it, and all it does, if it times out, is report a timeout on the next tag.. I tried placing a cflock in there and its not helping. CFTRY cflock

Re: Session Variables

2006-05-11 Thread Tony Hicks
Late entrance in, but I've found much faster performance, and no multi-server issues with client variables... So much better performance that I'm wondering whether the most recently added server was necessary.. On 5/11/06, Dawson, Michael [EMAIL PROTECTED] wrote: Yeppers. You should be good to

Two Servers not serving pages.. Always have before.

2006-03-27 Thread Tony Hicks
This morning, my site just... stopped... I restarted all cf services, on both Load-balanced web servers.. That didn't help... I restarted the servers themselves, and that still didn't help, though it turns out html pages work fine, just not cfm.. php pages also work fine. My hosting guys are

Client Variable Security, Shared Servers

2006-03-21 Thread Tony Hicks
I have a site that runs entirely on session variables. It runs nicely. It runs so nicely, that we've been growing a lot... Its time for a second server. And unfortunately, some of our members are being kicked out routinely when the load balancer between the servers alternates between the servers.

Re: Reading cookies and decoding problem

2006-03-21 Thread Tony Hicks
HAve you tried #cookie.contactid#... It might be converting the + to a space... Also... I would try setting a similar cookie in cf, attempting to read it with cf too... And lastly I'd try.. just for testing purposes... Try surrounding set it to like... d+xxx/=d... See if the first d is

CFC Security Flaw

2006-02-14 Thread Tony Hicks
I'm having a problem right now... I've setup a subdomain for an API for functions of my site. api.domain.com. The web service url is something like api.domain.com\folder\functions.cfc?wsdl It works great. But if I remove ?wsdl from the url I'm directed to cfadmin on the server. Granted, its

Re: CFC Security Flaw

2006-02-14 Thread Tony Hicks
Thanks Michael Though its a bit more than a minor annoyance. I mean sure the cf admin is pretty solidly secure. But the first line of security with it is the inability for the public to access it, or at least access it easily. The current customer this api is being written for is pretty

Re: CFC Security Flaw

2006-02-14 Thread Tony Hicks
Good points. Thanks for the tips. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232240 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4

CFC, PHP and SSL

2006-02-14 Thread Tony Hicks
In a previous thread, I mentioned a cfc that I am building. The CFC works great but its having issues when called to the secure server from a php script... It returns a warning and the return value but it is very problematic. A little bit of Googling has turned up nothing on this error and

Re: CFC, PHP and SSL

2006-02-14 Thread Tony Hicks
installed on it? Are you using a third-party library for PHP to do the invoking? Cheers, Kevin -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED] Sent: February 14, 2006 2:16 PM To: CF-Talk Subject: CFC, PHP and SSL In a previous thread, I mentioned a cfc that I am

Re: CFC, PHP and SSL

2006-02-14 Thread Tony Hicks
Thanks a lot man, that's all very useful stuff to know. Have a good day. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232248 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: Load Balancing issues

2006-02-03 Thread Tony Hicks
Russ, Where can I find information on either of these? I'm using a hardware load balancer and we've been fiddling with the Affinity settings but nothings working better than 70% of the time (while both servers are up). I'm supposing these are Enterprise-only features? Also you can set up the

Code Analyzer Desktop Program?

2006-02-03 Thread Tony Hicks
I was wondering if there was a software written that analyzes code like the Admin tool does? The problem I'm having with the admin tool is that when I view a report, it asks me to login again. When I login, it tells me the data has expired... I've tried everything and I can't view the details.

Load Balancing issues

2006-02-01 Thread Tony Hicks
I had an application that worked very well on one server, but growth required we move to a larger server arrangement with two web servers. Of course the servers couldn't share memory so session variables no longer really worked. I implemented client variables and the scope request.session. As

Secure Sites, Page cannot be displayed

2005-05-12 Thread Tony Hicks
I've had a secure site for better than a year, the license expired in the middle of March and was renewed successfully. Now some of my customers aren't able to access the secure site, they get Page cannot be displayed., but the can access it without the s in https.. Has anyone seen this, anyone

Re: Secure Sites, Page cannot be displayed

2005-05-12 Thread Tony Hicks
Sorry, I'm not understanding how that could only affect some customers.. but regardless, I did check, and the site is set to 443. Thanks for the reply. Tony ~| Logware (www.logware.us): a new and convenient web-based time

Re: Regex Question

2005-02-16 Thread Tony Hicks
and cleanly. If, for some reason, you really want to use a regex, it certainly can be done. :-) --Ben Tony Hicks wrote: Does anyone know if there's a way to replace an unkown number of consequitive 0s in a list with the previous number.. For instance

Re: Regex Question

2005-02-16 Thread Tony Hicks
and cleanly. If, for some reason, you really want to use a regex, it certainly can be done. :-) --Ben Tony Hicks wrote: Does anyone know if there's a way to replace an unkown number of consequitive 0s in a list with the previous number.. For instance

Re: Null Null

2005-02-15 Thread Tony Hicks
(and corrected) code that does it too. In my case it was due to DB data that contained NULLs where it shouldn't. In all cases, the error was between the keyboard and the chair, not in CF. -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 February 2005 3:12

Regex Question

2005-02-15 Thread Tony Hicks
Does anyone know if there's a way to replace an unkown number of consequitive 0s in a list with the previous number.. For instance... 147,0,119,137,0,0,0,154 would become.. 147,147,119,137,137,137,137,154 Thanks Tony ~|

Re: Regex Question

2005-02-15 Thread Tony Hicks
Thanks for the input.. Yeah.. I need to average these... What these are is day-end balances.. and basically, so its easy to do if there was a transaction that day.. if there wasn't, it gets harder, because that returns a 0. I know of a few different loops that would get the job done, but the idea

Null Null

2005-02-14 Thread Tony Hicks
I've finally found good resources on NULL NULL error, that at least tells me what it is.. still not helpful, but I know that its not code that causes it but generally one of various bugs in cf or java memory issues. I've heard somewhere that blackstone users are seeing this too? I run a growing

Re: MX CHR(10)

2005-02-01 Thread Tony Hicks
That could be an ASCII/BINARY problem with notepad. As for your chr() problem itself.. have you tried changing your carriage return? There's #chr(13)# or #chr(13)##chr(10)# or the solid (entering a return yourself). On Tue, 1 Feb 2005 09:30:44 -0500, Dan O'Keefe [EMAIL PROTECTED] wrote: Has

WAP Devices

2005-01-30 Thread Tony Hicks
I'm trying to do some wap programming, and frankly, all i've got is my cell phone, which is fine for using WAPs, but its uncomfortable for testing and debugging (small screen, few colors) and I was wondering if anyone knew of any wap devices with a qwerty keyboard and a sizable screen. I live in

Re: Regex Help.

2005-01-10 Thread Tony Hicks
Can you use isNaN here? Just use it on your number to verify that it is or is not a number... what's your code look like? On Mon, 10 Jan 2005 14:43:27 -0500, DURETTE, STEVEN J (AIT) [EMAIL PROTECTED] wrote: Hi All, Need some help with a regex. What I'm trying to do is validate and input

Re: Stress Testing Cold Fusions Limits

2005-01-01 Thread Tony Hicks
times, but initial testing seems to be a good idea on off-peak hours. Thanks for the link, google didn't bring that one up for me, but I'm very interested in trying it. Tony Hicks ~| Special thanks to the CF Community Suite Silver

Re: Well - I feel like an idiot.

2004-12-31 Thread Tony Hicks
Humbly, I was wrong on the locks on application variables.. thats information to file for later, thanks. But I can't see how both CFIFs are necessary... The outer cfif will likely never affect anything. If two people hit the site, one request behind another, they'll both fire all the way up to

Re: Well - I feel like an idiot.

2004-12-31 Thread Tony Hicks
clear on the application.cfm bit. Happy New Year folks On Fri, 31 Dec 2004 10:03:24 -0500, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED] Sent: Friday, December 31, 2004 9:38 AM To: CF-Talk Subject: Re: Well - I feel like an idiot

Re: Array issue

2004-12-31 Thread Tony Hicks
I didn't have a part in the suggestion but I'm glad it works. I saw it and being a list fan like I am.. I would have suggested it too... I would suggest one other thing though... your summary seems like to goes beyond too much... just a thought.. I'd put pages relating to each module in a

Re: Well - I feel like an idiot.

2004-12-31 Thread Tony Hicks
Many session-based sites run well without any cflocks but they're smaller sites.. It doesn't seem to me to be a policy of knowing what your doing or not, its more about the fact that you don't ever want data mixed up, ever. To me its worth a few more lines of code to always protect my user's

Stress Testing Cold Fusions Limits

2004-12-31 Thread Tony Hicks
You guys have some impressive knowledge.. I think I do too :) but I admire yours.. I wanted to ask a question... Where you say cold fusion on a single box really peaks out? I mean without clustering and everything... where would you say its too much load? I've been having a few issues but its

Re: Well - I feel like an idiot.

2004-12-31 Thread Tony Hicks
to cf's sessions.. its not one field that gets switched... it was the whole session. On Fri, 31 Dec 2004 17:53:15 -0500, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED] Sent: Friday, December 31, 2004 5:35 PM To: CF-Talk Subject

Re: Well - I feel like an idiot.

2004-12-30 Thread Tony Hicks
Go with your gut, but I doubt the millisecond of time that passes will change anything... Also reads and writes to application variables should be locked so the outer CFIF is not necessarily a good idea. You might consider setting the var to SOMETHING before the long init process... Here's why...

Re: Well - I feel like an idiot.

2004-12-30 Thread Tony Hicks
Ignore the bit about ...You might consider setting the var to SOMETHING before the long init process... Here's why.. I was going somewhere else but decided I was wrong on that thought (c'mon, can't we call this one an its late thing?) On Thu, 30 Dec 2004 23:41:07 -0600, Tony Hicks [EMAIL

Re: large cf ecom sites?

2004-12-29 Thread Tony Hicks
Half.com uses some CF and they're pretty big too... Tek-tips.com is entirely CF driven and has nearly a million members and probably 4 constantly active. The simplest way to say it to the client is that the security and stability of the application is as much about the programmer's skill as

Re: Regex troubles

2004-12-28 Thread Tony Hicks
Thanks much guys! Really appreciated. Jim, I appreciate the offer and I may take you up on it, I was just sure there had to be an easier way. No offense. It just seems that there should be a way to say with the [quote] tags what you can say with ([^]*)... Looping sounds alright though.. There

Regex troubles

2004-12-27 Thread Tony Hicks
Hi guys, been a long time since I posted here. I'm trying to write some bbml-style code.. Its working great for tags that don't have closing counterparts.. but for ones that do, I have a problem. My text is: [quote who=Tony1]Quote 1[/quote] [quote who=Tony2]Quote 2[/quote] [quote

[a-z] removal

2002-02-14 Thread Tony Hicks
!--- Written by Tony Hicks on 02-14-02 --- CFPARAM name=attributes.fval default= CFSET myclean=#attributes.fval# CFLOOP list=a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,z,y,z,1,2,3,4,5,6,7 ,8,9, 0 index=v CFSET myclean=Replacnocasee(myclean,#v#,,ALL) /CFLOOP CFIF myclean is CFSET

Greeting Card Script

2001-10-04 Thread Tony Hicks
Does anyone know of a Cold Fusion greeting card script? I'm looking for a fairly decent one.. doesn't have to be super-ultra-wow-fantastic.. just decent. Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com ~~ Get

Re: Greeting Card Script

2001-10-04 Thread Tony Hicks
a WHERE id = #url.id# SQL statement) and 4. completed message - your card has been sent! Easy... and simple HTH J -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED]] Sent: 04 October 2001 10:36 To: CF-Talk Subject: Greeting Card Script Does anyone know of a Cold

Re: Greeting Card Script

2001-10-04 Thread Tony Hicks
in the present] [connecting people, places and things] -Original Message- From: Tony Hicks [EMAIL PROTECTED] Date: Thu, 4 Oct 2001 05:05:57 -0500 Subject: Re: Greeting Card Script Easy layout but it'll be a lot of work.. and its not that I mind the work, its the total

Re: Networksolutions using CFM

2001-10-03 Thread Tony Hicks
#/cfoutputcfoutput#variable2#/cfoutput cfoutput#variable3#/cfoutputcfoutput#variable4#/cfoutput cfoutput#variable5#/cfoutputcfoutput#variable6#/cfoutput Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Michael Vinson [EMAIL PROTECTED

NEED: Custom Tag Terms of Download

2001-10-02 Thread Tony Hicks
tags, if there is a bug in a purchased tag, I'll replace it). Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

URGENT: Postpone data connection

2001-10-02 Thread Tony Hicks
I can't access my database.. I can't overwrite it.. something went wrong.. Is there a way in CF,JSP or ASP to put it on pause so that I can upload the database and 'hit play' again? Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com

OT

2001-10-02 Thread Tony Hicks
Any y'all got Christian sites written in CF? Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

Re: SELECT

2001-10-01 Thread Tony Hicks
a query about 75 times.. Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Kwang Suh [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 30, 2001 1:02 PM Subject: RE: SELECT It is also possible to write: option value

SELECT

2001-09-30 Thread Tony Hicks
it and some of them would be long.. my host is generous with bandwidth but.. I'm smart, I don't want to push the limits.. is there an easy way to do this? Thanks, Tony Hicks ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ

Re: SELECT

2001-09-30 Thread Tony Hicks
://www.bibleclicks.com - Original Message - From: Koo Pai Lao [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 30, 2001 6:52 AM Subject: Re: SELECT LOL lets see your code. i bet it will only take less than 7 lines of code From: Tony Hicks [EMAIL PROTECTED

Re: CFGRID problems in CF5 (need workaround)

2001-09-26 Thread Tony Hicks
Gonna share? :-) -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Kwang Suh [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:27 PM Subject: RE: CFGRID problems in CF5 (need workaround) That's it. I'm writing a

#cgi.?# (was Re: CFMAIL)

2001-09-26 Thread Tony Hicks
How about a complete list of cgi. params anywhere? -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Rich Tretola [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 3:52 PM Subject: RE: CFMAIL Is there a complete list

Why can't application.cfm...

2001-09-26 Thread Tony Hicks
Why can't application.cfm protect images.. like.. CFAPPLICATION prohibitDA=.gif, .jpg, .png, .mov, .wav DAErrorRD=logipthenboothome.cfm? DA = Direct Access.. Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com ~~ Get

Re: ISP Privacy - does your isp do this???

2001-09-25 Thread Tony Hicks
.. Goodnight, Tony Hicks -- Go Ahead! Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Mike Kear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 1:06 AM Subject: OT: ISP Privacy - does your isp do this??? My ISP has

Re: Carriage Returns with CFFILE

2001-09-24 Thread Tony Hicks
This should help cfset outputtext = #line1##chr(13)##chr(10)##line2# -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Chris Jensen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:29 AM Subject: Carriage Returns

Re: CFHTTP [Authorization Error]

2001-09-22 Thread Tony Hicks
#/cfoutput Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Mike cheese Lansing [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, September 22, 2001 4:53 AM Subject: Re: CFHTTP [Authorization Error] CFHTTP page code !cfhttp

Re: Anyone know Perl AND CF?

2001-09-22 Thread Tony Hicks
is either clone this CGI script in perl or make it so that it writes each entry to a text file.. And then I'd call it with. Thanks, Tony Hicks PS.. Is there ANY way this could be converted to a database with a bot? With the fields BOOK, CHAPTER, VERSE, VERSETEXT, DEVOTEXT, DAY, MONTH

Anyone know Perl AND CF?

2001-09-21 Thread Tony Hicks
I need to find someone who knows perl and CF who would be willing to tell me how to write one line of Perl code to Cold Fusion.. It uses the sed statement.. Can anyone help.. please? Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com

Re: Need advice or Heads UP

2001-09-21 Thread Tony Hicks
using the passed variable And then, whenever they go to any site it calls via cfhttp the file to read the cookie and if the cookie exists, you set it on the product site... Hope this helps and makes sense Thanks, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com - Original

Re: CFHTTP [Authorization Error]

2001-09-21 Thread Tony Hicks
It might help if you could show us some of the code.. CFHTTP is a little buggy. -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Mike cheese Lansing [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, September 22, 2001 2:27 AM Subject:

Re: Listcontains question

2001-09-20 Thread Tony Hicks
Try my tag, Container at Developer's Exchange.. its encrypted but free.. and the reactions are totally customizable.. http://devex.allaire.com/developer/gallery/info.cfm?ID=28120AA5-8A73-11D5-83 F300508B94F85Amethod=Full Thanks, Tony Hicks -- Search the Holy Bible: http

Six :ines

2001-09-20 Thread Tony Hicks
is going to need to see the devo file.. the file is 1.5 mb so I'll send a piece to anyone willing to help.. Thanks in Advance, Tony Hicks ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

Re: Table (cf 45)

2001-09-17 Thread Tony Hicks
? -- Original Message -- from: Tony Hicks [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Sat, 15 Sep 2001 23:02:38 -0500 I have to create a few tables in a datasource and no idea how to do it... I have no web control panel to do this and I don't want

Table (cf 45)

2001-09-15 Thread Tony Hicks
(text) - Chapter (number) - Verse (number) - TheNotes (memo) Could someone help me with this? If you could just give me the code to setup the notes table, I can do the rest.. Thanks in advance, Tony Hicks -- Search the Holy Bible: http://www.bibleclicks.com

Re: CFPop problems!

2001-09-07 Thread Tony Hicks
and a few friend's machines, it worked with all pop accounts.. I never did find the solution. * It worked on every machine if there were no messages in the email box I was checking and only errored if there was an email message... Thanks Tony Hicks -- Search the Holy Bible: http

HTML Question

2001-06-09 Thread Tony Hicks
There is a tag with a syntax like: tag title=CaptionText/tag I've seen it on a page but can't remember the tagname... it outputs something like: Caption-- | Text | - Anyone seen it? ~~

Curious about CFIF

2001-05-29 Thread Tony Hicks
is joe? and if the name is joe, does it pay any attention to bob's content since it comes first...? Curious, Tony Hicks - Original Message - From: Bryan LaPlante [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 3:12 AM Subject: Re: Logon Attempts To resolve

Night mare on Elm.. domain? lol (cfif thread)

2001-05-29 Thread Tony Hicks
I am the chief webmaster for a static html website and no matter how hard I try, cannot convince the boss to use CF.. but anyway.. index.htm was 102k of code and I couldn't figure out why... there are many webmasters on the site, I just happen to take care of most of the site.. well someone else

Need: Dictionary/Thesaurus

2001-05-24 Thread Tony Hicks
Does anyone know where I can good a good Dictionary and Thesaurus in database format? Thanks, Tony Hicks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

Checkboxes define tables...

2001-05-21 Thread Tony Hicks
I have a form with 13 checkboxes each named Services but with different values.. is there a way i can tell it to write something like 'on' in each services field that's checked from the form? Without alot of useless cfifs and stuff? Thanks, Tony Hicks

Re: CF-driven In-browser HTML editor

2001-05-18 Thread Tony Hicks
I use EZEdit just fine, I'll be glad to help.. [EMAIL PROTECTED] - Original Message - From: Jason Blum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 18, 2001 8:12 AM Subject: CF-driven In-browser HTML editor Hello, First question: Has anyone out there seen a

HELP: Hierarchy

2001-05-17 Thread Tony Hicks
know what the proper cf code would be to display this? Allaire Forums have helped me the best they can but the code people give me either errors out or loops into itself, thus locking up the server... Thanks, Tony Hicks I'd be glad to provide as much information as needed

Re: CF-Notes database connection

2001-05-17 Thread Tony Hicks
I know I came in at the tale end of this thread, but can you tell me if there's any scripting language that will write to NPAB? Note that the same scripting language does not need the capability to read from Any sort of database. Thanks, Tony Hicks - Original Message - From: [EMAIL

Solved, sort of

2001-05-17 Thread Tony Hicks
United States Illinois Iroquois County Brick and Mortar United States Illinois Kankakee County Brick and Mortar Canada Toronto Internet Based Category 1 Internet Based Category 2 etc? Thanks for all the help, Tony Hicks font face='Verdana, Arial' size='-1' cfloop from='1' to='10

solution

2001-05-17 Thread Tony Hicks
of credit... Thanks, Tony Hicks - Original Message - From: Tony Hicks [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 5:44 AM Subject: HELP: Hierarchy I have passed this question through so many cf communities... and it has still left me cf_dumbfounded