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 that are being offered, with
their descriptions and he was sold.

So, I am a newbie to intermediate at CF.
Do you think that the conference will be worth it, as far as learning more
about CF  Development?

Yeah it's worth itand they've already invested some $$$  Go for it!

Katie
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 PROTECTED]]
Sent: Tuesday, August 29, 2000 8:35 AM
To: CF-Talk
Subject: OT: Web Host Ratings


Occasionally, the topic comes up about host reliability, etc.  Isn't there a
web site where they rate the web hosting operations?  Does anybody know
where that is?

Thanks,
Dave



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

/cfif

?   


Thanks
Pete


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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


Ok here's my problem then.  I have users that can change information that
they see on the screen.  They click edit and a small window opens and they
change whatever.  Then when they click close window I need the parent page
to reload?  I am thinking JS is needed??  Any ideas

Thanks
Mike

 [EMAIL PROTECTED] 08/24/00 09:34PM 
If you are refreshing a .cfm pager (onload or metatag) it will keep 
the session active.

HTH

Dick

At 4:09 PM -0400 8/24/00, Michael Ross wrote:
I think that I read somewhere that you can have a page refresh every 
20 seconds or what ever time limit I want.  Assuming that thisis 
correct will sesson variables still die after the time limit.  Or 
will the refreshing keep them alive?

Thanks

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 =
window.open(link,"Docs","toolbar=no,scrollbars=yes,resizable=yes,location=no
,directories=no,status=no,menubar=no,width=300,height=400");
MyWin.focus();
}
}
/script

and the link looks like:

td valign="top"A
href="javascript:showDocument('E',#docs_id#)"Edit/a/td


Hope this helps,

Katie

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
 
 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: customising CFMAIL output


Hello again everyone.  A question about the CFMail tag:  how does one go
about customizing the message sent?  IF I put html in side the body of the
actual tag syntax e.g.

cfmail
bthis is bold/b
/cfmail

The actual html tag gets displayed.  It is similar for a breakrow tag.
Would it be a better idea to output a query inside the tag, and get the
format that way? Or would a custom tag be a better solution?

Thanks

Chris Martin
[EMAIL PROTECTED]
FSEnablers
www.fsenablers.com

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 useful.  Thank you very much in
advance...

Cheers,

Craig


Craig A. Zingerline
Advanced Media Productions
Web Application Developer
[EMAIL PROTECTED]
Phone:  508.647.5151
Fax:  508.647.5150


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 the form (which is simple form), I am
getting an error as follows:

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.


Can someone help me and tell me where am I going
wrong?
Appreciate
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cfmail

2000-05-26 Thread Howell, Katie

Thanks Steve, that's exactly what I wanted to do, my email addresses are
stored in a table, and I was going to base the cfmail on the results of the
query.

Answers my question.  Now I can start the holiday weekend early with a clear
conscience!

Katie

-Original Message-
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 12:18 PM
To: [EMAIL PROTECTED]
Subject: RE: cfmail


I think there's a little confusion here. There may be some restriction to
the number of email addresses allowed in the to: field, but that's of no
consequence as you can use cfmail in conjunction with a query to iterate
over many email addresses and send one email, with one recipient in the to:
field to as many email addresses as you want.
e.g.
cfquery name="GetAddresses" ...
SELECT email
FROM sometable
/cfquery
cfmail QUERY="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,
 what's the work
 around.

 Thanks,

 Katie
 --
 
 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 message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.



--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 would like to see what is
working right now, go here.
http://216.91.204.248/dbtool/index.cfm

There are some things that I am going to change/improve today and over the
weekend. I would like to get everyones opinion on the first run version.

Here is what it does:
Allows viewing of columns in chosen tables and the data in those columns.

Generates SELECT,INSERT,UPDATE,DELETE code based on the table/fields chosen.

Planned for the next release:
Stored Procedure Generator
Add/Drop Tables/Fields
Add/Update/Delete data in the database

Possible additions:
MSAccess Support

I would be very appreciative if I could get some feedback within the next
few days.

Thanks,

Clint

--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 .. to only have it display if you look at the source?

.Todd



--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 some of the E-Commerce packages, that are ColdFusion based and
are customizable, that were discussed in addition to Able Commerce.  I am
putting together a presentation and would like several options.  I think I
remember a package that was around $150 but can not remember what is was
called.

Thanks,
Vance Duke
Applications Developer



--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Big" it
doesn't find the book.  Do I need to have him change the entries in the
database? or is there a way to strip off the The or A when it occurs at the
beginning of a string?  

Katie
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 for validation:

CFIF FORM.REQ_JUST Is ""
You must enter the justification.br
a href="javascript:history.back()"Back/a
CFABORT
/cfif

The user gets the following error:
Error Occurred While Processing Request

Error resolving parameter FORM.REQ_JUST

The specified form field cannot be found. This problem is very likely due to
the fact that you have misspelled the form field name.

The error occurred while evaluating the expression: 

 FORM.REQ_JUST Is ""

The error occurred while processing an element with a general identifier of
(CFIF), occupying document position (3:1) to (3:26).

This only seems to happen when we have "", '', or % entered in the text
area.  Anyone have any suggestions?  

Thanks!
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 your
page to Yahoo?


Bye,

Iztok
- Original Message -
From: "Jim McAtee" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 03, 2000 20:59
Subject: Re: CF and Search Engines Again =)


 I believe (some) search engines balk at seeing the ? mark anywhere in the
 URL.  I think AltaVista may be one of those that rejects URL's with
 dynamic parameters.  You could try out your theory by trying to get
 AltaVista to accept one of your URL's with a / appended.

 Jim


 -Original Message-
 From: Bill Killillay [EMAIL PROTECTED]
 To: Cf-Talk [EMAIL PROTECTED]
 Date: Wednesday, May 03, 2000 12:40 PM
 Subject: CF and Search Engines Again =)


 This question pop's up from time to time.  I have a new slant on it
 though
 that I want to see if would work.
 
 Suppose that I have a link that reads
 
 http://www.somedomain.com/somepage.cfm?something=somevaluesomething2=som
 eva
 lue2
 
 Everything I have found in the Allaire forums says that I need to replace
 the ? and the  with / and then use a string replace method and etc. etc.
 
 How about just throwing a / at the very end and then striping it off.
 Would
 the search engine then not treat everything that is in-between the / and
 the
 / as a dir. instead of a page?  The reason that I am asking is because on
 two of my sites I kept noticing an error where people would add, or
 search
 engines would add / at the end of the entire URL and it would throw an
 error, so I started striping off that last trailing / and no I don't get
 any
 more errors, but can we use this to our advantage and use it with search
 engines?
 
 Any ideas, pro's, con's?
 
 Bill Killillay
 ICQ @ 8425781


 --

 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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 10:30 AM
To: [EMAIL PROTECTED]
Subject: Re: How to validate text area


Cold Fusion does not use TEXTAREA as input fields.
You can use the normal textarea function but would
need to write your own JavaScript to validate it.

- Original Message -
From: "Shally Kon" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 10:17 AM
Subject: How to validate text area


 I am doing validation of a form with the help of CFINPUT tag for all the
 text fields but when it comes to Textarea,it doesnot work,its there that
 CFINPUT tag does not accept "textarea".
 Please tell me how to validate textarea.
 For textfield i am using th following code
 cfinput type="text" name="Code2" size="5" maxlength="5" required="yes"
 VALIDATE="integer" MESSAGE="Client code should be entered!"

 ---
 FREE! The World's Best Email Address @email.com
 Reserve your name now at http://www.email.com


 --

 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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 purchased cfwebstore - at $150 for full source it's a pretty good
 deal (www.cfwebstore.com)

 Howie Hamlin


I'm currently evaluating a number of options.  I'd love further comments on
the above product.  Do you have anything live running at the moment that
uses it?  Any problems with configuration/customization or anything?

Inquiring minds and all.

Thanks



Les Mizzell
***
Who needs Intel?
Athlon Inside!!!


--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Able Commerce

2000-04-27 Thread Howell, Katie

Did you go to the site and look?  cfwebstore was developed by Mary Jo
Sminkey.  There's a link at the website to email her.

-Original Message-
From: Gollamudi, Jay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 27, 2000 8:41 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Able Commerce


Just 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: Able Commerce
 
 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 purchased cfwebstore - at $150 for full source it's a pretty good
  deal (www.cfwebstore.com)
 
  Howie Hamlin
 
 
 I'm currently evaluating a number of options.  I'd love further comments
 on
 the above product.  Do you have anything live running at the moment that
 uses it?  Any problems with configuration/customization or anything?
 
 Inquiring minds and all.
 
 Thanks
 
 
 
 Les Mizzell
 ***
 Who needs Intel?
 Athlon Inside!!!
 
 --
 --
 --
 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 message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --
 
 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 message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.

--=_NextPart_000_0017_01BFAF76.E40D6CB0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

One thing I forgot to ask as a side note in my last e-mail.  Does anyone
know of any CFUG's in Florida?  I would be really interested in attending
any meetings.  Thanks in advance for the help!

Scott Wolf
Webmaster
Road Warrior Trading.com
http://www.roadwarriortrading.com
941-587-5311

--=_NextPart_000_0017_01BFAF76.E40D6CB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR/HEAD
BODY
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000One =
thing I forgot=20
to ask as a side note in my last e-mail.nbsp; Does =
anyone/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000know =
of any CFUG's=20
in Florida?nbsp; I would be really interested in =
attending/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000any =
meetings.nbsp;=20
Thanks in advance for the help!/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN=20
class=3D298355815-26042000/SPAN/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000Scott=20
Wolf/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN=20
class=3D298355815-26042000Webmaster/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000Road =
Warrior=20
Trading.com/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D298355815-26042000A=20
href=3D"http://www.roadwarriortrading.com"http://www.roadwarriortrading.=
com/A/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN=20
class=3D298355815-26042000941-587-5311/SPAN/FONT/DIV/BODY/HTML=


--=_NextPart_000_0017_01BFAF76.E40D6CB0--


--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Poff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 11:05 AM
To: [EMAIL PROTECTED]
Subject: Re: Is Able Commerce truly user-unfriendly and hence useless?


We are an Able Commerce customer and paid the "big bucks" for the source
code version. 

The product is very powerful but not user friendly and more than a little
obfuscated. If you're having trouble with one store you can imagine our
fun developing and hosting multiple sites at once.

I recently discovered an Able Commerce knock-off called CFWebstore which
might be a much better solution for smaller stores.

CFWebstore costs $150, less in quantities. http://www.cfwebstore.com

I don't know anything about the product but the price is definitely right.
$150 for full source code. At that price you can afford to do some
bug fixing.

We're thinking about giving our customers the choice of which software
they want us to use for their site.

--Bill

At 02:44 PM 4/16/00 , you wrote:
I am only about 4 months into Cold Fusion. Able is the first CF store
package for me to use. I have
been very frustrated with it's "Wizards" mostly due to a lack or
non-integration of help files.
Figuring out how to customize something is mostly a 'try and see what
happens' process. Their
documentation is not easily accessible as far as trying to find
specifically what you want to do. I
started with the standard version and was too limited, so I had to upgrade
to the open source. I'm
not saying they do this, but it almost seems that they limit what you can
do just so you'll have to
pay another $1500 for open source. I'm just starting to get comfortable
with it and would probably
use it again since I would be much more familiar with it the next time
around. The backend is very
solid and with my limited experience with CF I wouldn't even want to try to
build everything the
program does.

If I were able to give Able some advice, it would be to add a help button
to every page of the admin
section. Hitting the button would load a pop up window with help that is
specific to where you are
in the program. This would have saved me hours in learning it... and having
to call support to
figure it out.


Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000




  I have tried to get Able Commerce which is built on Cold Fusion
templates
  up and running as an e-commerce solution. Problem is the program seems
so
  utterly rigid in deployment that there's no way to get into the pages to
  customize the look.
 
  The basic look made by Able Commerce is so ugly that the resulting pages
  make one desire to throw up. Hence changing the look is critical, yet
  apparently impossible when you go to the editing web pages section.
 
  Is Able Commerce truly an impossible program to work with and could
anyone
  for the love of God please recommend something more user friendly and
  actually usable. We've lost a good two weeks messing around with Able
  Commerce, it has all in all been a highly frustrating experience.
 
  Would appreciate a reference to any other shopping cart e-commerce
solution.
 
 
 

--
  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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
 

---
---
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body. 

-
Bill Poff - ICN.NET 
   INTERNET HOSTING - DEVELOPMENT - CONSULTING SERVICES
PO Box 2570, Roanoke, VA 24010 - 540-343-8322 - Fax: 540-343-0691
-

--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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





--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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: Chris Giminez [mailto:[EMAIL PROTECTED]]
 Sent: Friday, April 14, 2000 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Re: WebHosting


 Count me as one person who had very poor service from
 halfpricehosting. I would definately not
 recommend them.

 Intermedia.net has been good and fusionfx.com has been decent
 and is getting better.


 Chris Giminez

 
  Check out www.halfpricehosting.com
 
 
  On Fri, 14 Apr 2000, Tim Bahlke wrote:
 
   I am having problems with WebHosting and am researching
 others i.e. HostPro,
   SiteHosting ...
  
   
   Tim Bahlke
   Graphica
   www.thinkcreate.com
  
  
   -Original Message-
   From: Dave Hannum [mailto:[EMAIL PROTECTED]]
   Sent: Friday, April 14, 2000 8:21 AM
   To: [EMAIL PROTECTED]
   Subject: Re: WebHosting
  
   You taking about HostPro or some other???  The previous
 messages were
   cropped, and some other hosts have been
   mentioned in this discussion.  So who are you talking about
  
   Thanks,
   Dave
  
  
   - Original Message -
   From: Chris Lott [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Thursday, April 13, 2000 5:23 PM
   Subject: Re: WebHosting
  
  
   I had some problems with them so bad that lawyers had to
 come out! I stay,
   and tell everyone I know to stay, as far away from them
 as possible.
   Terrible service, terrible uptimes, behavior that was
 either a serious case
   of internal miscommunication or attempts at outright
 bilking of customers...
  
   c
   --
   Chris Lott [EMAIL PROTECTED],  Technical Manager
   p907.474.5122  |  f907.474.5402  |  PGP Key ID: 0x8687E87E
  
  
 --
 --
   --
   Archives: http://www.eGroups.com/list/cf-talk
   To Unsubscribe visit
  
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
s/cf_talk or
  send a message to
  [EMAIL PROTECTED] with 'unsubscribe' in the body.
 

 --
--
  --
  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 message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
 
 

 --

  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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
 


   Tariq Ahmed - [EMAIL PROTECTED] - ICQ 6308515
  TIBCO Finance Technology - Web Group - Senior Web Engineer
  Work: 650-461-3472   Pager: 800-759-x1702632   Fax: 650-461-3003
  3375 Hillview Avenue. Palo Alto, CA. 94304.

 --

 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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
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 message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
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 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.