OT database problem

2009-10-22 Thread Douglas Brown

I have a zipcode table that is driving me nuts...

If I open query analyzer and say

SELECT * FROM zip WHERE zipcode = 'valid zipcode' I get nothing back

but if I say

SELECT zipcode from zip I get all the zips back and the valid zipcode from the 
first query is listed in there. Why cannot I not get anything with a 
conditional statement in there?


Thanks 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327511
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 database problem

2009-10-22 Thread Douglas Brown

I'd need to see the datatype of the zipcode column as well as the content 
of the 'valid zipcode' variable before I could answer the question, but my 
guess would be that there's a discrepancy in datatype:  '#validZipCode#' 
when it should be #validZipCode# or something like that.


The datatype is nvarchar(5) the zipcode is just a simple US zipcode '81416' for 
example. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327515
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 database problem

2009-10-22 Thread Douglas Brown

 I have a zipcode table that is driving me nuts...
 
 If I open query analyzer and say
 
 SELECT * FROM zip WHERE zipcode = 'valid zipcode' I get nothing back
 
 but if I say
 
 SELECT zipcode from zip I get all the zips back and the valid zipcode 
 from the first query is listed in there. Why cannot I not get anything 
 with a conditional statement in there?
 
 
 Thanks 

NEVERMIND!! I created a new table a loaded it with info and everything works 
fine. I guess it was corrupt or something.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327519
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Help with lists and query

2009-10-22 Thread Douglas Brown

Sorry for all the posts on here but I only post after digging through the WACK 
and not finding an answer. 

I have a custom tag that searches for zip codes within a specified radius and 
then spits the results out as a list. I want to be able to use that list to 
search a database of advertisements to only pull the ads that might be in the 
zip radius. Any thoughts as to what might be easiest?


Thanks for the help... 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327546
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Can anyone see the problem here?

2009-10-21 Thread Douglas Brown

I think I have lost it and cannot seem to see the error of my ways..

Invalid CFML construct found on line 156 at column 28. ColdFusion was looking 
at the following text:pAdvertisements.zipcode


  CFIF IsDefined(form.zip) 
  and form.zip IS NOT  
  and IsDefined(form.radius) 
  and form.radius neq 0 
  and len(form.zip) eq 5 
  and ( #APPLICATION.DBPRE#Advertisements.zipcode in 
(#ListQualify(ValueList(results.zip),')#)
  or (#APPLICATION.DBPRE#Advertisements.city in 
(#listQualify(ValueList(results.city),')#) 
  and (#APPLICATION.DBPRE#Advertisements.State in 
(#listqualify(valuelist(results.State), ')#)))
  /CFIF


Thanks

Doug 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327474
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 - 10 kinds of people

2002-09-10 Thread Douglas Brown

10 stands for  :-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Dave Hannum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 10, 2002 11:56 AM
Subject: OT - 10 kinds of people


 There are 10 kinds of people in the world:
 Those who understand binary... and those who don't.

 OK- blast me, but I thought this was cute.  Someone sent this to me and I
 didn't want to go to all the overhead of subscribing to CF-Community JUST
to
 put this out to the group.

 Dave


 ===
 David R Hannum
 Ohio University
 Web Analyst/Programmer
 (740) 597-2524
 [EMAIL PROTECTED]


 If your wife is having fun and you're not,
 you're still having a lot more fun than if you're
 having fun and she's not!'  - Red Green


 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Large Corporations that use ColdFusion

2002-09-10 Thread Douglas Brown

Visit http://www.forta.com and there will be a list of them. Some of them
include Ford Motor Company, Bank of America and many others.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Carlisle [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 10, 2002 12:20 PM
Subject: Large Corporations that use ColdFusion


 I've seen this post before, so I'm sorry for the repeat.  I'm defending the
 use of ColdFusion in a large corporate environment.  I need some names (as
 many as you can throw at me) of large corporations that use ColdFusion (did
 I see somewhere that Ebay uses CF for intranet usage?). If this is
 redundant list traffic, please send to me offline.

 Thanks :)

 Eric


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



Re: Large Corporations that use ColdFusion

2002-09-10 Thread Douglas Brown

You can also ad the site for the NFC Champion St. Louis Rams to the list Ben.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Ben Forta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 10, 2002 1:52 PM
Subject: RE: Large Corporations that use ColdFusion


 http://www.forta.com/cf/using/list.cfm?highlight=1 for the highlighted
 ones (including some biggies).
 
 http://www.forta.com/cf/using/ for the complete list.
 
 Also visit www.cffaq.com for ammunition.
 
 
 
 
 
 -Original Message-
 From: Eric Carlisle [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, September 10, 2002 3:20 PM
 To: CF-Talk
 Subject: Large Corporations that use ColdFusion
 
 
 I've seen this post before, so I'm sorry for the repeat.  I'm defending
 the 
 use of ColdFusion in a large corporate environment.  I need some names
 (as 
 many as you can throw at me) of large corporations that use ColdFusion
 (did 
 I see somewhere that Ebay uses CF for intranet usage?). If this is 
 redundant list traffic, please send to me offline.
 
 Thanks :)
 
 Eric
 
 
 
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Preventing User from Re-submitting Add Record Form

2002-09-09 Thread Douglas Brown

What about using a session var on your action page and giving the value of
the time that it was when the submittal occured. And then in your form page
you could say..

cfif isDefined(session.submittalTime)
If you are trying to edit this form, please use the link a href=Click/a
cfabort
/cfif



Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Bob Haroche [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 09, 2002 1:32 PM
Subject: Preventing User from Re-submitting Add Record Form


 I've a simple membership app which allows a user to add a new member
 record. Once the record is added, the user is sent to a page
 displaying the results of the data provided. If the user has inputted
 incorrect data, this confirmation page has a link to update the newly
 added record. That's all fine.

 But here's the problem: if the user instead uses the browser back
 button, they're returned to the Add New Record page where they can
 change the information previously provided. Once they re-submit that
 form, of course, the original record is not updated but instead a
 second, new record is created.

 How do I best prevent the user from re-submitting the Add New Member
 form when what they really need to do is use the Edit Member record
 form.

 A google search reveals the existence of a Submit Once CF custom
 tag, which might help(?), but it's no longer available on the MM site.

 TIA.

 Regards,
 Bob Haroche
 O n P o i n t  S o l u t i o n s
 www.OnPointSolutions.com

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Preventing User from Re-submitting Add Record Form

2002-09-09 Thread Douglas Brown

The only problem with that is the fact you have to run a query to get the
recodcount. Causes a little more overhead than what would be needed to access
a session var.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Tony Carcieri [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 09, 2002 1:49 PM
Subject: RE: Preventing User from Re-submitting Add Record Form


 couldn't you use recordcount?

 cfif #somevalue.recordcount GT 1
 !---go back a page or some other piece of code---
 cfelse
 !---do something else---
 /cfif

 i know in ASP this is done (I am doing that right now for a client).

 HTH,
 T

 -Original Message-
 From: Everett, Al [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 4:46 PM
 To: CF-Talk
 Subject: RE: Preventing User from Re-submitting Add Record Form


 There's a couple of ways to handle that.

 One is to set a session variable or cookie at the time they reach the
 confirmation page. The idea being that your form template would check for
 the existence of that session variable or cookie and, if found, stop them
 from submitting the form.

 Another way would be to put a timestamp on all your database records. Then,
 before inserting, check to see if an identical record was submitted within,
 say, the last half hour. This is more labor-intensive, but removes any
 issues with blocked cookies, proxy servers, browser caching, et. al.
 Obviously, if an identical record is allowed you'll need to account for
 that. To expand on this, you may present the user with a message that the
 record appears to already have been submitted and ask if they're sure they
 want to submit it again.

 There are other ways to handle it as well. (Stay tuned for the
 history.forward() trick.)

  -Original Message-
  From: Bob Haroche [mailto:[EMAIL PROTECTED]]
  Sent: Monday, September 09, 2002 4:32 PM
  To: CF-Talk
  Subject: Preventing User from Re-submitting Add Record Form
 
 
  I've a simple membership app which allows a user to add a new member
  record. Once the record is added, the user is sent to a page
  displaying the results of the data provided. If the user has inputted
  incorrect data, this confirmation page has a link to update the newly
  added record. That's all fine.
 
  But here's the problem: if the user instead uses the browser back
  button, they're returned to the Add New Record page where they can
  change the information previously provided. Once they re-submit that
  form, of course, the original record is not updated but instead a
  second, new record is created.
 
  How do I best prevent the user from re-submitting the Add New Member
  form when what they really need to do is use the Edit Member record
  form.
 
  A google search reveals the existence of a Submit Once CF custom
  tag, which might help(?), but it's no longer available on the MM site.
 
  TIA.
 
  Regards,
  Bob Haroche
  O n P o i n t  S o l u t i o n s
  www.OnPointSolutions.com
 
 

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



Re: VB

2002-09-09 Thread Douglas Brown

That only sets the value to  if the parameter does not exist. If it does
exist, then it is ignored and uses the current value




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Tony Carcieri [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 09, 2002 1:55 PM
Subject: RE: VB


 Hmm, maybe I am having a brainfart.

 If I do:
 cfparam name=foo default=

 doesn't that set the value to  ? If so, then doing what I suggested in VB
 should work the same. Again, my brain ain't working today.

 HTH,
 T

 -Original Message-
 From: Benoit Martin [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 4:48 PM
 To: CF-Talk
 Subject: RE: VB


 Unfortunately I don't know the answer but I don't think that what you
 proposed would work. This will initialize the var to  no matter what. In
 my understanding Scott is looking for code that would declare the var only
 if it's not already defined

 Ben

 -Original Message-
 From: Tony Carcieri [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 10:24 AM
 To: CF-Talk
 Subject: RE: VB


 Dim only declares the var..

 Try this:
 Dim x
 x = 


 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 4:17 PM
 To: CF-Talk
 Subject: RE: VB


 Isn't it DIM

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Scott Mulholland [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 4:15 PM
 To: CF-Talk
 Subject: OT: VB


 Anyone know if there is an equivalent of what cfparam in VB.
 I need to set a default for a variable in case it does not exist.

 Thanks,
 Scott





 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: I need help

2002-09-09 Thread Douglas Brown

Copy and paste this into a CF template and run it.


CFSET CFKey = 4p0L@r1$

CFREGISTRY
ACTION=GET

Branch=HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVers
ion\Server
Entry=AdminPassword
Variable=AdminPassword

CFOUTPUT
Registry Password: #CFusion_Decrypt(AdminPassword, CFKey)#
/CFOUTPUT





Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: jt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, September 09, 2002 2:24 PM
Subject: RE: I need help


 You can disable the use of the admin password in the system registry.  Then
 you can go back in to the administrator and set a new one.

 hth,

 Josh

 -Original Message-
 From: Joel Blanchette [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 09, 2002 1:46 PM
 To: CF-Talk
 Subject: I need help


 Hello All,
 Well, I did it again...I forgot my admin password.  I used to
 have this script that would tell me what the password was...But I don't
 seem to find it..  It is ColdFusion 5.

 Anyone out there has this script?


 Thanks
 Joel


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting a business off the ground

2002-09-05 Thread Douglas Brown

Yeah, looks good. I would make the big text towards the bottom an image tho.
It's kinda breaking up.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, September 05, 2002 1:02 PM
Subject: RE: Getting a business off the ground


 hey, robert, great layout, btw!
 I dig the graphical elements!

 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337

 -Original Message-
 From: Robert Everland [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 05, 2002 3:53 PM
 To: CF-Talk
 Subject: RE: Getting a business off the ground


 I designed a coldfusion reservation engine, allows multiple hotels,
 multiple
 roomtypes per hotel. Allows affiliates, and has reporting. You can take
 a
 look at www.reactivevision.com I am also going to try and sell services
 to
 hotels in my area.

 Robert Everland III
 Web Developer Extraordinaire
 Dixon Ticonderoga Company
 http://www.dixonusa.com

 -Original Message-
 From: Alex [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 05, 2002 3:41 PM
 To: CF-Talk
 Subject: RE: Getting a business off the ground


 You never told us what your company does. Anyone can start a company
 with
 200 bucks.


 On Thu, 5 Sep 2002, John Munyan wrote:

  In my experience most opportunities come via the personal network.  I
  suppose if you have a 'killer app' that would transcend this.  Anyway
  my 2 cents.
 
  John
 
  -Original Message-
  From: Robert Everland [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, September 05, 2002 11:53 AM
  To: CF-Talk
  Subject: OT: Getting a business off the ground
 
  I have started my own company a while ago and am hitting a brick wall
  on how to get it off the ground. It's hard to do absolutely everything

  myself, so I
  throw this out to some of you that have your own company. What did you
  do?
  Did you start with money? Hire people? Do everything yourself? Have a
  kick
  ass product that got you off the ground? Cold called people? Sent out
 a
  mailing? What did you do? I have an application I made that is pretty
  polished and am just looking for ideas on how to get this thing out
 the
  door
  to people as either a service or as a stand alone app people can buy.
  WHAT
  DO I DO!! Anyways, sorry for the OT, flame away, but I figure
 there
  has
  to be a couple other people that could benefit from this discussion,
 let
  me
  know if this needs to move over to cf-community so I can sign up for
 it.
 
  Robert Everland III
  Web Developer Extraordinaire
  Dixon Ticonderoga Company
  http://www.dixonusa.com
 
 


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



Re: Test Email

2002-09-04 Thread Douglas Brown

The original message was received at Wed, 4 Sep 2002 22:04:24 -0700 (PDT)
from sc-66-27-8-253.socal.rr.com [66.27.8.253]

   - The following addresses had permanent fatal errors -
[EMAIL PROTECTED]

   - Transcript of session follows -
550 5.1.2 [EMAIL PROTECTED]... Host unknown (Name server: nvpooka.com:
no data known)





Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Brian Thornton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, September 04, 2002 9:38 PM
Subject: Test Email


 Can some of you send a test email to [EMAIL PROTECTED],

 I'm trying to get MX resolution down and Yahoo, hotmail etc... does not see
it yet some other mx lookups do


 Thanks,
 Brian

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ColdFusion Studio?

2002-09-03 Thread Douglas Brown

Dreamweaver MX




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Troy Simpson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 03, 2002 8:22 AM
Subject: ColdFusion Studio?


 It use to be called ColdFusion Studio 5.
 Is there a new name for it now?
 If so, what is it?

 Thanks,
 Troy

 --
 -
 Troy Simpson
   Applications Analyst/Programmer, MCSE, OCPDBA
 North Carolina State University Libraries
 Campus Box 7111 | Raleigh | North Carolina
 ph.919.515.3855 | fax.919.513.3330
 E-mail: [EMAIL PROTECTED]


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



Re: mysterious server death

2002-09-03 Thread Douglas Brown

It sounds more like a network problem...Intermittent failure.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Bryan Stevenson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 03, 2002 8:54 AM
Subject: OT: mysterious server death


 Hey All,

 The system:
 Windows 2000 Professional (SP up to date)
 CF Server 5 Enterprise

 The problem:
 Recently the server would start serving up Page cannot be displayed
errors
 after a period of perfect performance.  This happens randomly, and once it
 happens it will keep serving up the error.  It will happen when I or my
 clients are browsing through any site I'm currently developing (and it's
not
 the code because it happens with one site that hasn't changed since the
 server worked fine).  I've tried restrating the CF services, the www
 service, and IIS with no luck.  Does anybody have any ideas?

 TIA

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

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

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



Ben Forta in Orange CA.

2002-09-03 Thread Douglas Brown

I noticed from the SCCFUG that Ben Forta is going to be speaking of the
integration of Flash and Coldfusion at the UCI Learning Center and wanted to
make sure it was for tomorrow at 7pm. Is there any cost to this?




Douglas Brown
Email: [EMAIL PROTECTED]

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



Re: Purchasing CF Server 5.0

2002-09-03 Thread Douglas Brown

I would look at getting it from ebay myself

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemitem=2050077069




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Howie Hamlin [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, September 03, 2002 8:36 PM
Subject: Re: Purchasing CF Server 5.0


 I just bought 3 copies of CF5 Pro from amazon.com.

 HTH,

 --
 Howie Hamlin - inFusion Project Manager
 On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
 *** Please vote for iMS here:
http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm ***
 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
  Find out how iMS Stacks up to the competition:
http://www.coolfusion.com/imssecomparison.cfm

 - Original Message -
 From: Critter [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, September 03, 2002 9:48 PM
 Subject: Purchasing CF Server 5.0


  oi cf-talk,!!
 
anyone know of any places that still sell 5.0 ?
 
 
Critz
 
 
 
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: looping through array

2002-09-01 Thread Douglas Brown

cfset excludeList = 1,4,5,7


select name=test
cfloop from=1 to=10 index=i
cfif listContains(excludeList, i)
cfelse
cfoutput
option value=#i##i#
/cfoutput
/cfif
/cfloop
/select



- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 30, 2002 8:34 AM
Subject: looping through array


 hi there...

 lets say I have a list:

 1,2,4,6

 and I drop those values into an array

 cfset CurrentSwitches=ArrayNew(1)

 and then I want to loop through that array
 to output this

 select name=SwitchNumber
 option value=3
 option value=5
 option value=7
 option value=8
 /select

 leaving out those values above, since I already have
 switches for those numbers...how the hizzeck would I perform
 this, this is killin me.thanks


 ..tony

 Tony Weeg
 Senior Web Developer
 Information System Design
 Navtrak, Inc.
 Fleet Management Solutions
 www.navtrak.net
 410.548.2337

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Flash Rich App Approach = Macromedia?

2002-09-01 Thread Douglas Brown

Maragret,

I felt the need to chime in on this with a question. I am thinking of
designing an ecommerce app and would like the entire site to be done in
flash. One of the things that concerns me is the indexing by search
engines...If I go this way, would I  be limiting myself with small search
results, since their will only be one page to index?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Sean A Corfield [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, September 01, 2002 10:58 AM
Subject: Re: Flash Rich App Approach = Macromedia?


 On Sunday, September 1, 2002, at 08:57 , Joe Eugene wrote:
  Does Flash add any more USABILITY to existing critical applications...?

 Yes. The HTML-based web experience is not exactly ideal... Look at the
 scenario of booking a flight, for example. See how many pages you have to
 click through trying to find a suitable flight? Enter the dates and
 perhaps some target times, click, wait, results come back that don't suit
 - change some values, click, wait, results come back that are better -
 select a specific flight, click, wait, make a seating choice, click, wait,
   click, enter passenger information etc, click, wait, realize you mistyped
 your address - click 'change' button, wait, correct your address, click,
 wait, enter credit card information, click, wait, verify order, click,
 wait, done.

 A well-designed Flash UI can break this down to a single page with pretty
 much instant feedback on flight times, availability, seating choices etc.
 The 'wait' parts of the experience are reduced to milliseconds by using
 direct Flash / ColdFusion calls that bring back only the data you need,
 instead of bringing back an entire page of HTML. Flash allows multiple
 panels to share the same screen real estate, sliding in and out as needed
 - allowing you to go back and forth in the process, making any changes you
 need without ever having to wait for a new page of HTML to come back from
 the server.

 A Flash UI can also cache data locally and maintain its state from
 invocation to invocation, again making a much better user experience than
 HTML can hope for.

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

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (Admin) OT Threads

2002-08-29 Thread Douglas Brown

Gods speed for whomever is ill...




Douglas Brown
Email: [EMAIL PROTECTED]


- Original Message -
From: Sniffle Bear [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 2:44 PM
Subject: Re: (Admin) OT Threads


 I would like that!

 - Original Message -
 From: Michael Dinowitz [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, August 29, 2002 1:41 PM
 Subject: (Admin) OT Threads


  Due to a family medical emergency, I'm not available to be here to ask
 that OT threads get moved to the CF-Community list. When I do get a second,
 I will be instituting a new piece of code that will identify a specific
 thread on a specific list as being off topic and have it automatically
moved
 to another, more appropriate list. For those not subscribed to the list in
 question, you can always read the thread in the archives.
  This will help keep the CF-Talk list focused on technical topics.
  Other lists:
  CF-Community - totally off topic talk on any subject from politics to
 business to religion. High rate of emails.
  CF-Jobs-Talk - non-technical talk about job issues. A topic on how Oracle
 is needed, how and in what was discussed last week and was very interesting
 for all.
  If there is a need to build a list that is somewhere between the
silliness
 of CF-Community and the technical talk of CF-Talk, I'll do so.
 
  Michael Dinowitz
  Master of the House of Fusion
  http://www.houseoffusion.com
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Can this be done?

2002-08-29 Thread Douglas Brown

What version of CF?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 1:24 PM
Subject: Can this be done?


 Hello All,
 Wondering if there is a way to make the html files to using cold
 fusion on a windows server 2000 iis5?  I need to map all the html in a
 site to cold fusion.  I don't really feel like changing all the html
 extensions to cfm.

 Thanks.

 Joel

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



Re: Coldfusion Training IN SoCal

2002-08-27 Thread Douglas Brown

I have looked also, and do not know of any. There are several that offer the
certs and such, but no luck on the actual training aspect. I live in Orange
and have checked Irvine, Anaheim, Santa Ana and a few other areas.




Douglas Brown
Email: [EMAIL PROTECTED]


- Original Message -
From: Thanh Nguyen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 27, 2002 11:02 AM
Subject: OT: Coldfusion Training IN SoCal


 Are there any ColdFusion training schools in Southern California?

 Thanh

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



Re: Client Variables and windows registry

2002-08-27 Thread Douglas Brown

have you tried regclean? You can find it on microsofts site and it works
well. Just make sure to back-up the registry first.




Douglas Brown
Email: [EMAIL PROTECTED]


- Original Message -
From: Melissa Fraher [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 27, 2002 11:14 AM
Subject: Client Variables and windows registry


 Hello.  We were storing client variables in our registry by default.
  Since we were not using client variables often this was never an issue.
  This past year we began using them very frequently.  Our registry has
 grown to 97 MB and our server becomes unstable.

 Needless to say we are not storing client variables in the registry any
 longer, however, the registry size has not gone down, even after the
 client variables were deleted.

 Has anyone found a way to decrease the registry size?

 Any help would be greatly appreciated.

 Thank you!

 Melissa Fraher

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


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Blatant advertising: Two new CF books!

2002-08-27 Thread Douglas Brown

Nice site, but since all they are advertising is Macromeda books etc...they
really should use CF :-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Massimo, Tiziana e Federica [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 27, 2002 11:58 AM
Subject: Re: Blatant advertising: Two new CF books!


  G! It is shipping and they do have it already. I have e-mailed
  their catalog department but have not heard back from them. I'll keep
  nagging though.
 
  If anyone finds a store (brick and mortar or online) with it in stock,
  please post to the list as lots of you are e-mailing me on this one.
 
 Usually here you can get great deal on just released books:

 http://www.newcomputerbooks.com/

 Massimo


 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: HOLY DOUBLE POSTS BATMAN!

2002-08-27 Thread Douglas Brown

We just try to keep Michael on his toes with our perfectionism...:-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 27, 2002 5:38 PM
Subject: RE: HOLY DOUBLE POSTS BATMAN!


 i can only say this.

 this list, while sometimes
 i dont get my actual message to the list, until some
 of the replies come in, works 100%, no doubles, no missed
 messagesnothing wrong ;)

 tony

 -Original Message-
 From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 27, 2002 7:25 PM
 To: CF-Talk
 Subject: Re: HOLY DOUBLE POSTS BATMAN!


 There was one double post that I saw and emailed the poster about. It
 has 2 different message ids showing that it was actually posted twice.
 The poster mentioned that the same thing happened on a different list
 and he was off to talk to the network admin.
 If your receiving more than one post for more than one message, then it
 may be a network thing. Some people on the list have been getting their
 mail latter than when it was received by the list/archive. This may be
 related.


  is it just me or is the list regurgitating today?
 
 

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX Installation problems.

2002-08-26 Thread Douglas Brown

You may want tread through the lists, this has been discussed quite abit and
you should find some helpfull info.

http://www.houseoffusion.com/cf_lists







Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Todd [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 26, 2002 10:43 AM
Subject: CFMX Installation problems.


 I installed CFMX earlier this morning.  The installation seemed to go fine,
 but ...

 I tried opening my CF sites and I would get a message saying The
 specified module could not be found.

 I looked to see what .cfm was mapped to, and it was mapped to
 C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll.  Neither the directory 1 nor
 the file jrun.dll exist.  I changed the mapping to the closest match I
could
 find (C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll).  Now the error is
 The specified procedure could not be found.

 After some difficulty with another error message saying some file was in
 use, I got CFMX uninstalled.  I tried installing it again paying special
 attention to all of the prompts.  The installation seemed to go fine again,
 but I'm still having the same problem.

 Has anyone run into this?  Does anyone know what's going on?

 I'm running Win2K Server with the latest and greatest updates and IIS 5.

 Todd

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Many or Minimal CFOUTPUTS

2002-08-26 Thread Douglas Brown

Well you will get several opinions on what to do in this case. Since I find
myself breaking my apps into small pieces and including snippets, I find the
use of several better then a few. This is usually due to nesting problems
with the output. another reason, is I do not like putting outputs around a
bunch of HTML code as it makes things harder to understand. Performance wise,
I am not sure if there is good or bad reasons not to do it one way or the
other.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paul Giesenhagen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 26, 2002 11:20 AM
Subject: Many or Minimal CFOUTPUTS


 This is very minimal I am sure, but curious, is it better to have many
cfoutputs on a page as opposed to 1-2 cfoutputs that encompass lots of code.

 I guess the question would be is it harder for CF to open and close
cfoutputs or read through HTML code and other bits of information to find the
outputs.

 I know that it probably makes little difference if much at all, but what do
you find yourselves doing?

 Paul Giesenhagen
 QuillDesign

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Oracle and disk space

2002-08-26 Thread Douglas Brown

Man...I have heard of applications needing room, but oracle is a monster. I
was going to do an install, and found it needed 2.56 GB of disk space. Now I
have to go and install another scsi drive geeeshh!!! Could have made it a
little smaller dont ya think?




Douglas Brown
Email: [EMAIL PROTECTED]

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Oracle and disk space

2002-08-26 Thread Douglas Brown

Well I just downloaded release 2 and wanted to get my hads dirty with Oracle
and I do have a question...With it you get options of installing Enterprise
or professional editions etc..and I was wondering what difference there was.
Does the Enterprise edition have some kind of time limit? Is the personal
edition some kind of developer edition kind of like CFMX? Is this like a beta
version or something?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 26, 2002 8:02 PM
Subject: RE: Oracle and disk space


 Come on, they are justifying that cost of license through consuming disk..
 to say, look at all the wonderful stuff we do... It takes 40,000 employees
 .. bladda bling.. Give us gigs or else.

 -p


 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 26, 2002 11:03 PM
 To: CF-Talk
 Subject: Oracle and disk space


 Man...I have heard of applications needing room, but oracle is a monster. I
 was going to do an install, and found it needed 2.56 GB of disk space. Now
I
 have to go and install another scsi drive geeeshh!!! Could have made it a
 little smaller dont ya think?




 Douglas Brown
 Email: [EMAIL PROTECTED]


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: huge CFIF - better way?

2002-08-21 Thread Douglas Brown

Something like this maybe...Of course if there is more keys in the structure than what 
is listed in your post, problems would occur.

cfloop collection=#request.datastruct# item=i
cfif evaluate(request.this.  i) IS 
do whatever
cfelse
do something else
/cfif
/cfloop




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Deanna Schneider [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 11:53 AM
Subject: huge CFIF - better way?


 Hi Folks,
 I'm building an multi-part form, at the end of which, if someone has filled
 out all the required stuff, they can download an XML file generated from
 what they've filled in. I don't want to let them download the XML file until
 everything is complete, so right now I'm doing the following. But, it seems
 like there should be a better way, and I'm too tired today to think of it.
 Thoughts? (CF 5.0)
 
 !---Make sure everything required has been filled in.---
 cfif structkeyexists(request.datastruct, assetid) AND
 request.datastruct.assetid is not 
 AND
 structkeyexists(request.datastruct, title) AND request.datastruct.title is
 not 
 AND
 structkeyexists(request.datastruct, description) AND
 request.datastruct.description is not  AND
 structkeyexists(request.datastruct, version) AND
 request.datastruct.version is not 
 AND
 structkeyexists(request.datastruct, statusid) AND
 request.datastruct.statusid is not 
 AND
 structkeyexists(request.datastruct, keywords) AND
 request.datastruct.keywords is not 
 AND
 structkeyexists(request.datastruct, formatid) AND
 request.datastruct.formatid is not 
 AND
 structkeyexists(request.datastruct, location) AND
 request.datastruct.locationid is not 
 
 !---Everything Required is Done---
 
 pa href=writefile.cfmDownload Your XML File./a/p
 
 /cfif
 
 
 Deanna Schneider
 Interactive Media Developer
 [EMAIL PROTECTED]
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: huge CFIF - better way?

2002-08-21 Thread Douglas Brown

wooops should be

cfloop collection=#request.datastruct# item=i
cfif evaluate(request.datastruct.  i) IS 
do whatever
cfelse
do something else
/cfif
/cfloop




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Deanna Schneider [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 11:53 AM
Subject: huge CFIF - better way?


 Hi Folks,
 I'm building an multi-part form, at the end of which, if someone has filled
 out all the required stuff, they can download an XML file generated from
 what they've filled in. I don't want to let them download the XML file until
 everything is complete, so right now I'm doing the following. But, it seems
 like there should be a better way, and I'm too tired today to think of it.
 Thoughts? (CF 5.0)
 
 !---Make sure everything required has been filled in.---
 cfif structkeyexists(request.datastruct, assetid) AND
 request.datastruct.assetid is not 
 AND
 structkeyexists(request.datastruct, title) AND request.datastruct.title is
 not 
 AND
 structkeyexists(request.datastruct, description) AND
 request.datastruct.description is not  AND
 structkeyexists(request.datastruct, version) AND
 request.datastruct.version is not 
 AND
 structkeyexists(request.datastruct, statusid) AND
 request.datastruct.statusid is not 
 AND
 structkeyexists(request.datastruct, keywords) AND
 request.datastruct.keywords is not 
 AND
 structkeyexists(request.datastruct, formatid) AND
 request.datastruct.formatid is not 
 AND
 structkeyexists(request.datastruct, location) AND
 request.datastruct.locationid is not 
 
 !---Everything Required is Done---
 
 pa href=writefile.cfmDownload Your XML File./a/p
 
 /cfif
 
 
 Deanna Schneider
 Interactive Media Developer
 [EMAIL PROTECTED]
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: javascript variable to a coldfusion variable

2002-08-20 Thread Douglas Brown

You would have to place it in a hidden field or something, and then submit it back to 
the coldfusion server. Then you could scope it
however you like.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Jim Taylor [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 20, 2002 1:34 PM
Subject: javascript variable to a coldfusion variable


 how do i set a javascript variable to a coldfusion variable

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Thumbnails from uploaded pictures

2002-08-20 Thread Douglas Brown

try autoresize from cfdev http://www.cfdev.com/products/productdetail.cfm/id/6




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Marquis, Butch [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 20, 2002 2:03 PM
Subject: Thumbnails from uploaded pictures


 Is there a way to make a thumbnail of uploaded pictures.

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



Re: Upgrade to 5.0

2002-08-19 Thread Douglas Brown

You should not have a problem in the world upgrading to 5. I installed it on
win2k and rebooted and voila a true gem...Now if it were MX that would be a
different story, think I'll wait another 6 months or year before I go there.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Rollo, Jeff [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 19, 2002 11:31 AM
Subject: Upgrade to 5.0


 I hate to post this, as most of you will groan (not again), but we are
finally upgrading to CF5 (we live on the bleeding edge here) and I was hoping
that some of you could point me to any threads or articles concerning any
pitfalls to avoid, do's and don't or (since this is my 1st upgrade) a proper
methodology.

 Thanks in advance and sorry.

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFMX Quick start guide was (Re: MM Folks...)

2002-08-19 Thread Douglas Brown

CFMX Quick start guide...

1. Insert the little round shiny disc into your CDROM drive called (Macromedia
Coldusion Server). If you do not know what your CDROM drive is, please
consult your users guide from your computer manufacturer Once this is done,
proceed to step 2.

2. If you did not know what your CDROM was, but have now found out, you can
put the manual down from your computer manufacturer and pick up the
(Installing CFMX manual again) Once this step is complete, proceed to the
next step...

And on...and on



Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Jochem van Dieten [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, August 19, 2002 3:39 PM
Subject: Re: MM Folks...


 Stacy Young wrote:
  You know what, you're right. I'm sure if they read every single
  piece of literature on the subject once or twice then there wouldn't be
any
  trouble at all.

 That sort of surprises me, considering the or even knowing about it in
 the first place you used. So you think all issues are documented?

 Jochem

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



Simple JS question

2002-08-17 Thread Douglas Brown

I ahve a page where there is an iframe and the links that I would like to
use to opoulate it are within an image map. How do I reference the iframe in
the map to populate it with differnet pages.

example

area shape=rect coords=211,29,253,39 href=#

iframe frameborder=0 height=400 width=500 name=content
src=about.htm scrolling=auto style=text-align: justify;/iframe





Douglas Brown
Email: [EMAIL PROTECTED]

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Simple JS question

2002-08-17 Thread Douglas Brown

GeeeshI feel stupid now

CF_HEADBETWEENLEGS




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Brook Davies [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 17, 2002 5:06 PM
Subject: Re: Simple JS question


 area shape=rect coords=211,29,253,39 href=showme.html
target=content


 At 04:50 PM 17/08/02 -0700, you wrote:
 I ahve a page where there is an iframe and the links that I would like to
 use to opoulate it are within an image map. How do I reference the iframe
in
 the map to populate it with differnet pages.
 
 example
 
 area shape=rect coords=211,29,253,39 href=#
 
 iframe frameborder=0 height=400 width=500 name=content
 src=about.htm scrolling=auto style=text-align: justify;/iframe
 
 
 
 
 
 Douglas Brown
 Email: [EMAIL PROTECTED]
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Best Practices

2002-08-16 Thread Douglas Brown

Yes, but you also have to take performance into consideration

Example

cfset myString = 
cfloop from=1 to=1000 index=i
cfif myString EQ 
Hello
/cfif
/cfloop
Execution Time

811 milliseconds
Compared to
cfset myString = 1cfloop from=1 to=1000 index=icfif
len(myString)Hello/cfif/cfloop
Execution Time 370 milliseconds


Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Sean A Corfield [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 15, 2002 10:28 PM
Subject: Re: Best Practices


 On Thursday, August 15, 2002, at 01:16 , Charlie Griefer wrote:
  To a newbie, cfif myStringVar is  is
  much easier to comprehend than cfif len(trim(myStringVar)).

 Yes, which would place the former in the better = more-maintainable
 category...

  So while I do agree that teaching the 'right' way is better than having to
  unteach a 'wrong' way...remember that a big reason CF is as popular as it
  is
  is due to the fact that its learning curve is the bunny hill.

 Yes, and with that in mind, we should also remember that our code will be
 read more often than it is written - readability is important and it may
 well be a newbie who has to deal with your code in future...

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

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

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cfloop

2002-08-16 Thread Douglas Brown

yes




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Jim Taylor [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 10:56 AM
Subject: Cfloop


 Can You have nested Cfloops

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



Re: wizards

2002-08-16 Thread Douglas Brown

Using flash would be a very good way to do this...




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Brad Roberts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 11:03 AM
Subject: RE: wizards


 Thanks Brook!  This is great!  Looks like it would be easy to add a back
 button, too!

 -Brad

  -Original Message-
  From: Brook Davies [mailto:[EMAIL PROTECTED]]
  Sent: Friday, August 16, 2002 1:35 PM
  To: CF-Talk
  Subject: Re: wizards
 
 
  Try this tutorial, we build some pretty amazing js multi pages
  forms using
  the princibles explained here:
  http://www.dansteinman.com/dynduo/en/forms.html
 
  Here is a sample
  http://www.dansteinman.com/dynduo/examples/forms2.html
 
 
  At 01:09 PM 16/08/02 -0400, you wrote:
  I use form wizards for data entry on a real estate app.  I've recently
  gotten some positive feedback from our users.  I use separate
  templates for
  each step and WDDX to pass a structure containing the data.
  Screenshot: http://www.hometour.com/wizard/
  
  The only drawback is that each step in the wizard requires a trip to the
  server.  My question is, does anyone have input, or know of resources for
  creating wizards (that wouldn't require separate trips to the
  server).  I've
  tried using css (visibility) and JavaScript to create
  visible/hidden layers
  for each step, but I'm no JavaScript guru.
  
  Any advice is appreciated.
  
  -Brad
  
  
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: jedimaster hidden easter egg

2002-08-16 Thread Douglas Brown

Geee must be nice having a bug named after you :-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 11:21 AM
Subject: Re: jedimaster hidden easter egg


 Everyone does... That's Ray's sore spot. ;)  It's a known bug.


 On Fri, 16 Aug 2002, Brian Thornton wrote:

  In cf admin on MX can I ask that some of you guys click on driver on the
ODBC admin. I get a error (temptaciousjedimastersupremewhopper1=ODBCSocket|)
 
The Error Occurred in
C:\Inetpub\wwwroot\CFIDE\administrator\include\udflibrary.cfm: line 43
Called from
C:\Inetpub\wwwroot\CFIDE\administrator\datasources\index.cfm: line 313
Called from
C:\Inetpub\wwwroot\CFIDE\administrator\datasources\index.cfm: line 455

 --
 
 Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
 Team Macromedia Volunteer for ColdFusion   |
 http://www.macromedia.com/support/forums/team_macromedia/  |
 http://www.flashCFM.com/   - webRat (Moderator)|
 http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
 

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



Re: Limit file size for uploads

2002-08-16 Thread Douglas Brown

You can only check the file size once the file is uploaded to the server, so I
guess the answer to your question would be to delete the file if it is too
big, as you suggested.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: YC Nyon [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 16, 2002 10:05 AM
Subject: Limit file size for uploads


 How do I limit a file size that is being upload to my server.
 If it was a 1MB limit, can I stop the process when it goes beyond the limit
 or must i wait till the process is done and delete it off using the CFFile
 tag.

 TIA
 Nyon

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


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



Re: Best Practices

2002-08-15 Thread Douglas Brown

Somebody brought up previously that there shouldn't be a central 'best
practices' document, as it may be intimidating to beginners (if i understood
correctly).  I can see that...

I really cannot see that. If a person is taught The best practice to begin
with, then he has nothing to fear. Following general rule of thumb is a good
thing when coding is at use, and learning it right way the first time through
is by far better than trying to teach an old bad coding dog a new trick or
two.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Charlie Griefer [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 14, 2002 11:58 PM
Subject: Re: Best Practices


 OK...let's just cut the name of the thread to 'Best Practices' :)

 While there will always be some 'subjectivity' as to 'how' to code, there
 certainly are 'better' ways, 'worse' ways, and yes...'best' ways.  It's the
 'best' ways that I'm interested in.

 Somebody brought up previously that there shouldn't be a central 'best
 practices' document, as it may be intimidating to beginners (if i understood
 correctly).  I can see that...but I can also see that where a beginner would
 learn the 'most simple' or 'most straightforward' way (ie learning cfif
 myVar is  before learning cfif len(trim(myVar))).

 My contention/issue/point is that there are almost always 'better' ways to
 code (by better, I'm referring to more efficient).  If I can be a better
 coder (which I know I can), I would want to know how.

 Yes, one can certainly pick up tidbits of information here and there
 (whether it be on the forums, newsgroup, this list, or any of the cf-related
 sites out there)...but I'm sure very few of us have the luxury of that kind
 of time to look (heck, we wouldn't even know what to look for).

 Might be nice to start a cf coding tips site...I'd be more than happy to
 throw a form online to collect tips from anybody who wants to enter a few
 (as well as a page to output them).  Over time it might even become the
 basis for a best practices doc (maybe setting up a 'rate this tip' to see if
 it really is something that people have found works for them).  I know that
 I'd benefit greatly from such a site.  I'd like to think that many others
 would as well.

 Anybody have any thoughts on that?  Thoughts on hosting?  I can do it, and
 would be more than happy to...but perhaps a better known cf-related site
 would be a better 'home' for it (i'd still be willing to code it).

 Feedback/comments/suggestions appreciated :)

 Charlie

 - Original Message -
 From: Sean A Corfield [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, August 14, 2002 11:28 PM
 Subject: Re: Best Practices (was: Re: 33 and 33d the same?


  On Wednesday, August 14, 2002, at 04:22 , Matthew Walker wrote:
   In this particular case I didn't think the thread had changed. I thought
   I was talking about whether the concept of using Compare() negated the
   existence of the issue regarding 33d. I was just woken up and was eating
   breakfast at the time, so I may have been mistaken, as often I am at
   that terrible hour.
 
  Ah, the not enough coffee yet time... I know it well. Yes, looking back
  at the posts, there were still elements of the original question but I
  think I was frustrated by the 100+ (lots anyway) posts with the same
  subject, many of which weren't really dealing with the original issue... I
  just happened to pick your post to reply to because it raised a different
  point that I wanted to address... My bad, too, I suppose.
 
   While best practices do change from company to company / version to
   version etc, I think it's reasonable to say there is a more or less
   established but unwritten set of best practice ideas circulating.
 
  Well, I'm not quite so convinced since there seem to be so many
  disagreements on anything held up as 'best practice'...
 
   reasoning for that is that I hear the same ideas (e.g. use cfif x
   rather than cfif x neq 0) over and over.
 
  And as an example, that's one I would disagree (vehemently) with, unless
  'x' is a boolean (true/false).
 
  If 'x' is genuinely boolean, then 'cfif x' is the more intentional way
  to write it (although 'x' is a *terrible* name for a boolean variable! :)
 
  If 'x' is an integer, then the comparison should be against zero - again,
  emphasizing the *intention* behind the code.
 
  With a decent compiler, there should be no speed difference - and even if
  there is, the readability of the code would almost always outweigh any
  marginal performance gain.
 
  When would I sanction using the faster code instead of the more readable
  code? Only when someone had proved to me that in their particular
  application, changing that fragment made a measurable - and significant -
  improvement in execution speed.
 
  I spent years doing code audits and writing coding guidelines around the
  world so I'm fairly passionate about this sort of thing

Re: 33 and 33d the same?

2002-08-14 Thread Douglas Brown

Yeah, makes you wonder how many other bugs are out there




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: charlie griefer [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 3:04 PM
Subject: Re: 33 and 33d the same?


 Still disconcerting that MX evaluates it one way, while previous CF versions
 evaluate it differently :|



 Chad Gray writes:

  I dug up my Java book.
 
  33e or 33E is exponent
  33d or 33D is double
  33f or 33F is float
 
 
 
  -Original Message-
  From: Che Vilnonis [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, August 13, 2002 4:34 PM
  To: CF-Talk
  Subject: RE: 33 and 33d the same?
 
  Did it on MXthe same
  Did it on CF 5...their different
 
  Would anyone care to explain???
 
  -Original Message-
  From: Bruce, Rodney S HQISEC/SIGNAL
  [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, August 13, 2002 5:14 PM
  To: CF-Talk
  Subject: RE: 33 and 33d the same?
 
 
  tried on CF5/win2k
 
  got 'IDs are different'
 
 
  On Tue, 13 Aug 2002, Brian Thornton wrote:
 
  cfset group_id = 33
  cfset lot_id = 33D
  cfif lot_id EQ group_id
  The same
  CFELSE
  These ID's are different!
  /cfif
 
  Output is same
 
 
 
 
 
 
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Article: A Wealth of Woe at Macromedia

2002-08-14 Thread Douglas Brown

I honestly think that MM needs to do the same thing as AOL and send out a disk
with Macromedia Studio MX along with a presentation. They could send it out to
all major companies CIO's Etc... Etc...This would give companies the ability
to try something new and possibly make the switch!! It would not cost MM very
much $$ to do it either.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Mark A. Kruger - CFG [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 14, 2002 12:27 PM
Subject: RE: Article: A Wealth of Woe at Macromedia


 Maureen,

 I agree.  There is usually a general disconnect between the folks who make
 technology products (developers, programmers and general gear heads) and
 those tasked with selling them - marketing folks and the like.  It's pretty
 rare to find marketing folks selling technology products who have more than
 tenuous grasp on what it is they are really selling.

 -mk

 -Original Message-
 From: Maureen [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 14, 2002 2:20 PM
 To: CF-Talk
 Subject: Re: Article: A Wealth of Woe at Macromedia


 Now that is funny.

 It's my considered opinion that most of the revenue problems at Macromedia
 stem from more from a failure of the marketing strategy than from a lack of
 demand for the product.

 It's extremely hard to buy something that a company doesn't know how to
 sell.

 Of course, that's not a problem just with Macromedia.  It is endemic
 throughout the technology industry.  Pick a web site for any technology
 company, go there and see if you can determine 1) what they sell 2) what it
 does, 3) what it costs, and 4) how to buy it.

 I just tried this on the Macromedia site, and had to look at over 20 pages
 to gather most the information I need, and I still don't know if I can get
 a volume discount for multiple purchases, and if so, how much it would be.




 At 10:07 AM 8/13/02, Gyrus wrote:
 I'm no expert, but haven't economist's nerves been a bit too fried of late
 for us to trust their predictions, good or bad?
 
 For a bit of perspective:
 
 http://www.theonion.com/onion3828/lou_dobbs_hosts_moneyline.html
 
 :-)


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT but Important Amber alert missing child should I post here?

2002-08-13 Thread Douglas Brown

That would be fine on any list as far as I am concerned!!






Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Mike Brunt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 11:27 AM
Subject: OT but Important Amber alert missing child should I post here?


 Before I do it would it be appropriate to post an Amber alert here for a
 missing child?
 
 Kind Regards - Mike Brunt, CTO
 Webapper
 http://www.webapper.com
 Downey CA Office
 562.243.6255
 AIM - webappermb
 
 Webapper - Making the NET work
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: More Win 232 error troubles

2002-08-13 Thread Douglas Brown

232 is a SQL error (The pipe is being Closed), but more likely a network
problem. 109 is the same (The pipe has ended)

For more info, review the following article
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q109787




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: John Lucas [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 11:56 AM
Subject: More Win 232 error troubles


 If anyone can give me any insight into trouble shooting this problem, I
 would greatly appreciate it.  I've already searched the archives,
 macromedia and wherever else I could to figure this one out, so I've
 figure out what win 232 is, I just cant seem to find what is causing it.

 We have three applications (public web site www.hubinternational.com,
 intranet, content management system) running on a win2k server, IIS 5.0,
 CF 5.0 with 1GB RAM and 1GHZ processor.  This is running along with a
 dual processor win2k SQL7 server with 1 GB RAM.

 In the past three weeks, the applications have begun to have performance
 issues.  The execution times for the pages are always about the same and
 minimal.  However, the sites are getting intermittingly hung up.  A
 sample of 5 minutes or so will routinely get you hung up.  Then, at
 other times, it is smooth sailing.  I can't pin it down to any one
 thing.

 There are no session/application/server variables being utilized.

 Client variables are stored in the SQL server.

 I have been fighting with this on and off over the past three weeks and
 can not seem to resolve the issue.

 In the coldfusion server log, there are an increasing amount of Win 232
 and Win 109 errors.  I have searched and read much of what I could find
 on the various lists about these errors as well as the Macromedia tech
 notes.  Unfortunately, I can not seem to find the cause or at least
 remedy it.

 I have checked the application log and have not found anything unusual
 there that correlates with the server log threads.

 CF is set up limit simultaneous requests to 5.

 Timeout after 75 seconds

 Restart at 3 unresponsive requests


 These applications were running smoothly until recently and there have
 been no major code revisions.

 If anyone has experienced the same issue and would be willing to share
 there resolution or anything else that might be helpful (or even not
 helpful), I would greatly appreciate hearing it.  This is easily
 starting to give me grey hairs faster than my three under seven
 daughters do already.

 Best regards,

 John Lucas

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: WAY OT?: CF Based Fantasy software

2002-08-13 Thread Douglas Brown

FantasyWheres the nudie pics :-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 1:03 PM
Subject: WAY OT?: CF Based Fantasy software


 Got your attention?? Lol

 Anyway, we have tried but been unsuccessful in locating any cf based
 fantasy football league code...we have a very large Vikings fan site in
 cf...and want to add fantasy football to it...if none exists that anyone
 can point to...if anyone feels like a low key fun side project to dink
 with over the next year, let me know

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions



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



Long raw and coldfusion

2002-08-09 Thread Douglas Brown

Does anyone have an example of pulling long raw data from an oracle database
GT 64k. I imagine having to loop through the chunk size until reaching the
end.




Douglas Brown
Email: [EMAIL PROTECTED]

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



Re: Strange Error

2002-08-09 Thread Douglas Brown

do you have any filds names like _date ?
- Original Message -
From: Matthew Friedman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 7:24 PM
Subject: Strange Error


 I got a strange error and I am not sure what it is about.

 For over a Year everything has been great with my configuration but I am
 getting this error just now.

 Any help?

  Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0), ODBC Error Code =
01000
 (General warning) [Microsoft][ODBC SQL Server Driver][Named
 Pipes]ConnectionTransact (GetOverLappedResult()).


 Matt


 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



What is all these DSN's?

2002-08-08 Thread Douglas Brown

Does anyone know what these DSN's are for? I have a list of them, and I know I
did not put them there. Which ones can I get rid of?

CR0R8V36 CR Oracle8 v3.6
CRSS SQL SERVER
CRXMLV36 CR XML v3.6
FLASH Microsoft Access Driver
LocalServer SQL Server




Douglas Brown
Email: [EMAIL PROTECTED]

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Task/Project Management App

2002-08-08 Thread Douglas Brown

That is what I was wondering too...I figured it was one of those IQ tests or
something :-)




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Dan Haley [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 08, 2002 5:17 PM
Subject: RE: Task/Project Management App


 How do you get in?

 -Original Message-
 From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 08, 2002 4:57 PM
 To: CF-Talk
 Subject: RE: Task/Project Management App


 Quantum Art advise me:

 The demo of Q-Project is still available at
 http://project.quantumart.com.


 **

 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]
 www.workcover.com

 p: 08 82332548
 f: 08 82332000
 m: 0418 806 166

 **


 -Original Message-
 From: Michael Wilson [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, 8 August 2002 2:58 PM
 To: CF-Talk
 Subject: RE: Task/Project Management App


 Hi,

 Thanks Kevin. I have checked those out already and was just wanting to
 see if anything else might be available. Thanks for the suggestion!

 Mike

 -Original Message-
 From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 08, 2002 1:24 AM
 To: CF-Talk
 Subject: RE: Task/Project Management App


 I recall finding some stuff in dev exchange





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



Re: Input Box Boundaries

2002-08-03 Thread Douglas Brown

If you mean the thing around the text field that kinda looks like the border,
yes you can do it but will only work in IE. you can use css. Use the
border-top-width, border-left-width etc etc




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 9:59 AM
Subject: OT: Input Box Boundaries


 This is an off the wall question I suppose, but I thought maybe someone
 here can verify for me...our designer really, really wants to remove the
 box boundaries from a read only input tag which doesn't even contain
 pertinent data to the action page...is this possible?  I have tinkered
 for sometime, but have not divined any way to do so farmaybe some
 sort of javascript write thingy?

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions



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



Re: Input Box Boundaries

2002-08-03 Thread Douglas Brown

No prob...Actually it does work in NS 6, I had not tested or used it in a
while.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 10:30 AM
Subject: RE: Input Box Boundaries


 Let me just say, sir, you rule.  I didn't think the .css borders could
 apply to an input box.  Thanks for the quick lesson!

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions

 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, August 03, 2002 12:14 PM
 To: CF-Talk
 Subject: Re: Input Box Boundaries


 If you mean the thing around the text field that kinda looks like the
 border, yes you can do it but will only work in IE. you can use css. Use
 the border-top-width, border-left-width etc etc




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Eric Hoffman [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, August 03, 2002 9:59 AM
 Subject: OT: Input Box Boundaries


  This is an off the wall question I suppose, but I thought maybe
  someone here can verify for me...our designer really, really wants to
  remove the box boundaries from a read only input tag which doesn't
  even contain pertinent data to the action page...is this possible?  I
  have tinkered for sometime, but have not divined any way to do so
  farmaybe some sort of javascript write thingy?
 
  Regards,
 
  Eric J Hoffman
  DataStream Connexion
  www.datastreamconnexion.com
  Delivering Creative Data Solutions
 
 
 
 

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



Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown

Select boxes are a little different

script language=Javascript
var service =
opener.document.orders.shiphow[document.orders.shiphow.selectedIndex].value;
/script




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 10:41 AM
Subject: One last ?: Javascript values


 Okay, one last question so I can finish up...here is what I am trying to
 do per a request:  (I am not real proficient at Javascript)

 script language=Javascript
 var service = opener.document.orders.shiphow.value;
 /script

 They spawn a new window which opens a child window with the above code.
 What we want to do is grab the value of a select box called shiphow from
 the opening page and assign it a variable to be called later in this
 child page.  So, is this best done somehow like that or via cfscript?  I
 get an error trying to cfoutput the service variable however.  I know I
 am just missing a piecethanks for all the help.

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions



 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown

I'll try this again...last messge did not go through. Once you pass the
variable to the popup, it cannot be referenced any longer as a coldfusion
variable by using cfoutput tags. You will need to populate a field with the
value and use it.

P.S

If you want to use that later in the page then it will need to be like so..

script language=Javascript
 var service =
opener.document.orders.shiphow[opener.document.orders.shiphow.selectedIndex].v
alue;
document.popupForm.fieldName.value = service;
/script

form name=popupForm
input type=text name=fieldName
/form




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 11:01 AM
Subject: RE: One last ?: Javascript values


 Duh, then I can just cfoutput #service# to output the variable or do I
 have to do some crazy script coding?

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions

 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, August 03, 2002 12:54 PM
 To: CF-Talk
 Subject: Re: One last ?: Javascript values


 Select boxes are a little different

 script language=Javascript
 var service =
 opener.document.orders.shiphow[document.orders.shiphow.selectedIndex].va
 lue;
 /script




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Eric Hoffman [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, August 03, 2002 10:41 AM
 Subject: One last ?: Javascript values


  Okay, one last question so I can finish up...here is what I am trying
  to do per a request:  (I am not real proficient at Javascript)
 
  script language=Javascript
  var service = opener.document.orders.shiphow.value;
  /script
 
  They spawn a new window which opens a child window with the above
  code. What we want to do is grab the value of a select box called
  shiphow from the opening page and assign it a variable to be called
  later in this child page.  So, is this best done somehow like that or
  via cfscript?  I get an error trying to cfoutput the service variable
  however.  I know I am just missing a piecethanks for all the help.
 
  Regards,
 
  Eric J Hoffman
  DataStream Connexion
  www.datastreamconnexion.com
  Delivering Creative Data Solutions
 
 
 
 

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



Re: SSL on form submission

2002-08-03 Thread Douglas Brown

Just create the table in access and then use CF to read the file contents and
insert the data into the table. If it is a single column, is the first row a
column name and the rest the data for that column?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Kola Oyedeji [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 11:13 AM
Subject: RE: SSL on form submission


 Hi

 here is my problem i have a text file with a single column which i would
 like to get into an access database (i know i know). Now I know
 i can use dts to import the data into sql server but from there can i import
 the data/table into access?

 Thanks

 Kola

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: One last ?: Javascript values

2002-08-03 Thread Douglas Brown

P.S

If you want to use that later in the page then it will need to be like so..

script language=Javascript
 var service =
opener.document.orders.shiphow[opener.document.orders.shiphow.selectedIndex].v
alue;
document.formName.fieldName.value = service;
/script

form
input type=hidden name=fieldName
/form


Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Eric Hoffman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, August 03, 2002 10:41 AM
Subject: One last ?: Javascript values


 Okay, one last question so I can finish up...here is what I am trying to
 do per a request:  (I am not real proficient at Javascript)

 script language=Javascript
 var service = opener.document.orders.shiphow.value;
 /script

 They spawn a new window which opens a child window with the above code.
 What we want to do is grab the value of a select box called shiphow from
 the opening page and assign it a variable to be called later in this
 child page.  So, is this best done somehow like that or via cfscript?  I
 get an error trying to cfoutput the service variable however.  I know I
 am just missing a piecethanks for all the help.

 Regards,

 Eric J Hoffman
 DataStream Connexion
 www.datastreamconnexion.com
 Delivering Creative Data Solutions



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



Re: CFX_QueryDump

2002-08-02 Thread Douglas Brown

Have you registered the tag in CF Admin?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Dan O'Keefe [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 11:10 AM
Subject: CFX_QueryDump


 Anyone use this tag? I am getting the following error:

 Error loading CFX custom tag library
 The library associated with the custom tag CFX_QUERYDUMP
 (C:\CFusion\cfx\querydump.dll) was not found.

 Dan

 -
 Dan O'Keefe
 TriPoint Technologies
 954.501.3115


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



Re: CFMX Updates

2002-08-02 Thread Douglas Brown

http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/tag_
updaters/




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Tipton Josh (orl1jdt) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 11:30 AM
Subject: CFMX Updates


 Does anyone know of a package that one could download for cf5 studio that
 would update the tags for cfmx?  Allaire did one of these for cf4.5.2.


 Joshua Tipton

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Flash Learning

2002-08-02 Thread Douglas Brown

I would have to say a combination of all of them. I use the books for
reference and then demo applications to see real world examples and then
websites for additional info that is not listed in the first 2 a good web
resource for flash is at http://www.flashkit.com




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: it_temp [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 11:35 AM
Subject: Flash Learning


 What is the best tool to learn Flash (i.e. website, book,tutorial)?
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Encrypting a Demo

2002-08-02 Thread Douglas Brown

Well paul, not sure of other encryption methods other than cfencrypt. You
could do the encryption and then use cfregistry to write a key and give it the
date of the first application load and then use it again to check the value in
application.cfm and cflocation them to a sorry!!! expired!!! This of course
depends on them having the cfregistry tag enabled.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paul Giesenhagen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 11:39 AM
Subject: Encrypting a Demo


 We offer our applications as open source, and would like to encrypt so we
can offer a demo for download.

 Besides CF's Encrypt, does anyone have any recommendations on a possible way
of encrypting a CF application and then putting a time limit on how long the
demo lasts/works?

 Example would be to download the application, and it run for say 14 days and
then it no longer works.

 Any suggestions or help would be greatly appreciated.

 Paul Giesenhagen
 QuillDesign


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Encrypting a Demo

2002-08-02 Thread Douglas Brown

Or I suppose you could use cffile action=write attributes=hidden and read
that in your application.cfm




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Douglas Brown [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 02, 2002 12:03 PM
Subject: Re: Encrypting a Demo


 Well paul, not sure of other encryption methods other than cfencrypt. You
 could do the encryption and then use cfregistry to write a key and give it
the
 date of the first application load and then use it again to check the value
in
 application.cfm and cflocation them to a sorry!!! expired!!! This of
course
 depends on them having the cfregistry tag enabled.




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Paul Giesenhagen [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, August 02, 2002 11:39 AM
 Subject: Encrypting a Demo


  We offer our applications as open source, and would like to encrypt so we
 can offer a demo for download.
 
  Besides CF's Encrypt, does anyone have any recommendations on a possible
way
 of encrypting a CF application and then putting a time limit on how long the
 demo lasts/works?
 
  Example would be to download the application, and it run for say 14 days
and
 then it no longer works.
 
  Any suggestions or help would be greatly appreciated.
 
  Paul Giesenhagen
  QuillDesign
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown

Well cost of development will depend alot upon who is doing the development. I
look at Flash development just as I look upon coding in CF. You make user
interfaces and modules for the application and break them apart into
snippets that can be used elsewhere in the application. If component x is
done properly, then that same component can be used elsewhere with only a
small modification. You cannot expect someone who is a beginner in flash to be
able to do this though, and in order for a company to say We want flash they
will need a experienced and seasoned veteran in order to keep the cost down.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 01, 2002 6:43 PM
Subject: RE: Does Macromedia have some current strong Flash agenda?


 cost of development alone may be the biggest deterrent...

 in our world its:

 interface (graphic)
 content (text)
 html
 applications (cf)

 clients want to pay only for the HTML :) the apps have to be done cheaply,
 and quickly... thus CF... Interface is always an issue... modifying
 Photoshop designs to cross browser implemented HTML is a pain in the arse as
 it is...

 Can only wonder how expensive Flash would get... because now you add a new
 layer of behaviors, many multiples of design and round trip interaction and
 tracking... lots of stuff...

 Flash should be proximate to CD Rom development... The average CD Rom
 development costs what these days?

 -paris



 -Original Message-
 From: Chad Gray [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 02, 2002 12:30 AM
 To: CF-Talk
 Subject: RE: Does Macromedia have some current strong Flash agenda?


 Try to sell the clients on the costs of developing the flash.

 If you count up the hours.  Flash is NOT cheap.

 If you count up the hours maintaining flash... It is REALLY not cheap.

 My .02 from experience.


 -Original Message-
 From: Bonnie E. Betts [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 01, 2002 7:16 PM
 To: CF-Talk
 Subject: Does Macromedia have some current strong Flash agenda?


 Is it me, or has anyone else noticed there's a REALLY strong push for =
 Flash lately at all the CFUGs and conferences??  Is there any particular
 = reason for this?

 I like Flash - don't get me wrong.  But I view it as a GUI frill that I
 = doubt I can sell to my clients who want a functional business =
 application.  Anyone here can tell me why/how I could sell them Flash =
 which would be over and above CF development?

 Bonnie E. Betts
 [EMAIL PROTECTED]
 www.bettsIT.com
 703.508.9766





 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown

I agree with that completely!! Usually a developer thinks alot differently
than what a designer would. I know very few developers with design skills. I
can usually see what looks good, and can come up with a great looking
interface, but the time it takes me to do it is 10 times longer than it would
take someone with flair for design.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 01, 2002 7:00 PM
Subject: RE: Does Macromedia have some current strong Flash agenda?


  That's my point... Flash developers.  I'm talking about the
  need for Flash / CFMX developers to be _1_ person.

 This isn't necessary. I'm probably never going to be proficient with Flash,
 but I can work with a Flash developer right now to build the back-end for a
 Flash front-end. And this strengthens my original point, I think - most web
 developers (most developers, in any category, I imagine) aren't especially
 good at designing usable interfaces.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Does Macromedia have some current strong Flash agenda?

2002-08-01 Thread Douglas Brown

Honestly that is the way I think it should be on the back-end of things for
flash. If you had components that followed suite with CF then it would be alot
more usable for folks like us. As far as the animations and stuff is
concerned, that would have to remain the same, but dropdowns and the like
should be a little more developer friendly.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Stacy Young [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, August 01, 2002 6:59 PM
Subject: RE: Does Macromedia have some current strong Flash agenda?


 I've been wondering lately about the cost of development for Flash...what if
 there was an alternate way to develop the flash interface using pre-made
 components? (above and beyond what exists today)

 Would it be crazy to image writing a web page in a markup language which
 produced flash? I've always thought the development environment was the
 biggest hurdle but that could very well be because I'm coming from a
 programming background and not a designer's...

 select
cfloop query=cities
option#city#
/cfloop
 /select

 In Flash:

 flash:select id=cityselect
cfloop query=cities
flash:option#city#
/cfloop
 / flash:select

 It's getting late, I'm talking crazy...


 -Original Message-
 From: Paris Lundis [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 01, 2002 9:43 PM
 To: CF-Talk
 Subject: RE: Does Macromedia have some current strong Flash agenda?

 cost of development alone may be the biggest deterrent...

 in our world its:

 interface (graphic)
 content (text)
 html
 applications (cf)

 clients want to pay only for the HTML :) the apps have to be done cheaply,
 and quickly... thus CF... Interface is always an issue... modifying
 Photoshop designs to cross browser implemented HTML is a pain in the arse as
 it is...

 Can only wonder how expensive Flash would get... because now you add a new
 layer of behaviors, many multiples of design and round trip interaction and
 tracking... lots of stuff...

 Flash should be proximate to CD Rom development... The average CD Rom
 development costs what these days?

 -paris



 -Original Message-
 From: Chad Gray [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 02, 2002 12:30 AM
 To: CF-Talk
 Subject: RE: Does Macromedia have some current strong Flash agenda?


 Try to sell the clients on the costs of developing the flash.

 If you count up the hours.  Flash is NOT cheap.

 If you count up the hours maintaining flash... It is REALLY not cheap.

 My .02 from experience.


 -Original Message-
 From: Bonnie E. Betts [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 01, 2002 7:16 PM
 To: CF-Talk
 Subject: Does Macromedia have some current strong Flash agenda?


 Is it me, or has anyone else noticed there's a REALLY strong push for =
 Flash lately at all the CFUGs and conferences??  Is there any particular
 = reason for this?

 I like Flash - don't get me wrong.  But I view it as a GUI frill that I
 = doubt I can sell to my clients who want a functional business =
 application.  Anyone here can tell me why/how I could sell them Flash =
 which would be over and above CF development?

 Bonnie E. Betts
 [EMAIL PROTECTED]
 www.bettsIT.com
 703.508.9766






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



Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

Glad to be of service!!




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 1:32 PM
Subject: RE: CF 5 App crashing every 5 minutes...


 Thanks all...It seems to work perfectly nowI will keep an eye out on
 it for a few hours.   
 
 Again thanks for all the help.  I love this list!
 
  
  
 ==
 Joel Blanchette
 IT and System Specialist
 Point of Impact Technologies Inc.
 Tel: (204) 989-0013
 Email: [EMAIL PROTECTED]
 ==
 
 
 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, July 31, 2002 2:13 PM
 To: CF-Talk
 Subject: Re: CF 5 App crashing every 5 minutes...
 
 
 What version of CF are you using? If you are using 5 then it will be
 under settings. As far as the time-out is concerned, I would set it to
 30 and then in the templates that you are talking about, you can use
 requesttimeout= in your url variable.
 
 IE:
 
 http://www.yourserver.com?requesttimeout=
 
 
 
 
 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Joel Blanchette [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, July 31, 2002 11:40 AM
 Subject: RE: CF 5 App crashing every 5 minutes...
 
 
  I have 1 cpu intel 850mhz
 
  I need the timeout high before some of our stats that go off at the 
  middle of the night takes a while to finish.  We are re-vamping the 
  stats system right now.  Hopefully this will be better in a couple of 
  weeks.
 
  I will change it to 5...
 
  How to I enable strict attribute validation?
 
 
 
  ==
  Joel Blanchette
  IT and System Specialist
  Point of Impact Technologies Inc.
  Tel: (204) 989-0013
  Email: [EMAIL PROTECTED] ==
 
 
  -Original Message-
  From: Douglas Brown [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 31, 2002 1:20 PM
  To: CF-Talk
  Subject: Re: CF 5 App crashing every 5 minutes...
 
 
  Limit simultaneous requests to : 10 how many cpu's?
  Timeout requests after : 900 s Kinda high dont ya think? 30 -
 60
  maybe
  Restart at   10 unresponsive requests - I would make this like 5
  Restart when requests terminate abnormally : on
  Suppress whitespace by default: on
 
 
  I would also enforce strict attribute validation.
 
 
 
 
  Douglas Brown
  Email: [EMAIL PROTECTED]
  - Original Message -
  From: Joel Blanchette [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, July 31, 2002 11:07 AM
  Subject: RE: CF 5 App crashing every 5 minutes...
 
 
   Limit simultaneous requests to : 10
   Timeout requests after : 900 s
   Restart at   10 unresponsive requests
   Restart when requests terminate abnormally : on
   Suppress whitespace by default: on
  
   Template cache size:   1024 kilobytes
  
  
   Anything else?  Let me know where it would be in the menu and I will
   get it..
  
   Thanks for the help
  
  
  
   ==
   Joel Blanchette
   IT and System Specialist
   Point of Impact Technologies Inc.
   Tel: (204) 989-0013
   Email: [EMAIL PROTECTED] ==
  
  
   -Original Message-
   From: Douglas Brown [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, July 31, 2002 12:17 PM
   To: CF-Talk
   Subject: Re: CF 5 App crashing every 5 minutes...
  
  
   What settings do you have in Admin? Max number of threads
  etc...Template
   caching?
  
  
  
  
   Douglas Brown
   Email: [EMAIL PROTECTED]
   - Original Message -
   From: Joel Blanchette [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Wednesday, July 31, 2002 10:07 AM
   Subject: CF 5 App crashing every 5 minutes...
  
  
Hello All,
I need big help.Last night, I saw that our server was going
  down,
then I noticed that it was not the server but more that the
cfserver.exe in the task manager was just stopping.  If I restart
  the
serveice it is all good.  But I need to do this every 5
minutes...Which is not good...So I wrote a batch file that does it
  for
  
me.
   
I need to know why this error is happening.  It seems like when
 the
cfserver.exe gets around 25 megs or memory use it just stops
responding. The task is still there but it will not respond.  I'm
using CF Server 5 on a Windows server 2000 SP2.  Is there
 something
  in
  
the threads that I should change?
   
I can post the lines of the error logs of CF here but I need to
 know
which ones u would need.  I will need help.  I did nothing to the
server that would just start doing this.  We are getting more
  traffic
then before.  Would that be the cause?  If yes, there must be a
 way
  to
  
fix this.
   
   
   
==
Joel Blanchette
IT and System Specialist
Point of Impact Technologies Inc

Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

What settings do you have in Admin? Max number of threads etc...Template
caching?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 10:07 AM
Subject: CF 5 App crashing every 5 minutes...


 Hello All,
 I need big help.Last night, I saw that our server was going
 down, then I noticed that it was not the server but more that the
 cfserver.exe in the task manager was just stopping.  If I restart the
 serveice it is all good.  But I need to do this every 5 minutes...Which
 is not good...So I wrote a batch file that does it for me.

 I need to know why this error is happening.  It seems like when the
 cfserver.exe gets around 25 megs or memory use it just stops responding.
 The task is still there but it will not respond.  I'm using CF Server 5
 on a Windows server 2000 SP2.  Is there something in the threads that I
 should change?

 I can post the lines of the error logs of CF here but I need to know
 which ones u would need.  I will need help.  I did nothing to the server
 that would just start doing this.  We are getting more traffic then
 before.  Would that be the cause?  If yes, there must be a way to fix
 this.



 ==
 Joel Blanchette
 IT and System Specialist
 Point of Impact Technologies Inc.
 Tel: (204) 989-0013
 Email: [EMAIL PROTECTED]
 ==

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Studio 5 Install problem

2002-07-31 Thread Douglas Brown

http://www.macromedia.com/v1/handlers/index.cfm?ID=13084Method=FullPageCall=
/support/index.cfm




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Wally - Comcast [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 11:03 AM
Subject: Fw: Studio 5 Install problem


 In attempting to install Studio 5.0 the install works but the CFIDE
directory is not created on the machine.  I cannot access the CF
administrator.

 The target box is a Win 98 running PWS.  Can I just copy the CFIDE contents
from another computer?  What has happened in this install?



 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

Limit simultaneous requests to : 10 how many cpu's?
Timeout requests after : 900 s Kinda high dont ya think? 30 - 60 maybe
Restart at   10 unresponsive requests - I would make this like 5
Restart when requests terminate abnormally : on
Suppress whitespace by default: on


I would also enforce strict attribute validation.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 11:07 AM
Subject: RE: CF 5 App crashing every 5 minutes...


 Limit simultaneous requests to : 10
 Timeout requests after : 900 s
 Restart at   10 unresponsive requests
 Restart when requests terminate abnormally : on
 Suppress whitespace by default: on

 Template cache size:   1024 kilobytes


 Anything else?  Let me know where it would be in the menu and I will get
 it..

 Thanks for the help



 ==
 Joel Blanchette
 IT and System Specialist
 Point of Impact Technologies Inc.
 Tel: (204) 989-0013
 Email: [EMAIL PROTECTED]
 ==


 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 12:17 PM
 To: CF-Talk
 Subject: Re: CF 5 App crashing every 5 minutes...


 What settings do you have in Admin? Max number of threads etc...Template
 caching?




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Joel Blanchette [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, July 31, 2002 10:07 AM
 Subject: CF 5 App crashing every 5 minutes...


  Hello All,
  I need big help.Last night, I saw that our server was going down,
  then I noticed that it was not the server but more that the
  cfserver.exe in the task manager was just stopping.  If I restart the
  serveice it is all good.  But I need to do this every 5
  minutes...Which is not good...So I wrote a batch file that does it for

  me.
 
  I need to know why this error is happening.  It seems like when the
  cfserver.exe gets around 25 megs or memory use it just stops
  responding. The task is still there but it will not respond.  I'm
  using CF Server 5 on a Windows server 2000 SP2.  Is there something in

  the threads that I should change?
 
  I can post the lines of the error logs of CF here but I need to know
  which ones u would need.  I will need help.  I did nothing to the
  server that would just start doing this.  We are getting more traffic
  then before.  Would that be the cause?  If yes, there must be a way to

  fix this.
 
 
 
  ==
  Joel Blanchette
  IT and System Specialist
  Point of Impact Technologies Inc.
  Tel: (204) 989-0013
  Email: [EMAIL PROTECTED] ==
 
 

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

All shared scope variables should be locked at all times, no matter how simple
the code may be...Especially in CF 5 and below, where it can cause server
instability.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 11:27 AM
Subject: RE: CF 5 App crashing every 5 minutes...


 I am also not using any kind of locking.  I did not think that I would
 need to since it was very basic code



 ==
 Joel Blanchette
 IT and System Specialist
 Point of Impact Technologies Inc.
 Tel: (204) 989-0013
 Email: [EMAIL PROTECTED]
 ==


 -Original Message-
 From: Nathaniel Horwitz [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 12:38 PM
 To: CF-Talk
 Subject: RE: CF 5 App crashing every 5 minutes...


 I'd be more inclined to agree with him. At my previous company, we had
 some problems with increasing memory usage after restarting. It turned
 out to be our code- the way we were locking (In our case, not locking at
 all) the session variables.

 We'd restart the server at least once a day and when we sorted out the
 locking problems, it was much less than that.

 Nathaniel

 -Original Message-
 From: Chris Norloff [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 10:21 AM
 To: CF-Talk
 Subject: Re: CF 5 App crashing every 5 minutes...


 That sounds more like freezing than crashing.  I'd check all
 shared-scope variables for locking (ANY use of a shared-scope variable
 MUST be locked).

 I also recommend a MM TechNote called Timeouts and Unresponsive
 Requests.

 Chris Norloff


 - Original Message -
 From: Joel Blanchette [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, July 31, 2002 10:07 AM
 Subject: CF 5 App crashing every 5 minutes...
 
 
  Hello All,
  I need big help.Last night, I saw that our server was going down,

  then I noticed that it was not the server but more that the
  cfserver.exe in the task manager was just stopping.  If I restart the

  serveice it is all good.  But I need to do this every 5
  minutes...Which is not good...So I wrote a batch file that does it
  for me.
 
  I need to know why this error is happening.  It seems like when the
  cfserver.exe gets around 25 megs or memory use it just stops
  responding. The task is still there but it will not respond.  I'm
  using CF Server 5 on a Windows server 2000 SP2.  Is there something
  in the threads that I should change?
 
  I can post the lines of the error logs of CF here but I need to know
  which ones u would need.  I will need help.  I did nothing to the
  server that would just start doing this.  We are getting more traffic

  then before.  Would that be the cause?  If yes, there must be a way
  to fix this.
 
 
 
  ==
  Joel Blanchette
  IT and System Specialist
  Point of Impact Technologies Inc.
  Tel: (204) 989-0013
  Email: [EMAIL PROTECTED] ==
 
 
 


 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

P.S you should also lock cffile where you are accessing a file.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Douglas Brown [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 11:37 AM
Subject: Re: CF 5 App crashing every 5 minutes...


 All shared scope variables should be locked at all times, no matter how
simple
 the code may be...Especially in CF 5 and below, where it can cause server
 instability.




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Joel Blanchette [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, July 31, 2002 11:27 AM
 Subject: RE: CF 5 App crashing every 5 minutes...


  I am also not using any kind of locking.  I did not think that I would
  need to since it was very basic code
 
 
 
  ==
  Joel Blanchette
  IT and System Specialist
  Point of Impact Technologies Inc.
  Tel: (204) 989-0013
  Email: [EMAIL PROTECTED]
  ==
 
 
  -Original Message-
  From: Nathaniel Horwitz [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 31, 2002 12:38 PM
  To: CF-Talk
  Subject: RE: CF 5 App crashing every 5 minutes...
 
 
  I'd be more inclined to agree with him. At my previous company, we had
  some problems with increasing memory usage after restarting. It turned
  out to be our code- the way we were locking (In our case, not locking at
  all) the session variables.
 
  We'd restart the server at least once a day and when we sorted out the
  locking problems, it was much less than that.
 
  Nathaniel
 
  -Original Message-
  From: Chris Norloff [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 31, 2002 10:21 AM
  To: CF-Talk
  Subject: Re: CF 5 App crashing every 5 minutes...
 
 
  That sounds more like freezing than crashing.  I'd check all
  shared-scope variables for locking (ANY use of a shared-scope variable
  MUST be locked).
 
  I also recommend a MM TechNote called Timeouts and Unresponsive
  Requests.
 
  Chris Norloff
 
 
  - Original Message -
  From: Joel Blanchette [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, July 31, 2002 10:07 AM
  Subject: CF 5 App crashing every 5 minutes...
  
  
   Hello All,
   I need big help.Last night, I saw that our server was going down,
 
   then I noticed that it was not the server but more that the
   cfserver.exe in the task manager was just stopping.  If I restart the
 
   serveice it is all good.  But I need to do this every 5
   minutes...Which is not good...So I wrote a batch file that does it
   for me.
  
   I need to know why this error is happening.  It seems like when the
   cfserver.exe gets around 25 megs or memory use it just stops
   responding. The task is still there but it will not respond.  I'm
   using CF Server 5 on a Windows server 2000 SP2.  Is there something
   in the threads that I should change?
  
   I can post the lines of the error logs of CF here but I need to know
   which ones u would need.  I will need help.  I did nothing to the
   server that would just start doing this.  We are getting more traffic
 
   then before.  Would that be the cause?  If yes, there must be a way
   to fix this.
  
  
  
   ==
   Joel Blanchette
   IT and System Specialist
   Point of Impact Technologies Inc.
   Tel: (204) 989-0013
   Email: [EMAIL PROTECTED] ==
  
  
  
 
 
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF 5 App crashing every 5 minutes...

2002-07-31 Thread Douglas Brown

What version of CF are you using? If you are using 5 then it will be under
settings. As far as the time-out is concerned, I would set it to 30 and then
in the templates that you are talking about, you can use
requesttimeout= in your url variable.

IE:

http://www.yourserver.com?requesttimeout=




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Joel Blanchette [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 11:40 AM
Subject: RE: CF 5 App crashing every 5 minutes...


 I have 1 cpu intel 850mhz

 I need the timeout high before some of our stats that go off at the
 middle of the night takes a while to finish.  We are re-vamping the
 stats system right now.  Hopefully this will be better in a couple of
 weeks.

 I will change it to 5...

 How to I enable strict attribute validation?



 ==
 Joel Blanchette
 IT and System Specialist
 Point of Impact Technologies Inc.
 Tel: (204) 989-0013
 Email: [EMAIL PROTECTED]
 ==


 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 31, 2002 1:20 PM
 To: CF-Talk
 Subject: Re: CF 5 App crashing every 5 minutes...


 Limit simultaneous requests to : 10 how many cpu's?
 Timeout requests after : 900 s Kinda high dont ya think? 30 - 60
 maybe
 Restart at   10 unresponsive requests - I would make this like 5
 Restart when requests terminate abnormally : on
 Suppress whitespace by default: on


 I would also enforce strict attribute validation.




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Joel Blanchette [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, July 31, 2002 11:07 AM
 Subject: RE: CF 5 App crashing every 5 minutes...


  Limit simultaneous requests to : 10
  Timeout requests after : 900 s
  Restart at   10 unresponsive requests
  Restart when requests terminate abnormally : on
  Suppress whitespace by default: on
 
  Template cache size:   1024 kilobytes
 
 
  Anything else?  Let me know where it would be in the menu and I will
  get it..
 
  Thanks for the help
 
 
 
  ==
  Joel Blanchette
  IT and System Specialist
  Point of Impact Technologies Inc.
  Tel: (204) 989-0013
  Email: [EMAIL PROTECTED] ==
 
 
  -Original Message-
  From: Douglas Brown [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 31, 2002 12:17 PM
  To: CF-Talk
  Subject: Re: CF 5 App crashing every 5 minutes...
 
 
  What settings do you have in Admin? Max number of threads
 etc...Template
  caching?
 
 
 
 
  Douglas Brown
  Email: [EMAIL PROTECTED]
  - Original Message -
  From: Joel Blanchette [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, July 31, 2002 10:07 AM
  Subject: CF 5 App crashing every 5 minutes...
 
 
   Hello All,
   I need big help.Last night, I saw that our server was going
 down,
   then I noticed that it was not the server but more that the
   cfserver.exe in the task manager was just stopping.  If I restart
 the
   serveice it is all good.  But I need to do this every 5
   minutes...Which is not good...So I wrote a batch file that does it
 for
 
   me.
  
   I need to know why this error is happening.  It seems like when the
   cfserver.exe gets around 25 megs or memory use it just stops
   responding. The task is still there but it will not respond.  I'm
   using CF Server 5 on a Windows server 2000 SP2.  Is there something
 in
 
   the threads that I should change?
  
   I can post the lines of the error logs of CF here but I need to know
   which ones u would need.  I will need help.  I did nothing to the
   server that would just start doing this.  We are getting more
 traffic
   then before.  Would that be the cause?  If yes, there must be a way
 to
 
   fix this.
  
  
  
   ==
   Joel Blanchette
   IT and System Specialist
   Point of Impact Technologies Inc.
   Tel: (204) 989-0013
   Email: [EMAIL PROTECTED] ==
  
  
 
 

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Passing multiple values back from popup?

2002-07-30 Thread Douglas Brown

You will need to use js to do it.


Basically, 

in your popup window you will put a script in like so

script
function writeResults(){
opener.document.formName.fieldName.value = document.formName.fieldName.value;
window.close();
}

and then call the function in your submit button



Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 30, 2002 9:57 AM
Subject: Passing multiple values back from popup?


 I'm trying to pass multiple values back to my form from a popup...
 Bascialyl I want to pass the value and the display of my select from the
 popup back to the form Can anyone tell me how to do this???
 
 
 
 -Original Message-
 From: Thane Sherrington [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, July 30, 2002 12:52 PM
 To: CF-Talk
 Subject: Re: How to Display a Page incase of Timeout?
 
 
 At 12:48 PM 7/30/02 -0400, Paul wrote:
 Thanks for the reply Isaac,
 
  I tried placing the following code in the application.cfm page but
  the user is not logged in until they enter the members area of the
 site. 
  Will this code work outside of the application page? Currently the 
  loginid is not declared in the application page.
 
 cflock scope=session type=readonly timeout=10
 cfset loggedin = YesNoFormat(IsDefined(session.loginid))
 /cflock
 
 cfif not loggedin
 cfinclude template=loginform.cfmcfabort
 /cfif
 
 I'm not sure what you're doing here, but you could do:
 
 cflock scope=session type=readonly timeout=10
  cfif not IsDefined(Session.LoginID)
  cfinclude template=loginform.cfm
  [Put your various closing stuff here /body /html
 etc, 
 if not in your loginform.cfm file.]
  cfabort
  /cfif
 /cflock
 
 If you put this code (and the login code) in your application.cfm file,
 it 
 will run on every page, protecting each.
 
 
 T
 
 
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Number of times a character is in a string

2002-07-30 Thread Douglas Brown

lol, I always hear Raymond chiming in about evaluate...You all know he is part
of George Bush's campaign to organize a new evaluate(task force) dont you. :-)







Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Raymond Camden [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 30, 2002 1:18 PM
Subject: RE: Number of times a character is in a string


 Good catch there. Although you get points off for using evaluate - I'd
 use a temp variable just to make it more readable. ;)

 ===
 Raymond Camden, ColdFusion Jedi Master for Macromedia

 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus

 My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Chris Lofback [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, July 30, 2002 4:05 PM
  To: CF-Talk
  Subject: RE: Number of times a character is in a string
 
 
  Using ListLen won't work for single characters or for longer
  strings that
  contain only the target character.  Here's one way to do it for single
  characters, case-sensitive:
 
  CFSET MyString = aa
 
  Character quot;aquot; occurs CFOUTPUT#Evaluate(Len(MyString) -
  Len(Replace(MyString,a,,ALL)))#/CFOUTPUT times
 
 
   -Original Message-
   From: Shawn Kernes [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, July 30, 2002 3:51 PM
   To: CF-Talk
   Subject: RE: Number of times a character is in a string
  
  
   ListLen(list [, delimiters ]) - 1
  
   where the delimiter is the char you are looking for
  
  
  
   -Original Message-
   From: Graham Pearson [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, July 30, 2002 12:44 PM
   To: CF-Talk
   Subject: Number of times a character is in a string
  
  
   Anyway to find out the total number of times a character is
  apart of a
   specific string. Any direction greatly appreciated.
  
  
  
   --
   --
   ---
   Graham Pearson, System Administrator / Certified Webmaster
   Northern Indiana Educational Services Center
   Http://support.niesc.k12.in.us  Email:
   [EMAIL PROTECTED]
  
   Voice (574) 254-0444 Ext 108 / (800) 326-5642 Fax: (574) 254-0148
   --
   --
   
  
  
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Unable to send or receive access file with Outlook 2000

2002-07-30 Thread Douglas Brown

I had a similar problem, the .mdb file I sent a client did not go through due
to security reasons. I imagine that it might look upon it as a executable or
something and think it is not safe. I zipped it up and all was fine.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Larry Juncker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 30, 2002 2:20 PM
Subject: OT: Unable to send or receive access file with Outlook 2000


 Sorry for the OT post, but I have been searching archives all afternoon for
the
 answer to this and still haven't

 Does anyone know why I can send and receive ANY attachment I want to with
 Outlook 2000 except an mdb file.

 Any help with this would be greatly appreciated.
 and PLEASE respond off list.

 And again I am sorry for the OT post.

 Larry Juncker
 Senior Cold Fusion Developer
 Heartland Communications Group, Inc.
 [EMAIL PROTECTED]

 CONFIDENTIALITY NOTICE
 The information contained in this e-mail is intended only for the use of the
 individual or entity to which it is addressed.  This e-mail may contain
 information that is privileged, confidential, and/or personal. If the reader
of
 this message is not the intended recipient (or the employee or agent
responsible
 to deliver it to the intended recipient), you are hereby notified that any
 dissemination, distribution, or  copying of this communication is
prohibited.
 If you have received this communication in error, please notify us at the
email
 listed above.

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



Re: Spaces stripped out of query return values?

2002-07-29 Thread Douglas Brown

have you tried HtmlEditFormat()




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Yexley Robert D Contr Det 1 AFRL/WSI [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, July 29, 2002 10:10 AM
Subject: RE: Spaces stripped out of query return values?


 DOH!!  I should have known that.  I've been trying since I got your original
response to figure out a way to trick it and to put in nbsp; in place of
spaces, but I haven't been able to get it working.  Does anyone happen to know
of a way to get around this?

 Bob
 )))


 -Original Message-
 From: Adrian Lynch [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 12:13 PM
 To: CF-Talk
 Subject: RE: Spaces stripped out of query return values?


 It's an HTML thing, it will reduce many spaces to one, try replacing the
spaces with nbsp;

 Ade

 -Original Message-
 From: Yexley Robert D Contr Det 1 AFRL/WSI
[mailto:[EMAIL PROTECTED]]
 Sent: 29 July 2002 17:06
 To: CF-Talk
 Subject: Spaces stripped out of query return values?


 I have a form that has a SELECT list in which I'm trying to trick into
displaying multiple columns in the select list.  I'm doing this by how I'm
returning the values from my query.  I'm querying an Oracle database, and my
query is:

 cfQuery
 name=defaultList
 dataSource=#dataSource#
 SELECT rpad(username, 20, chr(32))||
rpad(project_folder, 20, chr(32))||
rpad(project_file, 20, chr(32))||
rpad(to_char(blk_h, 'DD-MON-'), 20, chr(32)) listItemDisplay
   ,username||'/'||project_folder||'/'||project_file listItemValue
   FROM dids_project_file_info
  WHERE project_submitted = 'SUBMITTED'
 ORDER BY username, project_folder, project_file, blk_h /cfQuery

 So I'm basically trying to concatenate four values together, with spaces
concatenated to the end of each value out to 20 characters for each value, and
return it as one value (listItemDisplay).  How when I execute this query
against the database with any standard query tool, it displays the results
correctly like this:

 COUTURGDStevens   MMW--HRL
 24-JUL-2002
 COUTURGDStevens   WaveBand-MMW
 18-JUL-2002
 OHARAWTBLODGETTacoustic
 08-APR-2002

 My problem is that when I try to dynamically create the select list with the
following code:

 select id=fileList name=fileList size=10 class=form_field
 style=width: 450px
 cfLoop query=defaultList
 cfOutputoption
value=#listItemValue##listItemDisplay#/option/cfOutput
 /cfLoop
 /select

 The displayed values come out with the padded spaces stripped of, and
display like this:

 COUTURGD Stevens MMW--HRL 24-JUL-2002
 COUTURGD Stevens WaveBand-MMW 18-JUL-2002
 OHARAWT BLODGETT acoustic 08-APR-2002

 Does anyone have any ideas why these spaces are being stripped, and how I
might be able to keep them so that the values are displayed in the list
correctly (as columns)?  Any ideas would be greatly appreciated.  Thanks in
advance.

 ::YEX::

 /*
 || Robert D. Yexley
 || Oracle Programmer/Analyst
 || Easylink Services Corporation
 || Professional Services
 || Contractor - Wright Research Site MIS
 || Det-1 AFRL/WSI Bldg. 45 Rm. 062
 || (937) 255-1984
 || [EMAIL PROTECTED]
 || )))
 */

  Robert D. Yexley (E-mail).vcf



 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Quick MCSE Certification options

2002-07-29 Thread Douglas Brown

That sucks...I also am in that kinda boat, I spent 6 years in a computer
operations management position and know my stuff where a computer is
concerned, but it seems like everyone is asking for a cert. In the years that
I was hiring technicians and such, I found that people that were not certified
were better qualified for the job and knew more, than the ones who were (Book
smart does not mean computer literate). I therefore had not found a reason to
go take a test. Today I find out that I was eliminated from a great job due to
not being certified...ARG you would figure that real world experience
would count for something. Anyhow I am eager to hear resonses to your
question, as I suppose I need to get certified.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: John Paul Ashenfelter [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, July 29, 2002 7:21 PM
Subject: OT: Quick MCSE Certification options


  Folks,
 
  I'm the leading contractor candidate for a great (personal and
 professional) overseas gig , but the
  foreign government requires a MCSE for technical workers in this position,
  even though that has nothing to do with the job at hand. So I need to
  certify. Fast.
 
  (Just goes to show -- don't put off those #$%*#$^% certifications. And
 that
  despite this being a CF job and being CF Adv Certified, only the M$ cert
  matters.)
 
  So my basic question is, do I try to study on my own to pass the exams or
 do
  I give in and pony up the money for a bootcamp-style training program?
  Recommendations on materials or specific bootcamps for MCSE?
 
  Right now, I'm leaning towards one of the bootcamps since timeframe is end
 of
  August/early Sept but any advice is appreciated.
  --
  Regards,
 
  John Paul Ashenfelter
  CTO/TransitionPoint
  [EMAIL PROTECTED]
 
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: RE: CFMX Taking all CPU Resources?

2002-07-27 Thread Douglas Brown

Well,

I would start off by looking at what differences there might be in the 2
different servers you are testing against. I have found many times I think a
coding error is causing problems, and it ends up being something totally
different when dealing with 2 different machines. Is this a fresh install of
MX?

1. Service packs for the OS
2. Service packs for the database.
3. MDAC updates

Are you using any CFX tags in your app? If so, start there...




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Todd [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, July 27, 2002 12:46 PM
Subject: Fwd: RE: CFMX Taking all CPU Resources?


  settings that prove.. CFMX Scales better than... CF.50..
  Well..where are the MAGIC SETTINGS (MM docs.. dont think so!)..
  Probably in the HEADof some ENGINEER MM LAIDOFF.
 Joe

 Joe,

 No offense, but ... when people start saying b.s. like this, I just start
 to tune out what they were original asking for.  There are ways of being
 professional without having to start to slam people, companies, etc.  In
 fact, sometimes if you focus on the problem at hand instead taking your
 shots now and then, people might perceive you know what you're talking
 about and attempt to help you hunt down the problem.  I can understand
 being upset, but being upset isn't going to solve your problem.

 Good luck with your research.

 ~Todd


 Todd Rafferty ([EMAIL PROTECTED])
 http://www.web-rat.com/
 Team Macromedia Volunteer for ColdFusion
 http://www.macromedia.com/support/forums/team_macromedia/
 Moderator @ FlashCFM.com - http://www.flashCFM.com/
 Back-end Moderator @ Ultrashock.com - http://www.ultrashock.com/

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CGI.HTTP_REFERER

2002-07-27 Thread Douglas Brown

The syntax on the first one is correct. Are you referencing it after a page
request or form submittal?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, July 27, 2002 3:49 PM
Subject: CGI.HTTP_REFERER


 Okay.  I'm stumped.  I had this whole lovely plan for something I'm working
 on.  It involved looking at the value of CGI.HTTP_REFERER.  But that value
 isn't coming up on my radar.  It doesn't matter what browser I use.  It's
 just not there.  I've tried different spellings (REFERRER, REFERER), looped
 through every variable available, put a reference without a variable scope
 prefix, everything.  It just doesn't show up.

 I understand that the CGI variables returned are based on the server
 configuration.  So I guess my entire pile of questions is:

 A) Am I doing something simple and obviously stupid?

 B) What would I have to do to my server to get it to return this variable:
 is it on the CFAS side, or on the HTTP-server-software side?

 Thanks for any help anyone can give.  I need this blasted variable!!

 Matthieu


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



Re: CGI.HTTP_REFERER

2002-07-27 Thread Douglas Brown

H not sure it will work in application.cfm due to that being the first
file processed by CF. It needs to have a referring page, hence the name.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, July 27, 2002 4:48 PM
Subject: RE: CGI.HTTP_REFERER


 I'm checking it in my Application.cfm.  I want to see whether the page
 before the current page is from my site or not.  If not, I want to do
 something different.  I am guessing that my company's firewall is set to
 block outgoing referer information from the browser.  I am checking into
 this with my IT department.

 Thanks anyway,
 Matthieu

 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, July 27, 2002 7:05 PM
 To: CF-Talk
 Subject: Re: CGI.HTTP_REFERER


 The syntax on the first one is correct. Are you referencing it after a page
 request or form submittal?




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Cornillon, Matthieu [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, July 27, 2002 3:49 PM
 Subject: CGI.HTTP_REFERER


  Okay.  I'm stumped.  I had this whole lovely plan for something I'm
 working
  on.  It involved looking at the value of CGI.HTTP_REFERER.  But that value
  isn't coming up on my radar.  It doesn't matter what browser I use.  It's
  just not there.  I've tried different spellings (REFERRER, REFERER),
 looped
  through every variable available, put a reference without a variable scope
  prefix, everything.  It just doesn't show up.
 
  I understand that the CGI variables returned are based on the server
  configuration.  So I guess my entire pile of questions is:
 
  A) Am I doing something simple and obviously stupid?
 
  B) What would I have to do to my server to get it to return this variable:
  is it on the CFAS side, or on the HTTP-server-software side?
 
  Thanks for any help anyone can give.  I need this blasted variable!!
 
  Matthieu
 
 
 

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SQL Query

2002-07-26 Thread Douglas Brown

More than likely something like so...


SELECT   c.id, c.description
FROM   choiceTable c,productChoiceTable pc
WHERE   c.id = pc.choiceid
AND   pc.productid NOT IN
 ( SELECT productid
  FROM productChoiceTable
  WHERE productid = '#url.productid#' )




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paul Giesenhagen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 7:22 AM
Subject: OT: SQL Query


 I have a query that I am trying to get all my descriptions from my
choiceTable that are not found in my productChoiceTable that have a productid
of a url.product value.  Basically if a choice id is found in the
productChoiceTable that also has the url.productid in the productid column, it
is discarded in the result.

 Here is my table layout:

 choiceTable
 id, choice, description

 productChoiceTable
 id,choiceid,productid

 !--- Current query that is returning 0 records (which is not the
case). ---
 SELECT c.id, c.description
 FROM choiceTable c, productChoiceTable pc
 WHERE c.id = pc.choiceid
 AND pc.productid NOT IN ('#url.productid#')

 Any suggestions apreciated!

 Paul Giesenhagen
 QuillDesign


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



Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown

Well he is saying that if he opens a new window and types in a URL that does
not go to his splash screen that it is not redirecting. If he opens a new
window, it should be a different session with different CFID  CFTOKEN values.


Basically...

In application.cfm
CFAPPLICATION NAME=myApp
 CLIENTMANAGEMENT=Yes
 SESSIONMANAGEMENT=Yes
 SESSIONTIMEOUT=#createTimeSpan(1,  0,  0,  0)#

cfparam name=session.initialized default=false
cfif session.initalized eq false
cflocation url=splash1.cfm addtoken=no
/cfif



splash1.cfm

cfif not(isDefined(session.initialized))
cfset session.initialized = true
/cfif


splash2
You wont need anything, because application.cfm will handle it...




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 10:51 AM
Subject: RE: Setting and evaluating session variables


 Hi.  I think that I see the problem that you are having.  My explanation may
 seem overly simple at first, but bear with me.

 Session variables are stored on the CF server.  A given set of session
 variables is tied to a given user by two key values: CFID, and CFTOKEN.
 These values are sent to your machine as cookies when you access any page on
 the server.  Now, as long as you are accessing the server from that machine,
 and as long as you have cookies enabled and don't replace them, the session
 variables will stay set for the default expiration time (which is probably
 set to something like 2 hours in your CF Administrator).

 So, the reason that you're getting weird behavior is that
 session.initialized is staying set for at least 2 hours from the time you
 first hit that page during a given day.  This makes testing really hard,
 right?  I think that your application is set up properly, but you are having
 trouble testing it.  I recommend this:

 Create a page called wipeout.cfm or something that erases all the cookies
 and session variables that you don't want to keep.  I keep a link to this on
 the link bar in IE, so that I can return to regular user state whenever I
 need to.  The statements you'll need are:

 CFCOOKIE expires=NOW name=COOKIENAME value=invalid
 CFLOCK scope=SESSION timeout=30 type=EXCLUSIVE
 CFSET dummy=StructClear(session)
 /CFLOCK

 Repeat the CFCOOKIE line for as many cookies as you need to erase.  The
 CFSET statement will wipe out all session variables in one shot.

 Also, your test for the value of Session.Initialized should not be for it's
 value, but for its existence:

 CFIF not IsDefined(Session.Initialized)
 CFLOCATION...

 This should let you test your system without pulling your hair out at what
 seems like completely inconsistent behavior.

 Now, however, I want to make sure that you aren't going for something
 different than what I think.  I want to map out a path of use and how it
 would work under your current layout (assuming a two-hour expiration time
 for session variables):

 July 27th

 10:15 AM
 User opens www.yahoo.com

 10:17 AM
 User opens your site (www.yoursite.com/mySecondPage.cfm)
 She gets bounced to the splash page, since session.initialized wasn't set
 yet.

 still 10:17 AM(later in that minute)
 User returns to www.yoursite.com/mySecondPage.cfm, which now is allowed to
 completely load, since session.initialized is now set.

 10:18 AM
 After looking at www.yoursite.com/mySecondPage.com, user is so wowed that
 she goes for a stroll to contemplate the meaning of life.  Since the work is
 super-duper high security, though, she immediately closes the browser and
 shuts down her computer.

 12:17 PM
 User has returned from her walk, ready to surge forward with her work.  She
 has already turned on her machine, logged in, and launched IE.  She promptly
 goes to the page that inspired this (nearly!) two-hour sojourn:
 www.yoursite.com/mySecondPage.com.  That page will load WITHOUT going to the
 splash page.  Why?  Because session.initialized has still not expired
 (although it's one minute away from doing so), and the CF server knows to
 look for it under the CFID and CFTOKEN values stored on your user's machine.

 12:18 PM
 User decides that she is no longer so wowed by your page, and immediately
 browses to www.someothersite.com.  She stays away from your site until 4:01
 PM.

 4:01 PM
 User once again types in www.yoursite.com/mySecondPage.com.  This time, she
 gets bounced to the splash page.  Why?  Because the two-hour session
 variable has expired.

 If this is the behavior you want, then you're all set.  I just wanted to
 make sure that you weren't under operating under any misconceptions about
 how it would work.

 Hope this is helpful,
 Matthieu

 -Original Message-
 From: Yexley Robert D Contr Det 1 AFRL/WSI
 [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 10:28 AM
 To: CF-Talk
 Subject: Setting and evaluating session variables


 cfQuestion
 type=Rookie

 I'm trying to write my first web app in CFMX, and am having some

Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown

Well, it depends on if they are opening a new window from inside the current
application, or if they are opening a new browser window alltogether...If it
is a new browser window, then a new CFID and CFTOKEN pair will be generated.
Otherwise, it is working off the same session.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 11:41 AM
Subject: RE: Setting and evaluating session variables


 Douglas,

 Is that right?  Maybe I misunderstood your message, but it doesn't seem
 correct to me that opening a new window would open a new session with new
 CFID and CFTOKEN values.  This is a big point of confusion in my office,
 where some folks think of a session as an uninterrupted series of page hits
 to a single site from a single browser window on a single computer.  In CF
 terms, though, any hit from a single computer will get the same session vars
 until they expire.

 Please correct me if I'm wrong.

 Matthieu

 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 2:33 PM
 To: CF-Talk
 Subject: Re: Setting and evaluating session variables


 Well he is saying that if he opens a new window and types in a URL that does
 not go to his splash screen that it is not redirecting. If he opens a new
 window, it should be a different session with different CFID  CFTOKEN
 values.


 Basically...

 In application.cfm
 CFAPPLICATION NAME=myApp
  CLIENTMANAGEMENT=Yes
  SESSIONMANAGEMENT=Yes
  SESSIONTIMEOUT=#createTimeSpan(1,  0,  0,  0)#

 cfparam name=session.initialized default=false
 cfif session.initalized eq false
 cflocation url=splash1.cfm addtoken=no
 /cfif



 splash1.cfm

 cfif not(isDefined(session.initialized))
 cfset session.initialized = true
 /cfif


 splash2
 You wont need anything, because application.cfm will handle it...




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Cornillon, Matthieu [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, July 26, 2002 10:51 AM
 Subject: RE: Setting and evaluating session variables


  Hi.  I think that I see the problem that you are having.  My explanation
 may
  seem overly simple at first, but bear with me.
 
  Session variables are stored on the CF server.  A given set of session
  variables is tied to a given user by two key values: CFID, and CFTOKEN.
  These values are sent to your machine as cookies when you access any page
 on
  the server.  Now, as long as you are accessing the server from that
 machine,
  and as long as you have cookies enabled and don't replace them, the
 session
  variables will stay set for the default expiration time (which is probably
  set to something like 2 hours in your CF Administrator).
 
  So, the reason that you're getting weird behavior is that
  session.initialized is staying set for at least 2 hours from the time you
  first hit that page during a given day.  This makes testing really hard,
  right?  I think that your application is set up properly, but you are
 having
  trouble testing it.  I recommend this:
 
  Create a page called wipeout.cfm or something that erases all the cookies
  and session variables that you don't want to keep.  I keep a link to this
 on
  the link bar in IE, so that I can return to regular user state whenever
 I
  need to.  The statements you'll need are:
 
  CFCOOKIE expires=NOW name=COOKIENAME value=invalid
  CFLOCK scope=SESSION timeout=30 type=EXCLUSIVE
  CFSET dummy=StructClear(session)
  /CFLOCK
 
  Repeat the CFCOOKIE line for as many cookies as you need to erase.  The
  CFSET statement will wipe out all session variables in one shot.
 
  Also, your test for the value of Session.Initialized should not be for
 it's
  value, but for its existence:
 
  CFIF not IsDefined(Session.Initialized)
  CFLOCATION...
 
  This should let you test your system without pulling your hair out at what
  seems like completely inconsistent behavior.
 
  Now, however, I want to make sure that you aren't going for something
  different than what I think.  I want to map out a path of use and how it
  would work under your current layout (assuming a two-hour expiration time
  for session variables):
 
  July 27th
 
  10:15 AM
  User opens www.yahoo.com
 
  10:17 AM
  User opens your site (www.yoursite.com/mySecondPage.cfm)
  She gets bounced to the splash page, since session.initialized wasn't set
  yet.
 
  still 10:17 AM(later in that minute)
  User returns to www.yoursite.com/mySecondPage.cfm, which now is allowed to
  completely load, since session.initialized is now set.
 
  10:18 AM
  After looking at www.yoursite.com/mySecondPage.com, user is so wowed that
  she goes for a stroll to contemplate the meaning of life.  Since the work
 is
  super-duper high security, though, she immediately closes the browser and
  shuts down her computer.
 
  12:17 PM
  User has returned from her walk, ready

Re: It's official: CFMX is 10% faster than CF5

2002-07-26 Thread Douglas Brown

I suppose that is why I have not changed over, some of the things I see on the
list is having to modify xml files to get things to work right and stuff and
this was never an issue with CF thru 5.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 12:36 PM
Subject: RE: It's official: CFMX is 10% faster than CF5


 Well the myths are fairly valid and speed of Java still if improved can't be
 that wonderful.. ideally, though it is heading in the better direction due
 to intelligence and not just faster processors... I will leave that to the
 code gods to figure...

 I haven't touched MX yet

 CF succeeded on its ease of use and simple syntax... other 'real'
 programming fails for its complexity, cost to implement, longer debugging,
 etc.

 If CF is moving towards all need to compile complex operations and code, it
 will fail. Its not a matter of technical proficiency of the code writers..
 its more of the needs of the people and why they chose CF thru version 5.
 They tend to be understaffed solutions, small or no teams, small budgets,
 needs that are impossible versus the deadline... on average...

 CF is also attainable so of course a good number of newbies and such...

 So being a dummy about the issues with MX and the strategy, what exactly is
 proving cumbersome or radically different? is compiled code optional or
 mandatory?

 Can users still get that easy to use out of box experience, or is there the
 Java installation, third party torture and new syntax just to get started?

 -paris
 Paris Lundis
 Founder
 Areaindex, L.L.C.
 http://www.areaindex.com
 http://www.pubcrawler.com
 (p) 1-212-655-4477
 [finding the future in the past, passing the future in the present]
 [connecting people, places and things]



 -Original Message-
 From: Sean A Corfield [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 2:55 PM
 To: CF-Talk
 Subject: Re: It's official: CFMX is 10% faster than CF5


 On Friday, July 26, 2002, at 11:16 , Paris Lundis wrote:
  so is MX at the core Java? I keep hear that's the gradual plan, migrate
  away
  from C...

 CFMX is pretty much pure Java. That's why several folks have it running on
 Mac OSX. I don't know whether it was C or C++ in its earlier guise.

  If that is true, how is macromedia addressing Java's great slowness and
  the
  infamous memory management/cleanup randomness that stops things?

 Those are pretty much myths about Java. CFMX is (almost) pure Java but
 outperforms CF5 which was written in C/C++. Java's memory management is
 much better these days - you're really only talking about garbage
 collection and time-distributed sweeps are pretty much the norm now to
 avoid the sudden... stop that used to be so characteristic of that sort of
 technology.

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

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


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



Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown

P.S

You also need to use locks on all your session varsJust to be on the safe
side, and adhere to best coding practices etc...If you are not already doing
so.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 10:51 AM
Subject: RE: Setting and evaluating session variables


 Hi.  I think that I see the problem that you are having.  My explanation may
 seem overly simple at first, but bear with me.

 Session variables are stored on the CF server.  A given set of session
 variables is tied to a given user by two key values: CFID, and CFTOKEN.
 These values are sent to your machine as cookies when you access any page on
 the server.  Now, as long as you are accessing the server from that machine,
 and as long as you have cookies enabled and don't replace them, the session
 variables will stay set for the default expiration time (which is probably
 set to something like 2 hours in your CF Administrator).

 So, the reason that you're getting weird behavior is that
 session.initialized is staying set for at least 2 hours from the time you
 first hit that page during a given day.  This makes testing really hard,
 right?  I think that your application is set up properly, but you are having
 trouble testing it.  I recommend this:

 Create a page called wipeout.cfm or something that erases all the cookies
 and session variables that you don't want to keep.  I keep a link to this on
 the link bar in IE, so that I can return to regular user state whenever I
 need to.  The statements you'll need are:

 CFCOOKIE expires=NOW name=COOKIENAME value=invalid
 CFLOCK scope=SESSION timeout=30 type=EXCLUSIVE
 CFSET dummy=StructClear(session)
 /CFLOCK

 Repeat the CFCOOKIE line for as many cookies as you need to erase.  The
 CFSET statement will wipe out all session variables in one shot.

 Also, your test for the value of Session.Initialized should not be for it's
 value, but for its existence:

 CFIF not IsDefined(Session.Initialized)
 CFLOCATION...

 This should let you test your system without pulling your hair out at what
 seems like completely inconsistent behavior.

 Now, however, I want to make sure that you aren't going for something
 different than what I think.  I want to map out a path of use and how it
 would work under your current layout (assuming a two-hour expiration time
 for session variables):

 July 27th

 10:15 AM
 User opens www.yahoo.com

 10:17 AM
 User opens your site (www.yoursite.com/mySecondPage.cfm)
 She gets bounced to the splash page, since session.initialized wasn't set
 yet.

 still 10:17 AM(later in that minute)
 User returns to www.yoursite.com/mySecondPage.cfm, which now is allowed to
 completely load, since session.initialized is now set.

 10:18 AM
 After looking at www.yoursite.com/mySecondPage.com, user is so wowed that
 she goes for a stroll to contemplate the meaning of life.  Since the work is
 super-duper high security, though, she immediately closes the browser and
 shuts down her computer.

 12:17 PM
 User has returned from her walk, ready to surge forward with her work.  She
 has already turned on her machine, logged in, and launched IE.  She promptly
 goes to the page that inspired this (nearly!) two-hour sojourn:
 www.yoursite.com/mySecondPage.com.  That page will load WITHOUT going to the
 splash page.  Why?  Because session.initialized has still not expired
 (although it's one minute away from doing so), and the CF server knows to
 look for it under the CFID and CFTOKEN values stored on your user's machine.

 12:18 PM
 User decides that she is no longer so wowed by your page, and immediately
 browses to www.someothersite.com.  She stays away from your site until 4:01
 PM.

 4:01 PM
 User once again types in www.yoursite.com/mySecondPage.com.  This time, she
 gets bounced to the splash page.  Why?  Because the two-hour session
 variable has expired.

 If this is the behavior you want, then you're all set.  I just wanted to
 make sure that you weren't under operating under any misconceptions about
 how it would work.

 Hope this is helpful,
 Matthieu

 -Original Message-
 From: Yexley Robert D Contr Det 1 AFRL/WSI
 [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 10:28 AM
 To: CF-Talk
 Subject: Setting and evaluating session variables


 cfQuestion
 type=Rookie

 I'm trying to write my first web app in CFMX, and am having some trouble
 figuring out how session variables work.  I'm basically just trying a few
 things to test setting them and testing for their values, stuff like that.
 So, what I've done, is I've added a section in my Application.cfm file to
 establish my needed session variables, and initialize them to nothing ().
 One of those session variables is called SESSION.initialized, and it's
 value, again, gets set to .  The very first line of the splash page of my
 app has the line cfSet SESSION.initialized = True which

Re: record linking prob

2002-07-26 Thread Douglas Brown

can we see the query please?




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Doherty,Sean [NCR] [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 10:34 AM
Subject: record linking prob


 Hey I am a newbie here and am having abit of troubles ... i am trying to
 link together a brief results page to a full details page.  i am able to
 create the link, but when I click on it, it always brings me to the same
 record ... here is my source:

 a
 href=matdetails.cfm?searchResults.RecordId=#URLEncodedFormat(searchResults.
 RecordID)##searchResults.Title#/a

 .. no matter when I click on it I always get record one ... any suggestions
 would be appreciated.

 thanks
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Setting and evaluating session variables

2002-07-26 Thread Douglas Brown

Well, actually you will have to forgive me, I am thinking in a different scope
of using sessions...In all my applications I set the CFID and CFTOKEN to temp
vars and therefore I get a new pair on each browser. If he is not setting them
like that, then they will expire when the application says so




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Cornillon, Matthieu [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 11:41 AM
Subject: RE: Setting and evaluating session variables


 Douglas,

 Is that right?  Maybe I misunderstood your message, but it doesn't seem
 correct to me that opening a new window would open a new session with new
 CFID and CFTOKEN values.  This is a big point of confusion in my office,
 where some folks think of a session as an uninterrupted series of page hits
 to a single site from a single browser window on a single computer.  In CF
 terms, though, any hit from a single computer will get the same session vars
 until they expire.

 Please correct me if I'm wrong.

 Matthieu

 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 26, 2002 2:33 PM
 To: CF-Talk
 Subject: Re: Setting and evaluating session variables


 Well he is saying that if he opens a new window and types in a URL that does
 not go to his splash screen that it is not redirecting. If he opens a new
 window, it should be a different session with different CFID  CFTOKEN
 values.


 Basically...

 In application.cfm
 CFAPPLICATION NAME=myApp
  CLIENTMANAGEMENT=Yes
  SESSIONMANAGEMENT=Yes
  SESSIONTIMEOUT=#createTimeSpan(1,  0,  0,  0)#

 cfparam name=session.initialized default=false
 cfif session.initalized eq false
 cflocation url=splash1.cfm addtoken=no
 /cfif



 splash1.cfm

 cfif not(isDefined(session.initialized))
 cfset session.initialized = true
 /cfif


 splash2
 You wont need anything, because application.cfm will handle it...




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Cornillon, Matthieu [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, July 26, 2002 10:51 AM
 Subject: RE: Setting and evaluating session variables


  Hi.  I think that I see the problem that you are having.  My explanation
 may
  seem overly simple at first, but bear with me.
 
  Session variables are stored on the CF server.  A given set of session
  variables is tied to a given user by two key values: CFID, and CFTOKEN.
  These values are sent to your machine as cookies when you access any page
 on
  the server.  Now, as long as you are accessing the server from that
 machine,
  and as long as you have cookies enabled and don't replace them, the
 session
  variables will stay set for the default expiration time (which is probably
  set to something like 2 hours in your CF Administrator).
 
  So, the reason that you're getting weird behavior is that
  session.initialized is staying set for at least 2 hours from the time you
  first hit that page during a given day.  This makes testing really hard,
  right?  I think that your application is set up properly, but you are
 having
  trouble testing it.  I recommend this:
 
  Create a page called wipeout.cfm or something that erases all the cookies
  and session variables that you don't want to keep.  I keep a link to this
 on
  the link bar in IE, so that I can return to regular user state whenever
 I
  need to.  The statements you'll need are:
 
  CFCOOKIE expires=NOW name=COOKIENAME value=invalid
  CFLOCK scope=SESSION timeout=30 type=EXCLUSIVE
  CFSET dummy=StructClear(session)
  /CFLOCK
 
  Repeat the CFCOOKIE line for as many cookies as you need to erase.  The
  CFSET statement will wipe out all session variables in one shot.
 
  Also, your test for the value of Session.Initialized should not be for
 it's
  value, but for its existence:
 
  CFIF not IsDefined(Session.Initialized)
  CFLOCATION...
 
  This should let you test your system without pulling your hair out at what
  seems like completely inconsistent behavior.
 
  Now, however, I want to make sure that you aren't going for something
  different than what I think.  I want to map out a path of use and how it
  would work under your current layout (assuming a two-hour expiration time
  for session variables):
 
  July 27th
 
  10:15 AM
  User opens www.yahoo.com
 
  10:17 AM
  User opens your site (www.yoursite.com/mySecondPage.cfm)
  She gets bounced to the splash page, since session.initialized wasn't set
  yet.
 
  still 10:17 AM(later in that minute)
  User returns to www.yoursite.com/mySecondPage.cfm, which now is allowed to
  completely load, since session.initialized is now set.
 
  10:18 AM
  After looking at www.yoursite.com/mySecondPage.com, user is so wowed that
  she goes for a stroll to contemplate the meaning of life.  Since the work
 is
  super-duper high security, though, she immediately closes the browser and
  shuts down her computer.
 
  12:17 PM
  User has

Re: Stored Proc wizard

2002-07-26 Thread Douglas Brown

Only thing I know of is at http://www.aloha-webdesign.com









Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Phillip B [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 26, 2002 1:33 PM
Subject: Stored Proc wizard


 I think I saw something recently about a stored procedure wizard. I look in
the archives but I didn't see what I was looking for. Some one posted a link
to the site it could be down loaded from. Anyone know what I am talking about
and can point me in the right direction?

 Thank you. Thank you very much.

 Phillip Broussard
 Tracker Marine Group
 417-873-5957


 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (Admin) Behavior

2002-07-25 Thread Douglas Brown

Absolutely agreed Shawn...Anyone who has time to help make this community
better, should do so. I myself am designing a web interface for employers and
people hunting for work to be able to post via the web to look at resumes,
code samples and job opportunities. Now if Michael does not want to use it
when it is done, at least the offer will be made. Michael is always trying to
give us The Community what we want as far as list features go, and our
support of him is just as important.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Shawn Grover [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 12:19 PM
Subject: RE: (Admin) Behavior


 Hate to say it Matt, but I think you picked a losing battle here.

 From my humble perspective, the CF-Talk List is THE source for information
 regarding CF issues, outside of the manuals, and a few books out there.  As
 for being the number one community, well, You're here, so is Dave, and
 Michael, and Ben,and a ton of others ranging from novice to God in terms of
 coding skill.  Does that not describe a community?  And if Micael is doing
 this on his own time, isn't that philanthopic enough?  Is it wrong for him
 to hint that help paying the bills for supporting the community is
 appreciated?  I think not.

 Matt, you ARE a good programmer, and you DO know your stuff.  I've seen that
 simply by watching the list over the past year and a half.  But, your
 comments are sometimes a little rougher than I think they were intended (I
 hope).  Please keep in mind that written text does not convey the facial
 features, or tone of voice that sometimes need to be seen to understand the
 meaning.

 My thoughts

 Shawn Grover

 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 25, 2002 12:40 PM
 To: CF-Talk
 Subject: RE: (Admin) Behavior


 There are plenty of other people contributing to the ColdFusion
 community everyday and have been for quite some time. I don't see any of
 them asking jokingly or not for Macromedia to pay them. The whole point
 of contributing to the community is to do it for philanthropic reasons.

 Matt Liotta
 President  CEO
 Montara Software, Inc.
 http://www.montarasoftware.com/
 V: 415-577-8070
 F: 415-341-8906
 P: [EMAIL PROTECTED]

  -Original Message-
  From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, July 25, 2002 11:18 AM
  To: CF-Talk
  Subject: Re: (Admin) Behavior
 
  I didn't ask for a job, I was jokingly suggesting it and it went on
 from
  there. If I really wanted a job with MM, I would have offered to move
 to
  the west coast to take the community managers position when it was
 being
  filled. I'm quite happy here.
  Now for the fact. I do make a living in ColdFusion. It's what I do and
  have been doing for the last 7 years. I also support my community with
 the
  lists and other features. I'd love to do a lot more but can't due to
 the
  time and money issues. A consultant has to deal with this reality. If
 I
  could find a solid company who would put up with me servicing the
  community or even profit from it, I would. It's just not the right
 climate
  now.
 
   It awfully presumptuous for people who to suggest who Macromedia
 should
   hire. Further, it seems ridiculous to ask for a job with Macromedia
 like
   was just done. Macromedia already has an evangelist (Ben Forta) and
 a
   community manager (Vernon Viehe). If you don't like them or what
 they do
   that is one issue, but suggestion they hire someone else is simply
 not
   the way to approach it.
  
   Michael, if you really want to make a living working for the
 ColdFusion
   community I suggest you either apply for a job with Macromedia
 through
   the normal channels or better yet; start your own ColdFusion
 community
   portal. If you make it the number one spot for ColdFusion developers
 to
   go then I am sure you will be able to find plenty of ad revenue from
   companies like Macromedia.
  
   Matt Liotta
   President  CEO
   Montara Software, Inc.
   http://www.montarasoftware.com/
   V: 415-577-8070
   F: 415-341-8906
   P: [EMAIL PROTECTED]
  
-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 10:38 AM
To: CF-Talk
Subject: Re: (Admin) Behavior
   
At 01:23 PM 7/25/02 -0400, Michael Dinowitz wrote:
If the behavior of flaming simple, common or any other question
continues,
I'm going to be forced to assign homework to the flamer.
If your so good at this that you can bash someone else for
 asking
   the
question, then you have to write up a short FAQ to answer the
   question.
I
think that if enough of these FAQs are written then maybe it'll
 cut
   down
on what some feel are easy or silly
   
Excellent idea.  I agree that the same question gets asked over
 and
   over,
but it isn't the end of the world.  This is one

Re: new to CF

2002-07-25 Thread Douglas Brown

Y h a new CF Developer in the works!!! I just love it, maybe we will
be #1 here sometime




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Jeffry Houser [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 12:50 PM
Subject: Re: new to CF


   Create the DSN using the ODBC control panel first.  Then you should be
 able to create the ODBC-bridge connection in the ColdFusion administrator.

 At 03:40 PM 7/25/2002 -0400, you wrote:
 Hey all,
 
 I am really new to CF, about 1hr, and am having a bit of trouble ... I am
 using a CFMX stand-alone server with windows 98 (were just testing some
 development stuff).  I am trying to add a new data source, more
specifically
 a MS access 97 database.  I am using the JDBC-ODBC Bridge driver, but I
 don't understand what the ODBC DSN field is for and how to make it all
 connect together ... if any one out there can help it would be greatly
 appreciated!
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What is a portal? Re: (Admin) Behavior

2002-07-25 Thread Douglas Brown

The only thing I can think of right off the top of my head that would be good
for HOF would be the possibility of lists that have to do with J2EE and XML
and it's integration into CFMX. Also maybe a CFMX/Flash area for those wishing
to get into it. Otherwise, I think HOF is fine as is.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Michael Dinowitz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 2:42 PM
Subject: Re: What is a portal? Re: (Admin) Behavior


 Hm, so having a list of articles by people on FA doesn't apply here? Maybe
its that people have to submit the articles to an editor first. Fancy that. I
don't see anything in these sites that we're not doing here.
 The two things that I see here that make them a portal and us not is that
they're larger and run by a company rather than 'people'. The fact that we
have a CF Guru (if I may say so myself) as well as a professional editor on
staff should be points in our favor. Either way, we're a portal to the CF
world. We've always been one and always will be one. If some don't think of us
as a portal, then it's all good for them. I'm not legislating how people
think.

  As you can see form the above URLs, there are a significant amount of
  developer resources available. In fact there are even more portals than
  just the ones I referenced, but I just picked the ones I am most
  familiar with. I really don't see how you compare FA and HoF to the
  above.
 
  Really take a look at Evolt.org though. I think they offer the closest
  thing to what a ColdFusion portal should look like. They allow anyone to
  submit content that is approved, rated, and commented on by the
  community. They have a vast tip database that is fed from their mailing
  lists. The code behind Evolt is maintained by the community. The two
  main things missing from Evolt is quality control over the articles and
  a code sharing library.
 
  Matt Liotta
  President  CEO
  Montara Software, Inc.
  http://www.montarasoftware.com/
  V: 415-577-8070
  F: 415-341-8906
  P: [EMAIL PROTECTED]
 
   -Original Message-
   From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, July 25, 2002 1:55 PM
   To: CF-Talk
   Subject: What is a portal? Re: (Admin) Behavior
  
I guess our definitions differ. I don't really see those as
  developer
portals. I personally think developer portals look more like what
  you
would find at DevX, CNet, Microsoft, and Macromedia. These portals
  offer
developers articles, tips, code, discussion groups, etc.
   So the articles on the sites don't fit the criteria? The tips and code
   aren't enough? This list and the others aren't discussion groups? I'm
   really not sure how HoF and FA fail to meet your criteria of a portal.
  
  
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: FAQs for CF-Talk was (Admin) Behavior

2002-07-25 Thread Douglas Brown

Welcome back Buddy...No, it is not normally like this, but every great once in
a while, someone gets a wild hair up their hard drive and decides to make an
MULE of themselves.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Buddy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 4:46 PM
Subject: RE: FAQs for CF-Talk was (Admin) Behavior


 I was a member of this email list a while back, and I found it to be a
 valuable resource in helping with problems, and it also helped me to
 feel like I was a member of a growing Cold Fusion community. I dropped
 out when a job switch took me out of cold fusion and into java. Another
 job switch has brought me back into cold fusion this month and so I joined
 back up hoping to encounter the same helpful bunch of folks and sense of
 community, but instead I found a list where newbies get flamed and people
 with overblown egos waste bandwidth arguing about nothing. Seriously, in the
 2 days that I have been back on the list look at what has actually been
 useful and what has been ego stroking and flaming. It seems pretty bad, I
 hope that everyone has just been in a really bad mood, and that it's not
 normally like this.
 Buddy

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



Re: JRun.exe is kicking our server's arse...

2002-07-24 Thread Douglas Brown

Question...I am using CF5 and I have 2 jrun.exe when I view my running
processes, is this normal?







Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Mike Byers [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 11:37 AM
Subject: RE: JRun.exe is kicking our server's arse...


 Have you ever tried it on a clean machine?  Many things get left behind and
 a clean install does not always ensure success.  Upgrades are notorious for
 this because no one can predict what other applications do to the dll's.
 Anyway, food 4 thought.

 Mike

 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 24, 2002 1:19 PM
 To: CF-Talk
 Subject: RE: JRun.exe is kicking our server's arse...


 I have had several versions of CFMX on my machine. However, I always do
 a clean install.

 Matt Liotta
 President  CEO
 Montara Software, Inc.
 http://www.montarasoftware.com/
 V: 415-577-8070
 F: 415-341-8906
 P: [EMAIL PROTECTED]

  -Original Message-
  From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, July 24, 2002 11:16 AM
  To: CF-Talk
  Subject: RE: JRun.exe is kicking our server's arse...
 
  Just out of curiosity, but did you ever have another version of CFMX
 on
  the machine (i.e. trial, beta, rc?) Or where these machines w/a clean
  install?
 
  -Dan
 
   -Original Message-
   From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, July 24, 2002 1:51 PM
   To: CF-Talk
   Subject: RE: JRun.exe is kicking our server's arse...
  
   I had the same problem uninstalled cfmx and reinstalled problem
  resolved.
  
   -Original Message-
   From: Matt Liotta [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, July 24, 2002 1:45 PM
   To: CF-Talk
   Subject: RE: JRun.exe is kicking our server's arse...
  
  
   I have seen this too, but couldn't track down the problem. A
 reinstall
   of CFMX fixed it thoug.
  
   Matt Liotta
   President  CEO
   Montara Software, Inc.
   http://www.montarasoftware.com/
   V: 415-577-8070
   F: 415-341-8906
   P: [EMAIL PROTECTED]
  
-Original Message-
From: Tyler Silcox [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 10:45 AM
To: CF-Talk
Subject: JRun.exe is kicking our server's arse...
   
About every couple of minutes now, CFMX is dieing a slow and
  miserable
death on our development server until we reboot (Jrun.exe is
 taking
  up
   99%
of the processes.)  I'm not posting to slam Macromedia about
  releasing
   a
buggy product or anything, but this isn't so good for our
   productivity.
Has anyone else been experiencing this?  Howabout any solutions?
  (That
would be real nice!)
   
We're in the process of ordering a new server, but currently we
 are
running 350 PIII, 768 MB Ram, IIS, etc.. Our apps ran fine for
  couple
   of
weeks, but now they are just hurting...
   
Tyler Silcox
email | [EMAIL PROTECTED]
   
   
   
  
  
 

 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: problems with evaluate and punctuation characters

2002-07-24 Thread Douglas Brown

Just do some validation on the action page and check for special characters
and alert them it is not allowed.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Smith, Melanie [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 2:03 PM
Subject: problems with evaluate and punctuation characters


 I've had some code that's been working fine until someone decided to start
 adding dashes to some of the key field codes.

 Here's the code on the action page:

 cfloop index=doc list=#form.check#

 cfquery name=addtorec datasource=docs
 insert into tblemployee_train(employeeno,fullfileid,deptcode,dateadded)
 values(#evaluate('form.empid'  doc)#,'#evaluate('form.fullfileid'
 doc)#','#evaluate('form.deptcode' doc)#',#Now()#)
 /cfquery
 /cfloop

 Now when it hits the action page code above with a deptcode selected that
 contains a dash, I get this error upon processing:

 Error Occurred While Processing Request

 Error Diagnostic Information An error occurred while evaluating the
 expression:  #evaluate('form.empid'  doc)# Error near line 17, column 9.
 An error has occurred while processing the expression:
 form.empid40063GI30003GIXXX-XX

 Error near line 1, column 28.   Error resolving parameter
 FORM.EMPID40063GI30003GIXXX  The specified form field cannot be found. This
 problem is very likely due to the fact that you have misspelled the form
 field name.  The error occurred while processing an element with a general
 identifier of (#evaluate('form.empid'  doc)#), occupying document position
 ...

 All of the field names and values look fine when debugging is on, so it has
 something to do with that evaluate command and how it parses it out.

 Anyone had a similar problem?  What can I do to fix it other than inform my
 end users they can't use dashes?  Thanks a bunch to anyone that can answer
 this!! (CF 4.5 by the way).

 Melanie


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



Re: Processing CF Code from a DB

2002-07-24 Thread Douglas Brown

I believe you will need to use evaluate() in order to get the code stored in
the DB to execute when the browser renders




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: Jillian Carroll [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 2:50 PM
Subject: Processing CF Code from a DB


 I've got a problem here... I am storing content in a database that is being
 retrieved when a visitor hits the page.  90% of the code is static, it is
 just the body of the page coming from the DB.

 WELL... I have a user that wants to store some CF code (in the form of an
 include) in the DB.  When he does this, it stores tickety boo... but it
 doesn't process.

 I assume it has to do with some order of processing done by CF... is there
 any way I can make this work?

 --
 Jillian

 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Web based interface for database manipulation?

2002-07-24 Thread Douglas Brown

http://www.aloha-webdesign.com Look at SQLgen




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message - 
From: Steven A. del Sol [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 3:20 PM
Subject: RE: CF Web based interface for database manipulation? 


 Lets start with Access?
 
 
 At 03:26 PM 7/24/2002 -0600, you wrote:
 Which database?
 
 -Original Message-
 From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 24, 2002 3:26 PM
 To: CF-Talk
 Subject: Re: CF Web based interface for database manipulation?
 
 
 Does anyone know of a CF Web based interface for database manipulation?
 
 
 I would like to do the following in Access:
 Add, Edit, Delete a field
 Compact Datebase
 Add, Edit, Delete, copy Table
 
 
 
 Steven A. del Sol
 NETPACQ Internet Systems
 858.541.0222 - [EMAIL PROTECTED]
 http://www.NETPACQ.com
 
 
 
 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Write Acrobat File via CF

2002-07-24 Thread Douglas Brown

visit http://www.cfcomet.com there is alot of good pdf docs there to look at.




Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 24, 2002 3:56 PM
Subject: Write Acrobat File via CF


 Is it possible to write a PDF file with coldfusion?

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Retrieving last inserted Primary Key

2002-07-23 Thread Douglas Brown

declare @max_id int
begin
select @max_id = max(id)
from table
if @max_id = NULL
select @max_id = 1
else
select @max_id = @max_id + 1
end





Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: chris.alvarado [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 23, 2002 9:05 AM
Subject: Retrieving last inserted Primary Key


 I know this topic has been flogged to death, but here it goes again.

 What is the preferred Method of retrieving the last inserted Primary
 key?

 NOT using a stored proc and the @@Identity method, so what about using
 CF in line queries.

 Any suggestions?

 -chris.alvarado
 [ application developer ]
 4 Guys Interactive, Inc.
 http://www.4guys.com

 -- I can picture in my mind a world without war, a world without hate.
 And I can picture us attacking that world, because they'd never expect
 it. -- Jack Handy


 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   3   4   5   6   7   >