Re: Mach II

2004-11-06 Thread Robert Munn
Not so! I think I've discovered the secret of Mach IV's velocity:

http://www.sinclairintl.com/newsletters/99b7.html

Here is the secret, and I quote:

 This little cartridge is a woodchucks nightmare



 That comes up with nothing.

That's because it's a joke. Mr. Sherwood has posted many variations on this
joke in the past. I don't really get it myself, but that could be my own
failing.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183558
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: Inexpensive Hosted Webstore?

2004-11-06 Thread exciteworks.com hosting
osCommerce is an opensource solution --  http://oscommerce.com/

we offer osCommerce installed free with all hosting accounts.

very easy to use.


--
Exciteworks, Inc
Expert Hosting for less!
*Ask for a free 30 day trial!*
http://exciteworks.com

Plans starting at -$12.95- including MS SQL Server!









On Thu, 4 Nov 2004 14:07:10 -0600, Donna French [EMAIL PROTECTED] wrote:
 Well, it's only the cart side of things but I use it for some
 customers that want to build their own pages, and sometimes build a
 catalog system with admin  integrate with Mal's E (www.mals-e.com).
 
 HTH,
 Donna
 
 
 
 
 On Thu, 04 Nov 2004 13:25:51 -0500, Ray Champagne [EMAIL PROTECTED] wrote:
  I really hate them, but Yahoo! stores are probably the best free ones that
  I have run across.  I know that sounds like an oxymoron of sorts, but
  considering your requirements, I would say they are one of your best choices.
 
  Ray
 
 
 
  At 01:23 PM 11/4/2004, you wrote:
  We have a client that wants to set up an online store to sell a handful of
  products.  They can't spend much for software licensing, site development
  or a merchant account.  They do already have the ability already to run
  credit cards at their business.
  
  Is there a decent, inexpensive means for them to get online without a
  merchant account?  I'm not talking about something to install on their CF
  web site, like CF Webstore or anything similar.   Something hosted
  elsewhere, where they get a simple email notification of new sales placed
  online, then they go to a secure web page and retrieve credit card
  information.  It would need the usual capabilities of entering products,
  uploading product photos, adding sales taxes and computing shipping
  charges for a selection of shippers.
  
  Thanks.
  
  
  
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183559
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


Session giving me headaches.

2004-11-06 Thread Phillip Perry
Hi,

I've done all I can think of to get rid of the session. I've done
structclear(session) I've done cfapplication timeouts and
loginstorage=storage. but no matter what I'm doing the session is staying
on. I cfdumped it and the cookie info. The cookie is gone (which is right)
but the session remains. I would appreciate any help that can be given. I'll
provide my code again.

Phil


cflogout
cfif IsDefined(cookie.ISTHISPERSONLOGGEDINORWHAT) EQ Yes OR
IsDefined(Session.Auth)
cfcookie NAME=ISTHISPERSONLOGGEDINORWHAT VALUE=Yes EXPIRES=NOW
cfapplication name=applewoodcommunity sessionmanagement=yes
sessiontimeout=#createTimeSpan(0,0,0,0)# LOGINSTORAGE=Session
#StructClear(Auth)# !--- I've tried different variations ---
/cfif
cflocation url=http://localhost/applewood/mycommunity/index.cfm;
ADDTOKEN=No




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183560
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: Session giving me headaches.

2004-11-06 Thread Phillip Perry
OK I found a section on StructDelete. All I had to do is delete Auth in
session.auth and everything seems to work ok.

Phil

-Original Message-
From: Phillip Perry [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 06, 2004 3:04 PM
To: CF-Talk
Subject: Session giving me headaches.


Hi,

I've done all I can think of to get rid of the session. I've done
structclear(session) I've done cfapplication timeouts and
loginstorage=storage. but no matter what I'm doing the session is staying
on. I cfdumped it and the cookie info. The cookie is gone (which is right)
but the session remains. I would appreciate any help that can be given. I'll
provide my code again.

Phil


cflogout
cfif IsDefined(cookie.ISTHISPERSONLOGGEDINORWHAT) EQ Yes OR
IsDefined(Session.Auth)
cfcookie NAME=ISTHISPERSONLOGGEDINORWHAT VALUE=Yes EXPIRES=NOW
cfapplication name=applewoodcommunity sessionmanagement=yes
sessiontimeout=#createTimeSpan(0,0,0,0)# LOGINSTORAGE=Session
#StructClear(Auth)# !--- I've tried different variations ---
/cfif
cflocation url=http://localhost/applewood/mycommunity/index.cfm;
ADDTOKEN=No






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183561
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


formatting in textarea

2004-11-06 Thread Roberto Perez
Hi all,

Quick question on textarea: I have a form with a box where visitors can 
type comments. The input goes to an Access database with a memo field. My 
problem is, if they type one or more carriage returns, the text in the 
memo field does not reflect that, and obviously when the comments are 
displayed on the browser they look like one long paragraph instead of 
several shorter ones (separated by carriage returns) as the visitor intended.

Any solutions for this?


Thanks in advance,

Roberto Perez
[EMAIL PROTECTED]


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183562
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: formatting in textarea

2004-11-06 Thread Dawson, Michael
When you display the text, using ColdFusion, you need to replace the
line feeds with br tags.  There may be a custom tag or UDF that
already does this since it is such a common issue.

M!ke 

-Original Message-
From: Roberto Perez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 04, 2004 11:10 PM
To: CF-Talk
Subject: formatting in textarea

Hi all,

Quick question on textarea: I have a form with a box where visitors can
type comments. The input goes to an Access database with a memo field.
My problem is, if they type one or more carriage returns, the text in
the memo field does not reflect that, and obviously when the comments
are displayed on the browser they look like one long paragraph instead
of several shorter ones (separated by carriage returns) as the visitor
intended.

Any solutions for this?


Thanks in advance,

Roberto Perez
[EMAIL PROTECTED]




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183563
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: formatting in textarea

2004-11-06 Thread CFDEV
Just do this :

cfset locCarriageReturn=chr(13)  chr(10)

cfoutput
#replace(your_variable,locCarriageReturn,BR,ALL)#
/cfoutput

Pat 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: November 6, 2004 18:02
To: CF-Talk
Subject: RE: formatting in textarea

When you display the text, using ColdFusion, you need to replace the line
feeds with br tags.  There may be a custom tag or UDF that already does
this since it is such a common issue.

M!ke 

-Original Message-
From: Roberto Perez [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 11:10 PM
To: CF-Talk
Subject: formatting in textarea

Hi all,

Quick question on textarea: I have a form with a box where visitors can type
comments. The input goes to an Access database with a memo field.
My problem is, if they type one or more carriage returns, the text in the
memo field does not reflect that, and obviously when the comments are
displayed on the browser they look like one long paragraph instead of
several shorter ones (separated by carriage returns) as the visitor
intended.

Any solutions for this?


Thanks in advance,

Roberto Perez
[EMAIL PROTECTED]






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183564
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: formatting in textarea

2004-11-06 Thread Keith Gaughan
Roberto Perez wrote:
 Hi all,
 
 Quick question on textarea: I have a form with a box where visitors can 
 type comments. The input goes to an Access database with a memo field. My 
 problem is, if they type one or more carriage returns, the text in the 
 memo field does not reflect that, and obviously when the comments are 
 displayed on the browser they look like one long paragraph instead of 
 several shorter ones (separated by carriage returns) as the visitor intended.
 
 Any solutions for this?

The ParagraphFormat() function might be what you're looking for.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183565
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: formatting in textarea

2004-11-06 Thread Roberto Perez
At 06:16 PM 11/6/04, Pat wrote:
Just do this :

cfset locCarriageReturn=chr(13)  chr(10)

cfoutput
#replace(your_variable,locCarriageReturn,BR,ALL)#
/cfoutput


Thanks for the several solutions proposed. However, here's my doubt: if the 
text in the Memo field in Access is being stored without carriage 
returns, that means that whatever code or tags I use would have to be 
employed as data is *sent* to the database, so that carriage returns are 
included in that text. Can any of these solutions (e.g., 
locCarriageReturn, ParagraphFormat, etc.) be used *before* the data is 
stored (i.e., as data is sent), so that carriage returns are preserved?

Thanks in advance,

Roberto Perez
[EMAIL PROTECTED]


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183566
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: formatting in textarea

2004-11-06 Thread Ewok
I try not to use paragraphformat() too much. Users usually end up
complaining that their single line breaks become doubles.

I usually input the text from a textarea just as they entered and then
format it on output with #replace(str, #chr(13)##chr(10)#, br, ALL)#


-Original Message-
From: Keith Gaughan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 06, 2004 7:06 PM
To: CF-Talk
Subject: Re: formatting in textarea

Roberto Perez wrote:
 Hi all,
 
 Quick question on textarea: I have a form with a box where visitors can 
 type comments. The input goes to an Access database with a memo field.
My 
 problem is, if they type one or more carriage returns, the text in the 
 memo field does not reflect that, and obviously when the comments are 
 displayed on the browser they look like one long paragraph instead of 
 several shorter ones (separated by carriage returns) as the visitor
intended.
 
 Any solutions for this?

The ParagraphFormat() function might be what you're looking for.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183567
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


Gnarly CFOBJECT problem

2004-11-06 Thread Karl
I'm stuck on a little problem and desperately need help. I'm calling a COM 
object (a .DLL) with CFOBJECT and haven't been able to figure out how to 
grab three of the four OUT variables, although one, RetVal, I can capture 
just fine.  Microsoft's OleView.exe clearly shows the methods and 
properties of the DLL, I have working .asp code and a compiled executable 
which will return all the OUT variables, so I know the DLL is working 
correctly.  I just can't figure out the syntax to address those three OUT 
variables in ColdFusion, and CF's documentation and examples for CFOBJECT 
do not help.

I've put more explanation with links to relevant Zip files at 
http://strategicbrains.com/CFOBJECT_project/ in the hope that there is a 
coding genius here who can help me.

Regards,

Karl S.


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183568
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: Gnarly CFOBJECT problem

2004-11-06 Thread Barney Boisvert
I'm not a COM guru, but to my knowledge, CF only supports single
return variables from method calls regardless of object type. 
However, it should be a fairly trivial matter to make a proxy object
to allow you access to all the OUT variables.

Just have the proxy make your method call and store all four OUT vars
as instance variables, and expose those instance variables via
getters.  Then from CF, instantiate the proxy object, call the method
that does the call on your target object, and then you can call each
getter individually to pull out all four OUT variables.  It'll take a
little non-CF work, but such is life.  If this is a problem you forsee
happening again, it probably wouldn't be too difficult to make your
proxy generic enough to handle any arbitrary method call with an
arbitrary number of OUT vars, and use an indexed or mapped getter for
the recall.

cheers,
barneyb

On Sat, 06 Nov 2004 20:24:30 -0800, Karl [EMAIL PROTECTED] wrote:
 I'm stuck on a little problem and desperately need help. I'm calling a COM
 object (a .DLL) with CFOBJECT and haven't been able to figure out how to
 grab three of the four OUT variables, although one, RetVal, I can capture
 just fine.  Microsoft's OleView.exe clearly shows the methods and
 properties of the DLL, I have working .asp code and a compiled executable
 which will return all the OUT variables, so I know the DLL is working
 correctly.  I just can't figure out the syntax to address those three OUT
 variables in ColdFusion, and CF's documentation and examples for CFOBJECT
 do not help.
 
 I've put more explanation with links to relevant Zip files at
 http://strategicbrains.com/CFOBJECT_project/ in the hope that there is a
 coding genius here who can help me.
 
 Regards,
 
 Karl S.


-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

I currently have 0 GMail invites for the taking

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183569
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