Railo javaloader.Javaloader

2014-03-18 Thread Pardeep Singh

Hi, does anyone know where the path is for the railo 4 javaloader.Javaloader?

I'm trying to use it as follows:

cfset Loader = CreateObject(component, javaloader.JavaLoader).init(paths, 
true) / 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Braintree gateway integration

2014-03-18 Thread Pardeep Singh

Hi, have been trying to integrate Braintree with cfpayment with not much 
progress thus far.

Does anyone have an example of how to process a payment without storing it in 
the Braintree vault as we keep custom info in the db, except for cc which 
clients fills in for every purchase. Thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357997
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Data Entry/Home Typist needed!

2006-10-09 Thread pardeep johar
Data Entry/Home Typist needed! Earn $300-$500 per week from home typing and 
doing data entry. Complete Training, easy to start! http://ourdollars.com

~|
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:256003
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Setting validation order when validating via CFINPUT

2005-03-02 Thread pardeep
That's a great work around, bit tedious, but it will work. Thanks:)


- Original Message - 
From: Mark Smyth [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, March 02, 2005 2:05 AM
Subject: RE: Setting validation order when validating via CFINPUT


 Hi

 Since cfform is simply creating javascript validation on the fly, you
could
 do the following:

 View the source in the page, you'll see that cfform creates a javascript
 method which is then called via a form onsubmit tag.

 Basically you could take that javascript and HTML source (you only need
the
 form and the javascript), put it in a cfm or html page and it'll still
work
 fine.

 Once it'll directly in the page, you can change the validation order
within
 the method as you like.

 A bit around the houses but it'll work.  Otherwise of course you could
 always write the validation yourself :)

 hth
 Mark





 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 02 March 2005 07:41
 To: CF-Talk
 Subject: Setting validation order when validating via CFINPUT

 Hi, does anyone know how to set the validation order, when doing
validation
 with CFINPUT inside CFFORM?

 I have 5 fields.

 The first at top of form is FIRSTNAME.

 Then LAST NAME.

 The last is ZIPCODE.

 But Cold Fusion tries to validate zipcode first arbitrarily, then another
 field, but in no particular order.

 This is a pain in the ass and looks unprofessional. Obviously you want to
 ask for the first field before the person can move onto the next one.

 Does anyone know how to pull this off, so it asks for FIRSTNAME info
first,
 then LAST NAME then ZIPCODE?




 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Setting validation order when validating via CFINPUT

2005-03-01 Thread pardeep
Hi, does anyone know how to set the validation order, when doing validation
with CFINPUT inside CFFORM?

I have 5 fields.

The first at top of form is FIRSTNAME.

Then LAST NAME.

The last is ZIPCODE.

But Cold Fusion tries to validate zipcode first arbitrarily, then another
field, but in no particular order.

This is a pain in the ass and looks unprofessional. Obviously you want to
ask for the first field before the person can move onto the next one.

Does anyone know how to pull this off, so it asks for FIRSTNAME info first,
then LAST NAME then ZIPCODE?


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: open window full screen

2005-02-22 Thread pardeep
Yes, this Javascript will work. Enjoy:)

script language=JavaScript1.2
!--

top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight  screen.availHeight||top.window.outerWidth 
screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//--
/script


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195984
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


How u convert this cfquery to TSQL for MS SQL stored procedure

2005-02-21 Thread Pardeep Singh
Does anyone know how to convert this cfquery to TSQL so it can be executed 
through a stored procedure instead in MS SQL 2000? The first condition just 
sees if a var exists and makes sure its not null, the second one does the same 
thing but feeds the query a list:

cfquery name=test datasource=abcinc
select *
from profiles
where 0=0
cfif isdefined('form.firstname') and form.firstname neq ''and 
firstname='#form.firstname#'/cfif
cfif isdefined('zipsreturned') and zipsreturned neq  
and zipcode in (cfqueryparam cfsqltype=cf_sql_varchar value=#zipsreturned# 
list=yes)/cfif 
/cfquery

I'm having a tuff time creating the condition in the WHERE part to check if the 
variable form.firstname exists first, and then to make sure its not null. 

I'm trying to build a search form and then have the search criteria queried in 
a MS SQL Server stored procedure directly for the sake of speed.

I appreciate any help. Thanks.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195797
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How u convert this cfquery to TSQL for MS SQL stored procedure

2005-02-21 Thread pardeep
Hi Ed,

Thanks for the feedback. I can do this easily in Cold Fusion, what I'm
trying to do is offload the work to MS SQL 2000 via TSQL in a stored
procedure. The search form has a lot of entry fields, we're doing a zipcode
radius search too, so it just makes more sense to have the DB do the work
rather than CF for speed.

So the goal here is to have MS SQL 2000 do the work instead of CF.

And my problem... ahem... challenge... is converting this logic into TSQL :(

Thanks for your response though:)


- Original Message - 
From: Eric Creese [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, February 21, 2005 12:44 PM
Subject: RE: How u convert this cfquery to TSQL for MS SQL stored procedure


 may not have to do that if you try the following

 cfquery name=test datasource=abcinc
 select *
 from profiles
 where 0=0
 cfif isdefined('form.firstname')
  cfif form.firstname neq ''
 and firstname='#form.firstname#'
  /cfif
 /cfif
 cfif isdefined('zipsreturned')
   cfif zipsreturned neq ''
 and zipcode in (cfqueryparam cfsqltype=cf_sql_varchar
value=#zipsreturned# list=yes)
   /cfif
 /cfif
 /cfquery

 -Original Message-
 From: Pardeep Singh [mailto:[EMAIL PROTECTED]
 Sent: Monday, February 21, 2005 1:32 PM
 To: CF-Talk
 Subject: How u convert this cfquery to TSQL for MS SQL stored procedure


 Does anyone know how to convert this cfquery to TSQL so it can be executed
through a stored procedure instead in MS SQL 2000? The first condition just
sees if a var exists and makes sure its not null, the second one does the
same thing but feeds the query a list:

 cfquery name=test datasource=abcinc
 select *
 from profiles
 where 0=0
 cfif isdefined('form.firstname') and form.firstname neq ''and
firstname='#form.firstname#'/cfif
 cfif isdefined('zipsreturned') and zipsreturned neq 
 and zipcode in (cfqueryparam cfsqltype=cf_sql_varchar
value=#zipsreturned# list=yes)/cfif
 /cfquery

 I'm having a tuff time creating the condition in the WHERE part to check
if the variable form.firstname exists first, and then to make sure its not
null.

 I'm trying to build a search form and then have the search criteria
queried in a MS SQL Server stored procedure directly for the sake of speed.

 I appreciate any help. Thanks.



 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195805
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF and Quickbooks integration?

2002-07-27 Thread Pardeep

Does anyone have any exp. in CF and Quickbooks integration?

Am trying to figure out how to take info in a DB and insert into Quickbooks.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SiteObjec soEditor vs. Ektron eWebEdit Pro

2002-05-01 Thread Pardeep

Does anyone know the URL to take a look at soEditor?


- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, May 01, 2002 2:15 PM
Subject: RE: SiteObjec soEditor vs. Ektron eWebEdit Pro


 For decent functionality when you can guarantee that the browser is IE,
 soEdit is good.  (It really just utilizes native browser functionality)
 However, eWebEdit supports Netscape (Java?) and has a pretty rich
 JavaScript API you can program against (among many other flexible
 features).  Functionality wise, eWebEdit is a clear winner.

 The biggest point, to me at least, is the pricing.  (starting at
 $300/domain for eWebEdit vs. starting at $0! for unlimited domains with
 soEdit)

 ---
 Billy Cravens


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 01, 2002 3:56 PM
 To: CF-Talk
 Subject: SiteObjec soEditor vs. Ektron eWebEdit Pro

 I'm interested in hearing people's experience with
 using SiteObject's soEditor? We've done a lot of work
 with Ektron's eWebEdit Pro in the past and because of a
 client requirement, we may have to use another
 solution. I'm mainly interested in problem's you've had
 with the editor, how hard is it to customize (custom
 toolbars and such) etc.

 Thanks.

 Phillip



 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



 This e-mail, facsimile, or letter and any files or attachments transmitted
with it contains
 information that is confidential and privileged. This information is
intended only for the use of
 the individual(s) and entity(ies) to whom it is addressed. If you are the
intended recipient,
 further disclosures are prohibited without proper authorization. If you
are not the intended
 recipient, any disclosure, copying, printing, or use of this information
is strictly prohibited and
 possibly a violation of federal or state law and regulations. If you have
received this information
 in error, please notify Baylor Health Care System immediately at
1-866-402-1661 or via e-mail at
 [EMAIL PROTECTED] Baylor Health Care System, its subsidiaries, and
affiliates hereby claim
 all applicable privileges related to this information.


 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Is there a CF open source shopping cart program

2002-04-25 Thread Pardeep

Does anyone know of an open source shopping cart program?

I believe there is one that exists in Fusebox 3.0 format.

Thanks.


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a CF tag that prints money?

2001-01-06 Thread Pardeep Singh

Sorry, I just couldn't resist the temptation since CF can do so many things.
I'll take my pills now and get back to the padded room...




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Any good Authorizenet solutions?

2001-01-05 Thread Pardeep Singh

Does anyone know of any good Authorizenet processing solutions.

i.e. a form is filled out, posting info into the database and at the same
time going to Authorizenet to process a credit card, bringing back the
result and posting also in the database?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Any CFMAIL bug in 4.5 solutions?

2001-01-05 Thread Pardeep Singh

Does anyone know of any good CFMAIL bug solutions for CF version 4.5?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: E-mail spooler not working

2001-01-04 Thread Pardeep Singh

Yes, that service is running, but still the spooler fails to work. Could it
be a bug in the software perhaps?

- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, January 04, 2001 7:27 AM
Subject: Re: E-mail spooler not working


 I think the CF Executive service is the service that sends mail (I may be
 wrong).  Do you have that service running?

 Regards,

 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc.
 www.CoolFusion.com
 631-737-4668 x101
 inFusion Mail Server (iMS) - the World's most configurable mail server
 Get your free copy of iMS POST-SE Server from CoolFusion!


 - Original Message -
 From: "Pardeep Singh" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Wednesday, January 03, 2001 8:05 PM
 Subject: Re: E-mail spooler not working


  I looked in there and it doesn't show any activity whatsoever. I do have
  mail logging enabled, but from the log files it looks as though the
 spooler
  doesn't even recognize CFMAIL tag activity.
 
  Any ideas on what might cause that to occur?
 




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: E-mail spooler not working

2001-01-04 Thread Pardeep Singh

Yes, I have the CF Executive running, but its not recognizing any e-mail
sent by CFMAIL. Was working a few days ago, is now no longer functional. Any
ideas on how to fix this would be appreciated.

Thanks,
Pardeep.

- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, January 04, 2001 7:27 AM
Subject: Re: E-mail spooler not working


 I think the CF Executive service is the service that sends mail (I may be
 wrong).  Do you have that service running?

 Regards,

 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc.
 www.CoolFusion.com
 631-737-4668 x101
 inFusion Mail Server (iMS) - the World's most configurable mail server
 Get your free copy of iMS POST-SE Server from CoolFusion!


 - Original Message -
 From: "Pardeep Singh" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Wednesday, January 03, 2001 8:05 PM
 Subject: Re: E-mail spooler not working


  I looked in there and it doesn't show any activity whatsoever. I do have
  mail logging enabled, but from the log files it looks as though the
 spooler
  doesn't even recognize CFMAIL tag activity.
 
  Any ideas on what might cause that to occur?
 




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: E-mail spooler not working

2001-01-03 Thread Pardeep Singh

The e-mail spooler on CF 4.5 SP2 isn't working. Any ideas what the cause
could be?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Are there tools to manipulate SQL 7 via web?

2001-01-03 Thread Pardeep Singh

Does anyone know of any handy tools that enable one to more efficiently
manipulate creating tables, fields with SQL 7 from a web browser forms based
interface?

Or is there perhaps something else out there that's faster than the SQL 7
client program? Thanks.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Insert error (String data right truncation)

2001-01-03 Thread Pardeep Singh

Hi, does anyone know what might cause this to occur when using CFINSERT?

Error Occurred While Processing Request

Error Diagnostic Information
ODBC Error Code = 22001 (String data right truncation)

[Microsoft][ODBC SQL Server Driver]String data, right truncation
The error occurred while processing an element with a general identifier of
(CFINSERT), occupying document position (5:1) to (5:55).


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: E-mail spooler not working

2001-01-03 Thread Pardeep Singh

I looked in there and it doesn't show any activity whatsoever. I do have
mail logging enabled, but from the log files it looks as though the spooler
doesn't even recognize CFMAIL tag activity.

Any ideas on what might cause that to occur?

- Original Message -
From: "Howie Hamlin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, January 03, 2001 7:55 AM
Subject: Re: E-mail spooler not working


 Have a look in the CF mail log file (it's in the cfusion\mail\log folder.
 There will probably be something in there that will point you in the right
 direction.

 HTH,

 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc.
 www.CoolFusion.com
 631-737-4668 x101
 inFusion Mail Server (iMS) - the World's most configurable mail server
 Get yout free copy of iMS POST-SE Server from CoolFusion!

 - Original Message -
 From: "Pardeep Singh" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Wednesday, January 03, 2001 5:23 AM
 Subject: Re: E-mail spooler not working


  The e-mail spooler on CF 4.5 SP2 isn't working. Any ideas what the cause
  could be?
 




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is difference between Express, Professional Enterprise

2000-12-12 Thread pardeep

Hi, was wondering if anyone knows what the nuts  bolts functional
differences are between Cold Fusion Express, Professional and Enterprise.

At what stage does one need to go with Professional and then at what stage
is it advisable to go for Enterprise vs. just getting a hardware based load
balancing solution?

I understand that CF Express does not have Verity or e-mail features. What
other limitations differ it from Professional? Thanks.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Postgres CF - good marriage or doomed to divorce?

2000-12-12 Thread pardeep

Does anyone have experience utilizing Postgres with CF or Interbase with CF?

Am wondering how far either can scale before one needs to move to an Oracle,
etc.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is diff between CF Express, Pro Enterprise

2000-12-11 Thread pardeep

Hi, was wondering if anyone knows what the nuts  bolts functional
differences are between Cold Fusion Express, Professional and Enterprise.

At what stage does one need to go with Professional and then at what stage
is it advisable to go for Enterprise vs. just getting a hardware based load
balancing solution?

I understand that CF Express does not have Verity or e-mail features. What
other limitations differ it from Professional?

Regards,
Pardeep.

P.S. Very deep thought for the day shared below:

Confucious say: Man who walk thru airport door sideways going to Bangkok.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFGRID Error

2000-12-11 Thread pardeep

Dear Rosa,

Try copying the CFIDE folder in your WEB SERVER root to the root of your
individual web site in which you have the CFM files with CFGRID tags in
them. Because CFIDE has a classes folder with the java apps that are
required to display the CFGRID elements.

Hope that helps, because I had the same problem a few days ago.

Regards,
Pardeep.


Deep thought for the day:

He was good from far
But far from good.


- Original Message -
From: "Rosa, Issac" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, December 11, 2000 8:48 PM
Subject: CFGRID Error


 Why am I getting the following error using CFGRID and CFGRIDUPDATE?

 ODBC Error Code = S0002 (Base table not found)
 [Oracle][ODBC][Ora]ORA-00942: table or view does not exist
 Data Source = "mom"
 SQL = "UPDATE "dmdr_drop_schedule" SET "MAILPIECES" = ? WHERE "ROWID" = ?
"
 The error occurred while processing an element with a general identifier
of
 (CFGRIDUPDATE), occupying document position (3:2) to (6:28) in the
template
 file C:\Inetpub\wwwroot\dmdr\act_dmdr_update.cfm.

 Here's my Grid and Update.

 CFGRID NAME="Drop_Schedule"
 HEIGHT="850"
 WIDTH="300"
 QUERY="GetDMDRDrop"
 INSERT="No"
 DELETE="No"
 SORT="No"
 BOLD="No"
 ITALIC="No"
 APPENDKEY="No"
 HIGHLIGHTHREF="No"
 GRIDDATAALIGN="LEFT"
 GRIDLINES="Yes"
 ROWHEADERS="No"
 ROWHEADERALIGN="LEFT"
 ROWHEADERITALIC="No"
 ROWHEADERBOLD="No"
 COLHEADERS="Yes"
 COLHEADERALIGN="LEFT"
 COLHEADERITALIC="No"
 COLHEADERBOLD="No"
 SELECTMODE="EDIT"
 PICTUREBAR="No"
 CFGRIDCOLUMN NAME="rowid"
 SELECT="Yes" DISPLAY="No"
 CFGRIDCOLUMN NAME="id_cluster"
 SELECT="Yes" DISPLAY="No"
 CFGRIDCOLUMN NAME="cluster_name" HEADER="Cluster Name"
 HEADERALIGN="Left" DATAALIGN="LEFT"
 BOLD="No" ITALIC="No"
 SELECT="No" DISPLAY="Yes"
 HEADERBOLD="Yes" HEADERITALIC="No"
 CFGRIDCOLUMN NAME="id_market"
 DISPLAY="No"
 CFGRIDCOLUMN NAME="market_name" HEADER="Market Name"
 HEADERALIGN="LEFT" DATAALIGN="LEFT"
 BOLD="No" ITALIC="No"
 SELECT="No" DISPLAY="Yes"
 HEADERBOLD="Yes" HEADERITALIC="No"
 CFGRIDCOLUMN NAME="mailpieces" HEADER="Mailpieces"
 HEADERALIGN="LEFT" DATAALIGN="LEFT"
 BOLD="No" ITALIC="No"
 SELECT="Yes" DISPLAY="Yes"
 HEADERBOLD="Yes" HEADERITALIC="No"
 /CFGRID

 CFGRIDUPDATE GRID="Drop_Schedule"
   DATASOURCE="MyDSN"
   TABLENAME="dmdr_drop_schedule"
   KEYONLY="Yes"

 If you have any questions or concerns, please feel free to call me at
 407-514-5021.

 Thank you,

  Issac Rosa
 
  IT - National Sales  Marketing
  OLAP Specialist Team Leader
  Ofc: 407-514-5021
  Cell: 407-342-0644
  Fax: 407-514-5988
  [EMAIL PROTECTED]
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Problem with Forums 3.11

2000-12-10 Thread pardeep

Am having problems getting Forums 3.11 to work at all. here is the error
message:


Error:
Missing QUERY parameter

You must pass a QUERY parameter in order for this tag to work correctly.


The error occurred while processing an element with a general identifier of
(CFX_REPLACE_CHARS), occupying document position (334:3) to (341:3).




Template: C:\Inetpub\wwwroot\forums\admin\index.cfm
Query String: CFApp=1



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cold Fusion vs. PHP or ASP

2000-12-10 Thread pardeep

Hi, does anyone have any definitive feedback on how Cold Fusion, PHP  ASP
rate against each other in terms of speed, scalability, robustness.

I believe in terms of ease of development Cold Fusion is hands down the
winner, but how about on those other fronts over the long run?

Also, which works better as far as speed/reliability - Cold Fusion on
Windows or Linux? How about PHP on Linux vs. Cold Fusion on anything else.
Appreciate any feedback because we're trying to make a long term decision on
this front.

Thanks,
Pardeep.


Deep thought of the day:

Confucious say: Elevator smell different to midget.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfgrid not working

2000-12-09 Thread Pardeep

Am having a problem with CFGRID displaying in browsers. Anyone have any
ideas as to what might be causing that? Thanks in advance.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re:CF Grid problems

2000-12-09 Thread Pardeep

Having big problems getting CF Grid to display. Anyone have any ideas on
what the problem might be?

Thanks,
Pardee.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFGRID problem

2000-12-09 Thread pardeep

Having big problems getting CF Grid info to display in a browser. Anyone
have any ideas on what the problem might be?  Thanks.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Having problem with cfgrid

2000-12-07 Thread Pardeep

Hi,

I'm having a problem getting the cfgrid applet to load in some browsers. 
Message in status bar at bottom says "Applet not found" or perhaps it says 
applet class not found.

In either case, the cfgrid displays just fine in some browsers, and not so 
in others. In all cases Java and Javascript are enabled. Any ideas on what 
may be causing this?

Thanks,
Pardeep.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do u combine 2 queries into 1 dynamic query?

2000-04-25 Thread pardeep

Hi, I am working on a telecom solution web site that allows you to find the 
best rates quickly.

You can see the sample at: www.telecomsavings.com/demo3/home.html

On the home page you can:

1. Do a search for only domestic rates by selecting ONLY your state i.e. 
CA, which posts your form query to an action script titled 
programsearch.cfm which is as follows:

CFQUERY NAME="programsearch" DATASOURCE="phonedata"
SELECT  interstate.company_inter AS vendor, interstate.interrate AS 
inter, intrastate.state AS state, intrastate.intrarate AS intra, 
interstate.detailpage AS detailpage, interstate.term AS term, 
interstate.billing AS billing
FROM interstate, intrastate
WHERE   interstate.company_inter = intrastate.company_intra AND
(intrastate.state = '#state#')
ORDER BY  interstate.interrate, intrastate.intrarate
/CFQUERY

or

2. On the same home page a visitor can do a search for BOTH their state and 
a country the call on which they need a price. Your selections then post 
your form query data to a script called intlsearch.cfm which is as follows:

CFQUERY NAME="intlsearch" DATASOURCE="phonedata"
SELECT  interstate.company_inter, interstate.interrate, 
interstate.detailpage, interstate.term, interstate.billing, 
intrastate.state, intrastate.intrarate, international.country, 
international.intlrate
FROM international, intrastate, interstate
WHERE   international.company_intl = intrastate.company_intra AND
intrastate.company_intra = interstate.company_inter AND
(intrastate.state = '#form_state#') AND 
(international.country = '#form_country#')
ORDER BY  international.intlrate, interstate.interrate, intrastate.intrarate
/CFQUERY


Million dollar question. Is there a way that if someone picks only their 
state, automatically the data is posted to only programsearch.cfm but if 
they select both their state AND a country then their data is posted to 
intlsearch.cfm

Perhaps both queries can be contained in one script, but the one utilized 
is defined by a CFIF statement, which differentiates between whether their 
is only a STATE selected or if their is BOTH a STATE and a COUNTRY 
selected. Appreciate any illuminating insights on this front.


--
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.



How do u combine 2 queries into 1 dynamic query?

2000-04-24 Thread pardeep

Hi, I am working on a telecom solution web site that allows you to find the 
best rates quickly.

You can see the sample at: www.telecomsavings.com/demo3/home.html

On the home page you can:

1. Do a search for only domestic rates by selecting ONLY your state i.e. 
CA, which posts your form query to an action script titled 
programsearch.cfm which is as follows:

CFQUERY NAME="programsearch" DATASOURCE="phonedata"
SELECT  interstate.company_inter AS vendor, interstate.interrate AS 
inter, intrastate.state AS state, intrastate.intrarate AS intra, 
interstate.detailpage AS detailpage, interstate.term AS term, 
interstate.billing AS billing
FROM interstate, intrastate
WHERE   interstate.company_inter = intrastate.company_intra AND
(intrastate.state = '#state#')
ORDER BY  interstate.interrate, intrastate.intrarate
/CFQUERY

or

2. On the same home page a visitor can do a search for BOTH their state and 
a country the call on which they need a price. Your selections then post 
your form query data to a script called intlsearch.cfm which is as follows:

CFQUERY NAME="intlsearch" DATASOURCE="phonedata"
SELECT  interstate.company_inter, interstate.interrate, 
interstate.detailpage, interstate.term, interstate.billing, 
intrastate.state, intrastate.intrarate, international.country, 
international.intlrate
FROM international, intrastate, interstate
WHERE   international.company_intl = intrastate.company_intra AND
intrastate.company_intra = interstate.company_inter AND
(intrastate.state = '#form_state#') AND 
(international.country = '#form_country#')
ORDER BY  international.intlrate, interstate.interrate, intrastate.intrarate
/CFQUERY


Million dollar question. Is there a way that if someone picks only their 
state, automatically the data is posted to only programsearch.cfm but if 
they select both their state AND a country then their data is posted to 
intlsearch.cfm

Perhaps both queries can be contained in one script, but the one utilized 
is defined by a CFIF statement, which differentiates between whether their 
is only a STATE selected or if their is BOTH a STATE and a COUNTRY 
selected. Appreciate any illuminating insights on this front.

--
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.



How do u add BROWSE toa file upload form?

2000-04-23 Thread pardeep

Hi, quick one. I was going through Ben Forta's book on how to make file 
upload forms, and unfortunately the code does not include how to add the 
BROWSE button so one can select the right file on one's hard drive 
visually. That portion is missing from his example and there is no sample 
of that example on the CD either:(

The code I have thus far is:

form action="upload.cfm"
method="POST"
enctype="multipart/form-data"
File: input type=FILE" NAME="File"BR
INPUT TYPE="SUBMIT"
/FORM

but again without the BROWSE button to select a file, its not that helpful. 
Does anyone here know how to add that to this form?

Thanks in advance.
--
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: SQL 7 crashing issue

2000-04-23 Thread pardeep

On my maching if I use a wizard to import data into SQL 7, right at the end 
of the process the program crashes. I have 128 megs of RAM, u think it 
could be a lack of RAM issue?


At 02:36 AM 4/23/2000 -0500, you wrote:
SQL 7 has very "Access" like interfaces for building tables etc., and a
built in Access database importer.

What I have discovered, if you MUST run both on one machine, throw A LOT of
ram in that machine.  It appears that SQL 7 really eats ram.

Peter Janett

New Media One Web Services
   ~Professional results with a personal touch~
   http://www.newmediaone.net
   [EMAIL PROTECTED]
   (303)828-9882
- Original Message -
From: Bill Killillay [EMAIL PROTECTED]
To: Cf-Talk [EMAIL PROTECTED]
Sent: Thursday, April 20, 2000 9:25 PM
Subject: Dedicated Servers??


  Ok, here goes.  Just a webby as I am called by some of my friends looking
  for a little advice.
 
  I work for an advertising agency and I handle ALL of their clients sites.
  We have two that since I have come aboard have really taken off.  Like
over
  a million users a month taken off.  Now my boss is asking me to look into
  getting us setup with a dedicated server.  We have been using a company
for
  all of our shared hosting and we have been quite happy with them.  Here is
  my question.
 
  What are the do's and don'ts when setting up a dedicated server for the
  first time.  It will have two fairly heavy use sites both done in CF, by
me,
  so I know what I am getting there.  And a few other not so heavy use
sites,
  also done in CF for the most part.  Right now we are also just using
Access
  for the back end and it's been working ok, a little slow at times, but not
  to bad.  We are looking to upsizing to SQL Server 7 on an NT box but I
know
  nothing about SQL server.  With Access I have a GUI to build tables, etc.
  Is there anything like that for SQL Server.  What do any of you recommend.
  I am fairly certain that we are going to go with an NT box with CF 4.5.1
on
  it and depending on what I can find out and learn probably SQL Server on
the
  same box until we can afford a second box.  Any advice to making this as
  smooth as possible is great appreciated.
 
  TIA!!!
 
  Bill Killillay
  ICQ @ 8425781
 
  *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
  "An investment in Knowledge always pays the best interest."
 -Benjamin Franklin-
  *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
 
  Get Paid to Surf the Web.  It's free, easy and fun.
  Sign up for AllAdvantage.com at
 
  http://alladvantage.com/go.asp?refid=FIB-034
 
  --

  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.



Anyone know good Able Commerce hosting company?

2000-04-18 Thread pardeep


Does anyone know of a good Able Commerce hosting vendor?

I am running into too many problems with the current vendor, mapping 
incorrect, e-mail not POP acct not working, etc.
--
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: A Good CF Host Has What?

2000-04-17 Thread pardeep

Try www.abihosting.com - they are not only very reasonable on price and 
also very good on the cust support. Another good feature is you get SQL 7 
ODBC connection included in the price.

At 09:39 AM 4/17/2000 -0700, you wrote:
  I'm curious what people find to be important in a host.  But not only that,
  but how difficult those things are to implement.  To me, I would think that
  having enough bandwidth is a problem a host can easily fix with money
  (getting a OC-12 instead of a T-3, etc.).  But I would think something are
  more difficult to implement, like good customer service.

 I just want best bang for the buck. 100Megs+, coupla ODBC sources,
webtrends, decent amount of traffic allocation, etc... For $20/mo or less.
That's primary. And secondly, I don't expect lightning fast support
response. But an answer in 24 hrs is more than reasonable.



   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.



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

2000-04-16 Thread pardeep

I have a site with 3 categories:

1. VANS
2. TRUCKS
3. SUVS

So what I need to do is have three tabs on the home page, each tab going to 
a page that has the group listings of each category on the next page. So if 
a visitor clicks on VANS, they go to a page with a nice picture of a van 
and a listing of all VAN products. When they click on a product, they see a 
display, etc. This I have not been able to accomplish with Able Commerce's 
so called wizards.

Next, I need to change the icons, that I agree is not such a big deal but I 
was amazed that they would have enough courage to ship their product with 
such an ugly set. A real montrosity, I share this to vent my frustration 
with the user-unfriendliness of the product. I couldn't even get one page 
to list all 3 categories in a table with 3 rows.

And finally to add insult to injury, when someone clicks on SEATS as a 
group listing, on the next page, instead of seeing a listing of all seats 
one after another vertically in a column, the visitor is expected to click 
on an ugly NEXT button to see the next one. No thumbnails, highly arcane 
looking navigation system created by their templates/wizards with graphics 
hit hard by an ugly stick. Not only is the program not easy to use, the 
resulting PREVIEWS look so bad due to the layout/ugly icons, I dare not 
show them to my client.

At 01:19 PM 4/16/2000 +0100, you wrote:
I do not understand - you can change all the icons in any version of Able
Commerce. I agree they do not supply an icon library but there are so many
of those anway. Can you be more specific about what you cannot easily
customise. I have no commercial interest in Able just want to see a fair
representation of the product.

Paul Burgess

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 16, 2000 12:57 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Is Able Commerce truly user-unfriendly and hence useless?
 
 
  Dear Adrian,
 
  Try to customize the look and feel of your pages and then let me
  know if I
  am being unfair. The basic look created by Able Commerce is so ugly there
  should be a law against it. In fact I'm writing my Senator about it right
  now - i.e. abolish any net tax incentives but do enact a web site
  ugliness
  law to incentivise the folks at Able Commerce to come up with
  some at least
  half way decent looking icons instead of those hit hard with an
  ugly stick.
  We want visitors to stay on a site, not run away from it due to
  torture to
  the eyeballs. I would write to Clinton but hes no doubt sidetracked with
  some intern:)
 
  Bottom line is this is a totally frustrating piece of software, there has
  to be something out there thats more user friendly. I've tackled more
  complex jobs than a mere shopping cart deal in the past, but this Able
  Commerce is unfortunately despite a GUI admin very user
  unfriendly. Again,
  appreciate any help as far as a ref to a workable program.
 
  Regards,
  Pardee.
 
  At 12:54 PM 4/16/2000 +0100, you wrote:
 
   
The basic look made by Able Commerce is so ugly that the
  resulting pages
make one desire to throw up.
  
  I think you are being somewhat unfair to Able Commerce from my
  experimentation
  with it :-) But as I don't use the program yet in production, perhaps
  others who
  do could address your concerns.
  
  While I am here - I need recommendations for CF based eCommerce
  system, which
  will enable full online order tracking by shoppers - Amazon
  style etc..  Any
  recommendations?
  
  I also have a client who wants an auction system (the customer is always
  right) - what is the best CF based auction system out there?
  Emaze looks
  good -
  anyone used it?
  
  Thanks.
  
  Adrian Cooper.
  
  
  
  
  -
  -
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/c
f_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: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep

Dear Paul,

I tried this with medium and large sized store. Unfortunately the templates 
don't allow you to go in and customize them to look exactly as you want. 
The output is nowhere near what the client is looking for. Normally in 
other programs you can go into the code and do this, but in Able Commerce, 
when you're using a wizard you're apparently not able to get into the 
source code. Try to get into the underlying CFM file and you find that its 
encrypted. Any ideas? Thanks for the feedback.

At 01:38 PM 4/16/2000 +0100, you wrote:
1. You can achieve exactly that in Able Commmerce.
Choose a large store option and you have three levels.
Top level - create categories vans, trucks and suvs.
Now create groups within each of those ie ford trucks, nissan trucks etc.
Now create products within the groups.

For each group, go to the style for that group and simply enter up your
photo etc to show just what you are asking for.

You must have set it up wrong if you are not achieving this - what demo
store did you copy? You need at least a medium size store for what you wish
to achieve.



Paul Burgess

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 16, 2000 1:18 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Is Able Commerce truly user-unfriendly and hence useless?
 
 
  I have a site with 3 categories:
 
  1. VANS
  2. TRUCKS
  3. SUVS
 
  So what I need to do is have three tabs on the home page, each
  tab going to
  a page that has the group listings of each category on the next
  page. So if
  a visitor clicks on VANS, they go to a page with a nice picture of a van
  and a listing of all VAN products. When they click on a product,
  they see a
  display, etc. This I have not been able to accomplish with Able
  Commerce's
  so called wizards.
 
  Next, I need to change the icons, that I agree is not such a big
  deal but I
  was amazed that they would have enough courage to ship their product with
  such an ugly set. A real montrosity, I share this to vent my frustration
  with the user-unfriendliness of the product. I couldn't even get one page
  to list all 3 categories in a table with 3 rows.
 
  And finally to add insult to injury, when someone clicks on SEATS as a
  group listing, on the next page, instead of seeing a listing of all seats
  one after another vertically in a column, the visitor is expected
  to click
  on an ugly NEXT button to see the next one. No thumbnails, highly arcane
  looking navigation system created by their templates/wizards with
  graphics
  hit hard by an ugly stick. Not only is the program not easy to use, the
  resulting PREVIEWS look so bad due to the layout/ugly icons, I dare not
  show them to my client.
 
  At 01:19 PM 4/16/2000 +0100, you wrote:
  I do not understand - you can change all the icons in any version of Able
  Commerce. I agree they do not supply an icon library but there
  are so many
  of those anway. Can you be more specific about what you cannot easily
  customise. I have no commercial interest in Able just want to see a fair
  representation of the product.
  
  Paul Burgess
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 16, 2000 12:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Is Able Commerce truly user-unfriendly and hence useless?
   
   
Dear Adrian,
   
Try to customize the look and feel of your pages and then let me
know if I
am being unfair. The basic look created by Able Commerce is
  so ugly there
should be a law against it. In fact I'm writing my Senator
  about it right
now - i.e. abolish any net tax incentives but do enact a web site
ugliness
law to incentivise the folks at Able Commerce to come up with
some at least
half way decent looking icons instead of those hit hard with an
ugly stick.
We want visitors to stay on a site, not run away from it due to
torture to
the eyeballs. I would write to Clinton but hes no doubt
  sidetracked with
some intern:)
   
Bottom line is this is a totally frustrating piece of
  software, there has
to be something out there thats more user friendly. I've tackled more
complex jobs than a mere shopping cart deal in the past, but this Able
Commerce is unfortunately despite a GUI admin very user
unfriendly. Again,
appreciate any help as far as a ref to a workable program.
   
Regards,
Pardee.
   
At 12:54 PM 4/16/2000 +0100, you wrote:
   
 
  The basic look made by Able Commerce is so ugly that the
resulting pages
  make one desire to throw up.

I think you are being somewhat unfair to Able Commerce from my
experimentation
with it :-) But as I don't use the program yet in production, perhaps
others who
do could address your concerns.

While I am here - I need recommendations for CF based eCommerce
system, which
will enable full online 

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

2000-04-16 Thread pardeep

Dear Jeff,

That's exactly the problem, find where to modify this stuff. They make it 
so darn difficult that you get totally fed up with this program. Thanks for 
the tip, will try right now.

At 08:13 AM 4/16/2000 -0500, you wrote:

 Pardee,
I can't think of anything with the look and feel
of an Ablecommerce that you couldn't modify.
Finding where to modify them could be frustrating.
Ask how to do what you want on their forums, it will save frustration. 
http://www.ablecommerce.com/forums/index.cfm?cfapp=1;





--
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: ABI Hosting

2000-04-16 Thread pardeep

I work with ABI Hosting to host the Able Commerce and they have been 
wonderful to work with. The problem I have been having is that the Able 
Commerce program itself is very user un-friendly.

At 07:21 AM 4/16/2000 -0600, you wrote:
I was wondering if anybody on this list has used ABI Hosting
  www.abihosting.com ), They are setup at 19.95/month with able commerce
hosting. Your feedback would be greatly appreciated.

Thanks
Jason Larson
[EMAIL PROTECTED]

--
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-16 Thread pardeep

but extremely user unfriendly. I give it my vote of the most user 
unfriendly program I've ever used in the last 10 years. Considering they 
designed it to make the developers life easier, I would have to say it is a 
failure on that front. Hopefully someone at Able Commerce will see some of 
these comments and be embarrassed enough to do something constructive such 
as making the program actually easier to use so we can get back to our 
lives instead of getting frustrated by a rigid and ugly looking interface.

At 08:22 PM 4/16/2000 +0100, you wrote:
I agree with you on your comments about help etc.
Their documentation is weak. The product however, is very robust and
flexible.


Paul Burgess

  -Original Message-
  From: Chris Giminez [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 16, 2000 7:44 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Is Able Commerce truly user-unfriendly and hence useless?
 
 
  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.

--
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-16 Thread pardeep

At 09:19 PM 4/16/2000 +0100, you wrote:

- Original Message -
From: [EMAIL PROTECTED]
Sent: 16 April 2000 20:58

  but extremely user unfriendly. I give it my vote of the most user
  unfriendly program I've ever used in the last 10 years. Considering they
  designed it to make the developers life easier, I would have to say it is a
  failure on that front. Hopefully someone at Able Commerce will see some of
  these comments and be embarrassed enough to do something constructive such
  as making the program actually easier to use so we can get back to our
  lives instead of getting frustrated by a rigid and ugly looking interface.

But Able Commerce has been around for years and years - I remember when they
started out marketing the original version of the program when their 
company was
called " Little Red Caboose" or some such thing.

I am not necessarily disagreeing or agreeing with you, but it is an extremely
well established and respected award winning product.

Adrian Cooper.

But extremely user unfriendly, so what difference does it make how long 
they have been around. If you can't get it to provide the solution you paid 
for, it is useless.

And how come it is still so ugly after all these years? Surely someone must 
have at least some level of taste back there.
--
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-16 Thread pardeep

Dear Chris,

Try using the progam and then I think u will see that there is a huge 
opportunity for someone willing to create a user friendly program. Take a 
look at coolcart.com and there are some interesting ideas there. i.e. u 
should be able to take code and past it into HTML for any kind of desired 
look. Or at the least be able to customize templates with great ease. Able 
Commerce has been such a time waster for me, I can't show the end result to 
the client because its unacceptable and unfortunately I can't get into the 
templates since they are encrypted. In this situation the client will not 
pay another $1500 for open source. If u look at Able Commerces icons, 
considering that the product has been out for years, I think u will see a 
major opportunity for anyone willing to do something more elegant and 
simpler to use. Cold Fusion is well respected now, u could do well just 
hosting e-commerce sites administered via a browser like Miva at miva.com

At 04:58 PM 4/16/2000 -0400, you wrote:
That's an interesting point.  Fuseware looked at developing an e-commerce
solution.  We decided the market wouldn't support another CF-based shopping
cart system, with a heavy hitter like Able Commerce in the market, as well
as several lower price competitors and freely available code to write your
own.

Maybe its time to rethink that position.


Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-Original Message-
From: Adrian Cooper [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 16, 2000 4:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Is Able Commerce truly user-unfriendly and hence useless?



- Original Message -
From: stas [EMAIL PROTECTED]
Sent: 16 April 2000 21:39

 
  I think there is a great market opportunity for  a CF shopping app
solution
  that is more object-oriented than the ones are available. What I would
like
  to see is a well documented application that doesn't concern itself with
  presentation, but just business logic.

I agree with you absolutely on that one!

Considering the power, flexibility and database connectivity of CF, there
are
really no, what I would call, "industrial strength" shopping/eCommerce
systems
available for CF which I find rather curious considering how fundamental
such a
system is these days, and considering how many other brilliant CF
applications
there are out there - and coders.

Adrian Cooper.



--
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 Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep

Dear Paul,

I have no problems with inserting Header and Footer styles with HTML. The 
problem is getting the CF output of products to display the way the client 
desires.

i.e. There should be an output of only VANS items on one page. When you 
click on VAN SEATS then for example, there should be a list of all Van seat 
products in a column with either with or without a thumb nail. When you 
click on the product, you get to a detail page with the shopping cart 
function displayed.

On all pages the header and footer should be consistent, but I am having a 
hell of a hard time getting Able Commerce to allow me to customize the CF 
output of the products.

For example, I can't get one group displayed on a page by itself. I can get 
all 3 groups - VANS, TRUCKS and SUVS

But then when you click on Van Seats for example, you see 2 products and 
for the result you have to click a next button. that's ridiculous and when 
you try to change the format, lo and behold, theres no way to get into the 
templates. As you can see, after two weeks I am totally fed up with this so 
called solution, but if you have any workable ideas I'm still willing to 
give it a shot.

Thanks
Pardee.

At 09:52 PM 4/16/2000 +0100, you wrote:
You use the 'Styles' to set, say a group. So the first step would be to
design a style for your group. In the style you may insert any HTML code at
various points. So, for example design your trucks header with photo etc and
insert it into a style as header one - in the wizard for the group select
the style you have just designed and turn of all navigation options etc.
In the style also decide on colours etc for the background.
here is a site with thousands of able commerce pages - I have used a Java
navigation applet in the right hand frame to be able to navigate to any
counter - I call their 3 levels, Department, counter and product - rather
than use their terminology. The counters on this site only take minutes to
design in able commerce.
http://www.fishtec.co.uk
Kind regards


Paul Burgess

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, April 16, 2000 8:52 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Is Able Commerce truly user-unfriendly and hence useless?
 
 
  Dear Paul,
 
  I tried this with medium and large sized store. Unfortunately the
  templates
  don't allow you to go in and customize them to look exactly as you want.
  The output is nowhere near what the client is looking for. Normally in
  other programs you can go into the code and do this, but in Able
  Commerce,
  when you're using a wizard you're apparently not able to get into the
  source code. Try to get into the underlying CFM file and you find
  that its
  encrypted. Any ideas? Thanks for the feedback.
 
  At 01:38 PM 4/16/2000 +0100, you wrote:
  1. You can achieve exactly that in Able Commmerce.
  Choose a large store option and you have three levels.
  Top level - create categories vans, trucks and suvs.
  Now create groups within each of those ie ford trucks, nissan trucks etc.
  Now create products within the groups.
  
  For each group, go to the style for that group and simply enter up your
  photo etc to show just what you are asking for.
  
  You must have set it up wrong if you are not achieving this - what demo
  store did you copy? You need at least a medium size store for
  what you wish
  to achieve.
  
  
  
  Paul Burgess
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 16, 2000 1:18 PM
To: [EMAIL PROTECTED]
Subject: RE: Is Able Commerce truly user-unfriendly and hence useless?
   
   
I have a site with 3 categories:
   
1. VANS
2. TRUCKS
3. SUVS
   
So what I need to do is have three tabs on the home page, each
tab going to
a page that has the group listings of each category on the next
page. So if
a visitor clicks on VANS, they go to a page with a nice
  picture of a van
and a listing of all VAN products. When they click on a product,
they see a
display, etc. This I have not been able to accomplish with Able
Commerce's
so called wizards.
   
Next, I need to change the icons, that I agree is not such a big
deal but I
was amazed that they would have enough courage to ship their
  product with
such an ugly set. A real montrosity, I share this to vent my
  frustration
with the user-unfriendliness of the product. I couldn't even
  get one page
to list all 3 categories in a table with 3 rows.
   
And finally to add insult to injury, when someone clicks on SEATS as a
group listing, on the next page, instead of seeing a listing
  of all seats
one after another vertically in a column, the visitor is expected
to click
on an ugly NEXT button to see the next one. No thumbnails,
  highly arcane
looking navigation system created by their templates/wizards with
graphics
hit hard by an ugly 

Re: God-complex arrogant elitists

2000-04-16 Thread pardeep

Jeffster, Don't patronise people bud, I've been on newsgroups and user 
groups for a looong time, and one thing I really dislike is anal retentive 
twits like you. And calling folks like you on your outright arrogance 
always tends to be the best long term solution, not an ideal solution but 
expedient. Again, if you don't like a post, ignore it. Who forced you to 
look at it and start insulting someone fed up with a $750 user un-friendly 
piece of software. I found the solution here as a result of my efforts, the 
last thing people need is folks like you deciding what is acceptable and 
unacceptable content or topics. When you are officially given the position 
of God, fine, till then relax and refer to the posts that interest you.

As far as help, I appreciate help from helpful people and prefer not to 
interact with the clearly anal retentive. As Einstein said

"A problem cannot be solved at the level of consiousness that created it." 
Perhaps its time to raise your consciousness on this issue.

Luckily there are a lot of very helpful and giving souls on this group, 
some of whom are equally frustrated by Able Commerce. God bless fusebox.com 
if they come up with a better mousetrap due to the void in the marketplace. 
Competition and discontented customers keeps companies humble and on their 
toes, which is as it should be in an ideal marketplace. I don't appreciate 
your sticking your unwelcome and apparently arrogant nose into a topic that 
is of no interest to you. If for example you don't like Melrose Place, no 
one forces you to watch it, you have free will surely to decide what to 
view or not? I will undoubtedly alienate only the anal retentive in the 
interest of quality of life, so feel free not to respond, you haven't made 
a single positive contribution on the Able Commerce problem yet !! Am I 
supposed to lose sleep due to your failure to be helpful in the future? Get 
a clue bud and move on with your life, there are more important things 
surely for you to fret about.

Bottom line - If you're not part of the solution, you're part of the 
problem. If you have nothing positive to contribute to
the Able Commerce issue, focus your energy elsewhere, live and let live or 
is that an alien concept ?!! BTW, do you have a God-complex or are you just 
an insecure person? Whatever the problem, I wish you the best of luck. On 
the Able Commerce front, if the suggested solution works, I'll post it for 
the benefit of others in a similar predicament.

At 09:07 PM 4/16/2000 -0700, you wrote:
pardeep,

all of your opinion aside, please consider one thing:

the people you're bitching at, calling names, and generally alienating are
the same ones you'll be asking for help from on this list again.

so, to sum it up with a quote from an unknown source:

remember that the toes you're stepping on today may be connected to the ass
you'll end up kissing tomorrow.

regards,

.jeff

think safely

excremental epiphany:  the discovery that you give a shit
  - matthew howden


--
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: ABI Hosting baboon Jeff

2000-04-16 Thread pardeep

Sorry bro:) Unfortunately this guy rather rudely called the Able Commerce 
problem crap when he could have easily ignored it. Or he could have asked 
politely and I would politely say that the issue is over since I have found 
a possible solution.

We all want the forum to be a positive environment, but in the past on 
newsgroups/forums, the minute you let some guy like Jeff decide what is OK 
or not, the whole forum goes downhill. Pls accept my apologies for the 
satire, hopefully we can all focus hereon on the positive CF related stuff.

Regards,
Pardee.

At 11:18 PM 4/16/2000 -0500, you wrote:
Can't we all just get along  Tell you guys what, read my sig and imagine
the person underwater is each other, and just leave it at that, okay?
Either that or bitch at each other offlist, and spare the rest of us.

Thanks guys,

Fred T. Sanders
Galveston Island, TX
--
Having a bad day?
Imagine this...

You are in total seclusion from that hectic place called "The World".
The soothing sound of a gentle waterfall fills the air with a cascading
serenity.
The water is clear.
You can easily make out the face of the person you are holding underwater.

Feeling better?


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 16, 2000 10:59 PM
Subject: Re: ABI Hosting  baboon Jeff


  That's your opinion and you are entitled to it. When did someone make you
God?
 
  I have also been on the Able Commerce forum yet found a potential solution
  here.
 
  If the posting inspires fusebox.com to enter the e-commerce fray and Able
  Commerce to recognize that their arrogance is alienating their target
  market of developers, then some good shall have come of the exercise.
 
  I suggest therefore that you wake up, smell the coffee and get a life, the
  USA is still a free country despite apparently elitist baboons like you
  trying to tell others what to do.  Again, only a totally moronic baboon
  would look at a post that he has no interest. If you would like a shipment
  of bananas to ease your dense irritability perhaps due to a lack of having
  arrived at a place in life that makes you happy, please e-mail your
address
  and I may oblige, however... naturally delivery shall be COD.
 
  What is good for the goos is good for the gander, hence you may even
  consider following your own advice and taking your... ahem... "crap"
  elsewhere. May I suggest the proper place, the toilet in your restroom.
 
  At 05:09 PM 4/16/2000 -0700, you wrote:
  pardeep,
  
  :~~
  : From: [EMAIL PROTECTED]
  :
  : I am looking for a solution, so take a chill pill. Someone
  : has to know of a half way decent post. Don't u have better
  : things to do with ur time, if u don't like the topic, ignore it. Duh !!
  :~~
  
  take this crap elsewhere, it has no place here on cf-talk anymore.  all
the
  opinions and possible solutions have been discussed to death.  if you
still
  can't figure it out take it to the able forums.  i for one am really
tired
  of your constant attitude on this subject.  continuing to make a stink
here
  isn't likely to get you anymore help.  this thread has worn out it's
  welcome.
  
  regards,
  
  .jeff
  
 
 ---
---
  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: ABI Hosting has great support

2000-04-16 Thread pardeep

ABI Hosting is an excellent company, I have had great results working with 
them and their customer service is second to none, quite frankly they are 
unusually professional and at the same time very reasonably priced for a 
hosting company. I intend to keep working with them for Cold Fusion 
hosting. Able Commerce on the other hand has been a different experience as 
can be gauged by the threads thus far. Someone suggested getting open 
source templates from them, will find out tomorrow if that's doable without 
forking out another $1500 which my client will not go for. Satire aside, 
hopefully we can keep this forum open to discuss the CF problem affecting 
us rather than those that interest just a few.

At 12:52 AM 4/17/2000 -0400, you wrote:

All I know is ABI did my client right. I have no complaints.

Skip
--
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 well does CF run with mySQL?

2000-04-11 Thread pardeep

How well does CF run with mySQL?

Is it better to go with SQL7 or Oracle 8i?

I am doing a prototype app with Access but now need to port to a stronger 
database program.

Any suggestions?

I understand Cold Fusion 4.5 still does not have direct native support for 
mySQL, true or false?

Thanks for your help.
--
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: Oracle 8i and WebDB

2000-04-11 Thread pardeep

Does anyone know what WebDB is all about?

Is it the visual equivalent of Cold Fusion Enterprise and the Cold Fusion 
Studio?

Anyone have any good working experience with that tool, would appreciate 
any working experience feedback.

Thanks in advance,
Pardee.
--
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: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep

Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)?

Is it advisable?

Are there advantages going this route vs. an NT machine?

Thanks for your help. 
--
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: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep

Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)?

Is it advisable?

Are there advantages going this route vs. an NT machine?

Thanks for your help.

--
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: Oracle 8i and WebDB

2000-04-11 Thread pardeep

Does anyone know what WebDB is all about?

Is it the visual equivalent of Cold Fusion Enterprise and the Cold Fusion 
Studio?

Anyone have any good working experience with that tool, would appreciate 
any working experience feedback.

Thanks in advance,
Pardee. 
--
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 well does CF run with mySQL?

2000-04-11 Thread pardeep

How well does CF run with mySQL?

Is it better to go with SQL7 or Oracle 8i?

I am doing a prototype app with Access but now need to port to a stronger
database program.

Any suggestions?

I understand Cold Fusion 4.5 still does not have direct native support for
mySQL, true or false?
--
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 well does CF run with mySQL?

2000-04-11 Thread pardeep

Actually I was referring to mySQL for Linux:)

At 05:10 PM 4/11/2000 +, you wrote:
Microsoft makes it pretty simple to migrate an Access DB to SQL7 Server.

KM
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 11, 2000 6:14 PM
Subject: Re: How well does CF run with mySQL?


  How well does CF run with mySQL?
 
  Is it better to go with SQL7 or Oracle 8i?
 
  I am doing a prototype app with Access but now need to port to a stronger
  database program.
 
  Any suggestions?
 
  I understand Cold Fusion 4.5 still does not have direct native support for
  mySQL, true or false?
 
  Thanks for your help.
 

--
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: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep

Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)?

Is it advisable?

Are there advantages going this route vs. an NT machine?

Thanks for your help.

--
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 well does CF run with mySQL?

2000-04-11 Thread pardeep

Again, the question was - how well does CF run with MYSQL on a Linux 
maching, not Microsoft SQL7 on an NT box.

At 11:27 PM 4/11/2000 +0100, you wrote:

- Original Message -
From: "Kevin R. Merker" [EMAIL PROTECTED]
Sent: Tuesday, April 11, 2000 6:10 PM

  Microsoft makes it pretty simple to migrate an Access DB to SQL7 Server.

In theory it might - but if you use Access specific syntax in CF templates,
there could be a major editing job to do to actually get it to run with SQL
Server. An example is the Access "yes/no" or "true/false" which are reserved
column names for SQL Server. SQL Server uses "1/0".

This notion of "prototyping" with Access then upsizing to SQL Server has too
many issues IMO - especially when it is just as easy to use SQL Server 
from the
outset.

Adrian Cooper.


--
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.



Does CF have native support for MySQL on Linux?

2000-04-11 Thread pardeep

Does CF have native support for MySQL on Linux?

At 03:51 PM 4/11/2000 -0700, you wrote:
CF runs just fine with MySQL on Linux.

Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 15:29
To: [EMAIL PROTECTED]
Subject: Re: How well does CF run with mySQL?


Again, the question was - how well does CF run with MYSQL on a Linux
maching, not Microsoft SQL7 on an NT box.

At 11:27 PM 4/11/2000 +0100, you wrote:

 - Original Message -
 From: "Kevin R. Merker" [EMAIL PROTECTED]
 Sent: Tuesday, April 11, 2000 6:10 PM
 
   Microsoft makes it pretty simple to migrate an Access DB to SQL7 Server.
 
 In theory it might - but if you use Access specific syntax in CF templates,
 there could be a major editing job to do to actually get it to run with SQL
 Server. An example is the Access "yes/no" or "true/false" which are
reserved
 column names for SQL Server. SQL Server uses "1/0".
 
 This notion of "prototyping" with Access then upsizing to SQL Server has
too
 many issues IMO - especially when it is just as easy to use SQL Server
 from the
 outset.
 
 Adrian Cooper.
 
 
 ---
---
 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: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep

Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)?

Is it advisable?

Are there advantages going this route vs. an NT machine?

Thanks for your help.
--
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.