RE: CF Conferance 2000 :: Do you want my registration?

2000-08-30 Thread Howell, Katie
Can you justify what you may learn from the conference, with the total cost of flights hotel. Heck yeah!! When I first asked my company about going they asked if it was going to be a sales pitch for Allaire products or if I would actually learn something. I gave him a list of the sessions

RE: Web Host Ratings

2000-08-29 Thread Howell, Katie
If you go to the Cold Fusion Developer's Journal site, http://www.sys-con.com/coldfusion/index2.cfm, and click on the Vote 2000 Reader's Choice Awards, then select hosting, it'll show you a list of hosts with their rankings. Katie -Original Message- From: Dave Hannum [mailto:[EMAIL

RE: IF this OR this

2000-08-28 Thread Howell, Katie
Just like that! cfif variablename eq "value" or othervariable neq "othervalue" do this /cfif HTH Katie -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 2:30 PM To: '[EMAIL PROTECTED]' Subject: IF this OR this how can I cfif this OR this

RE: Page Refresh

2000-08-25 Thread Howell, Katie
I use function closeme() { this.window.opener.location.reload(); opener.focus(); this.window.close(); HTH Katie -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Friday, August 25, 2000 9:02 AM To: [EMAIL PROTECTED] Subject: Re: Page Refresh

RE: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Howell, Katie
Hey Anthony I'm using this and it's working like a charm: script language="JavaScript" function showDocument(act,id) { var link; var accept = true; if (act == 'E' || act == 'A') link = 'edit.cfm?ID=' + id; { MyWin =

Coffee Valley Database

2000-08-16 Thread Howell, Katie
Does anyone have a copy of the Coffee Valley database that was used as an example for training? I think it was around the time CF 2.0 was releasedhave the templates, but need the database. TIA Katie Howell

OT: Adobe sues Macromedia????

2000-08-14 Thread Howell, Katie
For your reading pleasure: http://www.pcworld.com/pcwtoday/article/0,1510,18000,00.html and http://www.i-us.com/graphicallyspeaking/ Katie -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

RE: customising CFMAIL output

2000-08-04 Thread Howell, Katie
You have to use type="HTML" like this: cfmail query="getrecord" to="#EMAIL#" from="[EMAIL PROTECTED]" subject="foo" type="HTML" Katie -Original Message- From: Christopher S Martin [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 9:40 AM To: [EMAIL PROTECTED] Subject:

RE: FUSEBOX

2000-07-25 Thread Howell, Katie
http://www.fusebox.org -Original Message- From: Craig A. Zingerline [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 8:02 AM To: cf-talk Subject: FUSEBOX Hello, Can anyone tell me where to find resources on the Fusebox methodology. Any websites or print materials will be

RE: Shopping Cart Question (For Everyone)

2000-06-07 Thread Howell, Katie
I've had great success with cfwebstore. www.cfwebstore.com At $150.00 per license (cheaper the more you buy), it has more bang for the buck and is completely open source. Katie -- Archives:

RE: Unable to understand error--help

2000-05-31 Thread Howell, Katie
do you have method="post" or method="get" in your cfform tag? -Original Message- From: aslam bajaria [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 11:33 AM To: [EMAIL PROTECTED] Subject: Unable to understand error--help I have a form. I have an action page. When I fill out

RE: Populating Select Box - Help?

2000-05-30 Thread Howell, Katie
Why not try the cf_TwoSelectsRelated tag from Allaire's tag gallery? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a

cfmail

2000-05-26 Thread Howell, Katie
Does CFMAIL still restrict you to 40 email address? If so, what's the work around. Thanks, Katie -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: cfmail

2000-05-26 Thread Howell, Katie
ot;GetAddresses" to="#GetAddresses.email# from="..." Body of email /cfmail Steve -Original Message- From: Howell, Katie [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 17:03 To: [EMAIL PROTECTED] Subject: cfmail Does CFMAIL still restrict you to 40 email address? If so,

RE: Is anyone interested.... online demo ready

2000-05-19 Thread Howell, Katie
This is great! You're really on to something... Katie -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2000 10:05 AM To: '[EMAIL PROTECTED]' Subject: Is anyone interested online demo ready Ok, the code is almost ready for release. If you

RE: How not to be seen ...

2000-05-18 Thread Howell, Katie
make the font color the same as the background -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 9:07 AM To: [EMAIL PROTECTED] Subject: How not to be seen ... Is there a way to cfoutput a variable, but not have it display on the web page

RE: E-Commerce Packages

2000-05-15 Thread Howell, Katie
that would be cfwebstore - www.cfwebstore.com Katie -Original Message- From: Vance Duke [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 2:32 PM To: [EMAIL PROTECTED] Subject: E-Commerce Packages A month or 2 ago, there was discussion regarding Able Commerce. I am looking for

Stripping characters from the beginning of a string...

2000-05-10 Thread Howell, Katie
Thanks for all the help on the textarea problem...now see if you can help me with this: My client has a database of books. The book titles are stored as "Big Book of Lists, The" or "Big Book of Lists, A" with the The or the A at the end of the string. So, if a person enters "The Big" or "A

Textarea problem

2000-05-08 Thread Howell, Katie
I'm having a problem processing a text area. It seem if a user enters anything with single quotes, double quotes or the percent sign it causes problems. The text area looks like: textarea cols=50 name="req_just" rows=5 wrap=virtual class="sgs8n"/textarea and on the processing page I have this

RE: CF and Search Engines Again.... =)

2000-05-04 Thread Howell, Katie
http://docs.yahoo.com/info/suggest/ -Original Message- From: Iztok Polanic [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 7:49 AM To: [EMAIL PROTECTED] Subject: Re: CF and Search Engines Again =) Hy! While we are at search engines. Does anybody have an idea how to add

RE: How to validate text area

2000-05-01 Thread Howell, Katie
I use cfif: On the action template, at the top I put: CFIF Form.textarea Is "" You must enter the blah, blah.br a href="javascript:history.back()"Back/a CFABORT /cfif -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000

RE: Able Commerce

2000-04-27 Thread Howell, Katie
Love it, love it, love it, and it's reasonably priced with good support. 'Nuff said. Check out: www.tooters.net Katie -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 10:12 PM To: [EMAIL PROTECTED] Subject: RE: Able Commerce Wejust

RE: Able Commerce

2000-04-27 Thread Howell, Katie
curious who is www.cfwebstore.com? What is the contact numbers for cfwebstore.com ? Able commerce E-Commerce solution is AbleCommerce2.9 -Original Message- From: Howell, Katie [SMTP:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 7:51 AM To: [EMAIL PROTECTED] Subject: RE

RE: CFUG

2000-04-26 Thread Howell, Katie
Here's a link to the Orlando Cold Fusion Users Group http://cfug.itcenter.org/ Katie -Original Message- From: Snazzo Boy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 12:00 PM To: [EMAIL PROTECTED] Subject: CFUG This is a multi-part message in MIME format.

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-20 Thread Howell, Katie
I was extremely impressed with cfwebstore. Very customizable, and the developer (Mary Jo Sminky) has a support forum and mail list if you run into problems. Anytime I posted to the forum or list I had a response within 24 hours. A great deal for $150. -Original Message- From: Bill

RE: CFWebStore - Was Is Able Commerce etc..

2000-04-20 Thread Howell, Katie
Does CF WebStore: a) Support CyberCash Yes b) Customer online order tracking No c) ESD - Electronic Softgood Distribution Don't know. see http://www.cfwebstore.com for more info HTH Katie

RE: WebHosting

2000-04-14 Thread Howell, Katie
Media2.com is also great support-wize. -Original Message- From: Greg Edmonds [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 3:11 PM To: [EMAIL PROTECTED] Subject: RE: WebHosting I've had excellent luck with i-wiz.com. Support is fast. Greg -Original Message- From: