Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Martin Thorpe
Is this code behind anything like using Spring MVC in Java?  Cos it sounds 
similar you can intercept the request set stuff to the response (although I 
think this is standard J2EE, still a bit of a noob in this area).

From your JSP pages you just output data, no call to any class or anything 
just output.  All your business logic is in classes and all your view is in 
JSP pages. It really is very well abstracted.

What I am interested in is what can you do with this code-behind is it really 
so unique?  

And possibly using a framework like Coldspring might help you out to mimic the 
behavior!?

Maybe I have missed the boat completely on this topic, if so I apologise.

cheers
Martin

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262175
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Martin Thorpe
So tell me, what does the acronym PITA stand for then? Forgive my ignorance.

+1 to everything Dave said. Code-behind is a PITA.

cheers
Martin

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262176
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Robertson-Ravo, Neil (RX)
Pain in the Ass







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Martin Thorpe
To: CF-Talk
Sent: Thu Nov 30 07:53:08 2006
Subject: Re: Mimicking .NET Code-Behind for ColdFusion Controllers

So tell me, what does the acronym PITA stand for then? Forgive my ignorance.

+1 to everything Dave said. Code-behind is a PITA.

cheers
Martin



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262177
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: UDF Inspection, #2

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 18:00, Rick Root wrote:
 But I'm not trying to eliminate HTML markup from HTML emails.. I'd
 prefer to actually show the HTML.  That's why I said sanitize

Ahh.

 And by sanitize I mean removing unfriendly HTML tags like EMBED,
 OBJECT, APPLET, IFRAME, etc.. and removing javascript so that you can
 view an HTML email without being overly concerned about nasty
 javascript, activex controls, etc.

Well, no solution is going to be perfect, but replacing 'javascript:' 
with 'j(accented a)v(accented a)scr(i with two dots)pt:' might be a start.
You'll then probably need a white and black list of tags, and strip everything 
in the black and not in the white.

This sort of stuff can be hard :-)

-- 
Tom Chiverton
Helping to biannually optimize industry-wide experiences



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enpterprise application?

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 20:22, Johnny Le wrote:
 The weirdest thing is that a cfc in the request scope throw an error saying
 that a variable is not defined, and yet the line right above it defined the
 variable.  It only happens in production.  We can never duplicate any of
 the errors in development environment.

Are you function-local CFC variables var'ed ?
This is the classic symptom of (even just one !) not being.

-- 
Tom Chiverton
Helping to globally incubate proactive initiatives



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262179
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: DNS Problems...

2006-11-30 Thread Tom Chiverton
On Wednesday 29 November 2006 16:20, Rick Faircloth wrote:
 Windows 2000 Server Advanced to achieve that, and that was cost-
 prohibitive.

You maybe don't need active failover. Maybe it's good enough for you to have a 
standby account you can bring online quickly. From the recent outage, it 
sounds like a half day downtime to drive to the data center and copy the DB 
to disk and then up to another account would be better than 3 days of 
nothing.
I can't see why you can't bill the client for 'disaster recovery', but then 
many people wont pay for it until they've been bitten.

 I take one step at a time as a 1-man operation.  There's only so many
 irons I can put into the fire at once.

Been there :-)

-- 
Tom Chiverton
Helping to enthusiastically disseminate virtual m-commerce



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262180
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread David
You're betraying your roots Neil, it's arse where I come from! 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 30 November 2006 09:11
To: CF-Talk
Subject: Re: Mimicking .NET Code-Behind for ColdFusion Controllers

Pain in the Ass







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of
the intended recipient(s).  If you are not the intended recipient(s)
please note that any form of distribution, copying or use of this
communication or the information in it is strictly prohibited and may be
unlawful.  If you have received this communication in error please
return it to the sender or call our switchboard on +44 (0) 20 89107910.
The opinions expressed within this communication are not necessarily
those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Martin Thorpe
To: CF-Talk
Sent: Thu Nov 30 07:53:08 2006
Subject: Re: Mimicking .NET Code-Behind for ColdFusion Controllers

So tell me, what does the acronym PITA stand for then? Forgive my
ignorance.

+1 to everything Dave said. Code-behind is a PITA.

cheers
Martin





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262181
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SPRY Data Sets

2006-11-30 Thread Nick Tong - TalkWebSolutions.co.uk
You can see Bruce Phillips using this tag here http://wapurl.co.uk/?EQCVQZ3

On 21/11/06, Joshua Cyr [EMAIL PROTECTED] wrote:

 You probably should check out ray's toXML code.

 http://ray.camdenfamily.com/projects/toxml


 Joshua Cyr
 Savvy Software
 866.870.6358
 www.besavvy.com

 -Original Message-
 From: Chad McCue [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 21, 2006 1:37 PM
 To: CF-Talk
 Subject: SPRY Data Sets

 Does anyone know how to display a SPRY data set using results from a query
 and not a XML document. I am in the situation where two people could be
 using the site doing a search and I need their search results to be
 separate
 from each other and really don't want to create a xml document for each
 person searching

 I am currently doing

 var dsCandidates = new
 Spry.Data.XMLDataSet(Candidates.xml,Candidates/Candidate
 http://10.10.10.12/AICE/DisplayPages/admin/Candidates/Candidates.xml,;
 Candidates/Candidate , { filterFunc: MyPagingFunc });

 but want to replace my Candidates





 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262182
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


help on cfquery and cfoutput

2006-11-30 Thread alex poyaoan
help on this please the code is 
CFQUERY  NAME=NewsUpdates datasource=dbweb
SELECT  Title,Content  
FROMPubContent 
WHERE   PubcontentId BETWEEN 3703 AND 3705 
/CFQUERY

the above query gives me three records.. the problem is how to display each 
record in three different sections of the template... is there a way to insert 
a parameter like pubcontentid=3703 inside the cfoutput creating each for 
every record?

thanks for any help... 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262183
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: Strange characters in email

2006-11-30 Thread Jochem van Dieten
Rick Root wrote:

 Dear Rick Root:=0D=0DWelcome to SomeFake =
 Financial Online! With SomeFake Financial Online, you=0Dcan view all =
 of your important mortgage account information any time that is =
 convenient=0Dfor you, day or night!  You can also make one-time =
 payments, set up an automated=0Dpayment program, and update your account =
 information all via our web site.=0D=0DEver get tired of waiting for =

 Note the =0D bits scattered throughout... and the = sign at the end of 
 each line.

 I'm not sure what those chars are.

They are the result of applying a Quoted-Printable transfer encoding on the 
original message. You need to decode the message before displaying. See RFC 
2045 for the algorithm.

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262184
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Martin Thorpe
Ahhh nice one, should have worked that out, with extra chili sauce I should 
imagine, cheers 
Martin 


Pain in the Ass



-Original Message-
From: Martin Thorpe
To: CF-Talk
Sent: Thu Nov 30 07:53:08 2006
Subject: Re: Mimicking .NET Code-Behind for ColdFusion Controllers

So tell me, what does the acronym PITA stand for then? Forgive my ignorance.

+1 to everything Dave said. Code-behind is a PITA.

cheers
Martin

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262185
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: help on cfquery and cfoutput

2006-11-30 Thread Adrian Lynch
Order the query to make sure the results are consistent, then use this
syntax:

cfoutput
pThe first one: #NewsUpdates[Title][1]#/p

pThe second one: #NewsUpdates[Title][2]#/p

pThe third one: #NewsUpdates[Title][3]#/p

/cfoutput

Adrian

-Original Message-
From: alex poyaoan [mailto:[EMAIL PROTECTED]
Sent: 30 November 2006 08:47
To: CF-Talk
Subject: help on cfquery and cfoutput


help on this please the code is
CFQUERY  NAME=NewsUpdates datasource=dbweb
SELECT  Title,Content
FROMPubContent
WHERE   PubcontentId BETWEEN 3703 AND 3705
/CFQUERY

the above query gives me three records.. the problem is how to display each
record in three different sections of the template... is there a way to
insert a parameter like pubcontentid=3703 inside the cfoutput creating
each for every record?

thanks for any help...


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262186
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: help on cfquery and cfoutput

2006-11-30 Thread James Holmes
1) Refer to the query using array notation:

cfoutputTitle: #NewsUpdates.Title[1]# Content:
#NewsUpdates.Content[1]#/cfoutput

cfoutputTitle: #NewsUpdates.Title[2]# Content:
#NewsUpdates.Content[2]#/cfoutput

etc

OR

2) If you don't know which row is which, use QoQ to select the one you
need at each point in the template.

On 11/30/06, alex poyaoan [EMAIL PROTECTED] wrote:
 help on this please the code is
 CFQUERY  NAME=NewsUpdates datasource=dbweb
 SELECT  Title,Content
 FROMPubContent
 WHERE   PubcontentId BETWEEN 3703 AND 3705
 /CFQUERY

 the above query gives me three records.. the problem is how to display each 
 record in three different sections of the template... is there a way to 
 insert a parameter like pubcontentid=3703 inside the cfoutput creating each 
 for every record?

 thanks for any help...

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262187
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: changing jsessionid in the middle of my session

2006-11-30 Thread Dimitris C
I have a question... sometimes when going from one page to another, my
jsessionid changes and my session variables get dropped. It happens if
I'm submitting a form with enctype=multipart/form-data (if uploading
a file) while carrying the urltoken through the URL. It's also happens
when I'm using cookies - if I log into my application from my home
page, after it's run through the log in action page and set a bunch of
session variables, on the return to the home page the jsessionid
changes, thus dropping my session. Strangely, if I log in again (with
the changed jsessionid), everything works fine from thus on. Any
ideas?

Thanks.

Even that this topic is very old, I will reply because it might help other 
people having the same problem to come to a solution.

We came toward this issue some weeks ago. After a lot of investigation and 
changes in our code, we finally locate that the source of the problem was the 
J2EE Session Variables.

In our application this random drop of sessions was happening only with 
Internet Explorer (Firefox was managing correctly the J2EE sessions) and only 
when we were submitting FORMS.

This problem can be easily solved by disabling the J2EE Session Variables from 
the Coldfusion Administration.

If you need the J2EE sessions for sharing sessions between JAVA  Coldfusion 
applications, then you should investigate for another solution.

Best Regards,
Dimitris.C.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262188
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: help on cfquery and cfoutput

2006-11-30 Thread alex poyaoan
Thanks to both of you now it is outputing what i want and in different 
sections.



1) Refer to the query using array notation:

cfoutputTitle: #NewsUpdates.Title[1]# Content:
#NewsUpdates.Content[1]#/cfoutput

cfoutputTitle: #NewsUpdates.Title[2]# Content:
#NewsUpdates.Content[2]#/cfoutput

etc

OR

2) If you don't know which row is which, use QoQ to select the one you
need at each point in the template.

On 11/30/06, alex poyaoan [EMAIL PROTECTED] wrote:


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262189
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


help on uploading files using forms

2006-11-30 Thread alex poyaoan
HI everybody.. Is there a way of uploading files to a directory on the server 
using forms or cfform type flash...?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262190
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: help on uploading files using forms

2006-11-30 Thread Adrian
http://www.google.com/search?q=upload+file+using+coldfusion

On 30/11/06, alex poyaoan [EMAIL PROTECTED] wrote:

 HI everybody.. Is there a way of uploading files to a directory on the
 server using forms or cfform type flash...?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262191
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: help on uploading files using forms

2006-11-30 Thread Raymond Camden
Check out the ASFusion guys

http://www.asfusion.com/blog/entry/file-upload-explained-and-expanded

On 11/30/06, alex poyaoan [EMAIL PROTECTED] wrote:
 HI everybody.. Is there a way of uploading files to a directory on the server 
 using forms or cfform type flash...?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262192
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: help on uploading files using forms

2006-11-30 Thread Doug Brown
http://www.asfusion.com/blog/entry/file-upload-with-coldfusion-flash-forms


Doug



- Original Message - 
From: alex poyaoan [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, November 30, 2006 3:54 AM
Subject: help on uploading files using forms


 HI everybody.. Is there a way of uploading files to a directory on the
server using forms or cfform type flash...?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262193
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Web service error, pls help

2006-11-30 Thread Michael Nguyen
Hi Neil,

I re-write here what problem I have:

I use wsdl2java in JRun to get stubs and wrote a java wrapper class to talk
to those stubs (same as article Creating webservice stubs with wsdl2java in
ColdFusion MX 7
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=eaf0396)

I've got 500 NULL with page title is JRun Servlet Error

When I go to the log exception log, I see the following exceptions:

1) This is when I restart ColdFusion and try it the very first time:

Error,jrpp-0,11/28/06,15:13:42,, The specific sequence of files
included or processed is: C:\Inetpub\wwwroot\transtar2\cfm\Test.cfm 

java.lang.ExceptionInInitializerError
  at org.apache.axis.client.Service.getAxisClient(Service.java:143)
  at org.apache.axis.client.Service.init(Service.java:152)
// more lines..

2) And this is what I get any time there after:

Error,jrpp-0,11/28/06,15:16:22,, The specific sequence of files
included or processed is: C:\Inetpub\wwwroot\transtar2\cfm\Test.cfm 
java.lang.NoClassDefFoundError
  at org.apache.axis.client.Service.getAxisClient(Service.java:143)
  at org.apache.axis.client.Service.init(Service.java:152)
  at ..

// and more lines.

The ws that I try to consume is:
http://www.tracking.edi.com.au/webservice/shipmentservice.asmx?wsdl

If you need, I can send you a pdf about this ws.

Please, let me know if you want to know anything more...
Thank you very much

Michael Nguyen

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 29 November 2006 6:50 PM
To: CF-Talk
Subject: Re: Web service error, pls help

Did you post some code? Apologies if you did I am on the move so don't have
direct access to my Outlook!






This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Michael Nguyen
To: CF-Talk
Sent: Wed Nov 29 00:08:23 2006
Subject: RE: Web service error, pls help

I'm testing in my laptop with CFMX 7 Developer Version, Java  Version 1.4.2

Besides, I found the article might related to it but it doesn't fix my
problem yet as I couldn't find two webservices.jar in my machine:
 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19268



-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 28 November 2006 6:56 PM
To: CF-Talk
Subject: Re: Web service error, pls help

Which version of Java is ColdFusion using?










~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262194
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Mark Drew
WEll, if we wrote a framework to implement CodeBehind in CF, you  
would do some of the parsing ahead of time, I am not sure (dont have  
VS handy) but to put a label on an .aspx page you do something like

label id=bob /
(dont you?)

so in CFCodeBehind you could put something like

cb:Label id=bob / and then map that to whatever you set in your  
Code behind page right?




On 30 Nov 2006, at 07:19, John C. Bland II wrote:

 Aaron, that doesn't even come close. You're creating a Page_Load  
 method in
 your cfc that YOU have to invoke.

 cfset blah = CreateObject(.) /
 cfset blah.Page_Load() /

 Also, what is your request.resultLabel? Text on the cfm page or just a
 variable? Your cfm has a #request.resultLabel# being output somewhere,
 right?

 You wrote VB so I assume you know everything else that Label allows  
 you to
 manipulate (style, size, etc). The control isn't there for CF like
 ASP.NETin code-behinds which is why CF doesn't can't fully mimic the
 code-behind. I
 would agree with Dave here...this is an ASP.NET thing and CF can't  
 follow;
 and I'll add, with just code and not actual CF updates.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262195
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista (was: CrystalTech outage?)

2006-11-30 Thread Tom Chiverton
On Thursday 30 November 2006 01:04, John C. Bland II wrote:
 An app can't auto-elevate itself. It runs in the sandbox given and if it

Is this like the Java (etc) sandbox model ? The one that was, ya know, 
*software* and so had *bugs* that meant you could escape ?
Even chroot on *nix used to have issues.

 needs to do something with elevated needs, UAC will stop it and ask you if
 it is ok.

Unless UAC has a bug. Which it almost certainly has.

 definitions. Vista is the OS. If Vista has a hole, MSFT will fix it. 

Or not.
It's not like they have a good track record of fixing (promptly) things.

-- 
Tom Chiverton
Helping to simultaneously optimize edge-of-your-seat designs



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262196
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT: DNS Problems...

2006-11-30 Thread Rick Faircloth
 copy the DB to disk and then up to another account
 would be better than 3 days of nothing.

If I don't get this straightened out shortly, I'll have to go that route
and set up a CF hosting account somewhere else and upload
the MySQL DB so they can get back to work!

I keep thinking that I'll get this straightened out anytime, but my
client's patience is wearing very thin.  I convinced them that it would
be better and cheaper to have me host the app here rather than
pay for another installation of CF, the server OS and hardware,
as well as paying me to administer all of that. 

While this is not a problem with my server or the app, they still are
stuck in this situation based on my recommendation.

cfoutputegg on my face/cfoutput

Rick


-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 4:21 AM
To: CF-Talk
Subject: Re: OT: DNS Problems...

On Wednesday 29 November 2006 16:20, Rick Faircloth wrote:
 Windows 2000 Server Advanced to achieve that, and that was cost-
 prohibitive.

You maybe don't need active failover. Maybe it's good enough for you to have
a 
standby account you can bring online quickly. From the recent outage, it 
sounds like a half day downtime to drive to the data center and copy the DB 
to disk and then up to another account would be better than 3 days of 
nothing.
I can't see why you can't bill the client for 'disaster recovery', but then 
many people wont pay for it until they've been bitten.

 I take one step at a time as a 1-man operation.  There's only so many
 irons I can put into the fire at once.

Been there :-)

-- 
Tom Chiverton
Helping to enthusiastically disseminate virtual m-commerce



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262197
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enpterprise application?

2006-11-30 Thread Chris Peters
I would second Tom's suggestion to make sure all your CFCs' methods' local 
variables are defined using the var keyword.

I developed an intranet in ColdFusion at my last job and had forgotten to use 
var in one method, and users were getting other users' profiles when they 
logged in. This problem didn't surface until we were getting higher usage rates.

- Chris Peters
www.chrispetersweb.com

 On Wednesday 29 November 2006 20:22, Johnny Le wrote:
  The weirdest thing is that a cfc in the request scope throw an error 
 saying
  that a variable is not defined, and yet the line right above it 
 defined the
  variable.  It only happens in production.  We can never duplicate 
 any of
  the errors in development environment.
 
 Are you function-local CFC variables var'ed ?
 This is the classic symptom of (even just one !) not being.
 
 -- 
 Tom Chiverton
 Helping to globally incubate proactive initiatives
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
 England and Wales under registered number OC307980 whose registered 
 office address is at St James's Court Brown Street Manchester M2 2JF.  
 A list of members is available for inspection at the registered office. 
 Any reference to a partner in relation to Halliwells LLP means a 
 member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above 
 and may be confidential or legally privileged.  If you are not the 
 addressee you must not read it and must not use any information 
 contained in nor copy it nor inform any person other than Halliwells 
 LLP or the addressee of its existence or contents.  If you have 
 received this email in error please delete it and notify Halliwells 
 LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262198
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
The web application I created will not insert the data into my Db.
The app works fine with IE.

The error says that a certain field is missing in the results table of my DB... 
:

The given fieldname  could not be found in the table Results


Do I need to download something on my CF server to make my application work in 
firefox?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262199
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Help Tracking Podcast Downloads

2006-11-30 Thread Chris Peters
You may also want to look at www.feedburner.com. Pretty cool service.

- Chris Peters
www.chrispetersweb.com

Does anyone know how to track how many times an mp3 file has been
downloaded as a podcast? Because people can get at the mp3 file from a
large array of feed reader software, I am uncertain how this would be
done.

Any tips and ideas would be appreciated!

-Aaron

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Dave Watts
 Dave, I'd have to disagree with you here. ASP.NET's 
 code-behind is sweet feature. Yes, it helps desktop 
 developers transition but the things you can do in a 
 code-behind are VERY nice, which CF can't do.
 
 For instance:
 - The different steps of a page loading you have access over 
 (much more than App.cfc gives you)
 - Controlling page elements (with runat=server) from the 
 code-behind at the different parts of the page loading
 - 100% complete separation of code and visuals (no 
 instantiation of objects, etc at the top of the page...they 
 are already there)

You do know you can rewrite every HTML tag as a CF custom tag, right? You
simply point CFIMPORT to a directory containing form.cfm, a.cfm, etc.

That gets me form runat=server if I want it. You could mimic enough of
what ASP.NET does in code-behind, if you wanted to - I just don't see a
compelling reason to do so.

I don't dislike code-behind, I just don't see any value in trying to
translate that model into CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Dave Watts
 You are arguing that making ColdFusion behave like .NET is 
 unnecessary because all that .NET is doing is making web 
 development behave like desktop development. I agree that up 
 until web 2.0, comparing web development with desktop 
 development is like comparing apples and oranges. However, 
 with the advent of RIA's, isn't that the direction we are 
 headed?

Yes, I think ultimately that web development will become much like desktop
development. However, HTML (even with AJAX) is a pretty fragile mechanism
for making that happen, and I would expect that, long-term, web application
development will be more like Flex than HTML/AJAX. While Visual Studio.NET
makes web application seem like desktop development, it's largely an
illusion (with the exception of Atlas AJAX functionality).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262202
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Dawson, Michael
CF cares nothing about what browser you use.

My first suggestion is to CFDUMP every scope you are using: URL, FORM,
etc.

Then, try each browser and look for the differences.  I assume that,
since you are inserting data, that you are using a form, so use cfdump
var=#form# and test it with both browsers.

Also, make sure you are following the EXACT SAME procedure/data for
testing both browsers.

Certain form elements won't appear in the form scope if they are not
selected.  These would be form elements such as checkboxes, radio
buttons, un-clicked buttons and multi-select lists.

M!ke

-Original Message-
From: Chelsie Lawson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 7:12 AM
To: CF-Talk
Subject: Firefox Compatibility

The web application I created will not insert the data into my Db.
The app works fine with IE.

The error says that a certain field is missing in the results table of
my DB... :

The given fieldname  could not be found in the table Results


Do I need to download something on my CF server to make my application
work in firefox?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262203
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Teddy Payne
The browser will not typically affect your CF code.  The only time that I
have seen browser dependencies is when you debu Flex applications with
FireFox.  That is a flash player issues though.

How are you submitting your data to the database import?

On example would be that IE allows a lot more loose code when it comes to
forms versus FireFox, which is more strict.  This can cuase issues with form
controls not submitting.

Teddy


On 11/30/06, Chelsie Lawson [EMAIL PROTECTED] wrote:

 The web application I created will not insert the data into my Db.
 The app works fine with IE.

 The error says that a certain field is missing in the results table of my
 DB... :

 The given fieldname  could not be found in the table Results


 Do I need to download something on my CF server to make my application
 work in firefox?

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: Strange characters in email

2006-11-30 Thread Rick Root
Jochem van Dieten wrote:
 
 They are the result of applying a Quoted-Printable transfer encoding on the 
 original message. You need to decode the message before displaying. See RFC 
 2045 for the algorithm.

You're right.

I'm trying various methods to solve but haven't come up with anything 
yet.  Here's my latest attempt:

cfset inputStream =
variables.mimeUtil.decode(objMessage.getInputStream(),
objMessage.getEncoding() )
cfset out = createObject(java,java.lang.StringBuffer)
cfset n = inputStream.read()
cfloop condition=n neq -1
cfset out.append(chr(n))
cfset n = inputStream.read()
/cfloop
cfset parts[1][1] = out.toString()

Unfortunately, this provides the same results.  I'm specifically working 
with a message that is *NOT* a multipart message but it is encoded 
quoted printable.  I verified that objMessage.getEncoding() returns 
quoted-printable, and the above code does run without error.

variables.mimeUtil is actually an instance of 
javax.mail.internet.MimeUtility

Guess I'll keep cranking away!

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Rick Root
Chelsie Lawson wrote:
 The web application I created will not insert the data into my Db.
 The app works fine with IE.
 
 The error says that a certain field is missing in the results table of my 
 DB... :
 
 The given fieldname  could not be found in the table Results

Are you using CFINSERT or something?

We're going to have to see your code to really help, because normally 
the browser really doesn't affect CFML execution at all.  My guess is 
that you're using CFINSERT or CFUPDATE or something like that, and 
Firefox is including a fieldname that is blank or something in the form 
scope (which would be difficult, to say the least) but who knows.

Personally, I despise CFINSERT and CFUPDATE.

Rick


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262206
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
Here's my code:





cfinsert datasource=studentsurvey tablename=Results

pretty straighforward.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262207
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
So, if my code on my action page is:
cfinsert datasource=studentsurvey tablename=Results

I need to add:
cfdump var=#form#
cfinsert datasource=studentsurvey tablename=Results

what will this do?




CF cares nothing about what browser you use.

My first suggestion is to CFDUMP every scope you are using: URL, FORM,
etc.

Then, try each browser and look for the differences.  I assume that,
since you are inserting data, that you are using a form, so use cfdump
var=#form# and test it with both browsers.

Also, make sure you are following the EXACT SAME procedure/data for
testing both browsers.

Certain form elements won't appear in the form scope if they are not
selected.  These would be form elements such as checkboxes, radio
buttons, un-clicked buttons and multi-select lists.

M!ke

-Original Message-
From: Chelsie Lawson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 7:12 AM
To: CF-Talk
Subject: Firefox Compatibility

The web application I created will not insert the data into my Db.
The app works fine with IE.

The error says that a certain field is missing in the results table of
my DB... :

The given fieldname  could not be found in the table Results


Do I need to download something on my CF server to make my application
work in firefox?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262208
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Munson, Jacob
 One last thing (Jacob Munson), Vista can't be compared to a 
 virus protection
 application (Norton's, etc). That is what they do...manage virus
 definitions. Vista is the OS. If Vista has a hole, MSFT will 
 fix it. If a
 new virus comes out, MSFT will update One Care's virus 
 definitions (a virus
 protecting program).

I think you got confused, John.  I was NOT comparing Vista to Virus
protection, but that is what Microsoft and Dave were doing, but stating
that you DON'T need virus protection with Vista.  Their argument was
that Vista is strong enough to protect against ALL future virus attacks,
and therefore antivirus software is redundant and unnecessary.  I
strongly disagree, and from what you said, I think you and I are on the
same page here.  Now, was Microsoft including One Care in their blanket
statement that Vista won't need virus protection?  I don't know.  Maybe
not, and their whole point was that you don't need /3rd party/ virus
protection.  But I thought I heard somewhere that Microsoft is not going
to include their virus scanner with Vista by default?





--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==
EMF idahopower.com made the previous annotations.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
It's fun.  Try it.


 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 9:19 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 So, if my code on my action page is:
 cfinsert datasource=studentsurvey tablename=Results
 
 I need to add:
 cfdump var=#form#
 cfinsert datasource=studentsurvey tablename=Results
 
 what will this do?
 
 
 
 
 CF cares nothing about what browser you use.
 
 My first suggestion is to CFDUMP every scope you are using: URL, FORM,
 etc.
 
 Then, try each browser and look for the differences.  I assume that,
 since you are inserting data, that you are using a form, so use cfdump
 var=#form# and test it with both browsers.
 
 Also, make sure you are following the EXACT SAME procedure/data for
 testing both browsers.
 
 Certain form elements won't appear in the form scope if they are not
 selected.  These would be form elements such as checkboxes, radio
 buttons, un-clicked buttons and multi-select lists.
 
 M!ke
 
 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 7:12 AM
 To: CF-Talk
 Subject: Firefox Compatibility
 
 The web application I created will not insert the data into my Db.
 The app works fine with IE.
 
 The error says that a certain field is missing in the results table of
 my DB... :
 
 The given fieldname  could not be found in the table Results
 
 
 Do I need to download something on my CF server to make my application
 work in firefox?
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
here's the results:



struct
Submit Evaluation
CLASSIFICATION  Freshman
COMMENTStest
DATEMODIFIED11/30/2006
FACULTY_ID  334
FIELDNAMES  
STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,QUESTION21,QUESTION22,COMMENTS,
GENDER  M
GPA A
INDEXNO A60328301001
NUMOFSTUDENTS   A
QUESTION1   A
QUESTION10  A
QUESTION11  A
QUESTION12  A
QUESTION13  A
QUESTION14  A
QUESTION15  A
QUESTION16  A
QUESTION17  A
QUESTION18  A
QUESTION19  A
QUESTION2   A
QUESTION20  A,B
QUESTION21  A
QUESTION22  A
QUESTION3   A
QUESTION4   A
QUESTION5   A
QUESTION6   A
QUESTION7   A
QUESTION8   A
QUESTION9   A
REASON4COURSE   A
STUDENTID   **
TIMEMODIFIED10:37:14

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
I'd take the advice of others on the list and ditch the cfinsert, and use
cfquery with an insert statement.  It's a little more code, but it makes it
MUCH easier to maintain and debug.  

Don't forget to use cfqueryparam too.  It's just good practice.

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 9:31 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 here's the results:
 
 
 
 struct
   Submit Evaluation
 CLASSIFICATIONFreshman
 COMMENTS  test
 DATEMODIFIED  11/30/2006
 FACULTY_ID334
 FIELDNAMES
   STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,GENDER,
 CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,QUESTION2,
 QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,QUESTION
 9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,QUESTION15,
 QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,QUESTION21,QU
 ESTION22,COMMENTS,
 GENDERM
 GPA   A
 INDEXNO   A60328301001
 NUMOFSTUDENTS A
 QUESTION1 A
 QUESTION10A
 QUESTION11A
 QUESTION12A
 QUESTION13A
 QUESTION14A
 QUESTION15A
 QUESTION16A
 QUESTION17A
 QUESTION18A
 QUESTION19A
 QUESTION2 A
 QUESTION20A,B
 QUESTION21A
 QUESTION22A
 QUESTION3 A
 QUESTION4 A
 QUESTION5 A
 QUESTION6 A
 QUESTION7 A
 QUESTION8 A
 QUESTION9 A
 REASON4COURSE A
 STUDENTID **
 TIMEMODIFIED  10:37:14
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Rick Root
It's interesting that FORM.FIELDNAMES has a trailing comma.

I have no idea why it would, but that might be the cause of the problem.

Ditch cfinsert and use cfquery instead =)  It's safer and performs 
better, and is far easier to debug.

Rick

Chelsie Lawson wrote:
 here's the results:
 
 
 FIELDNAMES
 STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,QUESTION21,QUESTION22,COMMENTS,

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262213
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange (non consistent) behaviour in CF

2006-11-30 Thread John Blayter
Mark,

Yesterday I came across the same problem but I am still scratching my head
on any solutions. Have you found anything yet?

Thanks

John

On 11/29/06, Jon Clausen [EMAIL PROTECTED] wrote:

 Mark,

 Any chance there is a cfflush in any of the code being executed
 (Maybe in an if statement that's not being delivered every time)
 before the cflocation that would be preventing it from executing?

 Jon

 On Nov 29, 2006, at 10:31 AM, Mark Drew wrote:

  Actually... more information here
 
  we have a cflocation in what would be midway down a page (includes
  etc etc) but it seems that if it hits a redirect, the ORIGINAL page
  displays, the new URL is there but the user isnt being forwarded
  this happens but not in a consistent manner.
 
  Any ideas?
 
  MD
  On 29 Nov 2006, at 15:00, Claude Schneegans wrote:
 
  On one of our servers, we are getting a page stopping rendering
  half-
  way down the page, has anyone seen this happen before?
 
  Another reason for this could be an error deep in the HTML code
  so that one cannot see it on the page.
  In that case, viewing the source will help.
 
  --
  ___
  REUSE CODE! Use custom tags;
  See http://www.contentbox.com/claude/customtags/tagstore.cfm
  (Please send any spam to this address: [EMAIL PROTECTED])
  Thanks.
 
 
 
 
 

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
did I mention that I'm completely new to CFwhat would be the query code?

cfquery name=AddEval datasource=studentsurvey
INSERT INTO Results
/cfquery
do I have to list EVERY field with # # around them, separated by a comma??


 It's interesting that FORM.FIELDNAMES has a trailing comma.
 
 I have no idea why it would, but that might be the cause of the 
 problem.
 
 Ditch cfinsert and use cfquery instead =)  It's safer and performs 
 better, and is far easier to debug.
 
 Rick
 
 Chelsie Lawson wrote:
  here's the results:
  
  
  FIELDNAMES  STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,
 GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,
 QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,
 QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,
 QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,
 QUESTION21,QUESTION22,COMMENTS,

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262216
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Joshua Cyr
You should compare the dump results on IE and FF.  See if there is any
change in data or fields.  If so that is where you look in your form code. 


Joshua Cyr
Savvy Software
866.870.6358
www.besavvy.com

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 10:46 AM
To: CF-Talk
Subject: RE: Firefox Compatibility

I'd take the advice of others on the list and ditch the cfinsert, and use
cfquery with an insert statement.  It's a little more code, but it makes it
MUCH easier to maintain and debug.  

Don't forget to use cfqueryparam too.  It's just good practice.

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 9:31 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 here's the results:
 
 
 
 struct
   Submit Evaluation
 CLASSIFICATIONFreshman
 COMMENTS  test
 DATEMODIFIED  11/30/2006
 FACULTY_ID334
 FIELDNAMES
   STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,GENDER,
 CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,QUESTION2,
 QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,QUESTION
 9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,QUESTION15,
 QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,QUESTION21,QU
 ESTION22,COMMENTS,
 GENDERM
 GPA   A
 INDEXNO   A60328301001
 NUMOFSTUDENTS A
 QUESTION1 A
 QUESTION10A
 QUESTION11A
 QUESTION12A
 QUESTION13A
 QUESTION14A
 QUESTION15A
 QUESTION16A
 QUESTION17A
 QUESTION18A
 QUESTION19A
 QUESTION2 A
 QUESTION20A,B
 QUESTION21A
 QUESTION22A
 QUESTION3 A
 QUESTION4 A
 QUESTION5 A
 QUESTION6 A
 QUESTION7 A
 QUESTION8 A
 QUESTION9 A
 REASON4COURSE A
 STUDENTID **
 TIMEMODIFIED  10:37:14
 
 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262217
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Marketing CF

2006-11-30 Thread Brad Wood
Sorry this is a bit off topic, but it's been bothering me...

 

pseudo-rant

 

So I was talking to a friend from my church last weekend.  He owns an
automotive spring shop and is trying to get a website up (products,
shopping cart etc..), but all he knows is HTML.

His first problem in my opinion is that he is paying someone to
hand-build hundreds of STATIC HTML pages which contain all of his
available products.  I just couldn't seem to convince him that he REALLY
needed a database.  But that's not what bothered me though.  Before I
even mentioned he should use CF, I told him that's what I code in, and
he recognized it from searching the WEB (he's done a little homework).
His first response was, Oh, I looked at ColdFusion, but it was *way*
too expensive.   Well, all this guy really wants/needs is a small
hosted site in a shared environment for not more than 15 bucks a month.
No problem.

So, how is it that people search the web and completely miss that fact?
He actually thought he was going to have to pay thousands of dollars for
ColdFusion server!  

I know we've had discussions about the cost vs price of CF, but that's
not really what this is about.  It just bugs me that when an uneducated
(but smart) person looks on the web for the first time the impression
they can get is Don't use CF, it will cost you thousands of dollars.
When people sign up for cheap shared hosting accounts, they don't assume
they will need to purchase their operations system, database licenses,
or any of that shmoo.

 

I guess it just bugs me that it is easy for people to completely turn
away from CF without ever looking at it just because no-one was there to
explain it. I want to see CF succeed in the market, obviously.  What can
we do (not that we aren't already) to help spread correct info.

 

/pseudo-rant

 

~Brad



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
I'd take the advice of others on the list and ditch the cfinsert, and use
cfquery with an insert statement.  It's a little more code, but it makes it
MUCH easier to maintain and debug.  

Don't forget to use cfqueryparam too.  It's just good practice.






what's the cfqueryparam code? where does it go?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262219
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hostingatoz anyone?

2006-11-30 Thread Munson, Jacob
I've never heard of them, but with prices that low, they're probably
similar in quality to xtreme-host.com which I wouldn't recommend, from
personal experience.  But who knows, you might have found a winner.

 -Original Message-
 From: Adrian Wagner [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 30, 2006 12:48 AM
 
 Hi guys,
  
 I'm currently developing a site in CF for a local band. I usually have
 my standard hosts (in Switzerland, the USA or Australia) but 
 the pricing
 is really just applicable for my commercial clients. So, I had a look
 around. GoDaddy is cheap, but gets very mixed (or should we say bad)
 reviews. Then I came across hostingatoz.com. The pricing is absolutely
 ridiculous for CF hosting. The things I've read so far on the boards
 seem to be ok.

EMF idahopower.com made the following annotations.
--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262220
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: SQL question

2006-11-30 Thread Chad Gray
I am not a MS SQL guru and this bit of SQL is about as advanced as I get.

I am basically doing a query on a table of catalogs and elements inside of the 
catalog.  Each element has a history of status changes (new, in progress, done 
etc).

I want to get the most current status for the element from the Statushistory 
table so I use MAX() on the UID of the history table (see the second left join).

Then I take that max UID and use it to look up the information on the Status 
(see the third left join).

Is there a better way of writing this?  If there are a lot of elements (100 or 
more) then the query can take a couple of seconds to perform.


SELECT c.CatalogID, c.CatalogName, e.*, es.ElementStatus, es.ElementStatusDate, 
es.UserName
FROM Catalogs as c
LEFT JOIN Elements as e ON c.CatalogID = e.CatalogID
LEFT JOIN (
SELECT MAX(ElementStatusHistoryID) as MaxESHID, ElementID
FROM ElementStatusHistory
GROUP BY ElementID
) as maxESH ON (e.ElementID = maxESH.ElementID)
LEFT JOIN (
SELECT ElementStatusHistoryID, ElementStatus, ElementStatusDate, 
UserName
FROM ElementStatusHistory
) as es ON (es.ElementStatusHistoryID = maxESH.MaxESHID)
WHERE c.CatalogID = 10


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262221
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Rick Root
Chelsie Lawson wrote:
 did I mention that I'm completely new to CFwhat would be the query code?
 
 cfquery name=AddEval datasource=studentsurvey
   INSERT INTO Results
   /cfquery
 do I have to list EVERY field with # # around them, separated by a comma??

Yes.

cfquery name=AddEval datasource=studentsurvey
INSERT INTO Results
( field1, field2, field3, field4 ... )
VALUES
(
cfqueryparam cfsqltype=fieldtype1 value=#form.fieldname1#,
cfqueryparam cfsqltype=fieldtype2 value=#form.fieldname2#,
cfqueryparam cfsqltype=fieldtype3 value=#form.fieldname3#,
cfqueryparam cfsqltype=fieldtype4 value=#form.fieldname4#,
...
)
/cfquery

look at the documentation for cfqueryparam to find out what to use for 
the cfsqltype values.

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:26
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Marketing CF

2006-11-30 Thread Matt Williams
I would agree Brad. Perhaps Adobe's site (at least the CF part) needs
to have some separation for What type of potential customer are you?
Then a guy like your friend may get channeled into some pages that
explain for as littles $x.xx / month you can have a fully dynamic,
database driven site for your store.

I guess for now though, it is up to us developers to be the marketing
people in the field, if for no other reason than job security. :)

Matt

On 11/30/06, Brad Wood [EMAIL PROTECTED] wrote:
 Sorry this is a bit off topic, but it's been bothering me...



 pseudo-rant



 So I was talking to a friend from my church last weekend.  He owns an
 automotive spring shop and is trying to get a website up (products,
 shopping cart etc..), but all he knows is HTML.

 His first problem in my opinion is that he is paying someone to
 hand-build hundreds of STATIC HTML pages which contain all of his
 available products.  I just couldn't seem to convince him that he REALLY
 needed a database.  But that's not what bothered me though.  Before I
 even mentioned he should use CF, I told him that's what I code in, and
 he recognized it from searching the WEB (he's done a little homework).
 His first response was, Oh, I looked at ColdFusion, but it was *way*
 too expensive.   Well, all this guy really wants/needs is a small
 hosted site in a shared environment for not more than 15 bucks a month.
 No problem.

 So, how is it that people search the web and completely miss that fact?
 He actually thought he was going to have to pay thousands of dollars for
 ColdFusion server!

 I know we've had discussions about the cost vs price of CF, but that's
 not really what this is about.  It just bugs me that when an uneducated
 (but smart) person looks on the web for the first time the impression
 they can get is Don't use CF, it will cost you thousands of dollars.
 When people sign up for cheap shared hosting accounts, they don't assume
 they will need to purchase their operations system, database licenses,
 or any of that shmoo.



 I guess it just bugs me that it is easy for people to completely turn
 away from CF without ever looking at it just because no-one was there to
 explain it. I want to see CF succeed in the market, obviously.  What can
 we do (not that we aren't already) to help spread correct info.



 /pseudo-rant



 ~Brad

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Marketing CF

2006-11-30 Thread Rick Root
Brad Wood wrote:
 
 So, how is it that people search the web and completely miss that fact?
 He actually thought he was going to have to pay thousands of dollars for
 ColdFusion server!  

Not much you can do about that aspect of it.  Unlike PHP and ASP/.NET 
 there *IS* a price associated with Coldfusion - one that typically 
gets passed onto the web site owners in the form of more expensive web 
site hosting.. but yeah I see your point.

He obviously must not understand the concept of web hosting companies.

Rick

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262224
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
http://tinyurl.com/oo49m

It's basically a tag that makes sure that the value you are trying to
insert/select/update into your database is of the correct type (ie, date,
varchar, int, bit, etc).  You wrap it around your field values.  Helps make
your app much more secure as it prevents sql injection attacks.  It also
helps debugging in that you don't have to worry about whether you included
quotes around text fields vs. date/int/etc fields.

Again, a little bit more typing, but worth it when you go to make a change
to the application months down the road.

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 9:51 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 I'd take the advice of others on the list and ditch the cfinsert, and use
 cfquery with an insert statement.  It's a little more code, but it makes
it
 MUCH easier to maintain and debug.
 
 Don't forget to use cfqueryparam too.  It's just good practice.
 
 
 
 
 
 
 what's the cfqueryparam code? where does it go?
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
the IE dump results did not have a comma after commentsbut how do you get 
rid of that for Firefox?
it makes sense that that comma would be the problem.






 It's interesting that FORM.FIELDNAMES has a trailing comma.
 
 I have no idea why it would, but that might be the cause of the 
 problem.
 
 Ditch cfinsert 
and use cfquery instead =)  It's safer and performs 
 better, and is far easier to debug.
 
 Rick
 
 Chelsie Lawson wrote:
  here's the results:
  
  
  FIELDNAMES  STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,
 GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,
 QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,
 QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,
 QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,
 QUESTION21,QUESTION22,COMMENTS,

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Joshua Cyr
Check your form code.  Those results mean that the browsers are picking up
an empty form field or something else odd.  Coding your own cfquery is good
for all the reasons already mentioned, but you really should clean up the
form too in case it presents other problems down the road. 


Joshua Cyr
Savvy Software
866.870.6358
www.besavvy.com

-Original Message-
From: Chelsie Lawson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 10:05 AM
To: CF-Talk
Subject: Re: Firefox Compatibility

the IE dump results did not have a comma after commentsbut how do you
get rid of that for Firefox?
it makes sense that that comma would be the problem.






 It's interesting that FORM.FIELDNAMES has a trailing comma.
 
 I have no idea why it would, but that might be the cause of the 
 problem.
 
 Ditch cfinsert
and use cfquery instead =)  It's safer and performs 
 better, and is far easier to debug.
 
 Rick
 
 Chelsie Lawson wrote:
  here's the results:
  
  
  FIELDNAMES  STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,
 GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,
 QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,
 QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,
 QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,
 QUESTION21,QUESTION22,COMMENTS,



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Jim Wright
As for the cause of this, it looks like Firefox will send a form value 
for anything with name=, but IE does not, so perhaps that is the 
problem.   It seems like you should see that listed in your cfdump 
though, and I don't see anything without a name.  It looks like both IE 
and FF will submit something named name= , which would also probably 
hose a cfinsert.

But as was mentioned...+1 to ditching cfinsert.



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: DNS Problems...

2006-11-30 Thread Jon Clausen
Jon Clausen
President
EZ Outdoor Systems, LLC
5747 28th St. - Ste 267
Grand Rapids, MI 49546

http://www.ezods.com
http://blog.ezods.com


On Nov 30, 2006, at 8:15 AM, Rick Faircloth wrote:

 copy the DB to disk and then up to another account
 would be better than 3 days of nothing.

 If I don't get this straightened out shortly, I'll have to go that  
 route
 and set up a CF hosting account somewhere else and upload
 the MySQL DB so they can get back to work!

 I keep thinking that I'll get this straightened out anytime, but my
 client's patience is wearing very thin.  I convinced them that it  
 would
 be better and cheaper to have me host the app here rather than
 pay for another installation of CF, the server OS and hardware,
 as well as paying me to administer all of that.

 While this is not a problem with my server or the app, they still are
 stuck in this situation based on my recommendation.

 cfoutputegg on my face/cfoutput

 Rick


 -Original Message-
 From: Tom Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 4:21 AM
 To: CF-Talk
 Subject: Re: OT: DNS Problems...

 On Wednesday 29 November 2006 16:20, Rick Faircloth wrote:
 Windows 2000 Server Advanced to achieve that, and that was cost-
 prohibitive.

 You maybe don't need active failover. Maybe it's good enough for  
 you to have
 a
 standby account you can bring online quickly. From the recent  
 outage, it
 sounds like a half day downtime to drive to the data center and  
 copy the DB
 to disk and then up to another account would be better than 3 days of
 nothing.
 I can't see why you can't bill the client for 'disaster recovery',  
 but then
 many people wont pay for it until they've been bitten.

 I take one step at a time as a 1-man operation.  There's only so many
 irons I can put into the fire at once.

 Been there :-)

 -- 
 Tom Chiverton
 Helping to enthusiastically disseminate virtual m-commerce

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in  
 England and
 Wales under registered number OC307980 whose registered office  
 address is at
 St James's Court Brown Street Manchester M2 2JF.  A list of members is
 available for inspection at the registered office. Any reference to a
 partner in relation to Halliwells LLP means a member of Halliwells  
 LLP.
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named  
 above and may
 be confidential or legally privileged.  If you are not the  
 addressee you
 must not read it and must not use any information contained in nor  
 copy it
 nor inform any person other than Halliwells LLP or the addressee of  
 its
 existence or contents.  If you have received this email in error  
 please
 delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.




 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: changing jsessionid in the middle of my session

2006-11-30 Thread Dave Watts
 Even that this topic is very old, I will reply because it 
 might help other people having the same problem to come to a solution.
 
 We came toward this issue some weeks ago. After a lot of 
 investigation and changes in our code, we finally locate that 
 the source of the problem was the J2EE Session Variables.
 
 In our application this random drop of sessions was 
 happening only with Internet Explorer (Firefox was managing 
 correctly the J2EE sessions) and only when we were submitting FORMS.
 
 This problem can be easily solved by disabling the J2EE 
 Session Variables from the Coldfusion Administration.
 
 If you need the J2EE sessions for sharing sessions between 
 JAVA  Coldfusion applications, then you should investigate 
 for another solution.

I've been using J2EE session variables with IE for years, without any
problems specific to the J2EE session token. I think, from reading your
previous post, that this only occurs when performing file uploads while
placing the session token in the URL. Is that correct?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: DNS Problems...

2006-11-30 Thread Jon Clausen
Sorry,

Must have hit send by mistake.

My bad.

-Jon

On Nov 30, 2006, at 11:26 AM, Jon Clausen wrote:

 Jon Clausen
 President
 EZ Outdoor Systems, LLC
 5747 28th St. - Ste 267
 Grand Rapids, MI 49546

 http://www.ezods.com
 http://blog.ezods.com


 On Nov 30, 2006, at 8:15 AM, Rick Faircloth wrote:

 copy the DB to disk and then up to another account
 would be better than 3 days of nothing.

 If I don't get this straightened out shortly, I'll have to go that
 route
 and set up a CF hosting account somewhere else and upload
 the MySQL DB so they can get back to work!

 I keep thinking that I'll get this straightened out anytime, but my
 client's patience is wearing very thin.  I convinced them that it
 would
 be better and cheaper to have me host the app here rather than
 pay for another installation of CF, the server OS and hardware,
 as well as paying me to administer all of that.

 While this is not a problem with my server or the app, they still are
 stuck in this situation based on my recommendation.

 cfoutputegg on my face/cfoutput

 Rick


 -Original Message-
 From: Tom Chiverton [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 4:21 AM
 To: CF-Talk
 Subject: Re: OT: DNS Problems...

 On Wednesday 29 November 2006 16:20, Rick Faircloth wrote:
 Windows 2000 Server Advanced to achieve that, and that was cost-
 prohibitive.

 You maybe don't need active failover. Maybe it's good enough for
 you to have
 a
 standby account you can bring online quickly. From the recent
 outage, it
 sounds like a half day downtime to drive to the data center and
 copy the DB
 to disk and then up to another account would be better than 3 days of
 nothing.
 I can't see why you can't bill the client for 'disaster recovery',
 but then
 many people wont pay for it until they've been bitten.

 I take one step at a time as a 1-man operation.  There's only so  
 many
 irons I can put into the fire at once.

 Been there :-)

 -- 
 Tom Chiverton
 Helping to enthusiastically disseminate virtual m-commerce

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in
 England and
 Wales under registered number OC307980 whose registered office
 address is at
 St James's Court Brown Street Manchester M2 2JF.  A list of  
 members is
 available for inspection at the registered office. Any reference to a
 partner in relation to Halliwells LLP means a member of Halliwells
 LLP.
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named
 above and may
 be confidential or legally privileged.  If you are not the
 addressee you
 must not read it and must not use any information contained in nor
 copy it
 nor inform any person other than Halliwells LLP or the addressee of
 its
 existence or contents.  If you have received this email in error
 please
 delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.






 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: SQL question

2006-11-30 Thread Jochem van Dieten
Chad Gray wrote:
 
 I am basically doing a query on a table of catalogs and elements 
 inside of the catalog.  Each element has a history of status changes 
 (new, in progress, done etc).

So each element always has a corresponding value in the history table.


 SELECT c.CatalogID, c.CatalogName, e.*, es.ElementStatus, es.
 ElementStatusDate, es.UserName
 FROM Catalogs as c
 LEFT JOIN Elements as e ON c.CatalogID = e.CatalogID
 LEFT JOIN (
   SELECT MAX(ElementStatusHistoryID) as MaxESHID, ElementID
   FROM ElementStatusHistory
   GROUP BY ElementID
 ) as maxESH ON (e.ElementID = maxESH.ElementID)
 LEFT JOIN (
   SELECT ElementStatusHistoryID, ElementStatus, ElementStatusDate, 
 UserName
   FROM ElementStatusHistory
 ) as es ON (es.ElementStatusHistoryID = maxESH.MaxESHID)
 WHERE c.CatalogID = 10

Try:

SELECT
  c.CatalogID,
  c.CatalogName,
  e.*, es.ElementStatus,
  es. ElementStatusDate,
  es.UserName
FROM
Catalogs C
LEFT JOIN
(
SELECT *
FROM
(
SELECT MAX(ElementStatusHistoryID) as MaxESHID, 
ElementID
FROM ElementStatusHistory
GROUP BY ElementID
) tmp
INNER JOIN
ElementStatusHistory ON es.ElementStatusHistoryID = 
tmp.MaxESHID
INNER JOIN
Elements ON e.ElementID = tmp.ElementID
) E ON C.CatalogID = E.CatalogID

Jochem

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SQL question

2006-11-30 Thread Gaulin, Mark
That looks like the right/only way to do it as far as I know. 
Mark

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 11:02 AM
To: CF-Talk
Subject: OT: SQL question

I am not a MS SQL guru and this bit of SQL is about as advanced as I
get.

I am basically doing a query on a table of catalogs and elements inside
of the catalog.  Each element has a history of status changes (new, in
progress, done etc).

I want to get the most current status for the element from the
Statushistory table so I use MAX() on the UID of the history table (see
the second left join).

Then I take that max UID and use it to look up the information on the
Status (see the third left join).

Is there a better way of writing this?  If there are a lot of elements
(100 or more) then the query can take a couple of seconds to perform.


SELECT c.CatalogID, c.CatalogName, e.*, es.ElementStatus,
es.ElementStatusDate, es.UserName FROM Catalogs as c LEFT JOIN Elements
as e ON c.CatalogID = e.CatalogID LEFT JOIN (
SELECT MAX(ElementStatusHistoryID) as MaxESHID, ElementID
FROM ElementStatusHistory
GROUP BY ElementID
) as maxESH ON (e.ElementID = maxESH.ElementID) LEFT JOIN (
SELECT ElementStatusHistoryID, ElementStatus, ElementStatusDate,
UserName
FROM ElementStatusHistory
) as es ON (es.ElementStatusHistoryID = maxESH.MaxESHID) WHERE
c.CatalogID = 10




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262233
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Munson, Jacob
 http://tinyurl.com/oo49m

Sorry for the OT self promotion, but rather than sending a LiveDocs URL
to tinyurl, you could post a short URL from CFQuickDocs:
http://cfquickdocs.com/?getDoc=cfqueryparam

It's not quite as short as tinyurls, but it still won't wrap.  :)





--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==
EMF idahopower.com made the previous annotations.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
Ok...I've inserted the *all in favor of cfquery* code into my test app. haha 
But, I'm getting the error on line 49, which is my comments textbox.


Here's the error:
 Error Executing Database Query.
Syntax error in INSERT INTO statement.
 
The error occurred in C:\CFusionMX7\wwwroot\CourseEvalsUserAuth\action.cfm: 
line 49

47 :cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
48 :cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
49 :cfqueryparam cfsqltype=cf_sql_longvarchar value=#form.Comments#
50 :)
51 :/cfquery   

Here's my code from my form page:
cftextarea name=Comments width=500 cols=100/cftextarea



and here's the *new*query statement
cfquery name=AddEval datasource=studentsurvey
INSERT INTO Results

(StudentID,INDEXNO,FACULTY_ID,DateModified,TimeModified,Gender,Classification,GPA,Reason4Course,NumOfStudents,Question1,Question2,Question3,Question4,Question5,Question6,Question7,Question8,Question9,Question10,Question11,Question12,Question13,Question14,Question15,Question16,Question17,Question18,Question19,Question20,Question21,Question22,Comments
VALUES
(
cfqueryparam cfsqltype=cf_sql_varchar value=#form.StudentID#,
cfqueryparam cfsqltype=cf_sql_longvarchar value=#form.INDEXNO#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.FACULTY_ID#,
cfqueryparam cfsqltype=cf_sql_date value=#form.DateModified#,
cfqueryparam cfsqltype=cf_sql_time value=#form.TimeModified#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Gender#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Classification#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.GPA#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Reason4Course#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.NumOfStudents#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question1#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question2#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question3#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question4#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question5#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question6#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question7#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question8#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question9#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question10#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question11#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question12#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question13#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question14#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question15#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question16#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question17#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question18#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question19#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question20#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
cfqueryparam cfsqltype=cf_sql_varchar value=#form.Comments#
)
/cfquery 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
Cool.  I didn't even know about that.

Thanks!

 -Original Message-
 From: Munson, Jacob [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 11:44 AM
 To: CF-Talk
 Subject: RE: Firefox Compatibility
 
  http://tinyurl.com/oo49m
 
 Sorry for the OT self promotion, but rather than sending a LiveDocs URL
 to tinyurl, you could post a short URL from CFQuickDocs:
 http://cfquickdocs.com/?getDoc=cfqueryparam
 
 It's not quite as short as tinyurls, but it still won't wrap.  :)
 
 
 
 
 


--
 This transmission may contain information that is privileged, confidential
and/or
 exempt from disclosure under applicable law. If you are not the intended
 recipient, you are hereby notified that any disclosure, copying,
distribution, or
 use of the information contained herein (including any reliance thereon)
is
 STRICTLY PROHIBITED. If you received this transmission in error, please
 immediately contact the sender and destroy the material in its entirety,
whether
 in electronic or hard copy format. Thank you.
 
 ==
 
 EMF idahopower.com made the previous annotations.
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFLOCK around CFINDEX and CFSEARCH ???

2006-11-30 Thread Dave Phillips
Hi, on MX 6.1, do we need to put a CFLOCK around CFINDEX and CFSEARCH?  I've 
read in some places we do, and in other places we don't.  

Can anyone confirm?  We are having alot of CF restarts and are wondering if 
this is the issue (we do NOT currently have any CFLOCKS and we do real-time 
indexing when data is changed by a content administrator).

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262237
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFMX on Amazon EC2?

2006-11-30 Thread Smith, Ed
Has anybody tried to get CFMX running on Amazon EC2?  One of our sysadmins
here mentions that we've had CFMX running under Xen with no problems, so I
would guess it works.  Could be a very interesting option for CF hosting.

I wonder how the licensing would work out..

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
What datatype is your Comments field?  What database are you using?

Also, I noticed that your code has a little indiscrepancy.  The error
message you supply is saying that the cfsqltype is longvarchar and your code
paste says it is type varchar.  Not sure if that is a typo, or if it would
technically matter in this case, but thought I'd point it out.

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 10:36 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 Ok...I've inserted the *all in favor of cfquery* code into my test app.
haha
 But, I'm getting the error on line 49, which is my comments textbox.
 
 
 Here's the error:
  Error Executing Database Query.
 Syntax error in INSERT INTO statement.
 
 The error occurred in
C:\CFusionMX7\wwwroot\CourseEvalsUserAuth\action.cfm:
 line 49
 
 47 :  cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
 48 :  cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
 49 :  cfqueryparam cfsqltype=cf_sql_longvarchar
 value=#form.Comments#
 50 :  )
 51 :  /cfquery
 
 Here's my code from my form page:
 cftextarea name=Comments width=500 cols=100/cftextarea
 
 
 
 and here's the *new*query statement
   cfquery name=AddEval datasource=studentsurvey
   INSERT INTO Results
   (StudentID,INDEXNO,FACULTY_ID,DateModified,TimeModified,Gender,Cla

ssification,GPA,Reason4Course,NumOfStudents,Question1,Question2,Question3,Q

uestion4,Question5,Question6,Question7,Question8,Question9,Question10,Questi
o

n11,Question12,Question13,Question14,Question15,Question16,Question17,Questi
 on18,Question19,Question20,Question21,Question22,Comments
   VALUES
   (
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.StudentID#,
   cfqueryparam cfsqltype=cf_sql_longvarchar
value=#form.INDEXNO#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.FACULTY_ID#,
   cfqueryparam cfsqltype=cf_sql_date value=#form.DateModified#,
   cfqueryparam cfsqltype=cf_sql_time value=#form.TimeModified#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Gender#,
   cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Classification#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.GPA#,
   cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.Reason4Course#,
   cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.NumOfStudents#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question1#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question2#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question3#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question4#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question5#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question6#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question7#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question8#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question9#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question10#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question11#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question12#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question13#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question14#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question15#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question16#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question17#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question18#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question19#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question20#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Comments#
   )
   /cfquery
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262239
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Firefox Compatibility

2006-11-30 Thread Munson, Jacob
 Cool.  I didn't even know about that.
 
 Thanks!

It works for functions too:
http://cfquickdocs.com/?getDoc=datediff

:)




--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==
EMF idahopower.com made the previous annotations.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Firefox Compatibility

2006-11-30 Thread Andy Matthews
Yep.

INSERT INTO table_name (
var_one,
var_two)
VALUES (
'#var_one#',
'#var_two#')

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 30, 2006 8:46 AM
To: CF-Talk
Subject: Re: Firefox Compatibility


did I mention that I'm completely new to CFwhat would be the query code?

cfquery name=AddEval datasource=studentsurvey
INSERT INTO Results
/cfquery
do I have to list EVERY field with # # around them, separated by a comma??


 It's interesting that FORM.FIELDNAMES has a trailing comma.

 I have no idea why it would, but that might be the cause of the
 problem.

 Ditch cfinsert and use cfquery instead =)  It's safer and performs
 better, and is far easier to debug.

 Rick

 Chelsie Lawson wrote:
  here's the results:
 
 
  FIELDNAMES  STUDENTID,INDEXNO,FACULTY_ID,DATEMODIFIED,TIMEMODIFIED,
 GENDER,CLASSIFICATION,GPA,REASON4COURSE,NUMOFSTUDENTS,QUESTION1,
 QUESTION2,QUESTION3,QUESTION4,QUESTION5,QUESTION6,QUESTION7,QUESTION8,
 QUESTION9,QUESTION10,QUESTION11,QUESTION12,QUESTION13,QUESTION14,
 QUESTION15,QUESTION16,QUESTION17,QUESTION18,QUESTION19,QUESTION20,
 QUESTION21,QUESTION22,COMMENTS,



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262241
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Firefox Compatibility

2006-11-30 Thread Chelsie Lawson
I'm using an access one right now (i know, i know)
my datatype is a memofield. 

that was just a typo. :)



What datatype is your Comments field?  What database are you using?

Also, I noticed that your code has a little indiscrepancy.  The error
message you supply is saying that the cfsqltype is longvarchar and your code
paste says it is type varchar.  Not sure if that is a typo, or if it would
technically matter in this case, but thought I'd point it out.

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 10:36 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 Ok...I've inserted the *all in favor of cfquery* code into my test app.
haha
C:\CFusionMX7\wwwroot\CourseEvalsUserAuth\action.cfm:
ssification,GPA,Reason4Course,NumOfStudents,Question1,Question2,Question3,Q

uestion4,Question5,Question6,Question7,Question8,Question9,Question10,Questi
o

n11,Question12,Question13,Question14,Question15,Question16,Question17,Questi
 on18,Question19,Question20,Question21,Question22,Comments
  VALUES
  (
  cfqueryparam cfsqltype=cf_sql_varchar value=#form.StudentID#,
  cfqueryparam cfsqltype=cf_sql_longvarchar
value=#form.INDEXNO#,
  cfqueryparam cfsqltype=cf_sql_varchar value=#form.FACULTY_ID#,
  cfqueryparam cfsqltype=cf_sql_date value=#form.DateModified#,
  cfqueryparam cfsqltype=cf_sql_time value=#form.TimeModified#,
  cfqueryparam cfsqltype=cf_sql_varchar value=#form.Gender#,
  cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Classification#,


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262242
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Dave Watts
 Their argument was that Vista is strong enough to 
 protect against ALL future virus attacks, and therefore 
 antivirus software is redundant and unnecessary.

My argument is that preventing a user from running applications is a more
secure approach than letting users run applications, but checking those
applications' safety at runtime against an existing list of known bad
applications. Therefore, if I were to choose a single mechanism for securing
desktops, it would be the former rather than the latter. To the extent that
Vista makes this easier, I'm all for it, but the concept of least privileges
is not a new thing, you know. Windows historically has had a very strong
security model; unfortunately, very few people actually use it!

I suspect that the vast majority of Windows users right here on this list
fall into this category. If you're running as an Administrator, and you have
antivirus software installed, that's you. I submit that this is far more
dangerous than running as a restricted user without antivirus software. It's
easier, I think, so I understand why people do this. But relying on
antivirus software for computer safety is a big mistake.

Of course, you can do both. But antivirus software introduces its own
problems. Here's Eugene Kaspersky's take on those problems:
http://www.viruslist.com/en/analysis?pubid=174405517

You might recognize his name; he's the director of Kaspersky Labs, a
well-known AV vendor (http://www.kaspersky.com/). I would assume he's biased
in favor of antivirus software, but the article is a good read.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262243
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Steve Brownlee
On the error page, sometimes the debug output provides you with the SQL
statement that it attempted to execute. You could copy that and paste it
directly into a query editor for your database (if you have one).

On first blush, perhaps you need a different cfsqltype since you're
inserting into a memo field.  It's been a looong time since I've used
Access.
cfqueryparam cfsqltype=cf_sql_clob
value=#form.Comments#

-Original Message-
From: Chelsie Lawson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 10:36 AM
To: CF-Talk
Subject: Re: Firefox Compatibility

Ok...I've inserted the *all in favor of cfquery* code into my test app.
haha But, I'm getting the error on line 49, which is my comments
textbox.


Here's the error:
 Error Executing Database Query.
Syntax error in INSERT INTO statement.
 
The error occurred in
C:\CFusionMX7\wwwroot\CourseEvalsUserAuth\action.cfm: line 49

47 :cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Question21#,
48 :cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Question22#,
49 :cfqueryparam cfsqltype=cf_sql_longvarchar
value=#form.Comments#
50 :)
51 :/cfquery   

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262244
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hostingatoz anyone?

2006-11-30 Thread Charlie Griefer
I use 'em.  It was looking for a CFMX 7 host, and their prices were
low enough that I was like, Charlie, how could you not?.  So I did.

At first, it was orgasmically good.  Any need that I had for support
was answered (and resolved) within 1-4 hours.  The tags/functions that
are disabled are minimal (stuff like cfexecute and cfregistry...and a
couple of functions i'd never even heard of).

This was back in late June/early July of this year.  Since then,
things have gotten a little...bumpy.  Web site's mostly been OK, but
e-mail's been unavailable more frequently than I'd care for (altho
they are currently upgrading their e-mail server and/or deploying
multiple new e-mail servers from what I understand).

I'm not sure if they grew too much too fast...but support tickets
started taking longer to get an answer to.

There's a fairly lengthy thread on easycfm.com that deals with them.
A few good reviews (mine), and a few bad.

http://www.easycfm.com/forums/viewmessages.cfm?Forum=29Topic=9021

I actually think they followed the thread there as they thanked me for
my favorable review.  I also think they probably heard a lot of what
was said, because lately it seems that things are swinging back in a
more favorable direction.

What it boils down to for me right now is I think they're a great host
if you just want a CF playground or a personal site.  I wouldn't at
this time host a paying customer there (at least not without full
disclosure that things might be choppy but the price is right) or
any sort of commercial site.

I was, at one point, paying CrystalTech $27 a month to host my
personal site.  Now, $27 a month really isn't bad when you get CF, SQL
Server, and the reliability of CrystalTech.  But given the amount of
traffic that my personal site gets...it was laffable for me to pay $27
a month on it.

Thing is...you can give it a try (the $35 a year plan gets you CFMX7
and SQL Server 2k5) and if you should find that you're not
happy...just find a new host.  Worst case scenario is that you're out
$35.  Best case scenario is that you've found a $35 a year host :)
that was pretty much my logic going in (altho I went for the $65 a
year plan...i'm a big spender g).

I should probably also point out that I may be a little favorably
biased because they are sponsoring our local CFUG by providing free
hosting for the group's siteso bear that in mind :)


On 11/30/06, Munson, Jacob [EMAIL PROTECTED] wrote:
 I've never heard of them, but with prices that low, they're probably
 similar in quality to xtreme-host.com which I wouldn't recommend, from
 personal experience.  But who knows, you might have found a winner.

  -Original Message-
  From: Adrian Wagner [mailto:[EMAIL PROTECTED]
  Sent: Thursday, November 30, 2006 12:48 AM
 
  Hi guys,
 
  I'm currently developing a site in CF for a local band. I usually have
  my standard hosts (in Switzerland, the USA or Australia) but
  the pricing
  is really just applicable for my commercial clients. So, I had a look
  around. GoDaddy is cheap, but gets very mixed (or should we say bad)
  reviews. Then I came across hostingatoz.com. The pricing is absolutely
  ridiculous for CF hosting. The things I've read so far on the boards
  seem to be ok.

 EMF idahopower.com made the following annotations.
 --
 This transmission may contain information that is privileged, confidential 
 and/or exempt from disclosure under applicable law. If you are not the 
 intended recipient, you are hereby notified that any disclosure, copying, 
 distribution, or use of the information contained herein (including any 
 reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
 in error, please immediately contact the sender and destroy the material in 
 its entirety, whether in electronic or hard copy format. Thank you.

 ==


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262245
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Firefox Compatibility

2006-11-30 Thread Ray Champagne
You also seem to be missing a ')' right before VALUES in your SQL.  Maybe
another typo into the email?

 -Original Message-
 From: Chelsie Lawson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 30, 2006 10:36 AM
 To: CF-Talk
 Subject: Re: Firefox Compatibility
 
 Ok...I've inserted the *all in favor of cfquery* code into my test app.
haha
 But, I'm getting the error on line 49, which is my comments textbox.
 
 
 Here's the error:
  Error Executing Database Query.
 Syntax error in INSERT INTO statement.
 
 The error occurred in
C:\CFusionMX7\wwwroot\CourseEvalsUserAuth\action.cfm:
 line 49
 
 47 :  cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
 48 :  cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
 49 :  cfqueryparam cfsqltype=cf_sql_longvarchar
 value=#form.Comments#
 50 :  )
 51 :  /cfquery
 
 Here's my code from my form page:
 cftextarea name=Comments width=500 cols=100/cftextarea
 
 
 
 and here's the *new*query statement
   cfquery name=AddEval datasource=studentsurvey
   INSERT INTO Results
   (StudentID,INDEXNO,FACULTY_ID,DateModified,TimeModified,Gender,Cla

ssification,GPA,Reason4Course,NumOfStudents,Question1,Question2,Question3,Q

uestion4,Question5,Question6,Question7,Question8,Question9,Question10,Questi
o

n11,Question12,Question13,Question14,Question15,Question16,Question17,Questi
 on18,Question19,Question20,Question21,Question22,Comments
   VALUES
   (
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.StudentID#,
   cfqueryparam cfsqltype=cf_sql_longvarchar
value=#form.INDEXNO#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.FACULTY_ID#,
   cfqueryparam cfsqltype=cf_sql_date value=#form.DateModified#,
   cfqueryparam cfsqltype=cf_sql_time value=#form.TimeModified#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Gender#,
   cfqueryparam cfsqltype=cf_sql_varchar
value=#form.Classification#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.GPA#,
   cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.Reason4Course#,
   cfqueryparam cfsqltype=cf_sql_varchar
 value=#form.NumOfStudents#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question1#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question2#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question3#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question4#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question5#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question6#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question7#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question8#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question9#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question10#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question11#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question12#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question13#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question14#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question15#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question16#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question17#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question18#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question19#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question20#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question21#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Question22#,
   cfqueryparam cfsqltype=cf_sql_varchar value=#form.Comments#
   )
   /cfquery
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262246
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Vista (was: CrystalTech outage?)

2006-11-30 Thread Tom Chiverton
On Thursday 30 November 2006 15:31, Munson, Jacob wrote:
 protection.  But I thought I heard somewhere that Microsoft is not going
 to include their virus scanner with Vista by default?

Last I heard, they weren't going to (URL up thread).
Instead, you'll get a box that flashes up all* the time saying 'your computer 
is about to explode, please pay microsoft some more money over at onecare to 
make it stop'.

Needless to say, hopefully, the EU will put a stop to it, at least over here 
(I don't hold out much hope for you US folks), before MS does a Netscape on 
yet another part of the IT industry. *Again*.

-- 
Tom Chiverton
Helping to confidentially optimize transparent eyeballs



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Vista (was: CrystalTech outage?)

2006-11-30 Thread Tom Chiverton
On Thursday 30 November 2006 16:31, Dave Watts wrote:
 Windows historically has had
 a very strong security model

:giggles and thinks of the Windows 98 login screen. They one you bypassed by 
pressing escape.

-- 
Tom Chiverton
Helping to administratively repurpose interdependent networks



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262248
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread Patrick McElhaney
 You are arguing that making ColdFusion behave like .NET is
 unnecessary because all that .NET is doing is making web
 development behave like desktop development. I agree that up
 until web 2.0, comparing web development with desktop
 development is like comparing apples and oranges. However,
 with the advent of RIA's, isn't that the direction we are
 headed?

No, I don't think so. Web 2.0 apps typically don't use the desktop metaphor.

A Web 2.0 app is more like a dynamic document. You're clicking around
to different pages even though the implementation involves a single
HTML document. For example, Gmail has a mailbox page, a message page,
a settings page, etc.

Instead of being confined by specialized components like list boxes
and tree controls, we have a document that we can change in an
infinite number of ways. For example, Gmail can drop a reply box right
at the end of the message list, and the rest of the page reflows
around it.

Instead of web apps moving in the direction of desktop apps, I'm
seeing the opposite. Desktop apps are beginning to pick up patterns
from web apps.

We're ahead of the curve. :)

Patrick


-- 
Patrick McElhaney
704.560.9117

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262249
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Enpterprise application?

2006-11-30 Thread Tom Chiverton
On Thursday 30 November 2006 13:09, Chris Peters wrote:
 I developed an intranet in ColdFusion at my last job and had forgotten to
 use var in one method, and users were getting other users' profiles when
 they logged in. This problem didn't surface until we were getting higher
 usage rates.

Aint it a bugger ?
You should submit your story via the adobe.com/go/wish along with a polite 
request for them to *sort it out*.
CF8 would be a good time for them to do this, but as I've been moaning in 
public and private to them about it since CF6, so who knows ?

I'd rather they fixed the leaking variables problem before the createObject() 
speed issue, myself, as a slow site is better than one that randomly crashes.

I just thought of another thing it could be is just a broken web cache 
somewhere along the line.

-- 
Tom Chiverton
Helping to completely target distributed synergies



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262250
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Dave Watts
  Windows historically has had a very strong security model
 
 :giggles and thinks of the Windows 98 login screen. They one 
 you bypassed by pressing escape.

Windows NT, ok? I never used Windows 98/95, so I don't even think about
those.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262251
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista (was: CrystalTech outage?)

2006-11-30 Thread Tom Chiverton
On Thursday 30 November 2006 17:33, Dave Watts wrote:
  :giggles and thinks of the Windows 98 login screen. They one
  you bypassed by pressing escape.
 Windows NT, ok? I never used Windows 98/95, so I don't even think about
 those.

:-)

-- 
Tom Chiverton
Helping to autoschediastically syndicate visionary e-markets



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Marketing CF

2006-11-30 Thread Patrick McElhaney
Yeah, I think I'll pay someone minimum wage to cut my grass with a
pair of scissors because lawnmowers are *way* too expensive.

Patrick

-- 
Patrick McElhaney
704.560.9117

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262253
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


conference registration app

2006-11-30 Thread Jim Wright
Any recommendations/leads on a CF based conference registration app, 
preferably with Authorize.net integration?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Marketing CF

2006-11-30 Thread Will Tomlinson
AMEN BROTHER!

Will

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: conference registration app

2006-11-30 Thread Will Tomlinson
Any recommendations/leads on a CF based conference registration app, 
preferably with Authorize.net integration?

Maybe shoot Michael Smith at Teratech an email. Bet he has some good leads.

Will

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262256
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Munson, Jacob
 My argument is that preventing a user from running 
 applications is a more
 secure approach than letting users run applications, but 
 checking those
 applications' safety at runtime against an existing list of known bad
 applications. Therefore, if I were to choose a single 
 mechanism for securing
 desktops, it would be the former rather than the latter. To 
 the extent that
 Vista makes this easier, I'm all for it, but the concept of 
 least privileges
 is not a new thing, you know. Windows historically has had a 
 very strong
 security model; unfortunately, very few people actually use it!

I agree, that approach is a lot more secure.  That's why Unix and it's
variants has done it that way for decades.  ;)
 
 I suspect that the vast majority of Windows users right here 
 on this list
 fall into this category. If you're running as an 
 Administrator, and you have
 antivirus software installed, that's you.

When it comes to Windows, I am in that boat, but that's because people
have told me that a lot of software just won't run if you're not an
admin.  And unlike Linux, there's no 'sudo' that works all the time in
Windows.  I've tried the 'runas' thingy you can get off resource kit
CDs, but it didn't work for some things.  However, word is that Windows
Vista fixes all this, so when I get into that OS, I'll definitely run as
a restricted user.  I do that in Linux, and I also do it with Databases
I administer.




EMF idahopower.com made the following annotations.
--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: conference registration app

2006-11-30 Thread Matt Robertson
I wrote my own, sort of.

I used ContentMonger, which I just released as free for noncommercial
use and $99 per commercial domain.  You can now get what was the full
Pro version in the Exchange download. Here's how I do conference reg.

1. CMonger has a built-in form generator and data handler.  Forms can
be secure and you can plug in your own code that supplements the form
prrocessor, or optionally replaces it.

2. The form generator has a form store that allows you to create a
form once, or any number of individual form components (like a U.S.
state drop-down) and re-use it in any other form as either an entirely
new form or a part of a new form.

3. So the developer creates a 'generic' event registration form with
all of the usual bells and whistles in the Form Store.

4. the client uses the CMS to write up all of the BS associated with
describing the conference event.  Several pages of same I would
assume.  For the registration page, they import the stored master
signup form with a mouse click or two and then just change the event
name, pricing, dates displayed and so on.

5. When the form is submitted, the customized code supplement you
wrote (an authnet call is real simple, and I actually just wrote a few
weeks ago real easily thanks to the code Crow T. Robot shared with me)
supplements the standard form processor.

If you need to add and permission users into the system as a part of
the signup process (I do that as part of an elearning module built
into the same system) you can do that as well.


-- 
[EMAIL PROTECTED]
Janitor, MSB Web Systems
mysecretbase.com

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


WOT: bad music taste

2006-11-30 Thread Nick Tong - TalkWebSolutions.co.uk
Okay admit it - -who's been listening to Ashlee
Simpsonhttp://www.last.fm/music/Ashlee+Simpsonover of the last.fm
coldusion group http://www.last.fm/group/Coldfusion/

-- 
Nick Tong

web: http://talkwebsolutions.co.uk
blog: http://succor.co.uk
f..works:http://cfframeworks.com
short urls:  http://wapurl.co.uk
green link: http://wapurl.co.uk/?4Z2YDLX


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Overwriting Printer Settings.

2006-11-30 Thread Varun Dixit
I am not quiet sure if this is a CSS issue or CF, but I have a template which 
when printed needs to have 0.5in margins on all side. But individual printer 
settings just screws up all the margins. Is there a way I could overwrite the 
individual printer settings using some code.

Any suggestions or pointers would be helpful?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Component timeout

2006-11-30 Thread Ky, Kajone
I am trying to set a timeout when invoking a method of a component. I
noticed that using cfinvoke only allows setting a timeout for web
sevices. Any suggestions?


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262262
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Component timeout

2006-11-30 Thread Dan Vega
What would you want to set a timeout for? The reason there is a timeout on a
ws is for connectivity reasons.
If there are any connectivity reasons locally (cant find component) those
should be trapped in a try
catch block. Just wondering why you would need to do this?

On 11/30/06, Ky, Kajone [EMAIL PROTECTED] wrote:

 I am trying to set a timeout when invoking a method of a component. I
 noticed that using cfinvoke only allows setting a timeout for web
 sevices. Any suggestions?


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262264
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: WOT: bad music taste

2006-11-30 Thread Rick Root
Nick Tong - TalkWebSolutions.co.uk wrote:
 Okay admit it - -who's been listening to Ashlee
 Simpsonhttp://www.last.fm/music/Ashlee+Simpsonover of the last.fm
 coldusion group http://www.last.fm/group/Coldfusion/

Only when I turn on the Jim Rome show, and only when he makes fun of her 
and plays that clip from the Orange Bowl halftime show a few years back.

I'd rather spend my time listening to Brian Vander Ark ( 
www.myspace.com/brianvanderark ) or Blowoff ( www.myspace.com/blowoff )

Rick


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262265
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: WOT: bad music taste

2006-11-30 Thread Rick Root
Rick Root wrote:
 
   I'd rather spend my time listening to Brian Vander Ark (
 www.myspace.com/brianvanderark ) or Blowoff ( www.myspace.com/blowoff )

er  http://www.blowoff.us =)

note to self, always check urls before emailing!



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262266
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Component timeout

2006-11-30 Thread Ky, Kajone
The method in the component that I am calling generates a HTTP request.
How would I set a timeout when invoking that method without having to
modify the component?


-Original Message-
From: Dan Vega [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 1:56 PM
To: CF-Talk
Subject: Re: Component timeout

What would you want to set a timeout for? The reason there is a timeout
on a ws is for connectivity reasons.
If there are any connectivity reasons locally (cant find component)
those should be trapped in a try catch block. Just wondering why you
would need to do this?

On 11/30/06, Ky, Kajone [EMAIL PROTECTED] wrote:

 I am trying to set a timeout when invoking a method of a component. I 
 noticed that using cfinvoke only allows setting a timeout for web 
 sevices. Any suggestions?


 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262267
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Dave Watts
 When it comes to Windows, I am in that boat, but that's 
 because people have told me that a lot of software just won't 
 run if you're not an admin.  And unlike Linux, there's no 
 'sudo' that works all the time in Windows.  I've tried the 
 'runas' thingy you can get off resource kit CDs, but it 
 didn't work for some things.  

The runas command is part of the operating system since Windows 2000,
actually. And, it actually does work all the time, in that it always lets
you run a process with a specific set of credentials. Unfortunately, some
software doesn't work if you're not an admin. Other software requires that
you set ACLs properly if you want to run it without being an admin (just
like Unix). Sometimes, you have to figure out what those ACLs might be.

Fortunately, though, if you want to run as a non-privileged user on Windows
XP, it is doable and practical for most knowledgeable users. I've been doing
it for quite some time, and the only real problem I've had is that it takes
me two or three steps, sometimes, to do something that I'd have previously
done in a single step.

 However, word is that Windows Vista fixes all this, so when 
 I get into that OS, I'll definitely run as a restricted user.

That's really what I was getting at. The best thing you can do to improve
user security is to run as a non-privileged user. Anything that makes this
easier is more important and more valuable than any other single thing you
can do to secure your computer.
  
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262268
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Component timeout

2006-11-30 Thread Munson, Jacob
You could specifiy the timeout in the HTTP request itself, instead of in
the encompassing component. 

 -Original Message-
 From: Ky, Kajone [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 30, 2006 12:13 PM
 To: CF-Talk
 Subject: RE: Component timeout
 
 The method in the component that I am calling generates a 
 HTTP request.
 How would I set a timeout when invoking that method without having to
 modify the component?
 
 
 -Original Message-
 From: Dan Vega [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 30, 2006 1:56 PM
 To: CF-Talk
 Subject: Re: Component timeout
 
 What would you want to set a timeout for? The reason there is 
 a timeout
 on a ws is for connectivity reasons.
 If there are any connectivity reasons locally (cant find component)
 those should be trapped in a try catch block. Just wondering why you
 would need to do this?

EMF idahopower.com made the following annotations.
--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262269
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Farcry Basics Connect Presentation

2006-11-30 Thread Stephen Moretti
In 40 minutes (8PM GMT) I'll be giving a presentation on the basics of Farcry 
(http://www.farcrycms.org/) and a brief demo of a couple features of Gonzales 
(Farcry 4)

If you're interested in attending here's the details:

Title : Farcry Basics and an Intro to Gonzales, Farcry 4
Time : 8pm GMT (TimeandDate.com - http://tinyurl.com/ya2nco)
Date : Thursday November 30th
Location : Adobe Connect http://adobechats.adobe.acrobat.com/r85058415/


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262270
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Sean Corfield, it's time to approve my post

2006-11-30 Thread Adam Churvis
Sean took this public, so I thought I would respond in public.

I saw that post about me that Sean put on his blog a couple of weeks ago, and 
it was obviously intended to make trouble for me because of the way he titled 
it and how he took what I said entirely out of context.  So I posted a comment 
to his blog that was simply a lead-in plus my posting in its entirety, so that 
people could see that Sean was twisting the truth.

Now I know that Sean's been on vacation, so I waited until he started posting 
to his blog again and approving other peoples' comments posted later than my 
own, but he still hasn't seen fit to display what I actually said alongside his 
spin.

So here's my original post in its entirety...
--
 I think the above response is drawing some pretty large conclusions
 that aren't based on any substantiated facts. 
 
You don't really need (and will probably not have) any substantiated facts at 
hand when drawing conclusions about future actions a public company might take. 
 All you have is instinct, an understanding of what truly drives public 
companies, market forces, technology innovations, etc, to guide you.  Licking 
your finger and sticking it in the air to tell which way the wind blows helps, 
too.
 
How are you ever going to have any substantiated facts that tell you in plain 
terms what a company definitely will do?  The facts that are released to the 
public have been thoroughly sanitized and neutered by Public Relations and 
Legal, and the SEC only lets you say certain things (virtually nothing of 
importance) when mergers are about to happen.  I wouldn't even call most of 
them facts, but rather diversions from the real facts being hidden.  I mean, 
big business is often a poker game, yes?
 
There are things that Chizen is dealing with right now that will determine how 
Adobe will handle its inheritance of the Macromedia product line, and they 
have absolutely nothing at all to do with any of us or how cool some people 
think ColdFusion is.  And federal law dictates that Chizen, as the leader of a 
publicly traded company, *must* act with sole regard to the betterment of his 
stockholders' financial positions, as long as those actions do not violate any 
laws.
 
So let's all stop being naive about ColdFusion's future having anything at all 
to do with current number of installations, how much you like it, how important 
it is to you, or anything else that a developer might see as important.
 
It may be hard to swallow, but nothing about you or what you do is of any 
importance to them whatsoever.
--

and here is a link to Sean's spin:

http://corfield.org/blog/index.cfm/do/blog.entry/entry/Adam_Churvis_thinks_you_are_not_important

How many of you understand that what I said had nothing at all to do with the 
way Sean twisted it?

Respectfully,

Adam Phillip Churvis
Certified Advanced ColdFusion MX 7 Developer
BlueDragon Alliance Founding Committee



Get advanced intensive Master-level training in
C#  ASP.NET 2.0 for ColdFusion Developers at
ProductivityEnhancement.com


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262271
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Vista (was: CrystalTech outage?)

2006-11-30 Thread Munson, Jacob
 Fortunately, though, if you want to run as a non-privileged 
 user on Windows
 XP, it is doable and practical for most knowledgeable users. 
 I've been doing
 it for quite some time, and the only real problem I've had is 
 that it takes
 me two or three steps, sometimes, to do something that I'd 
 have previously
 done in a single step.

Yeah, it's the same in Linux.  Doing any system admin type stuff, from
changing network settings to installing software, all takes at least one
extra step.  Most of the stuff I run into requires just entering the
admin password, and you're good to go (this option is using 'sudo').  On
occasion I have to switch to an admin user, but Linux makes this easy
(just type 'su' at the command prompt, and after entering the correct
password, you're now in a full admin user environment, command-line only
of course.)  I hope Vista is that easy.




EMF idahopower.com made the following annotations.
--
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262272
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFSEARCH problem MX 6 / MX 7

2006-11-30 Thread Bernard Gingras
I have a situation where my dev server (7) and my live server (6) are showing 
different search results. I've tried numerous times to completely delete all 
verity collections and recreate them.

When I reindex I use CFDUMP to see the results of my queries and they are the 
same. Everything seems to be indentical except for the search results.

For some reason certain search terms turn up 0 results on the MX 6 server but 
do have results on the MX 7 one.

Are there some syntax changes that I'm not aware of? Any ideas on why this 
would be happening? 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Vista (was: CrystalTech outage?)

2006-11-30 Thread John C. Bland II
Ahh...my bad Jacob. Vista is more secure though so I understand what Dave
and them are saying. If the (virus) app can't do something crazy (edit the
registry, delete files, etc) without user approval, then the virus is dead
WITHOUT the users input (which is the biggest problem but at least they will
be notified of potential issues now).

No, One Care is separate and costs.

On 11/30/06, Munson, Jacob [EMAIL PROTECTED] wrote:

  One last thing (Jacob Munson), Vista can't be compared to a
  virus protection
  application (Norton's, etc). That is what they do...manage virus
  definitions. Vista is the OS. If Vista has a hole, MSFT will
  fix it. If a
  new virus comes out, MSFT will update One Care's virus
  definitions (a virus
  protecting program).

 I think you got confused, John.  I was NOT comparing Vista to Virus
 protection, but that is what Microsoft and Dave were doing, but stating
 that you DON'T need virus protection with Vista.  Their argument was
 that Vista is strong enough to protect against ALL future virus attacks,
 and therefore antivirus software is redundant and unnecessary.  I
 strongly disagree, and from what you said, I think you and I are on the
 same page here.  Now, was Microsoft including One Care in their blanket
 statement that Vista won't need virus protection?  I don't know.  Maybe
 not, and their whole point was that you don't need /3rd party/ virus
 protection.  But I thought I heard somewhere that Microsoft is not going
 to include their virus scanner with Vista by default?






 --
 This transmission may contain information that is privileged, confidential
 and/or exempt from disclosure under applicable law. If you are not the
 intended recipient, you are hereby notified that any disclosure, copying,
 distribution, or use of the information contained herein (including any
 reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
 in error, please immediately contact the sender and destroy the material in
 its entirety, whether in electronic or hard copy format. Thank you.


 ==
 EMF idahopower.com made the previous annotations.

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262274
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: conference registration app

2006-11-30 Thread Mary Jo Sminkey
Any recommendations/leads on a CF based conference registration app, 
preferably with Authorize.net integration?

I've had a couple of customers use CFWebstore for this. Depends on your exact 
needs how much (if any) modification would be needed. If tough to find 
applications that serve a real specific need like this, since the market is so 
narrow so a good ecommerce app is often your best bet. 



Mary Jo Sminkey
http://www.cfwebstore.com
CFWebstore, ColdFusion E-commerce


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262275
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Farcry Basics Connect Presentation

2006-11-30 Thread Neil Middleton
Recording it?

On 11/30/06, Stephen Moretti [EMAIL PROTECTED] wrote:

 In 40 minutes (8PM GMT) I'll be giving a presentation on the basics of
 Farcry (http://www.farcrycms.org/) and a brief demo of a couple features
 of Gonzales (Farcry 4)

 If you're interested in attending here's the details:

 Title : Farcry Basics and an Intro to Gonzales, Farcry 4
 Time : 8pm GMT (TimeandDate.com - http://tinyurl.com/ya2nco)
 Date : Thursday November 30th
 Location : Adobe Connect http://adobechats.adobe.acrobat.com/r85058415/


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262277
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Mimicking .NET Code-Behind for ColdFusion Controllers

2006-11-30 Thread John C. Bland II
Yeah, you could rewrite all html controls and CF controls (which rewrite
html one's) using tags but you're right...there is no value. Yet in still,
this won't solve a code-behind desire. runat=server all you want...you'd
have to still instantiate a CFC or in app.cfc set the values of the element.
The prob is, from what I know of CF, you can't control any page element
after the page has been included (either direct or via app.cfm/cfc).

On 11/30/06, Dave Watts [EMAIL PROTECTED] wrote:

  Dave, I'd have to disagree with you here. ASP.NET's
  code-behind is sweet feature. Yes, it helps desktop
  developers transition but the things you can do in a
  code-behind are VERY nice, which CF can't do.
 
  For instance:
  - The different steps of a page loading you have access over
  (much more than App.cfc gives you)
  - Controlling page elements (with runat=server) from the
  code-behind at the different parts of the page loading
  - 100% complete separation of code and visuals (no
  instantiation of objects, etc at the top of the page...they
  are already there)

 You do know you can rewrite every HTML tag as a CF custom tag, right? You
 simply point CFIMPORT to a directory containing form.cfm, a.cfm, etc.

 That gets me form runat=server if I want it. You could mimic enough of
 what ASP.NET does in code-behind, if you wanted to - I just don't see a
 compelling reason to do so.

 I don't dislike code-behind, I just don't see any value in trying to
 translate that model into CF.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262278
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >