Re: Multiply in Output Statement??

2003-09-19 Thread DDB Lists
What most likely would also work is to wrap it in a function like

#int(myrecord.myvar * 100)#

or else let your database do the calculation


- Original Message - 
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 5:05 AM
Subject: RE: Multiply in Output Statement??


  I've been building some admin pages that have stuff like:
 
  cfoutput  #myrecord.myvar * 100# /cfoutput
 
  This runs perfectlly locally, but once out on the server... 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137644
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: MS Works Database

2003-09-19 Thread Jim Davis
Conversions Plus will do many, many formats (including Works 2,3,4 and
Mac) and it's only $70.  It's saved my butt often.

http://www.dataviz.com/products/conversionsplus/

I'm not sure how well it'll work on your file (it does convert - but
sometimes things are lost in the transalation) since I've never used
Works.

It's well worth the money.

Jim Davis
 
 -Original Message-
 From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 12:53 AM
 To: CF-Talk
 Subject: OT: MS Works Database
 
 Hi,
 
 I trying to find out how I can convert a database created with MS
 Works in the *.wdb format can be converted in something else,
 without having installed MS Works installed on a system.
 
 I have tried Microsoft's site as well as Google and all that turns
 up there is that you need to open the file in Works and save it in a
 different format. But I also saw that this information is about two
 years old, so maybe someone has a solution for the above question...
 
 Regards,
 
 Birgit
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137645
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: MS Works Database

2003-09-19 Thread Parker, Kevin
I haven't read this but a quick glance suggests you import into Access as a
dBase IV file



http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:
80/support/kb/articles/q93/4/29.aspNoWebContent=1


**
Kevin Parker
Web Services Manager
WorkCover Corporation

e: [EMAIL PROTECTED]
w: www.workcover.com

p:+ 61 8 8233 2548
f: +61 8 8233 2282
m: 0418 806 166
**


-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Friday, 19 September 2003 3:50 PM
To: CF-Talk
Subject: RE: MS Works Database


Conversions Plus will do many, many formats (including Works 2,3,4 and
Mac) and it's only $70.  It's saved my butt often.

http://www.dataviz.com/products/conversionsplus/

I'm not sure how well it'll work on your file (it does convert - but
sometimes things are lost in the transalation) since I've never used
Works.

It's well worth the money.

Jim Davis
 
 -Original Message-
 From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 12:53 AM
 To: CF-Talk
 Subject: OT: MS Works Database
 
 Hi,
 
 I trying to find out how I can convert a database created with MS
 Works in the *.wdb format can be converted in something else,
 without having installed MS Works installed on a system.
 
 I have tried Microsoft's site as well as Google and all that turns
 up there is that you need to open the file in Works and save it in a
 different format. But I also saw that this information is about two
 years old, so maybe someone has a solution for the above question...
 
 Regards,
 
 Birgit
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137646
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Help! Inserting WDDX into the database

2003-09-19 Thread Pascal Peters
I think you are missing a closing parenthisis:
'#tempWddxData2#'
)
/cfquery
 
Pascal

-Oorspronkelijk bericht- 
Van: Brook Davies [mailto:[EMAIL PROTECTED] 
Verzonden: do 18/09/2003 22:37 
Aan: CF-Talk 
CC: 
Onderwerp: Help! Inserting WDDX into the database



I have a WDDX packet that, no matter what I try, generates an error when I
try to insert it into a SQL 7.0 DB. Any ideas?

My Query looks like this:

cfwddx input=#tempWddxData# output=tempWddxData2 action=cfml2wddx
!--- add a new member to an existing pool ---
cfquery datasource=#request.datasource# name=AddMember
insert into LeadDistr_members (
 usr_id,
 form_id,
 LeadDistrID,
 member_name,
 priority,
 wddxdata
 )
 values
 (
 cfqueryparam cfsqltype=cf_sql_integer value=#getmembers.usr_id#,
 cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.form_id#,
 cfqueryparam cfsqltype=cf_sql_integer value=#newprofileID#,
 cfqueryparam cfsqltype=cf_sql_varchar
value=#getmembers.member_name#,
 cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.priority#,
 '#tempWddxData2#'
/cfquery


I end up with an error like the one below. Also below is the outputted SQL
Statement from the debugger:


==
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Line 16: Incorrect syntax
near 'City


==

SQL insert into LeadDistr_members ( usr_id, form_id, LeadDistrID,
member_name, priority, wddxdata ) values ( (param 1) , (param 2) , (param
3) , (param 4) , (param 5) , 'wddxPacket
version=''1.0''header/datastructvar
name=''field1''stringCity/string/varvar
name=''field2''string/string/varvar
name=''field3''string/string/varvar
name=''value2''string/string/varvar
name=''value3''string/string/varvar
name=''value1''stringasdfasdf/string/var/struct/data/wddxPacket'



==

I've spent an hour trying everything I can think of. Now I am stumped.

Brook Davies


At 04:08 PM 9/18/2003 -0400, you wrote:
CFSET Temp = QuerySetCell(Session.Cart, Amount,
CFOUTPUT#Evaluate(Form.S4x6 * 3.95)#/CFOUTPUT)


Rick:

What are the CFOUTPUT tags doing in your CFSET tag?  Shouldn't this just be:

 CFSET Temp = QuerySetCell(Session.Cart, Amount,
 Evaluate(Form.S4x6 *
3.95))

My guess is that your SESSION.cart.amount variable is really equal to:

 CFOUTPUT11.85/CFOUTPUT

and when that string gets spat out to the browser in the error message, your
browser is hiding the CFOUTPUT tags because it assumes they are HTML tags
that it is unfamiliar with.  Check the HTML source code.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 18, 2003 3:39 PM
  To: CF-Talk
  Subject: Can anyone explain why this code is behaving like it is?
 
 
  This stuff is driving me crazy!  All day spent to get almost nowhere...
 
  Anyway...(deep breath)...
 
  Quick question:  Does taking a number from a formfield and putting it into
  a session.cart.amount variable automatically turn it into a string
  variable?
 
  I'm sending a number from a formfield and in testing the amount from the
  formfield,
  I can multiply it, format it using DollarFormat, etc... behaves like a
  number should.
 
  But once the formfield variable is placed in the Session Query as
  session.cart.amount,
  it behaves like a string...I can't use DollarFormat...it returns an error
  that the variable session.cart.amount
  has to be a number...if I use DollarFormat(Val(session.cart.amount)), the
  value of the variable is 0...zero...
  it becomes a valueless string...
   

So... cfmodule is slow...?

2003-09-19 Thread Calvin Ward
http://www.corfield.org/coldfusion/coding_standards/performance.html

But is it slower than cf_ ?

- Calvin

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137648
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: So... cfmodule is slow...?

2003-09-19 Thread Massimo, Tiziana e Federica
Calvin Ward [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 http://www.corfield.org/coldfusion/coding_standards/performance.html

 But is it slower than cf_ ?

Efficiency stems more from good design than from good coding.
Robert L. Glass

More computing sins are committed in the name of [execution] efficiency
(often without achieving it) than for any other single reason, including
blind stupidity.
- W.A.Wulf

Focusing too heavily on optimization techniques often results in code that
is difficult or impossible to understand and mantain.
- Eric M. Burke

:-)))

Massimo



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137649
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Query String for Search Engines

2003-09-19 Thread Jim Gurfein
I've bee doing some research on Search engines for dynamic sites... one 
thing I've run across is this statement:

Reconfigure your Cold Fusion setup to replace the ? in a query string 
with a '/' and pass the value to the URL. 

I can understand how to do this programmatically, but what set up change 
would do this automatically?

Thanks in advance



Sincerely yours,

Jim Gurfein
President
RestaurantRow.com, Inc.
http://www.restaurantrow.com
914.921.3200 Ext 101
914.921.9190 fax


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137650
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Query String for Search Engines

2003-09-19 Thread Craig Dudley
No need to do that at all. It might have been true a LONG LONG time ago,
but all search engines can cope with dynamic urls these days. I wouldn't
bother.

Craig.

-Original Message-
From: Jim Gurfein [mailto:[EMAIL PROTECTED] 
Sent: 19 September 2003 12:31
To: CF-Talk
Subject: Query String for Search Engines


I've bee doing some research on Search engines for dynamic sites... one 
thing I've run across is this statement:

Reconfigure your Cold Fusion setup to replace the ? in a query string

with a '/' and pass the value to the URL. 

I can understand how to do this programmatically, but what set up change

would do this automatically?

Thanks in advance



Sincerely yours,

Jim Gurfein
President
RestaurantRow.com, Inc.
http://www.restaurantrow.com
914.921.3200 Ext 101
914.921.9190 fax



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137651
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Jrun4 and CFMX

2003-09-19 Thread Bryan F. Hogan
Thanks Dave

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 7:51 PM
To: CF-Talk
Subject: RE: Jrun4 and CFMX


 I see many people using JSP all the time, and I wonder what the
 big deal is. I say to myself if they just knew what CFML could
 do to their development. But these people are die-hard scripters
 and they stick to JSP. Other than J2EE, does JSP have anything over
 CFML? I know all of the selling points for CFML, what are they
 for JSP, leaving out J2EE?

With any of these language choices, there is no big deal. If you already
know JSP, there's little reason to switch to CFML, in my opinion. If you
already know Java, JSP is easy to learn. I don't think there's any reason to
use JSP over CFML beyond those, though.

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


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137652
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Solved: OT : sql server port to oracle

2003-09-19 Thread Gabriel Robichaud
In case anyone cares

You can download the Oracle Migration Workbench. That takes care of
converting MANY different types of Databases to Oracle.  (Even Access!)

Cheers y'all!



_
Gabriel Robichaud
Analyste-programmeur

Technomedia Formation inc.
_

-Original Message-
From: Gabriel Robichaud [mailto:[EMAIL PROTECTED]
Sent: September 18, 2003 11:54 AM
To: CF-Talk
Subject: OT : sql server port to oracle

Has anyone ever heard of a tool to conver sql server stored procedures, etc,
to Oracle?

If anyone has done this before... feel free to contact me off list.

Gabriel


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137653
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: array help on a query insert loop

2003-09-19 Thread Michael Traher
You could carry on the way you are and simply 
cfset xlocator = listGetAt(session.crtcalid,Indexcount,^)

or 

change your loop to a list loop so that the index item will hold each
xlocator item.

or

if you wish to use arrays then take a look at the listToArray()
function.

HTH

Michael Traher 


-Original Message-
From: laritru [mailto:[EMAIL PROTECTED] 
Sent: 18 September 2003 18:22
To: CF-Talk
Subject: array help on a query insert loop

cfloop index=IndexCount from=1 To=#ListLen(Session.Crtcalid,
^)#
cfoutput
cfset xname = #ListGetAt(Session.Crtxname, IndexCount, ^)#
cfset ProdQty = #ListGetAt(Session.CrtQuantity, IndexCount, ^)#
cfset ProdCost = #ListGetAt(Session.CrtPrice, IndexCount, ^)# * 
#ListGetAt(Session.CrtQuantity, IndexCount, ^)#
/cfoutput
I need help writing an array to dump the values of this cart
(session.crtcalid)so they can loop one at a time and insert in to my
query. Can anyone help me with this? All help will be appreciated. As of
now it tries to insert all the values at once for xlocator which is the
firld that i am using to hold the event id. this is the error. 
ODBC Error Code = 22001 (String data right truncation)P [MERANT][ODBC
Oracle 8 driver][Oracle 8]ORA-01401: inserted value too large for column
PP SQL = Insert Into registrar_data.event( xstatus,
xdate, xtime,  xgroup$, xgroupdate, xgrouptime,
xcreate,  xupdate, xuser, rhas_note$, xlocator,
xuniquekey, xorigin, xnumber )Values('E',
to_date('18-Sep-03', 'DD-MON-YY'),'13:19:38','E',
to_date('18-Sep-03', 'DD-MON-YY'),'13:19:38',
to_date('18-Sep-03', 'DD-MON-YY'),to_date('18-Sep-03', 'DD-MON-YY'),
'WEB','0','002407^002394','W0644','01',
'W000644') 
here is what i am inseting to my db. 
cfset rid=W  numberformat(getrid.recurid + 1,00)
CFQUERY Name = AddOrder Datasource = #application.dsn# 
  Insert Into registrar_data.event
  (
   xstatus, xdate, xtime, xgroup$, xgroupdate,
xgrouptime,xcreate,xupdate,
   xuser, rhas_note$,xlocator,xuniquekey,xorigin, xnumber )
  Values
  (
  'E', to_date('#DateFormat(now(),dd-mmm-yy)#', 'DD-MON-YY'),
  '#registertime#','E',
  to_date('#DateFormat(now(),dd-mmm-yy)#', 'DD-MON-YY'),
  '#registertime#',
  to_date('#DateFormat(now(),dd-mmm-yy)#', 'DD-MON-YY'),
  to_date('#DateFormat(now(),dd-mmm-yy)#', 'DD-MON-YY'), 
  'WEB','0', #Session.Crtcalid#', '#CustomerIDNumber#', '01',
  '#rid#'
  )
  /cfquery
  /cfloop


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137654
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Help! Inserting WDDX into the database

2003-09-19 Thread Ryan Kime
That and you may want to look into PreserveSingleQuotes()

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 2:49 AM
To: CF-Talk
Subject: RE: Help! Inserting WDDX into the database


I think you are missing a closing parenthisis: '#tempWddxData2#'
)
/cfquery
 
Pascal

-Oorspronkelijk bericht- 
Van: Brook Davies [mailto:[EMAIL PROTECTED] 
Verzonden: do 18/09/2003 22:37 
Aan: CF-Talk 
CC: 
Onderwerp: Help! Inserting WDDX into the database



I have a WDDX packet that, no matter what I try, generates an error
when I
try to insert it into a SQL 7.0 DB. Any ideas?

My Query looks like this:

cfwddx input=#tempWddxData# output=tempWddxData2
action=cfml2wddx
!--- add a new member to an existing pool ---
cfquery datasource=#request.datasource# name=AddMember
insert into LeadDistr_members (
 usr_id,
 form_id,
 LeadDistrID,
 member_name,
 priority,
 wddxdata
 )
 values
 (
 cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.usr_id#,
 cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.form_id#,
 cfqueryparam cfsqltype=cf_sql_integer
value=#newprofileID#,
 cfqueryparam cfsqltype=cf_sql_varchar
value=#getmembers.member_name#,
 cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.priority#,
 '#tempWddxData2#'
/cfquery


I end up with an error like the one below. Also below is the
outputted SQL
Statement from the debugger:



==
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Line 16: Incorrect
syntax
near 'City



==

SQL insert into LeadDistr_members ( usr_id, form_id, LeadDistrID,
member_name, priority, wddxdata ) values ( (param 1) , (param 2) ,
(param
3) , (param 4) , (param 5) , 'wddxPacket
version=''1.0''header/datastructvar
name=''field1''stringCity/string/varvar
name=''field2''string/string/varvar
name=''field3''string/string/varvar
name=''value2''string/string/varvar
name=''value3''string/string/varvar

name=''value1''stringasdfasdf/string/var/struct/data/wddxPacket
'




==

I've spent an hour trying everything I can think of. Now I am
stumped.

Brook Davies


At 04:08 PM 9/18/2003 -0400, you wrote:
CFSET Temp = QuerySetCell(Session.Cart, Amount,
CFOUTPUT#Evaluate(Form.S4x6 * 3.95)#/CFOUTPUT)


Rick:

What are the CFOUTPUT tags doing in your CFSET tag?  Shouldn't this
just be:

 CFSET Temp = QuerySetCell(Session.Cart, Amount,
 Evaluate(Form.S4x6 *
3.95))

My guess is that your SESSION.cart.amount variable is really equal
to:

 CFOUTPUT11.85/CFOUTPUT

and when that string gets spat out to the browser in the error
message, your
browser is hiding the CFOUTPUT tags because it assumes they are
HTML tags
that it is unfamiliar with.  Check the HTML source code.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


  -Original Message-
  From: Rick Faircloth [mailto:[EMAIL PROTECTED]
  Sent: Thursday, September 18, 2003 3:39 PM
  To: CF-Talk
  Subject: Can anyone explain why this code is behaving like it
is?
 
 
  This stuff is driving me crazy!  All day spent to get almost
nowhere...
 
  Anyway...(deep breath)...
 
  Quick question:  Does taking a number from a formfield and
putting it into
  a session.cart.amount variable automatically turn it into a
string
  variable?
 
  I'm sending a number from a formfield and in testing the amount
from the
  formfield,
  I can multiply it, format it using DollarFormat, etc... behaves
like a
  number should.
 
  But once the formfield variable is placed in the Session Query
as
  session.cart.amount,
  it behaves like a string...I can't use 

Re: [ OT] Special security Alert!

2003-09-19 Thread Doug White
There is  a new virus threat introduced to the internet yesterday, which
Symantec identifies as the [EMAIL PROTECTED]  worm.  Other anti-virus companies may
have a slightly different name.

This worm invasion has the potential to spread much like the recent msblaster
and SoBig.f worm infections and cause greet inconvenience if not permanent
damage to your computer and the network it may be attached to.

Some of the infected emails may appear to be from Microsoft, and supposedly
containing updated patches, etc.  Remember that Microsoft never sends out email
with executables attached.

The SAMCFUG mail server has already trapped 105 instances of this virus/worm
just overnight, and everyone using a windows operating system is urged to update
your anti-virus definitions.  If you do not have an anti-virus program actively
running on your computer you may go to any of the following links and can
perform a free on-line virus scan in order to be safe.

http://www.symantec.com/

http://us.mcafee.com/default.asp

http://housecall.trendmicro.com/

http://www.grisoft.com/us/us_dwnl_free.php

http://www.pandasoftware.com/activescan/com/activescan_principal.htm

Do you part to make sure your system is protected, and not infecting others.

Thanks

Doug White


==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases.
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137656
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: [ OT] Special security Alert!

2003-09-19 Thread Thomas Chiverton
On Friday 19 Sep 2003 14:53 pm, you said:
 If you do not have an
 anti-virus program actively running on your computer you may go to any of
 the following links and can perform a free on-line virus scan in order to
 be safe.

Or go get a free virus scanner, such as antivir.

Unfortunetly, this sort of email also demostrates the problems the current 
patten-file based methods of virus detection have.

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137657
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Candace Cottrell
We have a wireless initiative here. Our docs and residents all have
IPaq's. We are looking into the clipboards or tablets.
Very cool stuff.

 -Original Message-
 From:Dave Carabetta [SMTP:[EMAIL PROTECTED]
 Sent:Thursday, September 18, 2003 6:58 AM
 To:CF-Talk
 Subject:Re: OT .Net? Java? No Thanks, We'll Take Macromedia
Instead
 
 
 
 As a quick aside, I don't know if I see their product as being overly

 successful in hospitals. It seems that their product is dependent on
 running 
 in a browser. Most doctors (my brother and father being two of them)
carry
 
 around PDAs with their patient info, not cumbersome laptops. Unless
the UI
 
 was designed with PDAs and other handheld devices in mind (the
article 
 doesn't mention that), it's a nice-sounding product, but not
terribly
 usable 
 in the real world.
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137658
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Candace Cottrell
We use PACS here...
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 9/19/2003 1:45:11 AM 
Howard, how established is PACS or EMR with the doctors?  Just curious
because I spend several years in TeleRadiology/PACS.

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com 
Blog http://www.webapper.net 

Webapper Web Application Specialists

-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2003 6:29 PM
To: CF-Talk
Subject: RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

One of my doctors is part of a very large group. Every member of the
medical
staff carries around a wireless clipboard .. it is really just a
laptop
designed to be held and used like a clipboard, or an 8x10 PDA.  The
entire
office is digital. No paper charts or records of any kind (except
archives).
It's a very cool set up. It's WindowsXP. Full internet access, too.

If medical staff wanted an application they could access from any
modern
computer, then Flash would make a good deal of sense.




~~
Howard Owens
Internet Operations Cordinator
Ventura County Star / E.W. Scripps Co.
www.venturacountystar.com 
[EMAIL PROTECTED] 
AIM: GoCatGo1956
~~

 -Original Message-
 From: Dave Carabetta [SMTP:[EMAIL PROTECTED] 
 Sent: Thursday, September 18, 2003 6:58 AM
 To:   CF-Talk
 Subject:  Re: OT .Net? Java? No Thanks, We'll Take Macromedia
Instead



 As a quick aside, I don't know if I see their product as being
overly
 successful in hospitals. It seems that their product is dependent on
 running
 in a browser. Most doctors (my brother and father being two of them)
carry

 around PDAs with their patient info, not cumbersome laptops. Unless
the UI

 was designed with PDAs and other handheld devices in mind (the
article
 doesn't mention that), it's a nice-sounding product, but not
terribly
 usable
 in the real world.




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137659
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Multiply in Output Statement??

2003-09-19 Thread Dave Watts
 It looks like a large hosting company like Affinity would update 
 their darned servers at some point.

 Crap - I got this stuff on close to 600 pages.  ARGH!! 

Just because CFMX lets you do this, I wouldn't necessarily recommend that
you do it, because of exactly these sorts of backwards-compatibility issues.

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

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137661
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Dan Phillips \(CFXHosting.com\)
I've seen the tablets in action. Very spiffy! 

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 10:28 AM
To: CF-Talk
Subject: RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead


We have a wireless initiative here. Our docs and residents all have
IPaq's. We are looking into the clipboards or tablets. Very cool stuff.

 -Original Message-
 From:Dave Carabetta [SMTP:[EMAIL PROTECTED]
 Sent:Thursday, September 18, 2003 6:58 AM
 To:CF-Talk
 Subject:Re: OT .Net? Java? No Thanks, We'll Take Macromedia
Instead
 
 
 
 As a quick aside, I don't know if I see their product as being overly

 successful in hospitals. It seems that their product is dependent on 
 running in a browser. Most doctors (my brother and father being two of

 them)
carry
 
 around PDAs with their patient info, not cumbersome laptops. Unless
the UI
 
 was designed with PDAs and other handheld devices in mind (the
article 
 doesn't mention that), it's a nice-sounding product, but not
terribly
 usable
 in the real world.
 
 


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137660
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


DRK 4 - Pollster

2003-09-19 Thread Ricky Fritzsching
Good day CF - Talkers!

I am installing the DRK pollster application on my development machine (IIS 5.0 - CFMX 
6.1 on port 80) and I am not having any success viewing it with other clients. The 
poll works only on the local machine with the IP of 127.0.0.1. If I try localhost it 
doesn't work. Then when I go to a subdomain of the server it doesn't work either (i.e. 
http://subdomain.domain.org )

Currently the application.gateway variable reads:
application.gateway = http://127.0.0.1/flashservices/gateway;;

Is there something that I am missing. Your help would be appreciated!

Ricky
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137663
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


DRK 4 - Pollster

2003-09-19 Thread Ricky Fritzsching
Good day CF - Talkers!

I am installing the DRK pollster application on my development machine (IIS 5.0 - CFMX 
6.1 on port 80) and I am not having any success viewing it with other clients. The 
poll works only on the local machine with the IP of 127.0.0.1. If I try localhost it 
doesn't work. Then when I go to a subdomain of the server it doesn't work either (i.e. 
http://subdomain.domain.org )

Currently the application.gateway variable reads:
application.gateway = http://127.0.0.1/flashservices/gateway;;

Is there something that I am missing. Your help would be appreciated!

Ricky
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137662
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: [ OT] Special security Alert!

2003-09-19 Thread Robertson-Ravo, Neil (RX)
Hardly a theat, as most people will be saavy enough to realise its a
spoof.

-Original Message-
From: Doug White [mailto:[EMAIL PROTECTED]
Sent: 19 September 2003 14:53
To: CF-Talk
Subject: Re: [ OT] Special security Alert!


There is  a new virus threat introduced to the internet yesterday, which
Symantec identifies as the [EMAIL PROTECTED]  worm.  Other anti-virus companies
may
have a slightly different name.

This worm invasion has the potential to spread much like the recent
msblaster
and SoBig.f worm infections and cause greet inconvenience if not permanent
damage to your computer and the network it may be attached to.

Some of the infected emails may appear to be from Microsoft, and supposedly
containing updated patches, etc.  Remember that Microsoft never sends out
email
with executables attached.

The SAMCFUG mail server has already trapped 105 instances of this virus/worm
just overnight, and everyone using a windows operating system is urged to
update
your anti-virus definitions.  If you do not have an anti-virus program
actively
running on your computer you may go to any of the following links and can
perform a free on-line virus scan in order to be safe.

http://www.symantec.com/

http://us.mcafee.com/default.asp

http://housecall.trendmicro.com/

http://www.grisoft.com/us/us_dwnl_free.php

http://www.pandasoftware.com/activescan/com/activescan_principal.htm

Do you part to make sure your system is protected, and not infecting others.

Thanks

Doug White


==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases.
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137664
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: So... cfmodule is slow...?

2003-09-19 Thread Adam Churvis
With all due respect, I beg to differ.  In CFMX 6.1, CFMODULE is not slow at
all when you're using the template= syntax.

Sean, would you please tell me if you think my statement above is incorrect?

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive ColdFusion MX Training
ColdFusion MX Master Class:
September 22 - 26, 2003
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!
- Original Message - 
From: Calvin Ward [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 5:10 AM
Subject: So... cfmodule is slow...?


 http://www.corfield.org/coldfusion/coding_standards/performance.html

 But is it slower than cf_ ?

 - Calvin

 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137665
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Multiply in Output Statement??

2003-09-19 Thread Paul Hastings
 Just because CFMX lets you do this, I wouldn't necessarily recommend that
 you do it, because of exactly these sorts of backwards-compatibility
issues.

i recall it being the other way round going from 3.x to 4.x, near broke my
heart ;-)


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137666
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: [ OT] Special security Alert!

2003-09-19 Thread Thomas Chiverton
On Friday 19 Sep 2003 15:39 pm, you said:
 Hardly a theat, as most people will be saavy enough to realise its a
 spoof.

You and me might.
Bob down in the mail room might not.

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137667
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


MVC

2003-09-19 Thread Gabriel Robichaud
Does anyone have any info or links or books to recommend for integrating MVC
(Model View Contoller) paradigm into CF development?

Gabriel

_
Gabriel Robichaud
Analyste-programmeur

Technomedia Formation inc.
1001, boul. De Maisonneuve Ouest 5e étage
Montréal (Québec) H3A 3C8
Téléphone :   (514) 287-1561 poste 308
Télécopieur : (514) 287-1733 
http://www.technomedia.ca
_

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: September 19, 2003 10:55 AM
To: CF-Talk
Subject: Re: [ OT] Special security Alert!

On Friday 19 Sep 2003 15:39 pm, you said:
 Hardly a theat, as most people will be saavy enough to realise its a
 spoof.

You and me might.
Bob down in the mail room might not.

--
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137668
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Macromedia in Medicine? was RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Mike Brunt
I wonder how much usage of ColdFusion-Flash there is in Medical Imaging or
in Medicine?  In our last medical project we were using CF to front end SQL
Server databases to allow Radiologists to view and distribute patient files
so that Primary Care Physicians could review these with their patients in a
browser.  The back-end to all this were large SAN and WAN infrastructures
where Radiologists could do full interpretations of X-Ray, CT, MRI, Nuclear
Medicine and other patient images.  That was 4-5 years ago.  With the
current state of ColdFusion and Flash the opportunities for MM in medicine
are much greater. It is a huge market and still very fragmented, as one
doctor once said to me There is no Microsoft of Medical Software!

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net

Webapper Web Application Specialists

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 7:29 AM
To: CF-Talk
Subject: RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

We use PACS here...

Candace K. Cottrell, Web Developer
The Children's Medical Center
One Children's Plaza
Dayton, OH 45404
937-641-4293
http://www.childrensdayton.org


[EMAIL PROTECTED]

 [EMAIL PROTECTED] 9/19/2003 1:45:11 AM 
Howard, how established is PACS or EMR with the doctors?  Just curious
because I spend several years in TeleRadiology/PACS.

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net

Webapper Web Application Specialists

-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 6:29 PM
To: CF-Talk
Subject: RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

One of my doctors is part of a very large group. Every member of the
medical
staff carries around a wireless clipboard .. it is really just a
laptop
designed to be held and used like a clipboard, or an 8x10 PDA.  The
entire
office is digital. No paper charts or records of any kind (except
archives).
It's a very cool set up. It's WindowsXP. Full internet access, too.

If medical staff wanted an application they could access from any
modern
computer, then Flash would make a good deal of sense.




~~
Howard Owens
Internet Operations Cordinator
Ventura County Star / E.W. Scripps Co.
www.venturacountystar.com
[EMAIL PROTECTED]
AIM: GoCatGo1956
~~

 -Original Message-
 From: Dave Carabetta [SMTP:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 6:58 AM
 To:   CF-Talk
 Subject:  Re: OT .Net? Java? No Thanks, We'll Take Macromedia
Instead



 As a quick aside, I don't know if I see their product as being
overly
 successful in hospitals. It seems that their product is dependent on
 running
 in a browser. Most doctors (my brother and father being two of them)
carry

 around PDAs with their patient info, not cumbersome laptops. Unless
the UI

 was designed with PDAs and other handheld devices in mind (the
article
 doesn't mention that), it's a nice-sounding product, but not
terribly
 usable
 in the real world.





~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137669
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: MVC

2003-09-19 Thread Joe Eugene
http://www.mach-ii.com/
http://www.benorama.com/
http://www.fusebox.org/
http://beta.fusebox.org/

This topic has been discussed alot on here before.. you can search the list
for MVC.

Joe Eugene

- Original Message - 
From: Gabriel Robichaud [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:00 AM
Subject: MVC


 Does anyone have any info or links or books to recommend for integrating
MVC
 (Model View Contoller) paradigm into CF development?

 Gabriel

 _
 Gabriel Robichaud
 Analyste-programmeur

 Technomedia Formation inc.
 1001, boul. De Maisonneuve Ouest 5e étage
 Montréal (Québec) H3A 3C8
 Téléphone :   (514) 287-1561 poste 308
 Télécopieur : (514) 287-1733
 http://www.technomedia.ca
 _

 -Original Message-
 From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
 Sent: September 19, 2003 10:55 AM
 To: CF-Talk
 Subject: Re: [ OT] Special security Alert!

 On Friday 19 Sep 2003 15:39 pm, you said:
  Hardly a theat, as most people will be saavy enough to realise its a
  spoof.

 You and me might.
 Bob down in the mail room might not.

 --
 Tom Chiverton (sorry 'bout sig.)
 Advanced ColdFusion Programmer

 Tel: +44(0)1749 834997
 email: [EMAIL PROTECTED]
 BlueFinger Limited
 Underwood Business Park
 Wookey Hole Road, WELLS. BA5 1AF
 Tel: +44 (0)1749 834900
 Fax: +44 (0)1749 834901
 web: www.bluefinger.com
 Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
 Quay, BRISTOL. BS1 6EG.
 *** This E-mail contains confidential information for the addressee
 only. If you are not the intended recipient, please notify us
 immediately. You should not use, disclose, distribute or copy this
 communication if received in error. No binding contract will result from
 this e-mail until such time as a written document is signed on behalf of
 the company. BlueFinger Limited cannot accept responsibility for the
 completeness or accuracy of this message as it has been transmitted over
 public networks.***


 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137670
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: MVC

2003-09-19 Thread Mike Brunt
Gabriel, if you go to our blog at http://www.webapper.net and search on MVC
you will find 4-5 articles and links to ColdFusion MVC stuff.  You might
also want to take a look at Mach-II as a framework if you are running CFMX
6.1, there are links and information on that on our blog also.

Hth.

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net

Webapper Web Application Specialists

-Original Message-
From: Gabriel Robichaud [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 8:00 AM
To: CF-Talk
Subject: MVC

Does anyone have any info or links or books to recommend for integrating MVC
(Model View Contoller) paradigm into CF development?

Gabriel

_
Gabriel Robichaud
Analyste-programmeur

Technomedia Formation inc.
1001, boul. De Maisonneuve Ouest 5e étage
Montréal (Québec) H3A 3C8
Téléphone :   (514) 287-1561 poste 308
Télécopieur : (514) 287-1733
http://www.technomedia.ca
_

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: September 19, 2003 10:55 AM
To: CF-Talk
Subject: Re: [ OT] Special security Alert!

On Friday 19 Sep 2003 15:39 pm, you said:
 Hardly a theat, as most people will be saavy enough to realise its a
 spoof.

You and me might.
Bob down in the mail room might not.

--
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137671
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: [ OT] Special security Alert!

2003-09-19 Thread Mark A. Kruger - CFG
Amen to that - you give folks too much credit.  A message that says its from
MS is going to look like sacred text to some folks - especially if they
click on the links and it takes them to the security section.

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 9:55 AM
To: CF-Talk
Subject: Re: [ OT] Special security Alert!


On Friday 19 Sep 2003 15:39 pm, you said:
 Hardly a theat, as most people will be saavy enough to realise its a
 spoof.

You and me might.
Bob down in the mail room might not.

--
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137672
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: [ OT] Special security Alert!

2003-09-19 Thread Claude Schneegans
Or go get a free virus scanner,

Or even MUCH simpler, just do not click on any .exe attachement! ;-)

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137674
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: [ OT] Special security Alert!

2003-09-19 Thread Claude Schneegans
Some of the infected emails may appear to be from Microsoft, and supposedly
containing updated patches, etc.

Judging on the number of samples I'm receiving since this morning, it is unbeleivable
the number of systems that must have been infected :-(

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137673
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Design Structure and cfinclude

2003-09-19 Thread Shannon Rhodes
We all know that cfinclude is perfect for design headers and footers, but
now that I'm actually redesigning my site to take advantage of this, I'm
running into some perplexing problems.  (Please don't suggest FuseBox,
that's way overkill for this site and I don't have the time for it).

My initial thought was: set up an Application.cfm and OnRequestEnd.cfm in
each major section, which would call a header/footer for that section.  I
would be able to pass a url variable to request a print-friendly version
instead, or to request no display at all (for action only templates).
Global variables would be cfparam'ed, and one page title and set of meta
tags would be defined per section.  Voila, new pages can be content-only
without even a cfinclude line---everything would be called by the section's
Application.cfm.

As I'm getting into this, I'm finding that I don't like the loss of
page-specific flexibility.  I'm told that dynamically generated meta tags
often are missed by search engines, for example, and I don't have a way to
override the standard section page title for pages that really ought to have
their own title.  I'm also stuck with defining all CSS and JS in one long
file, even if some style definitions and JS functions are only needed on one
page, because I've made the header of my document standardized.  Seems to me
I'm adding all kinds of unnecessary download time.  Plus, my section
specific Application.cfm idea kind of forces me to model my directories
after my site navigation, when I'd actually prefer to avoid a lot of third
level directories and keep pages logically grouped instead (after all,
navigation sometimes changes over time anyway, but who wants to move
directories around).

I think I need a balance between letting CF templates do it all for me,
and the tedious work of writing in each page information that is probably
the same 80% of the time in a given section.

Can anyone suggest a best practices approach to using cfinclude for design
elements?  Should I hard code in most of the head area of documents, so I
can put in page-level titles, meta tags, and page-specific styles 
JavaScript, followed by a cfinclude containing the remainder of the head
with links to the master style sheet, and any design code that will not
change, followed by another include for section-specific design images?  Any
suggestions are appreciated!


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137675
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: [ OT] Special security Alert!

2003-09-19 Thread Mark A. Kruger - CFG
True - but folks with I.E. software that is not up to date will find that
the attachment can auto-execute using a mal-formed MIME header exploit
that's been around for a while - so folks just viewing the message in the
preview window may find themselves at risk. Here's symtantec's link (pretty
thorough).

http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED]


 from symantec's description -
Transmission through email
[EMAIL PROTECTED] sends a copy of itself to the addresses found on the system
through various methods. The worm can vary the message it sends, as well as
the filename that it attaches itself as. The worm may use an incorrect MIME
Header exploit, mentioned in Microsoft Security Bulletin MS01-020, to ensure
that it is automatically executed when the mail is viewed.


-Mark

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:33 AM
To: CF-Talk
Subject: Re: [ OT] Special security Alert!


Or go get a free virus scanner,

Or even MUCH simpler, just do not click on any .exe attachement! ;-)


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137676
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Building a Web service that returns an XML structure

2003-09-19 Thread CHATAIGNE Eric
Hello,
 
I have created a Web service that is suppose to return an XML structure.
Everything seems fine but the all the   in the SOAP response are escaped.
 
I have the feeling that Coldfusion MX escapes this characters to avoid
problems with the validity of the XML Soap structure.
 
Can anyone help me to define the cffunction so that it indicates to
coldfusion MX that I want to return a XML document and not a simple string.
 
Many thanks for your help.
 
 
Eric.
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137677
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Help! Inserting WDDX into the database

2003-09-19 Thread Brook Davies
Actual it's there is you look closely...


At 09:48 AM 9/19/2003 +0200, you wrote:
I think you are missing a closing parenthisis:
'#tempWddxData2#'
)
/cfquery

Pascal

 -Oorspronkelijk bericht-
 Van: Brook Davies [mailto:[EMAIL PROTECTED]
 Verzonden: do 18/09/2003 22:37
 Aan: CF-Talk
 CC:
 Onderwerp: Help! Inserting WDDX into the database



 I have a WDDX packet that, no matter what I try, generates an 
 error when I
 try to insert it into a SQL 7.0 DB. Any ideas?

 My Query looks like this:

 cfwddx input=#tempWddxData# output=tempWddxData2 
 action=cfml2wddx
 !--- add a new member to an existing pool ---
 cfquery datasource=#request.datasource# name=AddMember
 insert into LeadDistr_members (
  usr_id,
  form_id,
  LeadDistrID,
  member_name,
  priority,
  wddxdata
  )
  values
  (
  cfqueryparam cfsqltype=cf_sql_integer 
 value=#getmembers.usr_id#,
  cfqueryparam cfsqltype=cf_sql_integer
 value=#getmembers.form_id#,
  cfqueryparam cfsqltype=cf_sql_integer 
 value=#newprofileID#,
  cfqueryparam cfsqltype=cf_sql_varchar
 value=#getmembers.member_name#,
  cfqueryparam cfsqltype=cf_sql_integer
 value=#getmembers.priority#,
  '#tempWddxData2#'
 /cfquery


 I end up with an error like the one below. Also below is the 
 outputted SQL
 Statement from the debugger:

 
==
 Error Executing Database Query.
 [Macromedia][SQLServer JDBC Driver][SQLServer]Line 16: Incorrect 
 syntax
 near 'City

 
==

 SQL insert into LeadDistr_members ( usr_id, form_id, LeadDistrID,
 member_name, priority, wddxdata ) values ( (param 1) , (param 2) 
 , (param
 3) , (param 4) , (param 5) , 'wddxPacket
 version=''1.0''header/datastructvar
 name=''field1''stringCity/string/varvar
 name=''field2''string/string/varvar
 name=''field3''string/string/varvar
 name=''value2''string/string/varvar
 name=''value3''string/string/varvar
 
name=''value1''stringasdfasdf/string/var/struct/data/wddxPacket'


 
==

 I've spent an hour trying everything I can think of. Now I am 
 stumped.

 Brook Davies


 At 04:08 PM 9/18/2003 -0400, you wrote:
 CFSET Temp = QuerySetCell(Session.Cart, Amount,
 CFOUTPUT#Evaluate(Form.S4x6 * 3.95)#/CFOUTPUT)
 
 
 Rick:
 
 What are the CFOUTPUT tags doing in your CFSET tag?  Shouldn't 
 this just be:
 
  CFSET Temp = QuerySetCell(Session.Cart, Amount,
  Evaluate(Form.S4x6 *
 3.95))
 
 My guess is that your SESSION.cart.amount variable is really 
 equal to:
 
  CFOUTPUT11.85/CFOUTPUT
 
 and when that string gets spat out to the browser in the error 
 message, your
 browser is hiding the CFOUTPUT tags because it assumes they are 
 HTML tags
 that it is unfamiliar with.  Check the HTML source code.
 
 --
 Mosh Teitelbaum
 evoch, LLC
 Tel: (301) 942-5378
 Fax: (301) 933-3651
 Email: [EMAIL PROTECTED]
 WWW: http://www.evoch.com/
 
 
   -Original Message-
   From: Rick Faircloth [mailto:[EMAIL PROTECTED]
   Sent: Thursday, September 18, 2003 3:39 PM
   To: CF-Talk
   Subject: Can anyone explain why this code is behaving like it is?
  
  
   This stuff is driving me crazy!  All day spent to get almost 
 nowhere...
  
   Anyway...(deep breath)...
  
   Quick question:  Does taking a number from a formfield and 
 putting it into
   a session.cart.amount variable automatically turn it into a 
 string
   variable?
  
   I'm sending a number from a formfield and in testing the 
 amount from the
   formfield,
   I can multiply it, format it using DollarFormat, etc... 
 behaves like a
   number should.
  
   But once the formfield variable is placed in the Session Query as
   session.cart.amount,
   it behaves like a string...I can't use DollarFormat...it 
 returns an error
   that the variable session.cart.amount
   has to be a number...if I use 
 DollarFormat(Val(session.cart.amount)), the
   value of 

RE: Help! Inserting WDDX into the database

2003-09-19 Thread Brook Davies
Tried that with no luck...

At 08:38 AM 9/19/2003 -0500, you wrote:
That and you may want to look into PreserveSingleQuotes()

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 2:49 AM
To: CF-Talk
Subject: RE: Help! Inserting WDDX into the database


I think you are missing a closing parenthisis: '#tempWddxData2#'
)
/cfquery

Pascal

 -Oorspronkelijk bericht-
 Van: Brook Davies [mailto:[EMAIL PROTECTED]
 Verzonden: do 18/09/2003 22:37
 Aan: CF-Talk
 CC:
 Onderwerp: Help! Inserting WDDX into the database



 I have a WDDX packet that, no matter what I try, generates an error
when I
 try to insert it into a SQL 7.0 DB. Any ideas?

 My Query looks like this:

 cfwddx input=#tempWddxData# output=tempWddxData2
action=cfml2wddx
 !--- add a new member to an existing pool ---
 cfquery datasource=#request.datasource# name=AddMember
 insert into LeadDistr_members (
  usr_id,
  form_id,
  LeadDistrID,
  member_name,
  priority,
  wddxdata
  )
  values
  (
  cfqueryparam cfsqltype=cf_sql_integer
value=#getmembers.usr_id#,
  cfqueryparam cfsqltype=cf_sql_integer
 value=#getmembers.form_id#,
  cfqueryparam cfsqltype=cf_sql_integer
value=#newprofileID#,
  cfqueryparam cfsqltype=cf_sql_varchar
 value=#getmembers.member_name#,
  cfqueryparam cfsqltype=cf_sql_integer
 value=#getmembers.priority#,
  '#tempWddxData2#'
 /cfquery


 I end up with an error like the one below. Also below is the
outputted SQL
 Statement from the debugger:



==
 Error Executing Database Query.
 [Macromedia][SQLServer JDBC Driver][SQLServer]Line 16: Incorrect
syntax
 near 'City



==

 SQL insert into LeadDistr_members ( usr_id, form_id, LeadDistrID,
 member_name, priority, wddxdata ) values ( (param 1) , (param 2) ,
(param
 3) , (param 4) , (param 5) , 'wddxPacket
 version=''1.0''header/datastructvar
 name=''field1''stringCity/string/varvar
 name=''field2''string/string/varvar
 name=''field3''string/string/varvar
 name=''value2''string/string/varvar
 name=''value3''string/string/varvar

name=''value1''stringasdfasdf/string/var/struct/data/wddxPacket
'




==

 I've spent an hour trying everything I can think of. Now I am
stumped.

 Brook Davies


 At 04:08 PM 9/18/2003 -0400, you wrote:
 CFSET Temp = QuerySetCell(Session.Cart, Amount,
 CFOUTPUT#Evaluate(Form.S4x6 * 3.95)#/CFOUTPUT)
 
 
 Rick:
 
 What are the CFOUTPUT tags doing in your CFSET tag?  Shouldn't this
just be:
 
  CFSET Temp = QuerySetCell(Session.Cart, Amount,
  Evaluate(Form.S4x6 *
 3.95))
 
 My guess is that your SESSION.cart.amount variable is really equal
to:
 
  CFOUTPUT11.85/CFOUTPUT
 
 and when that string gets spat out to the browser in the error
message, your
 browser is hiding the CFOUTPUT tags because it assumes they are
HTML tags
 that it is unfamiliar with.  Check the HTML source code.
 
 --
 Mosh Teitelbaum
 evoch, LLC
 Tel: (301) 942-5378
 Fax: (301) 933-3651
 Email: [EMAIL PROTECTED]
 WWW: http://www.evoch.com/
 
 
   -Original Message-
   From: Rick Faircloth [mailto:[EMAIL PROTECTED]
   Sent: Thursday, September 18, 2003 3:39 PM
   To: CF-Talk
   Subject: Can anyone explain why this code is behaving like it
is?
  
  
   This stuff is driving me crazy!  All day spent to get almost
nowhere...
  
   Anyway...(deep breath)...
  
   Quick question:  Does taking a number from a formfield and
putting it into
   a session.cart.amount variable automatically turn it into a
string
   variable?
  
   I'm sending a number from a formfield and in testing the amount
from the
   formfield,
   I can multiply it, format it using DollarFormat, etc... behaves
like a
   number should.
  
   But once the formfield variable is placed in the Session Query
as
   session.cart.amount,
   it behaves like a string...I can't use 

RE: So... cfmodule is slow...?

2003-09-19 Thread Jim Davis
Everything is relative.

A lot of time was spent, for example, improving the speed of CFCs in MX
6.1 - so they are much faster than Custom Tags now.  But some time was
also spent improving Custom Tags - so they are faster than they've ever
been.

In general it still seems that in order of speed you see function,
CFC, then Custom Tag (before MX 6.1 the last two were switched).

(You can see this easily - just create a Hello World function, CFC and
custom tag and run them 1000 times in a GetTickCount())

BUT - all of these are running so fast now this should only be a concern
if you're instantiated thousands.

I'm all for enhancing performance, but the decision to use these is
definitely architectural and shouldn't be impacted by performance
concerns.

At least in my opinion.  ;^)

Jim Davis

 -Original Message-
 From: Adam Churvis [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 10:47 AM
 To: CF-Talk
 Subject: Re: So... cfmodule is slow...?
 
 With all due respect, I beg to differ.  In CFMX 6.1, CFMODULE is not
slow
 at
 all when you're using the template= syntax.
 
 Sean, would you please tell me if you think my statement above is
 incorrect?
 
 Respectfully,
 
 Adam Phillip Churvis
 Member of Team Macromedia
 
 Advanced Intensive ColdFusion MX Training
 ColdFusion MX Master Class:
 September 22 - 26, 2003
 http://www.ColdFusionTraining.com
 
 Download CommerceBlocks V2.1 and LoRCAT from
 http://www.ProductivityEnhancement.com
 
 The ColdFusion MX Bible is in bookstores now!
 - Original Message -
 From: Calvin Ward [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 5:10 AM
 Subject: So... cfmodule is slow...?
 
 
  http://www.corfield.org/coldfusion/coding_standards/performance.html
 
  But is it slower than cf_ ?
 
  - Calvin
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137680
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


FW: ListFind not working properly

2003-09-19 Thread Smith, Daron [PA]
I'm not sure what I'm doing wrong with this list function.  I have a variable with a 
list in it, I want to take an action when the variable is equal to the query row 
variable.  I can get it to work with listcontains but that will return more values 
than I want.  I can also get it to recognize the first value in the list  when I 
hardcode the list rather than use a value.  It's almost like it doesn't evaluate the 
variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..

/cfif

The cfelse condition is always returned.  I've tried every combination of quotes and 
pound signs also, to no avail.

Any help would be appreciated.

Daron Smith

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137681
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Design Structure and cfinclude

2003-09-19 Thread Kevin Graeme
One quick suggestion: put your CSS and javascript into separate .css and .js
files that get called into the header. That way the browser should cache. If
you just put code in the page header itself, yeah it has to download it
fresh each time.

I'm interested to see what other responses you get though because we're in
the same boat looking for a better method that doesn't make it too
complicated.

-Kevin

- Original Message - 
From: Shannon Rhodes [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:45 AM
Subject: Design Structure and cfinclude


 We all know that cfinclude is perfect for design headers and footers, but
 now that I'm actually redesigning my site to take advantage of this, I'm
 running into some perplexing problems.  (Please don't suggest FuseBox,
 that's way overkill for this site and I don't have the time for it).

 My initial thought was: set up an Application.cfm and OnRequestEnd.cfm in
 each major section, which would call a header/footer for that section.  I
 would be able to pass a url variable to request a print-friendly version
 instead, or to request no display at all (for action only templates).
 Global variables would be cfparam'ed, and one page title and set of meta
 tags would be defined per section.  Voila, new pages can be content-only
 without even a cfinclude line---everything would be called by the
section's
 Application.cfm.

 As I'm getting into this, I'm finding that I don't like the loss of
 page-specific flexibility.  I'm told that dynamically generated meta tags
 often are missed by search engines, for example, and I don't have a way to
 override the standard section page title for pages that really ought to
have
 their own title.  I'm also stuck with defining all CSS and JS in one long
 file, even if some style definitions and JS functions are only needed on
one
 page, because I've made the header of my document standardized.  Seems to
me
 I'm adding all kinds of unnecessary download time.  Plus, my section
 specific Application.cfm idea kind of forces me to model my directories
 after my site navigation, when I'd actually prefer to avoid a lot of third
 level directories and keep pages logically grouped instead (after all,
 navigation sometimes changes over time anyway, but who wants to move
 directories around).

 I think I need a balance between letting CF templates do it all for me,
 and the tedious work of writing in each page information that is probably
 the same 80% of the time in a given section.

 Can anyone suggest a best practices approach to using cfinclude for
design
 elements?  Should I hard code in most of the head area of documents, so I
 can put in page-level titles, meta tags, and page-specific styles 
 JavaScript, followed by a cfinclude containing the remainder of the head
 with links to the master style sheet, and any design code that will not
 change, followed by another include for section-specific design images?
Any
 suggestions are appreciated!


 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137682
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: FW: ListFind not working properly

2003-09-19 Thread Jerry Johnson
The first thing I notice is that your list has spaces after each comma.

 82 is not the same as 82, so that might be part of the issue?

Jerry Johnson

 [EMAIL PROTECTED] 09/19/03 12:05PM 
I'm not sure what I'm doing wrong with this list function.  I have a variable with a 
list in it, I want to take an action when the variable is equal to the query row 
variable.  I can get it to work with listcontains but that will return more values 
than I want.  I can also get it to recognize the first value in the list  when I 
hardcode the list rather than use a value.  It's almost like it doesn't evaluate the 
variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..

/cfif

The cfelse condition is always returned.  I've tried every combination of quotes and 
pound signs also, to no avail.

Any help would be appreciated.

Daron Smith


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137683
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Design Structure and cfinclude

2003-09-19 Thread Craig Dudley
Remove the include from your application.cfm and put it at the top of
each template, that way you can pass in all your meta tags/titles with
simply variables.title etc, I know that means it's not quite so clean,
but it is only a few lines of code for each template and the footer can
still be called from OnRequestEnd.cfm.

Your other option is cfhtmlhead.

And as Kevin says, I would deffinatley use .css files and .js files
where possible. You could even use a sperate .css file for each section
if needed.

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: 19 September 2003 17:09
To: CF-Talk
Subject: Re: Design Structure and cfinclude


One quick suggestion: put your CSS and javascript into separate .css and
.js files that get called into the header. That way the browser should
cache. If you just put code in the page header itself, yeah it has to
download it fresh each time.

I'm interested to see what other responses you get though because we're
in the same boat looking for a better method that doesn't make it too
complicated.

-Kevin

- Original Message - 
From: Shannon Rhodes [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:45 AM
Subject: Design Structure and cfinclude


 We all know that cfinclude is perfect for design headers and footers, 
 but now that I'm actually redesigning my site to take advantage of 
 this, I'm running into some perplexing problems.  (Please don't 
 suggest FuseBox, that's way overkill for this site and I don't have 
 the time for it).

 My initial thought was: set up an Application.cfm and OnRequestEnd.cfm

 in each major section, which would call a header/footer for that 
 section.  I would be able to pass a url variable to request a 
 print-friendly version instead, or to request no display at all (for 
 action only templates). Global variables would be cfparam'ed, and one 
 page title and set of meta tags would be defined per section.  Voila, 
 new pages can be content-only without even a cfinclude 
 line---everything would be called by the
section's
 Application.cfm.

 As I'm getting into this, I'm finding that I don't like the loss of 
 page-specific flexibility.  I'm told that dynamically generated meta 
 tags often are missed by search engines, for example, and I don't have

 a way to override the standard section page title for pages that 
 really ought to
have
 their own title.  I'm also stuck with defining all CSS and JS in one 
 long file, even if some style definitions and JS functions are only 
 needed on
one
 page, because I've made the header of my document standardized.  Seems

 to
me
 I'm adding all kinds of unnecessary download time.  Plus, my section 
 specific Application.cfm idea kind of forces me to model my 
 directories after my site navigation, when I'd actually prefer to 
 avoid a lot of third level directories and keep pages logically 
 grouped instead (after all, navigation sometimes changes over time 
 anyway, but who wants to move directories around).

 I think I need a balance between letting CF templates do it all for 
 me, and the tedious work of writing in each page information that is 
 probably the same 80% of the time in a given section.

 Can anyone suggest a best practices approach to using cfinclude for
design
 elements?  Should I hard code in most of the head area of documents, 
 so I can put in page-level titles, meta tags, and page-specific styles

  JavaScript, followed by a cfinclude containing the remainder of the 
 head with links to the master style sheet, and any design code that 
 will not change, followed by another include for section-specific 
 design images?
Any
 suggestions are appreciated!


 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137684
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re:FW: ListFind not working properly

2003-09-19 Thread lee
Put the pound signs outside the function:


cfif  #listfind(variables.accesslist, cat_ID) GT 0 


I'm not sure what I'm doing wrong with this list function.  I have a 
variable with a list in it, I want to take an action when the variable 
is equal to the query row variable.  I can get it to work with 
listcontains but that will return more values than I want.  I can also 
get it to recognize the first value in the list  when I hardcode the 
list rather than use a value.  It's almost like it doesn't evaluate 
the variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..


/cfif

The cfelse condition is always returned.  I've tried every combination 
of quotes and pound signs also, to no avail.

Any help would be appreciated.

Daron Smith
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137685
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re:FW: ListFind not working properly

2003-09-19 Thread Scott Weikert
At 12:18 PM 9/19/2003 -0400, you wrote:
Put the pound signs outside the function:

Or eliminate them altogether, since you're inside a cfif and not really 
outputting. 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137686
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: So... cfmodule is slow...?

2003-09-19 Thread Adam Churvis
 I'm all for enhancing performance, but the decision to use these is
 definitely architectural and shouldn't be impacted by performance
 concerns.

I wholeheartedly agree, Jim.

My point of contention was whether or not Sean thought that CFMODULE on CFMX
6.1 using template= syntax was slow because we use custom tags quite a
bit here.  Our custom tags often in turn call component methods that do all
the heavy lifting, and the custom tags handle the display.  CFMODULE
directly addresses each custom tag as it is used, it eliminates the Little
Bo Peep behavior of having to search for the custom tag being called, and
it completely eliminates occlusion in shared hosting environments where
custom tags may be named the same across different custom tag paths defined
in CF Administrator.

I just really wanted to hear what Sean had to say about these things because
I respect his opinion very much, as I do yours.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive ColdFusion MX Training
ColdFusion MX Master Class:
September 22 - 26, 2003
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!
- Original Message - 
From: Jim Davis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:52 AM
Subject: RE: So... cfmodule is slow...?


 Everything is relative.

 A lot of time was spent, for example, improving the speed of CFCs in MX
 6.1 - so they are much faster than Custom Tags now.  But some time was
 also spent improving Custom Tags - so they are faster than they've ever
 been.

 In general it still seems that in order of speed you see function,
 CFC, then Custom Tag (before MX 6.1 the last two were switched).

 (You can see this easily - just create a Hello World function, CFC and
 custom tag and run them 1000 times in a GetTickCount())

 BUT - all of these are running so fast now this should only be a concern
 if you're instantiated thousands.

 I'm all for enhancing performance, but the decision to use these is
 definitely architectural and shouldn't be impacted by performance
 concerns.

 At least in my opinion.  ;^)

 Jim Davis

  -Original Message-
  From: Adam Churvis [mailto:[EMAIL PROTECTED]
  Sent: Friday, September 19, 2003 10:47 AM
  To: CF-Talk
  Subject: Re: So... cfmodule is slow...?
 
  With all due respect, I beg to differ.  In CFMX 6.1, CFMODULE is not
 slow
  at
  all when you're using the template= syntax.
 
  Sean, would you please tell me if you think my statement above is
  incorrect?
 
  Respectfully,
 
  Adam Phillip Churvis
  Member of Team Macromedia
 
  Advanced Intensive ColdFusion MX Training
  ColdFusion MX Master Class:
  September 22 - 26, 2003
  http://www.ColdFusionTraining.com
 
  Download CommerceBlocks V2.1 and LoRCAT from
  http://www.ProductivityEnhancement.com
 
  The ColdFusion MX Bible is in bookstores now!
  - Original Message -
  From: Calvin Ward [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Friday, September 19, 2003 5:10 AM
  Subject: So... cfmodule is slow...?
 
 
   http://www.corfield.org/coldfusion/coding_standards/performance.html
  
   But is it slower than cf_ ?
  
   - Calvin
  
  
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137687
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Design Structure and cfinclude

2003-09-19 Thread Jim Davis
Personally I dislike using includes this way for several reasons:

1) Eventually you will have a page that you DON'T want to have a
header/footer on and will have to add kludgy code to get around it.

2) Since the includes run in the same memory space as the main page you
have to worry about them when writing general page code (variable name
contention, etc.)

In general I find using a single CustomTag for this to be much more
workable.

This tag (I call mine Wrapper) will, on start, load the header do
whatever else you want then, on end, load the footer and do whatever
else you want.

In my case this tag itself calls out to Header,Footer and navigation
custom tags to display.

This wrapper tag wraps every displayable page in site.  Something like
this:

cfsilenthtmlheadtitleWelcome/title/head/html/cfsilent
cfmodule   Template=Wrapper.cfm
Title = Welcome
NavSetting = Entrance
SecSetting = 
MetaKeyWords = 
MetaDescription = 

h1This is the body of the page/h1

/cfmodule

Note that the CFSILENT at the top is essential if you'll be using
Verity - Verity picks up the page title from there even tho' the real
headtitle is in the Wrapper.

In my case I pass NavSetting as a comma delimited list describing the
hierarchical position of the page in the navigation scheme and the
SecSetting as a comma delimited list of security groups able to see
this page (at a gross-level) - page security is handled in Wrapper as
well.  MetaKeyWords and MetaDescription both populate the finished
page's HTML meta information.

You can add any attributes you like to maintain as much page specific
flexibility as you like: CSS, navigation options (for example I have
FullWidth and NoHeader options for some sites).

Application.cfm and OnRequestEnd.cfm for me are then used primarily for
user-information and metrics information gathering (in other words
non-interface stuff).

I'd be happy to send you some sample code if you like.

Jim Davis

 -Original Message-
 From: Shannon Rhodes [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 11:45 AM
 To: CF-Talk
 Subject: Design Structure and cfinclude
 
 We all know that cfinclude is perfect for design headers and footers,
but
 now that I'm actually redesigning my site to take advantage of this,
I'm
 running into some perplexing problems.  (Please don't suggest FuseBox,
 that's way overkill for this site and I don't have the time for it).
 
 My initial thought was: set up an Application.cfm and OnRequestEnd.cfm
in
 each major section, which would call a header/footer for that section.
I
 would be able to pass a url variable to request a print-friendly
version
 instead, or to request no display at all (for action only templates).
 Global variables would be cfparam'ed, and one page title and set of
meta
 tags would be defined per section.  Voila, new pages can be
content-only
 without even a cfinclude line---everything would be called by the
 section's
 Application.cfm.
 
 As I'm getting into this, I'm finding that I don't like the loss of
 page-specific flexibility.  I'm told that dynamically generated meta
tags
 often are missed by search engines, for example, and I don't have a
way to
 override the standard section page title for pages that really ought
to
 have
 their own title.  I'm also stuck with defining all CSS and JS in one
long
 file, even if some style definitions and JS functions are only needed
on
 one
 page, because I've made the header of my document standardized.  Seems
to
 me
 I'm adding all kinds of unnecessary download time.  Plus, my section
 specific Application.cfm idea kind of forces me to model my
directories
 after my site navigation, when I'd actually prefer to avoid a lot of
third
 level directories and keep pages logically grouped instead (after all,
 navigation sometimes changes over time anyway, but who wants to move
 directories around).
 
 I think I need a balance between letting CF templates do it all for
me,
 and the tedious work of writing in each page information that is
probably
 the same 80% of the time in a given section.
 
 Can anyone suggest a best practices approach to using cfinclude for
 design
 elements?  Should I hard code in most of the head area of documents,
so I
 can put in page-level titles, meta tags, and page-specific styles 
 JavaScript, followed by a cfinclude containing the remainder of the
head
 with links to the master style sheet, and any design code that will
not
 change, followed by another include for section-specific design
images?
 Any
 suggestions are appreciated!
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137688
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: 

Re: So... cfmodule is slow...?

2003-09-19 Thread Raymond Camden
The 'search' for the tag, though, is done once. That's why if you move a custom tag 
after it has been called once, you need to restart MX for it to 'look' for it again. 

That being said - I prefer cfmodule w/ template so I can specify exactly where MX 
should run the tag - this is extremely important for boxes where you may have multiple 
versions of the same tag.

-Ray


-- Original Message --
From: Adam Churvis [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 19 Sep 2003 12:21:35 -0400

 I'm all for enhancing performance, but the decision to use these is
 definitely architectural and shouldn't be impacted by performance
 concerns.

I wholeheartedly agree, Jim.

My point of contention was whether or not Sean thought that CFMODULE on CFMX
6.1 using template= syntax was slow because we use custom tags quite a
bit here.  Our custom tags often in turn call component methods that do all
the heavy lifting, and the custom tags handle the display.  CFMODULE
directly addresses each custom tag as it is used, it eliminates the Little
Bo Peep behavior of having to search for the custom tag being called, and
it completely eliminates occlusion in shared hosting environments where
custom tags may be named the same across different custom tag paths defined
in CF Administrator.

I just really wanted to hear what Sean had to say about these things because
I respect his opinion very much, as I do yours.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137689
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Correction

2003-09-19 Thread lee
Don't you just love when people make suggestions on how to change code and their 
suggestion is hosed? 

Like the one I just publihsed. I dropped a pound sign:

cfif  #listfind(variables.accesslist, cat_ID)# GT 0 

There, THAT'S better...

Put the pound signs outside the function:


cfif  #listfind(variables.accesslist, cat_ID) GT 0 


I'm not sure what I'm doing wrong with this list function.  I have a 
variable with a list in it, I want to take an action when the variable 
is equal to the query row variable.  I can get it to work with 
listcontains but that will return more values than I want.  I can also 
get it to recognize the first value in the list  when I hardcode the 
list rather than use a value.  It's almost like it doesn't evaluate 
the variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..


/cfif

The cfelse condition is always returned.  I've tried every combination 
of quotes and pound signs also, to no avail.

Any help would be appreciated.

Daron Smith
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137690
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Design Structure and cfinclude

2003-09-19 Thread Mark A. Kruger - CFG
Shannon,

If you don't mind one level deep directories you can do a main
Application.cfm in the root - which defines the main variables you are going
to use (header file, css, meta tags etc.) and contains a cfapplication
tag. Then, instead of defining different groups of variables for each
section, go to  each subdirectory and create an Application.cfm file that
has cfinclude template=../application.cfm.  DON'T include a
cfapplication tag in these sub application.cfm files (don't worry - they
will still run) and simply override the variables you are concerned about -
header, meta tags, css etc. Think of it as inheriting from a super class and
overriding properties and methods w. I do this in members only sections
where I might have more than one security context so I want to display
different navigation etc.

You are right of course, there is a balance to find and a point of
diminishing returns.  A lot of what you have to overcome is simply the
change in routine however.  Once you get used to doing it a certain way
virtually any change seems like a time waster - witness my aversion to DW
and clinging love for cf studio (lol).

-Mark


-Original Message-
From: Shannon Rhodes [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:45 AM
To: CF-Talk
Subject: Design Structure and cfinclude


We all know that cfinclude is perfect for design headers and footers, but
now that I'm actually redesigning my site to take advantage of this, I'm
running into some perplexing problems.  (Please don't suggest FuseBox,
that's way overkill for this site and I don't have the time for it).

My initial thought was: set up an Application.cfm and OnRequestEnd.cfm in
each major section, which would call a header/footer for that section.  I
would be able to pass a url variable to request a print-friendly version
instead, or to request no display at all (for action only templates).
Global variables would be cfparam'ed, and one page title and set of meta
tags would be defined per section.  Voila, new pages can be content-only
without even a cfinclude line---everything would be called by the section's
Application.cfm.

As I'm getting into this, I'm finding that I don't like the loss of
page-specific flexibility.  I'm told that dynamically generated meta tags
often are missed by search engines, for example, and I don't have a way to
override the standard section page title for pages that really ought to have
their own title.  I'm also stuck with defining all CSS and JS in one long
file, even if some style definitions and JS functions are only needed on one
page, because I've made the header of my document standardized.  Seems to me
I'm adding all kinds of unnecessary download time.  Plus, my section
specific Application.cfm idea kind of forces me to model my directories
after my site navigation, when I'd actually prefer to avoid a lot of third
level directories and keep pages logically grouped instead (after all,
navigation sometimes changes over time anyway, but who wants to move
directories around).

I think I need a balance between letting CF templates do it all for me,
and the tedious work of writing in each page information that is probably
the same 80% of the time in a given section.

Can anyone suggest a best practices approach to using cfinclude for design
elements?  Should I hard code in most of the head area of documents, so I
can put in page-level titles, meta tags, and page-specific styles 
JavaScript, followed by a cfinclude containing the remainder of the head
with links to the master style sheet, and any design code that will not
change, followed by another include for section-specific design images?  Any
suggestions are appreciated!



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137691
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Design Structure and cfinclude

2003-09-19 Thread Shawn Grover
One method we use is to create our pages as include files themselves.  We
then build the main display page with simple code to set Page specific
information (like Title, template, etc.).

We have a template file for the application that includes the specified
files at the required point.

So I might have a template like this:

cfparam name=PageTitle default=
cfparam name=IncludeFile default=no_includefile.cfm
htmlheadtitlecfoutput#PageTitle#/cfoutput/title/head
body
table
trtd colspan=2cfinclude template=myheader.cfm/td/tr
tr
tdcfinclude template=menu.cfm/td
tdcfinclude template=#IncludeFile#/td
tr
trtd colspan=2cfinclude template=myfooter.cfm/td/tr
/table

and my main calling page would look like this:

cfset PageTitle=Test Page
cfset IncludeFile=main.cfm
cfinclude template=mytemplate.cfm

The main.cfm file would do anything required by that specific page.

We've moved to this because it allows us to change our templates across the
entire application with a change to a single file.  It also for more modular
code, which leads to code reuse (in terms of the template at least).  

This method also allows you to add javascript references or style references
on a per page basis, or on a system wide basis.

Hope this helps with your setup.

Shawn

- Original Message - 
From: Shannon Rhodes [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:45 AM
Subject: Design Structure and cfinclude


 We all know that cfinclude is perfect for design headers and footers, 
 but now that I'm actually redesigning my site to take advantage of 
 this, I'm running into some perplexing problems.  (Please don't 
 suggest FuseBox, that's way overkill for this site and I don't have 
 the time for it).

 My initial thought was: set up an Application.cfm and OnRequestEnd.cfm

 in each major section, which would call a header/footer for that 
 section.  I would be able to pass a url variable to request a 
 print-friendly version instead, or to request no display at all (for 
 action only templates). Global variables would be cfparam'ed, and one 
 page title and set of meta tags would be defined per section.  Voila, 
 new pages can be content-only without even a cfinclude 
 line---everything would be called by the
section's
 Application.cfm.

 As I'm getting into this, I'm finding that I don't like the loss of 
 page-specific flexibility.  I'm told that dynamically generated meta 
 tags often are missed by search engines, for example, and I don't have

 a way to override the standard section page title for pages that 
 really ought to
have
 their own title.  I'm also stuck with defining all CSS and JS in one 
 long file, even if some style definitions and JS functions are only 
 needed on
one
 page, because I've made the header of my document standardized.  Seems

 to
me
 I'm adding all kinds of unnecessary download time.  Plus, my section 
 specific Application.cfm idea kind of forces me to model my 
 directories after my site navigation, when I'd actually prefer to 
 avoid a lot of third level directories and keep pages logically 
 grouped instead (after all, navigation sometimes changes over time 
 anyway, but who wants to move directories around).

 I think I need a balance between letting CF templates do it all for 
 me, and the tedious work of writing in each page information that is 
 probably the same 80% of the time in a given section.

 Can anyone suggest a best practices approach to using cfinclude for
design
 elements?  Should I hard code in most of the head area of documents, 
 so I can put in page-level titles, meta tags, and page-specific styles

  JavaScript, followed by a cfinclude containing the remainder of the 
 head with links to the master style sheet, and any design code that 
 will not change, followed by another include for section-specific 
 design images?
Any
 suggestions are appreciated!


 


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137692
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


DW2004 Crash

2003-09-19 Thread Stacy Young
I haven't had too many stability issues with DW2004 until today. Went to
open a XML file from a networked drive and DW exploded. Memory usage
skyrocketed over 300mb and was climbing, had to end task.

Someone mentioned a special form/url for submitting bugs for 2004.
(emerging issues or sumthin?)

Anyone from MM?

Thx!

Stace 



AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137693
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Building a Web service that returns an XML structure

2003-09-19 Thread Stacy Young
Not sure but would type=XML work? I remember someone mentioning that
but I haven't tried it myself.

Stace

-Original Message-
From: CHATAIGNE Eric [mailto:[EMAIL PROTECTED] 
Sent: September 19, 2003 11:53 AM
To: CF-Talk
Subject: Building a Web service that returns an XML structure

Hello,
 
I have created a Web service that is suppose to return an XML structure.
Everything seems fine but the all the   in the SOAP response are
escaped.
 
I have the feeling that Coldfusion MX escapes this characters to avoid
problems with the validity of the XML Soap structure.
 
Can anyone help me to define the cffunction so that it indicates to
coldfusion MX that I want to return a XML document and not a simple
string.
 
Many thanks for your help.
 
 
Eric.
 


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137694
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re:Design Structure and cfinclude

2003-09-19 Thread lee
This is something that everyone does differently, and - to a great extent - most are 
valid ways of doing it. In other words, there IS NO RIGHT WAY to do this.

That said, here are some of my preferences and suggestions:

1) Yes, as others have said, by all means put the CSS and JavaScript into .css and .js 
files, for many good reason (caching, single file, reduce page code clutter)

2) Unless there is a compelling reason to do so (and I've seen few in well-designed 
apps), have only one application.cfm file. Simple is better.

3) My preference is to use the following (greatly simplified) method of building pages:
cfinclude template=header.cfm
!--- BEGIN ACTUAL PAGE ---

(Here, either pull in an include base on URL param or whatever, or hard coded)

!--- END ACTUAL PAGE ---
cfinclude template=footer.cfm

The header and footers contain all the open/close HTML/BODY etc tags; the header also 
pulls in the CSS and JS scripts.

Note that the header can be a large file with a lot of logic - for example, if the 
user is in the admin section of a site, it will pull in admin.css instead of the 
site's regular css file, regular.css and so on. 

It can also pull in other CFM includes (such as menus and submenus) based upon where 
the user is.

--

Again, this is a HIGHLY over-simplified version of what you can do, but it might help 
give you some ideas of a way to go.
We all know that cfinclude is perfect for design headers and footers, but
now that I'm actually redesigning my site to take advantage of this, I'm
running into some perplexing problems.  (Please don't suggest FuseBox,
that's way overkill for this site and I don't have the time for it).

My initial thought was: set up an Application.cfm and OnRequestEnd.cfm in
each major section, which would call a header/footer for that section.  I
would be able to pass a url variable to request a print-friendly version
instead, or to request no display at all (for action only templates).
Global variables would be cfparam'ed, and one page title and set of meta
tags would be defined per section.  Voila, new pages can be content-only
without even a cfinclude line---everything would be called by the section's
Application.cfm.

As I'm getting into this, I'm finding that I don't like the loss of
page-specific flexibility.  I'm told that dynamically generated meta tags
often are missed by search engines, for example, and I don't have a way to
override the standard section page title for pages that really ought to have
their own title.  I'm also stuck with defining all CSS and JS in one long
file, even if some style definitions and JS functions are only needed on one
page, because I've made the header of my document standardized.  Seems to me
I'm adding all kinds of unnecessary download time.  Plus, my section
specific Application.cfm idea kind of forces me to model my directories
after my site navigation, when I'd actually prefer to avoid a lot of third
level directories and keep pages logically grouped instead (after all,
navigation sometimes changes over time anyway, but who wants to move
directories around).

I think I need a balance between letting CF templates do it all for me,
and the tedious work of writing in each page information that is probably
the same 80% of the time in a given section.

Can anyone suggest a best practices approach to using cfinclude for design
elements?  Should I hard code in most of the head area of documents, so I
can put in page-level titles, meta tags, and page-specific styles 
JavaScript, followed by a cfinclude containing the remainder of the head
with links to the master style sheet, and any design code that will not
change, followed by another include for section-specific design images?  Any
suggestions are appreciated!


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137695
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: DW2004 Crash

2003-09-19 Thread Jim Campbell
That's interesting - I noticed the same behavior with DWMX 6.1  I tried 
opening a CFM file from the Source Safe integration and Dreamweaver got 
to about 300 megs of RAM usage before it got the 3-finger salute.  I 
think it may have been due to all the automatic bindings/component 
updates that DW was trying to do, perhaps?

- Jim

Stacy Young wrote:

I haven't had too many stability issues with DW2004 until today. Went to
open a XML file from a networked drive and DW exploded. Memory usage
skyrocketed over 300mb and was climbing, had to end task.

Someone mentioned a special form/url for submitting bugs for 2004.
(emerging issues or sumthin?)

Anyone from MM?

Thx!

Stace 



AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme..

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient 
you are hereby notified that any disclosure, copying, distribution, or any other use 
of the information is strictly prohibited. If you have received this document by 
mistake, please notify the sender immediately and destroy this document and 
attachments without making any copy of any kind.


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137696
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: DW2004 Crash

2003-09-19 Thread Stacy Young
Reproduced!

a) Browse mapped drive
b) opened an xml file (build.xml) - maybe 200 lines?
c) mousewheel scroll down fast
d) horizontal scroll to the end
e) as soon as u click to get cursor position - BOOM!

WinXP Pro
P3 900MHz
512 RAM

Stace

-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED] 
Sent: September 19, 2003 12:48 PM
To: CF-Talk
Subject: Re: DW2004 Crash

That's interesting - I noticed the same behavior with DWMX 6.1  I tried 
opening a CFM file from the Source Safe integration and Dreamweaver got 
to about 300 megs of RAM usage before it got the 3-finger salute.  I 
think it may have been due to all the automatic bindings/component 
updates that DW was trying to do, perhaps?

- Jim




AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137697
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: [ OT] Special security Alert!

2003-09-19 Thread Doug White
There are also three variants that appear to be a message telling you that an
email could not be delivered to 

This has an Iframe code that will also infect your machine.  The virus scanners
do not catch this one.

==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases.
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!

- Original Message - 
From: Mark A. Kruger - CFG [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:32 AM
Subject: RE: [ OT] Special security Alert!


| Amen to that - you give folks too much credit.  A message that says its from
| MS is going to look like sacred text to some folks - especially if they
| click on the links and it takes them to the security section.
|
| -Original Message-
| From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
| Sent: Friday, September 19, 2003 9:55 AM
| To: CF-Talk
| Subject: Re: [ OT] Special security Alert!
|
|
| On Friday 19 Sep 2003 15:39 pm, you said:
|  Hardly a theat, as most people will be saavy enough to realise its a
|  spoof.
|
| You and me might.
| Bob down in the mail room might not.
|
| --
| Tom Chiverton (sorry 'bout sig.)
| Advanced ColdFusion Programmer
|
| Tel: +44(0)1749 834997
| email: [EMAIL PROTECTED]
| BlueFinger Limited
| Underwood Business Park
| Wookey Hole Road, WELLS. BA5 1AF
| Tel: +44 (0)1749 834900
| Fax: +44 (0)1749 834901
| web: www.bluefinger.com
| Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
| Quay, BRISTOL. BS1 6EG.
| *** This E-mail contains confidential information for the addressee
| only. If you are not the intended recipient, please notify us
| immediately. You should not use, disclose, distribute or copy this
| communication if received in error. No binding contract will result from
| this e-mail until such time as a written document is signed on behalf of
| the company. BlueFinger Limited cannot accept responsibility for the
| completeness or accuracy of this message as it has been transmitted over
| public networks.***
|
|
| 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137698
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Correction

2003-09-19 Thread Andre Mohamed
Just to be anal, you don't need any #'s or the GT 0 at end as GT 0
evaluates to true.

cfif listFind(variables.accesslist,cat_ID)


André

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 19 September 2003 17:32
To: CF-Talk
Subject: Correction

Don't you just love when people make suggestions on how to change code
and their suggestion is hosed? 

Like the one I just publihsed. I dropped a pound sign:

cfif  #listfind(variables.accesslist, cat_ID)# GT 0 

There, THAT'S better...

Put the pound signs outside the function:


cfif  #listfind(variables.accesslist, cat_ID) GT 0 


I'm not sure what I'm doing wrong with this list function.  I have a 
variable with a list in it, I want to take an action when the variable

is equal to the query row variable.  I can get it to work with 
listcontains but that will return more values than I want.  I can also

get it to recognize the first value in the list  when I hardcode the 
list rather than use a value.  It's almost like it doesn't evaluate 
the variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..


/cfif

The cfelse condition is always returned.  I've tried every combination

of quotes and pound signs also, to no avail.

Any help would be appreciated.

Daron Smith

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137699
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: ListFind not working properly

2003-09-19 Thread Andre Mohamed
Replace all spaces on the list first.

-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED] 
Sent: 19 September 2003 17:06
To: CF-Talk
Subject: FW: ListFind not working properly

I'm not sure what I'm doing wrong with this list function.  I have a
variable with a list in it, I want to take an action when the variable
is equal to the query row variable.  I can get it to work with
listcontains but that will return more values than I want.  I can also
get it to recognize the first value in the list  when I hardcode the
list rather than use a value.  It's almost like it doesn't evaluate the
variable and treat it as a list.

Here's the code,
cfset variables.accesslist = 1, 82, 104
!--- Cat_ID equals 1 ---

cfif  listfind(#variables.accesslist#, #cat_ID#) GT 0 
Blah, Blah, Blah

cfelse
..

/cfif

The cfelse condition is always returned.  I've tried every combination
of quotes and pound signs also, to no avail.

Any help would be appreciated.

Daron Smith


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137700
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: Expandpath() is returning the wrong path.

2003-09-19 Thread Sean A Corfield
On Thursday, Sep 18, 2003, at 12:23 US/Pacific, Ian Skinner wrote:
 Is not #expandpath(/)# supposed to return the absolute directory of 
 the
 webroot that the template is in?

It will return the ColdFusion document root, not the IIS document root. 
For many people, those are the same but for many others, those are not. 
ColdFusion doesn't know about the IIS document root, only its own.

For example, our (Apache) web server document root is:
/data/www/sites/www.macromedia.com/docs/
But out ColdFusion document root is:
/data/www/appserver/cfmx/wwwroot/
And, in most cases for us, these are on different servers.

 I have used constructs such as this many times since CF4.5 days.

And if your CF and IIS document roots both point to the same directory 
then expandPath(/) will give you the IIS document root (because 
that's the same as the CF document root).

 it returned the absolute path of the
 CF stand-alone web server webroot (c:/cfusionMX) by default I 
 believe.  A
 directory that the template was not in, or any templates for that 
 matter.

So CF must still have had some configuration to say that / was mapped 
to that directory.

 I also remember, finding a technote the discussed this, and modifying 
 an XML
 file to correct the behavior.  Basically something about the default 
 order
 of searches when multiple web roots exits, or something along those 
 lines.

Yup, sounds likely.

 I thought disabling the stand-alone server would solve this problem, 
 but it
 has not.

Correct, because the mapping still exists to c:\cfusionmx\ and that was 
taking precedence over the mapping you needed. Sounds like you fixed it 
by adding a new virtual-mapping? That probably changed the search order 
for multiple web roots...

Sean A Corfield -- http://www.corfield.org/blog/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137701
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


OT: CC Processing and Recurring Billing

2003-09-19 Thread Bryan Stevenson
Hey All,

I've been looking into recurring billing options with some CC processing
companies because we do not want to go to the expense and potential
liability of collecting and storing cc numbers.  So far what I have found is
not what I would have expected, so I'm checking to see what others may have
found.

Here's what I've been told so far:

1) The cc processing company stores the CC number
2) During the first payment processing for any given customer, you also
setup the recurring billing details (i.e. bill this CC number annually for
$25)

Here's what I was hoping for:

1) During first Tx you pass along a customer ID with the CC number etc. to
be stored for futuire Txs on that card.
2) When your system is ready to bill that card again (i.e. my system decides
when it' time to bill and how much to bill), I pass the customer
ID/details/amount to the CC procerssing company which they use to lookup the
CC number and process the Tx.

Obviously what I was hoping for gives you far greater flexibility and can
allow the annual billing amount to fluctuate (this system gives dicounts on
renewals for referrals).  With what I've been told, I would have to
constantly sending changes to the CC processing company to adjust renewal
amountsproblem is there does not seem to be a way to do this unless I
have the cc numberwhich of course I do not want to store.

So does anybody know of a CC processing company that works the way I'm
hoping for?  Do you have any other suggestions on how to handle this
(without storing cc numbers in my system)?

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137703
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: DW2004 Crash

2003-09-19 Thread Debbie Dickerson
Maybe it's the performance survey where they're collecting data? If so, that's at 
http://www.surveymonkey.com/s.asp?u=34415274143.

From http://www.macromedia.com/support/dreamweaver/ts/documents/emerging_issues.htm

Deb


-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 12:38 PM
To: CF-Talk
Subject: DW2004 Crash


I haven't had too many stability issues with DW2004 until today. Went to
open a XML file from a networked drive and DW exploded. Memory usage
skyrocketed over 300mb and was climbing, had to end task.

Someone mentioned a special form/url for submitting bugs for 2004.
(emerging issues or sumthin?)

Anyone from MM?

Thx!

Stace 



AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137704
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Design Structure and cfinclude

2003-09-19 Thread Kevin Graeme
Ah, good point. We manually include the header and footer into each layout
and that's nice for changing it on a per-page basis.

-Kevin

- Original Message - 
From: Craig Dudley [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:10 AM
Subject: RE: Design Structure and cfinclude


 Remove the include from your application.cfm and put it at the top of
 each template, that way you can pass in all your meta tags/titles with
 simply variables.title etc, I know that means it's not quite so clean,
 but it is only a few lines of code for each template and the footer can
 still be called from OnRequestEnd.cfm.

 Your other option is cfhtmlhead.

 And as Kevin says, I would deffinatley use .css files and .js files
 where possible. You could even use a sperate .css file for each section
 if needed.

 -Original Message-
 From: Kevin Graeme [mailto:[EMAIL PROTECTED]
 Sent: 19 September 2003 17:09
 To: CF-Talk
 Subject: Re: Design Structure and cfinclude


 One quick suggestion: put your CSS and javascript into separate .css and
 .js files that get called into the header. That way the browser should
 cache. If you just put code in the page header itself, yeah it has to
 download it fresh each time.

 I'm interested to see what other responses you get though because we're
 in the same boat looking for a better method that doesn't make it too
 complicated.

 -Kevin

 - Original Message - 
 From: Shannon Rhodes [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 10:45 AM
 Subject: Design Structure and cfinclude


  We all know that cfinclude is perfect for design headers and footers,
  but now that I'm actually redesigning my site to take advantage of
  this, I'm running into some perplexing problems.  (Please don't
  suggest FuseBox, that's way overkill for this site and I don't have
  the time for it).
 
  My initial thought was: set up an Application.cfm and OnRequestEnd.cfm

  in each major section, which would call a header/footer for that
  section.  I would be able to pass a url variable to request a
  print-friendly version instead, or to request no display at all (for
  action only templates). Global variables would be cfparam'ed, and one
  page title and set of meta tags would be defined per section.  Voila,
  new pages can be content-only without even a cfinclude
  line---everything would be called by the
 section's
  Application.cfm.
 
  As I'm getting into this, I'm finding that I don't like the loss of
  page-specific flexibility.  I'm told that dynamically generated meta
  tags often are missed by search engines, for example, and I don't have

  a way to override the standard section page title for pages that
  really ought to
 have
  their own title.  I'm also stuck with defining all CSS and JS in one
  long file, even if some style definitions and JS functions are only
  needed on
 one
  page, because I've made the header of my document standardized.  Seems

  to
 me
  I'm adding all kinds of unnecessary download time.  Plus, my section
  specific Application.cfm idea kind of forces me to model my
  directories after my site navigation, when I'd actually prefer to
  avoid a lot of third level directories and keep pages logically
  grouped instead (after all, navigation sometimes changes over time
  anyway, but who wants to move directories around).
 
  I think I need a balance between letting CF templates do it all for
  me, and the tedious work of writing in each page information that is
  probably the same 80% of the time in a given section.
 
  Can anyone suggest a best practices approach to using cfinclude for
 design
  elements?  Should I hard code in most of the head area of documents,
  so I can put in page-level titles, meta tags, and page-specific styles

   JavaScript, followed by a cfinclude containing the remainder of the
  head with links to the master style sheet, and any design code that
  will not change, followed by another include for section-specific
  design images?
 Any
  suggestions are appreciated!
 
 
 

 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137705
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: OT: CC Processing and Recurring Billing

2003-09-19 Thread Brook Davies
Why don't you store the CC numbers using a string public/private key 
encryption scheme (RSA?) and store the private key off-line on a portable 
USB device or something of that nature. Only use the private key when you 
need to run the billing process. Isn't that secure?

Brook

At 10:19 AM 9/19/2003 -0700, you wrote:
Hey All,

I've been looking into recurring billing options with some CC processing
companies because we do not want to go to the expense and potential
liability of collecting and storing cc numbers.  So far what I have found is
not what I would have expected, so I'm checking to see what others may have
found.

Here's what I've been told so far:

1) The cc processing company stores the CC number
2) During the first payment processing for any given customer, you also
setup the recurring billing details (i.e. bill this CC number annually for
$25)

Here's what I was hoping for:

1) During first Tx you pass along a customer ID with the CC number etc. to
be stored for futuire Txs on that card.
2) When your system is ready to bill that card again (i.e. my system decides
when it' time to bill and how much to bill), I pass the customer
ID/details/amount to the CC procerssing company which they use to lookup the
CC number and process the Tx.

Obviously what I was hoping for gives you far greater flexibility and can
allow the annual billing amount to fluctuate (this system gives dicounts on
renewals for referrals).  With what I've been told, I would have to
constantly sending changes to the CC processing company to adjust renewal
amountsproblem is there does not seem to be a way to do this unless I
have the cc numberwhich of course I do not want to store.

So does anybody know of a CC processing company that works the way I'm
hoping for?  Do you have any other suggestions on how to handle this
(without storing cc numbers in my system)?

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137706
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re:Error not returned

2003-09-19 Thread Andy Clary
Any ideas?

CF 5.0 on a NT 4.0 machine calling stored procedure on SQL Server 2000 on
Win2k machine.  The stored procedure is using a linked server (OLEDB) to
access a FoxPro table (which has been working fine until today).

When I run this stored procedure from Query Analyzer, I get this error:

Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDASQL' reported an error. The provider ran out of memory.
[OLE/DB provider returned message: [Microsoft][ODBC Visual FoxPro Driver]Not
enough memory for file map.]


When I run it from CF using a cfquery tag, I don't get any error messages.

What is going on here?  When this error occurs, I need to be able to catch
an error in CF so that my users (and I) are alerted.
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137707
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: CFMX 6.1 Server Mappings Failing (SOLVED)

2003-09-19 Thread Ian Skinner
Exactly this was being run from the server console.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA


 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 18, 2003 5:03 PM
 To: CF-Talk
 Subject: RE: CFMX 6.1 Server Mappings Failing (SOLVED)
 
 
  The JVM was installed on the Server, not my desktop client.
 
 When you were trying to use the CF Administrator and the file 
 browser didn't
 work, were you doing that from the server console?
 
 In any case, just installing a JVM won't affect CFMX in the 
 least. You'd
 have to configure CFMX to use that JVM.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137708
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


MM Security Bulletin

2003-09-19 Thread Brook Davies
http://www.macromedia.com/security

MPSB03-06 - Security Patch available for ColdFusion MX/
ColdFusion cross-site scripting vulnerability with default
error handlers

The interesting thing is that if you open the detail.cfm template that is 
available for download the header of the encrypted template says Allaire 
Cold Fusion Template

Brook

At 10:29 AM 9/19/2003 -0700, you wrote:
Why don't you store the CC numbers using a string public/private key
encryption scheme (RSA?) and store the private key off-line on a portable
USB device or something of that nature. Only use the private key when you
need to run the billing process. Isn't that secure?

Brook

At 10:19 AM 9/19/2003 -0700, you wrote:
 Hey All,
 
 I've been looking into recurring billing options with some CC processing
 companies because we do not want to go to the expense and potential
 liability of collecting and storing cc numbers.  So far what I have found is
 not what I would have expected, so I'm checking to see what others may have
 found.
 
 Here's what I've been told so far:
 
 1) The cc processing company stores the CC number
 2) During the first payment processing for any given customer, you also
 setup the recurring billing details (i.e. bill this CC number annually for
 $25)
 
 Here's what I was hoping for:
 
 1) During first Tx you pass along a customer ID with the CC number etc. to
 be stored for futuire Txs on that card.
 2) When your system is ready to bill that card again (i.e. my system decides
 when it' time to bill and how much to bill), I pass the customer
 ID/details/amount to the CC procerssing company which they use to lookup the
 CC number and process the Tx.
 
 Obviously what I was hoping for gives you far greater flexibility and can
 allow the annual billing amount to fluctuate (this system gives dicounts on
 renewals for referrals).  With what I've been told, I would have to
 constantly sending changes to the CC processing company to adjust renewal
 amountsproblem is there does not seem to be a way to do this unless I
 have the cc numberwhich of course I do not want to store.
 
 So does anybody know of a CC processing company that works the way I'm
 hoping for?  Do you have any other suggestions on how to handle this
 (without storing cc numbers in my system)?
 
 TIA
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]
 
 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137709
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Design Structure and cfinclude

2003-09-19 Thread Jim Davis
 FYI, another way to get Verity to read titles is by wrapping the title
 tags
 with CF comment tags:
 
 !--- titleMy Title/title ---

I used to do that - but it doesn't seem to work any longer in MX (my
guess is that it was considered a bug and was picking up really
commented titles).

The cfsilent approach was my replacement - it seems to work in all
versions that I've tried.

Jim Davis


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137710
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Session is null HELP!

2003-09-19 Thread Demarco, Alex
After we have upgraded to 6.1 this now happens:

Session is invalid null brThe error occurred on line 17.

Line 17 is bogus, anyone seen this issue before? Any resolution?

- Alex

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137711
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Flash, ColdFusion, and XUpdate?

2003-09-19 Thread Marc A. Garrett
Flash MX 2004 includes an XUpdateResolver component that creates XUpdate
statements based on changes made to data in the flash movie. I can't find
much on the web regarding consuming XUpdate statements with CF components.
Is anyone already doing this? I use SQL Server and MySQL, not Xindice.

Thanks in advance for any advice.
-- 
Marc A. Garrett
since1968.com


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137712
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


select count

2003-09-19 Thread Robert Orlini
I have a shopping cart with a orders table. Each book has a bookid and its qty in this 
table. 

I would like to generate a list of all, the books and there corresponding qty. If a 
book is listed twice, it would not display twice, but show the qty as two. I'm trying 
the Select Count syntax, but am a bit stuck. 

This is what I have so far (I know it won't work completely):

cfquery name=totalbooks datasource=printprices
SELECT COUNT(bookid) AS TheCount
FROM orders
Where bookid=bookid 
ORDER BY COUNT(bookid) DESC
/cfquery   

Thanks.

Robert Orlini
HW Wilson
718-588-8400 x2656
ô¿ô

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137713
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: DW2004 Crash

2003-09-19 Thread Marc A. Garrett
FYI, DWMX 2004 has a hard time with files on mapped networked drives. I
don't think it's limited to XML files.

-- 
Marc A. Garrett
since1968.com

Stacy Young [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I haven't had too many stability issues with DW2004 until today. Went to
 open a XML file from a networked drive and DW exploded. Memory usage
 skyrocketed over 300mb and was climbing, had to end task.

 Someone mentioned a special form/url for submitting bugs for 2004.
 (emerging issues or sumthin?)

 Anyone from MM?

 Thx!

 Stace


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137714
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: OT: CC Processing and Recurring Billing

2003-09-19 Thread Bryan Stevenson
Not everybody signs up at the same time...thus there are renewals happening
all the time 24/7...so no a portable data store that is plugged in to do
billing will not fly.

To all others that may answer ;-)

I'm NOT looking for secure ways to store CC numbersI DO NOT want to
store them...now that's safe ;-)  (but thanks Brook)

I'm far more interested in a recurring billing option from  a cc processing
company that works the way I laid out (or close to it).

Thanks

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Brook Davies [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:29 AM
Subject: Re: OT: CC Processing and Recurring Billing


 Why don't you store the CC numbers using a string public/private key
 encryption scheme (RSA?) and store the private key off-line on a portable
 USB device or something of that nature. Only use the private key when you
 need to run the billing process. Isn't that secure?

 Brook

 At 10:19 AM 9/19/2003 -0700, you wrote:
 Hey All,
 
 I've been looking into recurring billing options with some CC processing
 companies because we do not want to go to the expense and potential
 liability of collecting and storing cc numbers.  So far what I have found
is
 not what I would have expected, so I'm checking to see what others may
have
 found.
 
 Here's what I've been told so far:
 
 1) The cc processing company stores the CC number
 2) During the first payment processing for any given customer, you also
 setup the recurring billing details (i.e. bill this CC number annually
for
 $25)
 
 Here's what I was hoping for:
 
 1) During first Tx you pass along a customer ID with the CC number etc.
to
 be stored for futuire Txs on that card.
 2) When your system is ready to bill that card again (i.e. my system
decides
 when it' time to bill and how much to bill), I pass the customer
 ID/details/amount to the CC procerssing company which they use to lookup
the
 CC number and process the Tx.
 
 Obviously what I was hoping for gives you far greater flexibility and can
 allow the annual billing amount to fluctuate (this system gives dicounts
on
 renewals for referrals).  With what I've been told, I would have to
 constantly sending changes to the CC processing company to adjust renewal
 amountsproblem is there does not seem to be a way to do this unless I
 have the cc numberwhich of course I do not want to store.
 
 So does anybody know of a CC processing company that works the way I'm
 hoping for?  Do you have any other suggestions on how to handle this
 (without storing cc numbers in my system)?
 
 TIA
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]
 
 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137715
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


CFMX ODBC Services

2003-09-19 Thread Demarco, Alex
Does anyone know how to manual uninstall and reinstall them?

We have a problem in that over a period of time the CFMX ODBC services locks
other apps out of the SOFTWARE hive(w2k). When I stop the CFMX ODBC services
the problem goes away..

- Alex

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137716
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: select count

2003-09-19 Thread Deanna Schneider
Why do you have the where clause in there. You don't need it.

What you probably want is this:
SELECT COUNT(o.bookid) AS TheCount, b.booktitle
FROM orders o, books b
Where o.bookid=b.bookid
GROUP BY b.booktitle
ORDER BY COUNT(bookid) DESC

- Original Message - 
From: Robert Orlini [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 12:46 PM
Subject: select count


 I have a shopping cart with a orders table. Each book has a bookid and its
qty in this table.

 I would like to generate a list of all, the books and there corresponding
qty. If a book is listed twice, it would not display twice, but show the qty
as two. I'm trying the Select Count syntax, but am a bit stuck.

 This is what I have so far (I know it won't work completely):

 cfquery name=totalbooks datasource=printprices
 SELECT COUNT(bookid) AS TheCount
 FROM orders
 Where bookid=bookid
 ORDER BY COUNT(bookid) DESC
 /cfquery

 Thanks.

 Robert Orlini
 HW Wilson
 718-588-8400 x2656
 ô¿ô

 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137717
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: DW2004 Crash

2003-09-19 Thread Stacy Young
I haven't had any issues with cfm,cfc files up until now...and in fact I
believe I've edited a few xml files without issue. Just seemed to start
out of the blue. Weird.

Stace

-Original Message-
From: Marc A. Garrett [mailto:[EMAIL PROTECTED] 
Sent: September 19, 2003 1:57 PM
To: CF-Talk
Subject: Re: DW2004 Crash

FYI, DWMX 2004 has a hard time with files on mapped networked drives. I
don't think it's limited to XML files.

-- 
Marc A. Garrett
since1968.com

Stacy Young [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
ce.com...
 I haven't had too many stability issues with DW2004 until today. Went
to
 open a XML file from a networked drive and DW exploded. Memory usage
 skyrocketed over 300mb and was climbing, had to end task.

 Someone mentioned a special form/url for submitting bugs for 2004.
 (emerging issues or sumthin?)

 Anyone from MM?

 Thx!

 Stace



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137718
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: Correction

2003-09-19 Thread Claude Schneegans
cfif  #listfind(variables.accesslist, cat_ID)# GT 0 
 There, THAT'S better...

... and THIS is even better: ;-)
cfif  listfind(variables.accesslist, cat_ID) GT 0 

...

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137719
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: FW: ListFind not working properly

2003-09-19 Thread Claude Schneegans
Put the pound signs outside the function:

Better even no pound sign at all since they are useless here.
The problem is with the spaces, as noticed by Jerry.

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137720
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: DW2004 Crash

2003-09-19 Thread Massimo, Tiziana e Federica
 FYI, DWMX 2004 has a hard time with files on mapped networked drives. I
 don't think it's limited to XML files.

As far as I know, tech support usually answer working on mapped drives or
across LAN isn't supported... I know, it's silly but that's what they do.

Personally, I keep using it on mapped drives since DW 1 without noticing any
difference between working on a local or mapped drive


Massimo Foti
Certified Dreamweaver MX Developer
Certified Advanced ColdFusion MX Developer
http://www.massimocorner.com/



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137721
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: OT: CC Processing and Recurring Billing

2003-09-19 Thread Hagan, Ryan Mr (Contractor ACI)
Paypal has a really nice (very configurable) subscription system.  Once your
customer pays through PayPal, you can have PayPal use their subscription
service to bill that customer every month, or year or whatever.  At any
time, the customer can see how long they've been subscribed, how much
they've paid you or they can stop their subscription.  Couple the
subscription service with the IPN stuff and you can achieve quite a bit.


-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 2:04 PM
To: CF-Talk
Subject: Re: OT: CC Processing and Recurring Billing


Not everybody signs up at the same time...thus there are renewals happening
all the time 24/7...so no a portable data store that is plugged in to do
billing will not fly.

To all others that may answer ;-)

I'm NOT looking for secure ways to store CC numbersI DO NOT want to
store them...now that's safe ;-)  (but thanks Brook)

I'm far more interested in a recurring billing option from  a cc processing
company that works the way I laid out (or close to it).

Thanks

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Brook Davies [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 10:29 AM
Subject: Re: OT: CC Processing and Recurring Billing


 Why don't you store the CC numbers using a string public/private key
 encryption scheme (RSA?) and store the private key off-line on a portable
 USB device or something of that nature. Only use the private key when you
 need to run the billing process. Isn't that secure?

 Brook

 At 10:19 AM 9/19/2003 -0700, you wrote:
 Hey All,
 
 I've been looking into recurring billing options with some CC processing
 companies because we do not want to go to the expense and potential
 liability of collecting and storing cc numbers.  So far what I have found
is
 not what I would have expected, so I'm checking to see what others may
have
 found.
 
 Here's what I've been told so far:
 
 1) The cc processing company stores the CC number
 2) During the first payment processing for any given customer, you also
 setup the recurring billing details (i.e. bill this CC number annually
for
 $25)
 
 Here's what I was hoping for:
 
 1) During first Tx you pass along a customer ID with the CC number etc.
to
 be stored for futuire Txs on that card.
 2) When your system is ready to bill that card again (i.e. my system
decides
 when it' time to bill and how much to bill), I pass the customer
 ID/details/amount to the CC procerssing company which they use to lookup
the
 CC number and process the Tx.
 
 Obviously what I was hoping for gives you far greater flexibility and can
 allow the annual billing amount to fluctuate (this system gives dicounts
on
 renewals for referrals).  With what I've been told, I would have to
 constantly sending changes to the CC processing company to adjust renewal
 amountsproblem is there does not seem to be a way to do this unless I
 have the cc numberwhich of course I do not want to store.
 
 So does anybody know of a CC processing company that works the way I'm
 hoping for?  Do you have any other suggestions on how to handle this
 (without storing cc numbers in my system)?
 
 TIA
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]
 
 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137722
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Server-side redirects, jsessionID and IIS

2003-09-19 Thread Nathan Mische
I'm doing a server side redirect using getPageContext().forward(). With
J2EE sessions enabled I think the redirect ends up being to something
like
http://www.myserver.com/index.cfm;jsessionID=123456789?param1=whatever.
Am I correct in this thinking? Anyway, using getPageContext().forward()
with J2EE sessions is causing IIS to return 404 - file not found. Does
anyone know how to work around this? Thanks.

--Nathan

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137723
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


CF Process monitoring

2003-09-19 Thread Calvin Ward
What kind of tools are folks using for monitoring CFMX on J2EE processes?

Thanks,
Calvin
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137724
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: OT: CC Processing and Recurring Billing

2003-09-19 Thread Bryan Stevenson
Thanks Ryan, but I did say that the invoice amount will fluctuate (so the
same bill every x amount of time will not fly).  What is the IPN stuff you
mention?

To be very clear here folks...

I need the ability to initailly setup the recurring billing (i.e. a set
amount every x amount of time), but be able to change the amount to be
billed prior to the next billing.  So there needs to be some way of linking
the recurring billing record at the cc processing company with the customer
record in my system.

Thanks

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Hagan, Ryan Mr (Contractor ACI) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:16 AM
Subject: RE: OT: CC Processing and Recurring Billing


 Paypal has a really nice (very configurable) subscription system.  Once
your
 customer pays through PayPal, you can have PayPal use their subscription
 service to bill that customer every month, or year or whatever.  At any
 time, the customer can see how long they've been subscribed, how much
 they've paid you or they can stop their subscription.  Couple the
 subscription service with the IPN stuff and you can achieve quite a bit.


 -Original Message-
 From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 2:04 PM
 To: CF-Talk
 Subject: Re: OT: CC Processing and Recurring Billing


 Not everybody signs up at the same time...thus there are renewals
happening
 all the time 24/7...so no a portable data store that is plugged in to do
 billing will not fly.

 To all others that may answer ;-)

 I'm NOT looking for secure ways to store CC numbersI DO NOT want to
 store them...now that's safe ;-)  (but thanks Brook)

 I'm far more interested in a recurring billing option from  a cc
processing
 company that works the way I laid out (or close to it).

 Thanks

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]

 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 - Original Message -
 From: Brook Davies [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 10:29 AM
 Subject: Re: OT: CC Processing and Recurring Billing


  Why don't you store the CC numbers using a string public/private key
  encryption scheme (RSA?) and store the private key off-line on a
portable
  USB device or something of that nature. Only use the private key when
you
  need to run the billing process. Isn't that secure?
 
  Brook
 
  At 10:19 AM 9/19/2003 -0700, you wrote:
  Hey All,
  
  I've been looking into recurring billing options with some CC
processing
  companies because we do not want to go to the expense and potential
  liability of collecting and storing cc numbers.  So far what I have
found
 is
  not what I would have expected, so I'm checking to see what others may
 have
  found.
  
  Here's what I've been told so far:
  
  1) The cc processing company stores the CC number
  2) During the first payment processing for any given customer, you also
  setup the recurring billing details (i.e. bill this CC number annually
 for
  $25)
  
  Here's what I was hoping for:
  
  1) During first Tx you pass along a customer ID with the CC number etc.
 to
  be stored for futuire Txs on that card.
  2) When your system is ready to bill that card again (i.e. my system
 decides
  when it' time to bill and how much to bill), I pass the customer
  ID/details/amount to the CC procerssing company which they use to
lookup
 the
  CC number and process the Tx.
  
  Obviously what I was hoping for gives you far greater flexibility and
can
  allow the annual billing amount to fluctuate (this system gives
dicounts
 on
  renewals for referrals).  With what I've been told, I would have to
  constantly sending changes to the CC processing company to adjust
renewal
  amountsproblem is there does not seem to be a way to do this unless
I
  have the cc numberwhich of course I do not want to store.
  
  So does anybody know of a CC processing company that works the way I'm
  hoping for?  Do you have any other suggestions on how to handle this
  (without storing cc numbers in my system)?
  
  TIA
  
  Cheers
  
  Bryan Stevenson B.Comm.
  VP  Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]
  
  

RE: CC Processing and Recurring Billing

2003-09-19 Thread Qasim Rasheed
Hello Bryan,

I think that Verisign Recurring payment might provide you a solution. If
I remember correctly for that you just have to store the PNRef number,
so that you can refer any recurring transaction. If you need any further
information about it, let me know.

Qasim

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 1:20 PM
To: CF-Talk
Subject: OT: CC Processing and Recurring Billing


Hey All,

I've been looking into recurring billing options with some CC processing
companies because we do not want to go to the expense and potential
liability of collecting and storing cc numbers.  So far what I have
found is not what I would have expected, so I'm checking to see what
others may have found.

Here's what I've been told so far:

1) The cc processing company stores the CC number
2) During the first payment processing for any given customer, you also
setup the recurring billing details (i.e. bill this CC number annually
for
$25)

Here's what I was hoping for:

1) During first Tx you pass along a customer ID with the CC number etc.
to be stored for futuire Txs on that card.
2) When your system is ready to bill that card again (i.e. my system
decides when it' time to bill and how much to bill), I pass the customer
ID/details/amount to the CC procerssing company which they use to lookup
the CC number and process the Tx.

Obviously what I was hoping for gives you far greater flexibility and
can allow the annual billing amount to fluctuate (this system gives
dicounts on renewals for referrals).  With what I've been told, I would
have to constantly sending changes to the CC processing company to
adjust renewal amountsproblem is there does not seem to be a way to
do this unless I have the cc numberwhich of course I do not want to
store.

So does anybody know of a CC processing company that works the way I'm
hoping for?  Do you have any other suggestions on how to handle this
(without storing cc numbers in my system)?

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137726
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: OT: CC Processing and Recurring Billing

2003-09-19 Thread cf
the paypal one should be able to do it
i just made something using the simple paypal extentions  have them
dynamically inserting the prices depending on if the they had made prior
purchases or not. had to screw with the code a lil bit (not too much, i
dont know squat)
but its working great
http://www.weblofts.com/rr.dvd/index.cfm

i would think you could do about the same thing but use the subscription
button instead.

let me know if you have any ?'s




 Thanks Ryan, but I did say that the invoice amount will fluctuate (so
 the same bill every x amount of time will not fly).  What is the IPN
 stuff you mention?

 To be very clear here folks...

 I need the ability to initailly setup the recurring billing (i.e. a set
 amount every x amount of time), but be able to change the amount to be
 billed prior to the next billing.  So there needs to be some way of
 linking the recurring billing record at the cc processing company with
 the customer record in my system.

 Thanks

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]

 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 - Original Message -
 From: Hagan, Ryan Mr (Contractor ACI) [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 11:16 AM
 Subject: RE: OT: CC Processing and Recurring Billing


 Paypal has a really nice (very configurable) subscription system.
 Once
 your
 customer pays through PayPal, you can have PayPal use their
 subscription service to bill that customer every month, or year or
 whatever.  At any time, the customer can see how long they've been
 subscribed, how much they've paid you or they can stop their
 subscription.  Couple the subscription service with the IPN stuff and
 you can achieve quite a bit.


 -Original Message-
 From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 2:04 PM
 To: CF-Talk
 Subject: Re: OT: CC Processing and Recurring Billing


 Not everybody signs up at the same time...thus there are renewals
 happening
 all the time 24/7...so no a portable data store that is plugged in to
 do billing will not fly.

 To all others that may answer ;-)

 I'm NOT looking for secure ways to store CC numbersI DO NOT want
 to store them...now that's safe ;-)  (but thanks Brook)

 I'm far more interested in a recurring billing option from  a cc
 processing
 company that works the way I laid out (or close to it).

 Thanks

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]

 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
 - Original Message -
 From: Brook Davies [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 10:29 AM
 Subject: Re: OT: CC Processing and Recurring Billing


  Why don't you store the CC numbers using a string public/private key
 encryption scheme (RSA?) and store the private key off-line on a
 portable
  USB device or something of that nature. Only use the private key
 when
 you
  need to run the billing process. Isn't that secure?
 
  Brook
 
  At 10:19 AM 9/19/2003 -0700, you wrote:
  Hey All,
  
  I've been looking into recurring billing options with some CC
 processing
  companies because we do not want to go to the expense and potential
 liability of collecting and storing cc numbers.  So far what I have
 found
 is
  not what I would have expected, so I'm checking to see what others
 may
 have
  found.
  
  Here's what I've been told so far:
  
  1) The cc processing company stores the CC number
  2) During the first payment processing for any given customer, you
 also setup the recurring billing details (i.e. bill this CC number
 annually
 for
  $25)
  
  Here's what I was hoping for:
  
  1) During first Tx you pass along a customer ID with the CC number
 etc.
 to
  be stored for futuire Txs on that card.
  2) When your system is ready to bill that card again (i.e. my
 system
 decides
  when it' time to bill and how much to bill), I pass the customer
 ID/details/amount to the CC procerssing company which they use to
 lookup
 the
  CC number and process the Tx.
  
  Obviously what I was hoping for gives you far greater flexibility
 and
 can
  allow the annual billing amount to fluctuate (this system gives
 dicounts
 on
  renewals for referrals).  With what I've been told, I would have to
 constantly sending changes to the CC processing company to adjust
 renewal
  amountsproblem is there does not seem to 

Re: MVC

2003-09-19 Thread Dave Hodder
Gabriel Robichaud wrote:
 Does anyone have any info or links or books to recommend for integrating MVC
 (Model View Contoller) paradigm into CF development?

I'm not aware of any books on MVC in ColdFusion; I'm sure the popularity 
of MVC will increase as CFCs become more widespread, so more information 
will be about in the future.

I think Mach-II http://www.mach-ii.com/ is becoming the de facto MVC 
framework for ColdFusion.  There isn't a whole lot of documentation on 
the Mach-II site, but there are three example applications which are 
useful.  Meanwhile macromedia.com has an article on leveraging Jakarta 
Struts (the J2EE framework), which brings a whole new realm of 
possibilities...

Regards,

Dave

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137728
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: OT: CC Processing and Recurring Billing

2003-09-19 Thread Matt Robertson
So you want to do billing on a recurring basis, using varying amounts as
you see fit without the customer signing off on each?  If that's a
correct assessment of your needs I don't think you'll find that in the
marketplace.  Recurring billing is understood (by me, at least) to be
the same interval and same amount for a fixed or indefinite length of
time.  Anything else is a new invoice/new transaction each time.

Interesting about the 'setup' charge they want out of you.  Sounds like
a bogus deal.  Run from anyone who charges that.

As an aside, I was amazed on a current project at how cheap Bank of
America was; especially in light of Verisign's insistence that new
PayFlow Pro customers also pay for the 'optional' fraud control services
that pump up the minimum monthly fee to about US$90.  That bounced them
right off my preferred provider list for small businesses.


 Matt Robertson   [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137729
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


oracle newbie

2003-09-19 Thread Stephenie Hamilton
ok, i am having trouble with a simple query.
in oracle worksheet, this produces 11 records (what it should be)

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM tbl_shp 
WHERE asn_ir IS null

but the same statement in CF produces 0 records...
this is the first time i have played with oracle, so am i just having
a bad brain day or what?
~~
Stephenie


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137730
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: oracle newbie

2003-09-19 Thread Jim Campbell
Those have to be the most obfuscated column names I've ever seen :) 

- Jim

Stephenie Hamilton wrote:

ok, i am having trouble with a simple query.
in oracle worksheet, this produces 11 records (what it should be)

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM tbl_shp 
WHERE asn_ir IS null

but the same statement in CF produces 0 records...
this is the first time i have played with oracle, so am i just having
a bad brain day or what?
~~
Stephenie



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137731
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: oracle newbie

2003-09-19 Thread Dain Anderson
You may need to prefix the table name with the correct schema:

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM MySchema.tbl_shp 
WHERE asn_ir IS null

-Dain

-Original Message-
From:   Stephenie Hamilton [mailto:[EMAIL PROTECTED]
Sent:   Fri 9/19/2003 3:19 PM
To: CF-Talk
Cc: 
Subject:oracle newbie
ok, i am having trouble with a simple query.
in oracle worksheet, this produces 11 records (what it should be)

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM tbl_shp 
WHERE asn_ir IS null

but the same statement in CF produces 0 records...
this is the first time i have played with oracle, so am i just having
a bad brain day or what?
~~
Stephenie



~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137732
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
hey, i just started here, i had no control over the db at all
sigh
~~
Steph


Those have to be the most obfuscated column names I've ever seen :) 

- Jim

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137733
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: oracle newbie

2003-09-19 Thread Ian Skinner
Stephenie

I've never had your exact problem, but I have experience difficulty with
NULL values in Oracle from ColdFusion using the default JDBC/ODBC drivers.
I have several times created queries that would throw JDBC/ODBC errors since
I was selecting fields that contained NULL values particularly date fields
with NULL values.  I resolved this problem this week by installing the
Oracle JDBC Thin Client, and setting up a datasource to use that instead.
Resolved my misbehaving query at least.

HTH

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA


 -Original Message-
 From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 19, 2003 12:19 PM
 To: CF-Talk
 Subject: oracle newbie
 
 
 ok, i am having trouble with a simple query.
 in oracle worksheet, this produces 11 records (what it should be)
 
 SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
 FROM tbl_shp 
 WHERE asn_ir IS null
 
 but the same statement in CF produces 0 records...
 this is the first time i have played with oracle, so am i just having
 a bad brain day or what?
 ~~
 Stephenie
 
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137734
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: oracle newbie

2003-09-19 Thread Douglas.Knudsen
which should throw an error if this is required, should it not?  Unless there are two 
tables, one under the schema and one without ala a synonym.

Stephanie, out of curiosity can you use RDS to browse this table?  Can you run the SQL 
in CFStudio's query tool?

Doug

-Original Message-
From: Dain Anderson [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 3:24 PM
To: CF-Talk
Subject: RE: oracle newbie


You may need to prefix the table name with the correct schema:

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM MySchema.tbl_shp 
WHERE asn_ir IS null

-Dain

-Original Message-
From:  Stephenie Hamilton [mailto:[EMAIL PROTECTED]
Sent:  Fri 9/19/2003 3:19 PM
To:CF-Talk
Cc:
Subject:   oracle newbie
ok, i am having trouble with a simple query.
in oracle worksheet, this produces 11 records (what it should be)

SELECT shp_id, spr_nr, loc_cd, pkg_id, csn_na, xcp_cd, act_cd, asn_ir
FROM tbl_shp 
WHERE asn_ir IS null

but the same statement in CF produces 0 records...
this is the first time i have played with oracle, so am i just having
a bad brain day or what?
~~
Stephenie




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137735
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Directory ownership

2003-09-19 Thread Ray Bujarski
I have a web interface that allows users to create directories/files on
a mounted project space.  Problem is that the web server user creates
these directories, so the directories are owned by the webserver user.
I need it to be owned by the user that is logged in creating the
directories/files.  Does anyone know how I can have this done?  Chown is
no longer part of the vocabulary so that is NOT an option.  Obviously
UNIX is the environment.
Thanks,
Ray

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137736
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
I am not sure what the schema name is, they didn't tell me that...any hints on how i 
could find it using oracle worksheet?

I cannot use RDS (corporate rules...arg) so the only way I can even look at the db is 
with oracle worksheet, which is doesn't show me much compared to SQL Ent. Mgr (which 
is what i worked with the last 3 years.)

~~
Steph



which should throw an error if this is required, should it not?  
Unless there are two tables, one under the schema and one without ala 
a synonym.

Stephanie, out of curiosity can you use RDS to browse this table?  Can 
you run the SQL in CFStudio's query tool?

Doug

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137737
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: oracle newbie

2003-09-19 Thread Jim Campbell
Can you install a third-party tool like Aqua Data or TOAD?  That might 
be a little friendlier.

- Jim

Stephenie Hamilton wrote:

I am not sure what the schema name is, they didn't tell me that...any hints on how i 
could find it using oracle worksheet?

I cannot use RDS (corporate rules...arg) so the only way I can even look at the db is 
with oracle worksheet, which is doesn't show me much compared to SQL Ent. Mgr (which 
is what i worked with the last 3 years.)

~~
Steph



  

which should throw an error if this is required, should it not?  
Unless there are two tables, one under the schema and one without ala 
a synonym.

Stephanie, out of curiosity can you use RDS to browse this table?  Can 
you run the SQL in CFStudio's query tool?

Doug




~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137738
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: OT: CC Processing and Recurring Billing

2003-09-19 Thread Bryan Stevenson
Thanks Matt...

Yes you nailed it...except of course the varying amounts would never exceed
the full renewal price (only ever get smaller due to referral credits)so
it's nothing shady ;-)

I have actaully just found a company that will allow some of what I'm after
(although you kill the first recurring record and ad a new one with the new
amountbut they store the cc number and it can be re-used in the new
recurring record).

Did I mention a setup fee?? You sure seem to think i did Matt ;-)  but
nono setup fee

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Matt Robertson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 12:17 PM
Subject: RE: OT: CC Processing and Recurring Billing


 So you want to do billing on a recurring basis, using varying amounts as
 you see fit without the customer signing off on each?  If that's a
 correct assessment of your needs I don't think you'll find that in the
 marketplace.  Recurring billing is understood (by me, at least) to be
 the same interval and same amount for a fixed or indefinite length of
 time.  Anything else is a new invoice/new transaction each time.

 Interesting about the 'setup' charge they want out of you.  Sounds like
 a bogus deal.  Run from anyone who charges that.

 As an aside, I was amazed on a current project at how cheap Bank of
 America was; especially in light of Verisign's insistence that new
 PayFlow Pro customers also pay for the 'optional' fraud control services
 that pump up the minimum monthly fee to about US$90.  That bounced them
 right off my preferred provider list for small businesses.

 
  Matt Robertson   [EMAIL PROTECTED]
  MSB Designs, Inc.  http://mysecretbase.com
 


 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137739
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Re:oracle newbie

2003-09-19 Thread Deanna Schneider
Stephanie,
Are you using Dreamweaver or Studio? I just did a search on oracle
worksheet because I don't actually know what that is (I use SQl Plus or SQL
Navigator or TOAD to connect to Oracle and monkey with queries.) and I found
a thread that is similar:
http://www.tek-tips.com/gpviewthread.cfm/qid/405093/pid/770/lev2/4/lev3/31

Of course, there's no solution. But, the link to the other thread in this
thread seems to indicate it might be an issue with dreamweaver...?

-d

- Original Message - 
From: Stephenie Hamilton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 2:42 PM
Subject: Re:oracle newbie


 I am not sure what the schema name is, they didn't tell me that...any
hints on how i could find it using oracle worksheet?

 I cannot use RDS (corporate rules...arg) so the only way I can even look
at the db is with oracle worksheet, which is doesn't show me much compared
to SQL Ent. Mgr (which is what i worked with the last 3 years.)

 ~~
 Steph



 which should throw an error if this is required, should it not?
 Unless there are two tables, one under the schema and one without ala
 a synonym.
 
 Stephanie, out of curiosity can you use RDS to browse this table?  Can
 you run the SQL in CFStudio's query tool?
 
 Doug
 
 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137740
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: oracle newbie

2003-09-19 Thread Douglas.Knudsen
you have debugging on?  Is the SQL correct there?  Cached query?  Is the cfm page 
cached inadvertantly by CF?  The user for the DSN is the same as in this 'oracle 
worksheet' and teh same DB actually?  I know, some cheesy easy questions, but you 
never know.  I've been known to bang my head for an hour about some SQL not working 
right only to find I had cachedwithin set in the cfquery tag.  DOH!  

I've not seen any issues with null, SQL, and the JDBC driver that ships with CFMX.

Its Friday 4:00 EST...time to give up and hit happy hour maybe?  ^_^

Doug

-Original Message-
From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 3:43 PM
To: CF-Talk
Subject: Re:oracle newbie


I am not sure what the schema name is, they didn't tell me 
that...any hints on how i could find it using oracle worksheet?

I cannot use RDS (corporate rules...arg) so the only way I can 
even look at the db is with oracle worksheet, which is doesn't 
show me much compared to SQL Ent. Mgr (which is what i worked 
with the last 3 years.)

~~
Steph



which should throw an error if this is required, should it not?  
Unless there are two tables, one under the schema and one without ala 
a synonym.

Stephanie, out of curiosity can you use RDS to browse this 
table?  Can 
you run the SQL in CFStudio's query tool?

Doug


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137743
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re:oracle newbie

2003-09-19 Thread Stephenie Hamilton
I am using HomeSite+ (5.1)
~~
Steph



Stephanie,
Are you using Dreamweaver or Studio? I just did a search on oracle
worksheet because I don't actually know what that is (I use SQl Plus or SQL
Navigator or TOAD to connect to Oracle and monkey with queries.) and I found
a thread that is similar:
http://www.tek-tips.com/gpviewthread.cfm/qid/405093/pid/770/lev2/4/lev3/31

Of course, there's no solution. But, the link to the other thread in this
thread seems to indicate it might be an issue with dreamweaver...?

-d

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137741
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


super scope

2003-09-19 Thread Deanna Schneider
Hi Folks,
I'm going through the Discovering CFC's book and I'm currently reading the
chapter about how to kludge the super scope. With 6.1, this is now
unnecessary, apparently. Since I'm just learning about CFC's (and we don't
have MX in production yet), I'm thinking I can skip learning the kludge and
just learn the proper use of super. Problem is, I can't find any examples of
how to use the super scope properly.

Anyone have any?
-d




-
Deanna Schneider
UWEX-Cooperative Extension
Interactive Media Developer

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137744
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: CFMX ODBC Services

2003-09-19 Thread Ben Forta
I just posted this blog entry, I think it may be what you want:

http://www.forta.com/blog/index.cfm?mode=eentry=927

--- Ben



-Original Message-
From: Demarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 1:59 PM
To: CF-Talk
Subject: CFMX ODBC Services


Does anyone know how to manual uninstall and reinstall them?

We have a problem in that over a period of time the CFMX ODBC services
locks other apps out of the SOFTWARE hive(w2k). When I stop the CFMX
ODBC services the problem goes away..

- Alex


~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137745
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


  1   2   >