RE: Setting up Dev Mapping w/ RDS

2001-03-14 Thread Gil Barden

I have set up development mappings a thousand times.  Maybe I am just tired.
:)  This is what I currently have when I set up the RDS mapping.  I already
have the "RDS" Server setup.

studio path: rds://telesis_rds/D:\inetpub/wwwroot/
cf server path: D:\inetpub\wwwroot\
Browser Path: http://www.xxx.net

Best Regards,

Gil Barden
Certified ColdFusion Developer/Instructor
Microsoft Certified System's Engineer
619-384-9510 (Cell)
858-452-5330 (Office)
858-452-5334 (Office Fax)
[EMAIL PROTECTED]
www.AndrewsTechnology.com

-Original Message-
From: Javier Woodhouse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 9:44 PM
To: CF-Talk
Subject: RE: Setting up Dev Mapping w/ RDS


Set up your development mappings; Check your help files on how to do this

If you think logically about this it makes sense, studio opens up the file
via RDS. For browsing it uses MS-Internet Explorer modules to process the
page, these modules dont understand RDS and so the mappings tell studio to
use a particular URL for a particular RDS directory.

Regards,
Javier Woodhouse




> -Original Message-
> From: Gil Barden [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 4:38 PM
> To: CF-Talk
> Subject: Setting up Dev Mapping w/ RDS
>
>
> Hi everyone,
>
>   I have created a RDS mapping several times before to
> use with the data
> resource window.  The problem is that I open up a file in RDS
> then choose to
> browse it.  I get prompted to set up a RDS mapping.  So I do
> so, but then it
> doesn't like it?  Am I wrong in thinking that you can't use
> the internal
> browser to view .cfm pages that are opened up via RDS.  I
> could have sworn I
> have used this before and had it work?
>
> Thanks,
>
> Gil Barden
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Setting up Dev Mapping w/ RDS

2001-03-14 Thread Javier Woodhouse

Set up your development mappings; Check your help files on how to do this

If you think logically about this it makes sense, studio opens up the file
via RDS. For browsing it uses MS-Internet Explorer modules to process the
page, these modules dont understand RDS and so the mappings tell studio to
use a particular URL for a particular RDS directory.

Regards,
Javier Woodhouse




> -Original Message-
> From: Gil Barden [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 15, 2001 4:38 PM
> To: CF-Talk
> Subject: Setting up Dev Mapping w/ RDS
> 
> 
> Hi everyone,
> 
>   I have created a RDS mapping several times before to 
> use with the data
> resource window.  The problem is that I open up a file in RDS 
> then choose to
> browse it.  I get prompted to set up a RDS mapping.  So I do 
> so, but then it
> doesn't like it?  Am I wrong in thinking that you can't use 
> the internal
> browser to view .cfm pages that are opened up via RDS.  I 
> could have sworn I
> have used this before and had it work?
> 
> Thanks,
> 
> Gil Barden
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Setting up Dev Mapping w/ RDS

2001-03-14 Thread Gil Barden

Hi everyone,

I have created a RDS mapping several times before to use with the data
resource window.  The problem is that I open up a file in RDS then choose to
browse it.  I get prompted to set up a RDS mapping.  So I do so, but then it
doesn't like it?  Am I wrong in thinking that you can't use the internal
browser to view .cfm pages that are opened up via RDS.  I could have sworn I
have used this before and had it work?

Thanks,

Gil Barden


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

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



weird session variable behavior

2001-03-14 Thread sebastian palmigiani


I set a 2 element list to a session variable and retrieve the last element.
This works ok on this page.



#ListLast(SESSION.SponsorID, "^")#


on subsequent pages I have


#ListLast(SESSION.SponsorID, "^")#


but strangely when I do a ListLen(Session.SponsorID, "^") the list only
shows as having 1 element only and I can't access the 2nd element on the
list in other pages. I tried various delimiters and still did not work.
Where did the 2nd element go?

I am using CF 4.0

Sebastian


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

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



RE: Custom Tag

2001-03-14 Thread Brad Roberts

Wouldn't it work to pass "caller.myquery" to the tag?



mytag.cfm


blah




> -Original Message-
> From: Jason Aden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:27 PM
> To: CF-Talk
> Subject: RE: Custom Tag
>
>
> Scott,
>
> I don't think accessing #attributes.query_name# will work in your example
> because that variable just holds the text string name of the query.
>
> You could however pass the whole query to the custom tag like:
>
> 
>   select a,b,c
>   from y
> 
>
> 
>
> And then access the query within the custom tag as:
>
> 
>   actions...
> 
>
> HTH,
>
> Jason
>
> 
> Jason Aden
> Allaire Certified Developer
> [EMAIL PROTECTED]
> www.wwstudios.com
>
> > -Original Message-
> > From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 14, 2001 9:01 PM
> > To: CF-Talk
> > Subject: RE: Custom Tag
> >
> >
> > And why can't you just use:-
> >
> > 
> >
> > from within the custom tag:-)
> >
> >
> >
> > -Original Message-
> > From: Toby Tremayne [mailto:[EMAIL PROTECTED]]
> > Sent: 15 March 2001 12:50
> > To: CF-Talk
> > Subject: RE: Custom Tag
> >
> >
> > I pass an attribute to the custom tag :  
> >
> > and within the custom tag I use:
> >
> > 
> >
> >
> > it works perfectly
> >
> >
> > Toby Tremayne
> > Code Poet and Zen Master of the Heavy Sleep
> > Show Ads Interactive
> > 359 Plummer St
> > Port Melbourne
> > VIC 3207
> > P +61 3 9245 1247
> > F +61 3 9646 9814
> > ICQ UIN  13107913
> >
> > -Original Message-
> > From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 15 March 2001 8:22 AM
> > To: CF-Talk
> > Subject: RE: Custom Tag
> >
> >
> > I tried Caller.xxx and it didn't find it I will have to test it again...
> > Maybe I had some other problem... because I thought it would be
> > that simple
> > as well.
> >
> > Nathan
> >
> >
> >
> > > -Original Message-
> > > From: Philip Arnold - ASP [SMTP:[EMAIL PROTECTED]]
> > > Sent: Wednesday, March 14, 2001 11:47 AM
> > > To:   CF-Talk
> > > Subject:  RE: Custom Tag
> > >
> > > > When in a custom tag how can you reference the query that is
> > > > located in the
> > > > callers page...
> > > >
> > > > EX:
> > > > 
> > > > select a,b,c
> > > > from y
> > > > 
> > > >
> > > > 
> > > > ---
> > > > MyTag.cfm
> > > >
> > > > How can I look at all of the items in the query 'xxx'?
> > >
> > > You're going to kick yourself as to how simple this is;
> > > caller.xxx
> > >
> > > Philip Arnold
> > > Director
> > > Certified ColdFusion Developer
> > > ASP Multimedia Limited
> > > T: +44 (0)20 8680 1133
> > >
> > > "Websites for the real world"
> > >
> > > **
> > > This email and any files transmitted with it are confidential and
> > > intended solely for the use of the individual or entity to whom they
> > > are addressed. If you have received this email in error please notify
> > > the system manager.
> > > **
> > >
> > >
> > >
> > >
> >
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Jason Aden

Scott,

I don't think accessing #attributes.query_name# will work in your example
because that variable just holds the text string name of the query.

You could however pass the whole query to the custom tag like:


  select a,b,c
  from y




And then access the query within the custom tag as:


  actions...


HTH,

Jason


Jason Aden
Allaire Certified Developer
[EMAIL PROTECTED]
www.wwstudios.com

> -Original Message-
> From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:01 PM
> To: CF-Talk
> Subject: RE: Custom Tag
>
>
> And why can't you just use:-
>
> 
>
> from within the custom tag:-)
>
>
>
> -Original Message-
> From: Toby Tremayne [mailto:[EMAIL PROTECTED]]
> Sent: 15 March 2001 12:50
> To: CF-Talk
> Subject: RE: Custom Tag
>
>
> I pass an attribute to the custom tag :  
>
> and within the custom tag I use:
>
> 
>
>
> it works perfectly
>
>
> Toby Tremayne
> Code Poet and Zen Master of the Heavy Sleep
> Show Ads Interactive
> 359 Plummer St
> Port Melbourne
> VIC 3207
> P +61 3 9245 1247
> F +61 3 9646 9814
> ICQ UIN  13107913
>
> -Original Message-
> From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 15 March 2001 8:22 AM
> To: CF-Talk
> Subject: RE: Custom Tag
>
>
> I tried Caller.xxx and it didn't find it I will have to test it again...
> Maybe I had some other problem... because I thought it would be
> that simple
> as well.
>
> Nathan
>
>
>
> > -Original Message-
> > From:   Philip Arnold - ASP [SMTP:[EMAIL PROTECTED]]
> > Sent:   Wednesday, March 14, 2001 11:47 AM
> > To: CF-Talk
> > Subject:RE: Custom Tag
> >
> > > When in a custom tag how can you reference the query that is
> > > located in the
> > > callers page...
> > >
> > > EX:
> > > 
> > > select a,b,c
> > > from y
> > > 
> > >
> > > 
> > > ---
> > > MyTag.cfm
> > >
> > > How can I look at all of the items in the query 'xxx'?
> >
> > You're going to kick yourself as to how simple this is;
> > caller.xxx
> >
> > Philip Arnold
> > Director
> > Certified ColdFusion Developer
> > ASP Multimedia Limited
> > T: +44 (0)20 8680 1133
> >
> > "Websites for the real world"
> >
> > **
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> > **
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: oracle multi homes on solaris

2001-03-14 Thread Olivier Gostan

if the oracle server box has multiple instances running, it must have
multiple listeners. you must have multiple service names on your cf machine.

say two service names: ORCLONE.WORLD and ORCLTWO.WORLD corresponding to the
listeners on your oracle server: create separate datasources (or use native
connectivity drivers) on each service.

O-


- Original Message -
From: "Alex" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 8:45 PM
Subject: oracle multi homes on solaris


> I have a oracle on a solaris box and CF on a seperate solaris box.
> The oracle box has multiple instances running. I need to know how to
connect
> to specific instances from CF. Do I just need to create 2 datasources or
do I
> have to change ORACLE_HOME in the startup script somehow?
> thanks
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: What If Question

2001-03-14 Thread Dylan Bromby

your button could be a SUBMIT button, where in your FORM tag, you would
include:

onSubmit="parent.close()"

-Original Message-
From: Arden Weiss [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 6:05 PM
To: CF-Talk
Subject: What If Question


Whoof I wanted to put an  button on a page that would cause IE or NS
to shutdown.

What command would I use behind the button? What are the options?

In that same vein, is there a way to stuff the keyboard with a set of
keystrokes via a button?

Meaning, I could stuff the keyboard with  and that would shut down
IE or NS.

Stuffing the keyboard via a button would also be useful in other situations
too - including data entry tasks.

Thanks for any ideas you may have...

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Scott, Andrew

Yes so then why not do this:-



and in the tag use 



-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 15 March 2001 13:11
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Custom Tag


> > I pass an attribute to the custom tag :   > query_name="myQuery">
> > 
> > and within the custom tag I use:
> > 
> > \
> 
> And why can't you just use:-
> 
> 
> 
> from within the custom tag:-)

Because the attribute value being passed is, in the above example, just a
string that happens to contain a value that corresponds with the name of
another variable, the query object itself.

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

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

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



RE: Custom Tag

2001-03-14 Thread Dave Watts

> > I pass an attribute to the custom tag :   > query_name="myQuery">
> > 
> > and within the custom tag I use:
> > 
> > \
> 
> And why can't you just use:-
> 
> 
> 
> from within the custom tag:-)

Because the attribute value being passed is, in the above example, just a
string that happens to contain a value that corresponds with the name of
another variable, the query object itself.

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

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

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



What If Question

2001-03-14 Thread Arden Weiss

Whoof I wanted to put an  button on a page that would cause IE or NS to shutdown.

What command would I use behind the button? What are the options?

In that same vein, is there a way to stuff the keyboard with a set of keystrokes via a 
button? 

Meaning, I could stuff the keyboard with  and that would shut down IE or NS.

Stuffing the keyboard via a button would also be useful in other situations too - 
including data entry tasks.

Thanks for any ideas you may have...

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487


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

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



RE: Custom Tag

2001-03-14 Thread Scott, Andrew

And why can't you just use:-



from within the custom tag:-)



-Original Message-
From: Toby Tremayne [mailto:[EMAIL PROTECTED]]
Sent: 15 March 2001 12:50
To: CF-Talk
Subject: RE: Custom Tag


I pass an attribute to the custom tag :  

and within the custom tag I use:




it works perfectly


Toby Tremayne
Code Poet and Zen Master of the Heavy Sleep
Show Ads Interactive
359 Plummer St
Port Melbourne
VIC 3207
P +61 3 9245 1247
F +61 3 9646 9814
ICQ UIN  13107913

-Original Message-
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 15 March 2001 8:22 AM
To: CF-Talk
Subject: RE: Custom Tag


I tried Caller.xxx and it didn't find it I will have to test it again...
Maybe I had some other problem... because I thought it would be that simple
as well.

Nathan



> -Original Message-
> From: Philip Arnold - ASP [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:47 AM
> To:   CF-Talk
> Subject:  RE: Custom Tag
>
> > When in a custom tag how can you reference the query that is
> > located in the
> > callers page...
> >
> > EX:
> > 
> > select a,b,c
> > from y
> > 
> >
> > 
> > ---
> > MyTag.cfm
> >
> > How can I look at all of the items in the query 'xxx'?
>
> You're going to kick yourself as to how simple this is;
> caller.xxx
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Dave Watts

> > When in a custom tag how can you reference the query that is
> > located in the callers page...
> > 
> > 
> > select a,b,c
> > from y
> > 
> > 
> > 
>
> I posted this at like noon today and I don't know what happend 
> to it. Just wrap #Evaluate(attributes.query)# around it.

That's not going to work within a custom tag, because the contents of
Attributes.query in this case will be a string, not a query object. You'd
have to add "Caller." to the string, to get that to happen:

Evaluate("Caller." & Attributes.Query)

If the query is to be referenced within the custom tag as the value for a CF
attribute, it shouldn't be necessary to use the Evaluate function:



If the query itself were passed to the tag, like this:



then you'd be able to reference the query object directly from within the
custom tag - the query object is, I think, passed by reference when doing
this, just like structures are when evaluated within a custom tag attribute.

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

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

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



RE: Hostcentric concerns?

2001-03-14 Thread Raymond B.

Yeah, but they have more security holes than a old fishing net. On most
servers the user "Everyone" is given full read access to all accounts
instead of the IIS anon user, your home dir isn't below the web root, etc.
So you and the other 200+ people on that server can all access each others
datasources and files w/ no problems (passwords don't help as you can just
read them in the connect strings in the scripts or dsn entires). If you have
any data or code you don't want to share w/ everyone I wouldn't consider
them.

-Original Message-
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: March 14, 2001 15:50
To: CF-Talk
Subject: Re: Hostcentric concerns?


www.crystaltech.com more for your money

At least look into it.  24/7 support with a human NOT email

Later

Michael


"Jeff Epstein" <[EMAIL PROTECTED]> wrote in message
B12BD3A8177BD3118E1E00805F2916795F91B4@SCGPDC1">news:B12BD3A8177BD3118E1E00805F2916795F91B4@SCGPDC1...
> We originally set up on Virtualscape, but ever since Hostcentric took over
> Virtualscape, I've noticed a decline in performance and service.  More db
> errors, fewer answers, longer hold times on the phone, less knowledgable
> techs on the phone. Has anyone else had the same experience?  Is this
> normal?
>
> Jeff Epstein
> Web Producer
> Search for Common Ground
> 1601 Connecticut Avenue, NW
> Suite 200
> Washington, DC  20009  USA
> +1 (202) 265-4300
> +1 (202) 777-2238 (direct)
> +1 (202) 232-6718 (fax)
> [EMAIL PROTECTED]
> www.sfcg.org 
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Toby Tremayne

I pass an attribute to the custom tag :  

and within the custom tag I use:




it works perfectly


Toby Tremayne
Code Poet and Zen Master of the Heavy Sleep
Show Ads Interactive
359 Plummer St
Port Melbourne
VIC 3207
P +61 3 9245 1247
F +61 3 9646 9814
ICQ UIN  13107913

-Original Message-
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 15 March 2001 8:22 AM
To: CF-Talk
Subject: RE: Custom Tag


I tried Caller.xxx and it didn't find it I will have to test it again...
Maybe I had some other problem... because I thought it would be that simple
as well.

Nathan



> -Original Message-
> From: Philip Arnold - ASP [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:47 AM
> To:   CF-Talk
> Subject:  RE: Custom Tag
>
> > When in a custom tag how can you reference the query that is
> > located in the
> > callers page...
> >
> > EX:
> > 
> > select a,b,c
> > from y
> > 
> >
> > 
> > ---
> > MyTag.cfm
> >
> > How can I look at all of the items in the query 'xxx'?
>
> You're going to kick yourself as to how simple this is;
> caller.xxx
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



oracle multi homes on solaris

2001-03-14 Thread Alex

I have a oracle on a solaris box and CF on a seperate solaris box.
The oracle box has multiple instances running. I need to know how to connect
to specific instances from CF. Do I just need to create 2 datasources or do I
have to change ORACLE_HOME in the startup script somehow?  
thanks
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Credit card transaction services

2001-03-14 Thread Chris Montgomery

I've integrated four or five CF apps with Authorizenet without any real
problems. I also just finished integrating one app with Surepay using the
Surepay Custom Tag (available in the Developer's Exchange tag gallery).
Doing it without the tag would've been impossible for me.

Chris Montgomery [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603Fax 210-490-4692
AIM: astutiaweb; ICQ: 7381282

> -Original Message-
> From: Dan Allison [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 2:27 PM
> To: CF-Talk
> Subject: Credit card transaction services
>
>
> Is anyone using a payment processing service that integrates well
> with Cold
> Fusion?
>
> Thanks,
> Dan


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

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



RE: verity error

2001-03-14 Thread Rick Lamb

I found the problem. Apparently you need a "common" directory under the
verity directory. I just copied it from another server with the same version
and the problem was fixed. Just in case anybody else runs into this.

Rick

-Original Message-
From: Rick Lamb [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 2:59 PM
To: CF-Talk
Subject: verity error


Hey all,

I'm getting this verity error now when I try and search, create, or index a
verity collection:

Error occurred in tag CFSEARCH
Internal Error: VDKSessionNew failed

Error Code: -100


Anybody have any suggestions? I've been searching everywhere I can think and
haven't found any solutions. Thanks!


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

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



RE: Broken Images / Testing for file existence - JS to the rescue

2001-03-14 Thread Tony Schreiber

This sounds interesting and I seem to have missed the suggestion/code...
What was it?

> [EMAIL PROTECTED] wrote:
> 
> > Let the client-side box do the work, with JavaScript.
> 
> Interesting possibility.  Of course, that still clutters your 
> server log with 404 errors, which may be a consideration.  And 
> it requires additional network traffic, which may slow down the 
> page display.  But there are always tradeoffs.
> 
> Keith C. Ivey <[EMAIL PROTECTED]>
> Webmaster, EEI Communications
> 66 Canal Center Plaza, Suite 200
> Alexandria, VA  22314
> Telephone:  703-683-0683
> Fax:  703-683-4915
> Web Site:  http://www.eeicommunications.com
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



CF Underground II Sat 4/7/01 Wash DC

2001-03-14 Thread Michael Smith

Opps, missed the URL!! http://www.cfconf.org/cf_underground2/
Sorry!
- Michael Smith, TeraTech, Inc http://www.teratech.com/

CF Underground II

   Saturday April 7, 2001
  Noon - 5pm
 Backstreets Cafe - 12352 Wilkins Avenue,
Rockville,MD

  Get ready for fun and excitement --
ColdFusion style --
   courtesy of TeraTech.

Sign up at http://www.cfconf.org/cf_underground2/

Agenda

 Michael Smith "CF Debugging Rap Session"
 Charlie Arehart on "CF Hidden Gems"
 Steve Drucker on "CF futures"
 Jeff Peters on "Mind Mapping Your CF journeys"
 Sholmy Gantz on "CF Project Management Shiatsu"
 Robi Sen on "Comparing CF and JSP"
 CF Squares: Funny and educational too.
 CF experts panel - answer your CF questions. To submit questions
for the panel go here.

Registration fee $49 includes the event plus food and drink (it is in a
bar!)
Food
  Three foot subs i.e. Italian, Turkey w/cheese, Mix Roast beef,
Turkey, Ham and Cheese. Also include potato salad, coleslaw and
  pasta salad.
  Open Bar.

--
Michael Smith, TeraTech Inc
VB, CF , SQL, Math programming
12221 Parklawn Dr Ste 200, Rockville MD 20852-1711 USA
Voice: +1-301-881-1440 x110, 800-447-9120  Fax:301-881-3586
Web: http://www.teratech.com/sig/
Email:  mailto:[EMAIL PROTECTED] ICQ: 66057682



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

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



CF Underground II Sat 4/7/01 Wash DC

2001-03-14 Thread Michael Smith

CF Underground II

   Saturday April 7, 2001
  Noon - 5pm
 Backstreets Cafe - 12352 Wilkins Avenue,
Rockville,MD

  Get ready for fun and excitement --
ColdFusion style --
   courtesy of TeraTech.

Agenda

 Michael Smith "CF Debugging Rap Session"
 Charlie Arehart on "CF Hidden Gems"
 Steve Drucker on "CF futures"
 Jeff Peters on "Mind Mapping Your CF journeys"
 Sholmy Gantz on "CF Project Management Shiatsu"
 Robi Sen on "Comparing CF and JSP"
 CF Squares: Funny and educational too.
 CF experts panel - answer your CF questions. To submit questions
for the panel go here.

Registration fee $49 includes the event plus food and drink (it is in a
bar!)
Food
  Three foot subs i.e. Italian, Turkey w/cheese, Mix Roast beef,
Turkey, Ham and Cheese. Also include potato salad, coleslaw and
  pasta salad.
  Open Bar.

--
Michael Smith, TeraTech Inc
VB, CF , SQL, Math programming
12221 Parklawn Dr Ste 200, Rockville MD 20852-1711 USA
Voice: +1-301-881-1440 x110, 800-447-9120  Fax:301-881-3586
Web: http://www.teratech.com/sig/
Email:  mailto:[EMAIL PROTECTED] ICQ: 66057682



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

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



Re: Hostcentric concerns?

2001-03-14 Thread Michael

www.crystaltech.com more for your money

At least look into it.  24/7 support with a human NOT email

Later

Michael


"Jeff Epstein" <[EMAIL PROTECTED]> wrote in message
B12BD3A8177BD3118E1E00805F2916795F91B4@SCGPDC1">news:B12BD3A8177BD3118E1E00805F2916795F91B4@SCGPDC1...
> We originally set up on Virtualscape, but ever since Hostcentric took over
> Virtualscape, I've noticed a decline in performance and service.  More db
> errors, fewer answers, longer hold times on the phone, less knowledgable
> techs on the phone. Has anyone else had the same experience?  Is this
> normal?
>
> Jeff Epstein
> Web Producer
> Search for Common Ground
> 1601 Connecticut Avenue, NW
> Suite 200
> Washington, DC  20009  USA
> +1 (202) 265-4300
> +1 (202) 777-2238 (direct)
> +1 (202) 232-6718 (fax)
> [EMAIL PROTECTED]
> www.sfcg.org 
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Custom Tag

2001-03-14 Thread Bryan LaPlante

I posted this at like noon today and I don't know what happend to it. Just
wrap
#Evaluate(attributes.query)# around it.

Bryan

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 4:36 PM
Subject: RE: Custom Tag


> > > > When in a custom tag how can you reference the query that is
> > > > located in the callers page...
> > > >
> > > > EX:
> > > > 
> > > > select a,b,c
> > > > from y
> > > > 
> > > >
> > > > 
> > > > ---
> > > > MyTag.cfm
> > > >
> > > > How can I look at all of the items in the query 'xxx'?
> > >
> > > You're going to kick yourself as to how simple this is;
> > > caller.xxx
> >
> > I tried Caller.xxx and it didn't find it I will have to test
> > it again... Maybe I had some other problem... because I thought
> > it would be that simple as well.
>
> To reference the query name within your custom tag, given that the name is
> contained within an attribute passed to the custom tag, you'll need to
> perform some sort of string evaluation.
>
> 
> 
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Dave Watts

> > > When in a custom tag how can you reference the query that is
> > > located in the callers page...
> > >
> > > EX:
> > > 
> > > select a,b,c
> > > from y
> > > 
> > >
> > > 
> > > ---
> > > MyTag.cfm
> > >
> > > How can I look at all of the items in the query 'xxx'?
> > 
> > You're going to kick yourself as to how simple this is;
> > caller.xxx
> 
> I tried Caller.xxx and it didn't find it I will have to test 
> it again... Maybe I had some other problem... because I thought 
> it would be that simple as well.

To reference the query name within your custom tag, given that the name is
contained within an attribute passed to the custom tag, you'll need to
perform some sort of string evaluation.




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

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

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



CF Portal apps for intranets?

2001-03-14 Thread Paul Ihrig

what have you used to build your intranet portals?

i can build allot of the functionality in cf that my manager wants.
but what have you used, built & purchased.

just looking for resources & ideas.
And a few ideas to make my life a bit easier.

thank you
any advice is appreciated.

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534

Home:   [EMAIL PROTECTED]
614 449-1681

icq:47658358


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

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



verity error

2001-03-14 Thread Rick Lamb

Hey all,

I'm getting this verity error now when I try and search, create, or index a
verity collection:

Error occurred in tag CFSEARCH
Internal Error: VDKSessionNew failed

Error Code: -100


Anybody have any suggestions? I've been searching everywhere I can think and
haven't found any solutions. Thanks!


Rick


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

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



Re: OT:development for visually impaired?

2001-03-14 Thread John Dowdell

At 9:18 AM 3/14/1, Dick Applebaum wrote:
> There probably is quite a body of knowledge on [Flash and
> accessibility]... though I don't know where.

It's actually a mixed bag... a zoomable rich visual presentation can help
in some situations, but does not help in others (auditory browser, eg).
Here's the central resource for accessibilty vis-a-vis Macromedia tools:
http://www.macromedia.com/accessibility/

jd






John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters. I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/



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

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



RE: RE: error resolving parameter

2001-03-14 Thread Brian Horn

No cflocations...I even walked the people through to make sure they are
doing the same steps I'm doing and they get the error. I'm going to give
them a call and have them flush their browser cache and see if that
works...Thanks for looking!

Brian D. Horn
Society of Financial Service Professionals
610-526-2500
mailto:[EMAIL PROTECTED]
For information on Society programs and services visit  www.financialpro.org
or call Customer Service at 1-800-392-6900


-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 3:35 PM
To: CF-Talk
Subject: RE: RE: error resolving parameter


On 3/14/01, Bryan Love penned:
>look further down in the select and you'll see that a blank one is created
>regardless ;)

Oops, missed that.

I notice you are submitting an ID. Is joblocation a number field? if 
so, it's not going to accept a blank value. I would think that would 
give you a data mismatch error and not a parameter unknown error 
though.

The only other thing I can think of is, do you have some sort of test 
in application.cfm to cflocation the user to  that page for any 
reason? Maybe there's something missing and they are being redirected 
there right after submitting the form which will send them there 
without the parameter.

Otherwise, I give up. :)
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: OT:development for visually impaired?

2001-03-14 Thread Judith Campbell

At 09:59 AM 3/14/01 -0600, you wrote:
>Anyone know how to, or have good information about developing websites for
>visually impaired users?

http://www.w3.org/WAI/


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

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



RE: how to perform a variety of searches on a database

2001-03-14 Thread Bryan Love


SELECT field1, field 2, sum(hours) AS totalHours
FROM table
WHERE dateField > #createODBCdateTime("your date")# 
AND fieldA LIKE
'%#form.fieldA#%'
AND fieldB LIKE
'%#form.fieldB#%'
AND fieldC LIKE
'%#form.fieldC#%'
GROUP BY field1, field2


if you have problems including all the select fields in the GROUP BY section
then omit the sum() function and use CF's arraySum() function to sum up the
column you need.


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Tim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:42 AM
To: CF-Talk
Subject: how to perform a variety of searches on a database


I have an access database.  The users would like to be
able to search on any one of the fields.  Plus, they
would like to search on the fields within a date
range, and have one of the fields added up when the
results are shown.  For example, a user will search
the location field for a specific location during the
the month of January.  The results will show all
records with the searched location for that month, and
the bottom of the list will have totaled up the
manhours for the records returned.

My first instict was to build a seperate query
statement for each field to search.  It will check if
the field id blank, and if not, perform the search.

However, I get the followinf error.

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.

Any guidance?  I can send code to those who want to
see it.

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

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



RE: Image Maps

2001-03-14 Thread Smith, Daron

Thanks for your help,
I have one image with 67 maps of individual counties on it, how do I pass
the value of each county for the query to pull the next page.  I was hoping
to do it without hand coding each one.

Thanks again
Daron Smith

-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 4:15 PM
To: CF-Talk
Subject: RE: Image Maps


Daron;

If you are calling a page called mapinfo.cfm

then your image hyperlink would be something like

http://www.whereever.com/mapinfo.cfm?county=manchester">

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Smith, Daron [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 2:39 PM
To: CF-Talk
Subject: Image Maps


I would like to create a drill-down application, with a map of pennsylvania
as the selection page.  I have the counties image mapped, i would like to
pass a url variable for each county.  Does anyone have any experience with
this or an example that I might look at?
Any help would be appreciated. Thanks


Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141
1-800-944-PSEA (7732) x 7141
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Custom Tag

2001-03-14 Thread Nathan Stanford

I tried Caller.xxx and it didn't find it I will have to test it again...
Maybe I had some other problem... because I thought it would be that simple
as well.  

Nathan



> -Original Message-
> From: Philip Arnold - ASP [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:47 AM
> To:   CF-Talk
> Subject:  RE: Custom Tag
> 
> > When in a custom tag how can you reference the query that is
> > located in the
> > callers page...
> >
> > EX:
> > 
> > select a,b,c
> > from y
> > 
> >
> > 
> > ---
> > MyTag.cfm
> >
> > How can I look at all of the items in the query 'xxx'?
> 
> You're going to kick yourself as to how simple this is;
> caller.xxx
> 
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
> 
> "Websites for the real world"
> 
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Image Maps

2001-03-14 Thread Larry Juncker

Daron;

If you are calling a page called mapinfo.cfm

then your image hyperlink would be something like

http://www.whereever.com/mapinfo.cfm?county=manchester">

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Smith, Daron [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 2:39 PM
To: CF-Talk
Subject: Image Maps


I would like to create a drill-down application, with a map of pennsylvania
as the selection page.  I have the counties image mapped, i would like to
pass a url variable for each county.  Does anyone have any experience with
this or an example that I might look at?
Any help would be appreciated. Thanks


Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141
1-800-944-PSEA (7732) x 7141
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CFQuery Error

2001-03-14 Thread Dave Watts

> Any idea what this error means?
> 
> 
> CFQuery
> 
> Retrieval of cached query failed

I suspect it means that the CF server has used all available memory, and is
beginning to fail.

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

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

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



RE: Credit card transaction services

2001-03-14 Thread Bryan Love

I've integrated CyberCash and had nothing but headaches.  Sure it works (on
a limited scope), but the processing time per call (if using the CFtag) is
heinous.  If you want to figure out how to post in batches (instead of
looping over the CFtag) I doubt it would be that bad.  I believe it's
possible to put many transactions in a struct and send it off using C++, but
the documentation on how to do this using CF is sparse and confusing.  I've
also had much trouble doing returns, cancellations, and other transactions
using the CF tag because these transactions use their older style syntax
which doesn't always return the variables it's supposed to (they have
issues).  

On the other hand, I don't think there's anything better out ther.


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Dan Allison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 12:27 PM
To: CF-Talk
Subject: Credit card transaction services


Is anyone using a payment processing service that integrates well with Cold
Fusion?

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

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



RE: CFMail Question

2001-03-14 Thread Jeff Britts

Has anyone done a comparison between using the CFMAIL tag vs. writing the
file directly to the spool directory?



-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 3:38 PM
To: CF-Talk
Subject: Re: CFMail Question


Yup, CFMail is The slowest ColdFusion tag.

jon
- Original Message -
From: "Bryan Love" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 2:32 PM
Subject: RE: CFMail Question


> You will need a VERY powerful cf server and a hefty mail server.  Have you
> ever looked at the CF server's processor during a CFMAIL call?  It hits
100%
> for what seems like a long time.  CFMAIL is very processor intensive and
> should not be used heavily on a production machine.
>
> If you plan on sending more than, say... 300 mails a day you should
> seriously consider getting a dedicated machine solely for using CFMAIL.
>
>
> Bryan Love ACP
> Internet Application Developer
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: Chris Dodson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:14 AM
> To: CF-Talk
> Subject: CFMail Question
>
>
> I am creating an online notification board for my Intranet and am
wondering
> what guidelines need to be followed when using cfmail. I could be sending
> up to 1 emails at a time.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Credit card transaction services

2001-03-14 Thread Terra Durrant

We use Cybercash and have never had a problem.  However, with their
acquisition by Network 1 Financial, you may want wait it out and make sure
things go ok with Network 1 Financial.  I wouldn't think that there would be
any problems, but you never know.

Terra

-Original Message-
From: Dan Allison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 2:27 PM
To: CF-Talk
Subject: Credit card transaction services


Is anyone using a payment processing service that integrates well with Cold
Fusion?

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

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



Re: Extra carriage returns when writing file?

2001-03-14 Thread Bud

On 3/14/01, David E. Crawford penned:
>If you are writing back to the file using CFFILE, you need to make sure the
>ADDNEWLINE attribute is set to no.

Yeah, and that attribute is missing from B.F.'s book. Had me going 
around for awhile a year or so ago.

Ben!

LOL
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



Application varriables

2001-03-14 Thread C Frederic Valone

I have seen alot of post lately about the "horrid deficincies" of using application 
variables.
If application scoped variables are so "bad" why are they even offered as a solution?

I have found that using application scoped variables work fine for the applications I 
have used them in. Admitidly we are using a
single server and are not looking at clustering in the near future. However the 
applications where I use the session scope are
fault tolerant in that if we do cluster the information contained within the session 
can be "rebuilt" transparently on an other
server if one goes down.

If you code for the possibility of this and the work-around is sound then what 
difference does it make if the variables are client
or session scoped? I would really like to know for sure for future implementations.
 Thanks
  / \__
Frederic Valone  (@\___ 
Webmaster   /  O  
American Kennel Club   /(_/ 
  /_/ U

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

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



Image Maps

2001-03-14 Thread Smith, Daron

I would like to create a drill-down application, with a map of pennsylvania
as the selection page.  I have the counties image mapped, i would like to
pass a url variable for each county.  Does anyone have any experience with
this or an example that I might look at?
Any help would be appreciated. Thanks


Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141


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

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



'unknown exception condition' Causing CRASH

2001-03-14 Thread David Berger

For the past 2 days, we've been experiencing Cold Fusion crashes.  This is 
the error in the Application Log:

'unknown exception condition' 
CodeRuntimeContextImp::executeSQLTagCFQuery::endTag

Does anybody know what could cause this?  ...and why is it crashing 
ColdFusion (have to reboot the server to get the service to start back up)?

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

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



Re: CFMail Question

2001-03-14 Thread Jon Hall

Yup, CFMail is The slowest ColdFusion tag.

jon
- Original Message -
From: "Bryan Love" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 2:32 PM
Subject: RE: CFMail Question


> You will need a VERY powerful cf server and a hefty mail server.  Have you
> ever looked at the CF server's processor during a CFMAIL call?  It hits
100%
> for what seems like a long time.  CFMAIL is very processor intensive and
> should not be used heavily on a production machine.
>
> If you plan on sending more than, say... 300 mails a day you should
> seriously consider getting a dedicated machine solely for using CFMAIL.
>
>
> Bryan Love ACP
> Internet Application Developer
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: Chris Dodson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:14 AM
> To: CF-Talk
> Subject: CFMail Question
>
>
> I am creating an online notification board for my Intranet and am
wondering
> what guidelines need to be followed when using cfmail. I could be sending
> up to 1 emails at a time.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: RE: error resolving parameter

2001-03-14 Thread Bud

On 3/14/01, Bryan Love penned:
>look further down in the select and you'll see that a blank one is created
>regardless ;)

Oops, missed that.

I notice you are submitting an ID. Is joblocation a number field? if 
so, it's not going to accept a blank value. I would think that would 
give you a data mismatch error and not a parameter unknown error 
though.

The only other thing I can think of is, do you have some sort of test 
in application.cfm to cflocation the user to  that page for any 
reason? Maybe there's something missing and they are being redirected 
there right after submitting the form which will send them there 
without the parameter.

Otherwise, I give up. :)
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



Re: CFMail Question

2001-03-14 Thread Gordon Burns

At 19:56 14/03/01 - W Luke said
>I'll second that.  Sending a mailout in CF to 500 members has caused
>problems on a shared server at my ISP, timeouts and so on.  A dedicated
>machine will be far more reliable - you also might want to consider Howie's
>coolfusion.com products (post SE)

We regularly send out 5-10,000 mails using Howies Post SE.  No
stress, no problems, the post service increases in memory size as
the mail flies out and then falls back down again as it works
through the ones that were undeliverable the first time.   Nothing
more to say really.

Gordon

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

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



Credit card transaction services

2001-03-14 Thread Dan Allison

Is anyone using a payment processing service that integrates well with Cold
Fusion?

Thanks,
Dan

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

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



Crashes my server?

2001-03-14 Thread Jay Patton

hello all,
I am using the CF_EmbedFields tag in a 3 part form.  the first day that I used it 
everything worked fine. however now when I run that form. (3 days latter with NO 
changes to the site) my cfserver.exe ends up taking up 95% of the CPU usage (this is 
running local). has anyone else ever ran into this before? here is the code that I 
have used it in just in case you see something that might be doing this: Thanks for 
the help/input.
if you need more than what I have given I will post it.
Thanks,



 
-->



-->



-->


Jay Patton
Web Design / Application Design
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com


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

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



Re: [Somewhat OT: Differences Between JRUN and CF]

2001-03-14 Thread Alex

Jrun is a java enterprise app server. Its completely different from CF. 
Reasons to learn Jrun (or java) --marketability

"Willy Ray" <[EMAIL PROTECTED]> wrote:

If I'm already using Coldfusion, would there be any compelling reason that I
would want to use JRUN as well?  What are the differences?  Pros?  Cons?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Evaluate/De problem

2001-03-14 Thread Howarth, Craig (IBK-NY)

Try this:



Craig

> -Original Message-
> From: Duane Boudreau [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 10:43 AM
> To:   CF-Talk
> Subject:  Evaluate/De problem
> 
> I have a query that is generate with a dynamic name:
> 
> 
>   ***
> 
> 
> I'm trying to get the value of the the CategoryID field into a value list.
> I've tried the following but it keeps erroring out:
> 
>  Valuelist(Evaluate("GetCategory#url.id#.Category_ID"))>
> 
> What am I doing wrong?
> 
> Duane
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: CFMail Question

2001-03-14 Thread W Luke

I'll second that.  Sending a mailout in CF to 500 members has caused
problems on a shared server at my ISP, timeouts and so on.  A dedicated
machine will be far more reliable - you also might want to consider Howie's
coolfusion.com products (post SE)

Will

> You will need a VERY powerful cf server and a hefty mail server.  Have you
> ever looked at the CF server's processor during a CFMAIL call?  It hits
100%
> for what seems like a long time.  CFMAIL is very processor intensive and
> should not be used heavily on a production machine.
>
> If you plan on sending more than, say... 300 mails a day you should
> seriously consider getting a dedicated machine solely for using CFMAIL.
>
>
> Bryan Love ACP
> Internet Application Developer
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: Chris Dodson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:14 AM
> To: CF-Talk
> Subject: CFMail Question
>
>
> I am creating an online notification board for my Intranet and am
wondering
> what guidelines need to be followed when using cfmail. I could be sending
> up to 1 emails at a time.
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Top-Link Tech (John Ceci)

Jeanne,

In IE atleast I would look into the event. handler and try and do some
capturing to figure out what it does when it is clicked, I am pretty sure
that you can capture it and do what you want with it...

John

-Original Message-
From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 1:32 PM
To: CF-Talk
Subject: Javascript Back (was Re: Form Fields cleared on Back)


Just curious, is there a way to reference the browser's "Back" button to
determine whether it has been clicked using Javascript?

- - - Jeanne (who wonders why all of her questions on this CF list seem to
be about Javascript)

>From: "Joseph Thompson" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Form Fields cleared on Back
>Date: Wed, 14 Mar 2001 11:15:24 -0800
>
>Somone sent in an "interesting" application to CFHub the other day.  It
>stores the "CGI.HTTP_Referer" value in a session variable so that your
>applciation can tell when someone has "backed up".  It then won't let a
>user
>click on any links or re-submit a form.  A strange but effective way to
>keep
>users from messing with your program flow.
>
>http://cfhub.com/contributions/backbutton/
>
>
> > Please send it to us all..this is something that I, and I would wager
> > several webapplication developers, run into.
> > :-)
> >
> > -Gel
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Somewhat OT: Differences Between JRUN and CF

2001-03-14 Thread Willy Ray


If I'm already using Coldfusion, would there be any compelling reason that I would 
want to use JRUN as well?  What are the differences?  Pros?  Cons?


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

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



how to perform a variety of searches on a database

2001-03-14 Thread Tim

I have an access database.  The users would like to be
able to search on any one of the fields.  Plus, they
would like to search on the fields within a date
range, and have one of the fields added up when the
results are shown.  For example, a user will search
the location field for a specific location during the
the month of January.  The results will show all
records with the searched location for that month, and
the bottom of the list will have totaled up the
manhours for the records returned.

My first instict was to build a seperate query
statement for each field to search.  It will check if
the field id blank, and if not, perform the search.

However, I get the followinf error.

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.

Any guidance?  I can send code to those who want to
see it.

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

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



RE: Extra carriage returns when writing file?

2001-03-14 Thread Douglas Malcolm

Son of a gun - that worked perfectly - thank you!

My thought was that StripCR() would remove all of the carriage returns,
making my file one long line.  Not the case.  Does anyone know why?

Also, for bonus points, if StripCR() didn't work, I had thought to use some
more RegExp to remove duplicate CR's (the power of RegExp is addicting).
Only problem is, I'm not sure how to refer to a CR specifically.  Like this:

REReplace(newjsfile,'(carriage return)+','(\1)')


and while I was busy typing that out I see that David C. has clued me in
to the ADDNEWLINE attribute of cffile writing.  Weird how that isn't listed
in either Forta book I have.  Ah well.  RTFM, but read more than 2, it
seems.  Thanks!


Douglas Malcolm



-Original Message-
From: Caulfield, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 10:48 AM
To: Doug
Subject: RE: Extra carriage returns when writing file?


Try using stripCR():



#stripCR(FORM.txtArea)#








#FORM.txtArea#




-Original Message-
From: Douglas Malcolm [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:35 AM
To: CF-Talk
Subject: Extra carriage returns when writing file?


Background:
My company uses a javascript file to create faux-banners (really a
banner-sized table) that have form elements tying into our articles
database.  The point is to allow others to simply include the js file in
their html, and be able to offer searches against our articles.

Simple, right?  Yes.  An added wrinkle is that we use a content management
system that allows our editors to modify the various categories articles can
be filed under.  The faux-banner uses a dropdown select list of our
categories.

Since the categories change rather infrequently, the js files are hard coded
with our categories list, and I've written a cf file that will trip when a
category change is made.  This file reads in the old js file, uses RegExp to
replace the old category list with the new one, then writes out the new js
file over the old one.

The Weirdness:
It all works fine, if a bit clumsily (something about using 2 's,
one to delete the old file, and another to write the new strikes me as
inelegant - I'm open to ideas on that).

The trouble is that ~something~ is adding extra hard returns in between the
lines of code I am not modifying.  Example:

Original file:
line of code
line of code
line I'm changing
line I'm changing
line of code
line of code

After first time through:
line of code

line of code

line I'm changing
line I'm changing

line of code

line of code

---
After second time through:
line of code


line of code


line I'm changing
line I'm changing


line of code


line of code
---

What is going on here?  I must be doing something wrong, but damned if I can
spot it.  Here is the code that does the processing.  Any help would be
appreciated.  I mean, technically it works now, but it sure is ugly.

---


SELECT * FROM categories
ORDER BY cgyname












#cgyname#');" &
cr>

" & cr>



','#currentcats#')#>









---


Thank you!

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

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



RE: Hostcentric concerns?

2001-03-14 Thread Kelly Matthews

YES YES YES!

> -Original Message-
> From: Jeff Epstein [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 2:04 PM
> To:   CF-Talk
> Subject:  Hostcentric concerns?
> 
> We originally set up on Virtualscape, but ever since Hostcentric took over
> Virtualscape, I've noticed a decline in performance and service.  More db
> errors, fewer answers, longer hold times on the phone, less knowledgable
> techs on the phone. Has anyone else had the same experience?  Is this
> normal?
> 
> Jeff Epstein 
> Web Producer 
> Search for Common Ground 
> 1601 Connecticut Avenue, NW 
> Suite 200 
> Washington, DC  20009  USA 
> +1 (202) 265-4300 
> +1 (202) 777-2238 (direct) 
> +1 (202) 232-6718 (fax) 
> [EMAIL PROTECTED] 
> www.sfcg.org  
> 
> 
>  
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CFMail Question

2001-03-14 Thread Bryan Love

You will need a VERY powerful cf server and a hefty mail server.  Have you
ever looked at the CF server's processor during a CFMAIL call?  It hits 100%
for what seems like a long time.  CFMAIL is very processor intensive and
should not be used heavily on a production machine.

If you plan on sending more than, say... 300 mails a day you should
seriously consider getting a dedicated machine solely for using CFMAIL.


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Chris Dodson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:14 AM
To: CF-Talk
Subject: CFMail Question


I am creating an online notification board for my Intranet and am wondering
what guidelines need to be followed when using cfmail. I could be sending
up to 1 emails at a time.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Jeanne Sarfaty Glazer

Just curious, is there a way to reference the browser's "Back" button to 
determine whether it has been clicked using Javascript?

- - - Jeanne (who wonders why all of her questions on this CF list seem to 
be about Javascript)

>From: "Joseph Thompson" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Form Fields cleared on Back
>Date: Wed, 14 Mar 2001 11:15:24 -0800
>
>Somone sent in an "interesting" application to CFHub the other day.  It
>stores the "CGI.HTTP_Referer" value in a session variable so that your
>applciation can tell when someone has "backed up".  It then won't let a 
>user
>click on any links or re-submit a form.  A strange but effective way to 
>keep
>users from messing with your program flow.
>
>http://cfhub.com/contributions/backbutton/
>
>
> > Please send it to us all..this is something that I, and I would wager
> > several webapplication developers, run into.
> > :-)
> >
> > -Gel
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: RE: error resolving parameter

2001-03-14 Thread Bryan Love

look further down in the select and you'll see that a blank one is created
regardless ;)


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:15 AM
To: CF-Talk
Subject: Re: error resolving parameter


On 3/14/01, Brian Horn penned:
>Here is the code for the form:
>http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt

Look at this:





#LocationName#



Looks like if newrecord is "yes", then joblocation is not being 
passed (no  tag, not even an empty one). You'll either need 
to pass something or create a default parameter where the insert 
statement is.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Hostcentric concerns?

2001-03-14 Thread Jeff Epstein

We originally set up on Virtualscape, but ever since Hostcentric took over
Virtualscape, I've noticed a decline in performance and service.  More db
errors, fewer answers, longer hold times on the phone, less knowledgable
techs on the phone. Has anyone else had the same experience?  Is this
normal?

Jeff Epstein 
Web Producer 
Search for Common Ground 
1601 Connecticut Avenue, NW 
Suite 200 
Washington, DC  20009  USA 
+1 (202) 265-4300 
+1 (202) 777-2238 (direct) 
+1 (202) 232-6718 (fax) 
[EMAIL PROTECTED] 
www.sfcg.org  


 


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

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



CFMail Question

2001-03-14 Thread Chris Dodson

I am creating an online notification board for my Intranet and am wondering
what guidelines need to be followed when using cfmail. I could be sending
up to 1 emails at a time.


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

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



Re: Form Fields cleared on Back

2001-03-14 Thread Joseph Thompson

Somone sent in an "interesting" application to CFHub the other day.  It
stores the "CGI.HTTP_Referer" value in a session variable so that your
applciation can tell when someone has "backed up".  It then won't let a user
click on any links or re-submit a form.  A strange but effective way to keep
users from messing with your program flow.

http://cfhub.com/contributions/backbutton/


> Please send it to us all..this is something that I, and I would wager
> several webapplication developers, run into.
> :-)
>
> -Gel



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

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



Re: Extra carriage returns when writing file?

2001-03-14 Thread David E. Crawford

If you are writing back to the file using CFFILE, you need to make sure the
ADDNEWLINE attribute is set to no.

DC

- Original Message -
From: "Douglas Malcolm" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 12:35
Subject: Extra carriage returns when writing file?


> Background:
> My company uses a javascript file to create faux-banners (really a
> banner-sized table) that have form elements tying into our articles
> database.  The point is to allow others to simply include the js file in
> their html, and be able to offer searches against our articles.
>
> Simple, right?  Yes.  An added wrinkle is that we use a content management
> system that allows our editors to modify the various categories articles
can
> be filed under.  The faux-banner uses a dropdown select list of our
> categories.
>
> Since the categories change rather infrequently, the js files are hard
coded
> with our categories list, and I've written a cf file that will trip when a
> category change is made.  This file reads in the old js file, uses RegExp
to
> replace the old category list with the new one, then writes out the new js
> file over the old one.
>
> The Weirdness:
> It all works fine, if a bit clumsily (something about using 2 's,
> one to delete the old file, and another to write the new strikes me as
> inelegant - I'm open to ideas on that).
>
> The trouble is that ~something~ is adding extra hard returns in between
the
> lines of code I am not modifying.  Example:
>
> Original file:
> line of code
> line of code
> line I'm changing
> line I'm changing
> line of code
> line of code
> 
> After first time through:
> line of code
>
> line of code
>
> line I'm changing
> line I'm changing
>
> line of code
>
> line of code
>
> ---
> After second time through:
> line of code
>
>
> line of code
>
>
> line I'm changing
> line I'm changing
>
>
> line of code
>
>
> line of code
> ---
>
> What is going on here?  I must be doing something wrong, but damned if I
can
> spot it.  Here is the code that does the processing.  Any help would be
> appreciated.  I mean, technically it works now, but it sure is ugly.
>
> ---
>
> 
> SELECT * FROM categories
> ORDER BY cgyname
> 
>
>
> 
> 
>
> 
>
> 
> 
> 
> 
> #cgyname#');" &
> cr>
> 
> " & cr>
>
> 
> 
>  start([[:alpha:]]|[[:space:]]|[[:punct:]])+end
> dynamic -->','#currentcats#')#>
>
> 
> 
>
> 
> 
>
> 
>
> ---
>
>
> Thank you!
>
> Douglas Malcolm
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: error resolving parameter

2001-03-14 Thread Bud

On 3/14/01, Brian Horn penned:
>Here is the code for the form:
>http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt

Look at this:





#LocationName#



Looks like if newrecord is "yes", then joblocation is not being 
passed (no  tag, not even an empty one). You'll either need 
to pass something or create a default parameter where the insert 
statement is.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



RE: Flushing Query Cache

2001-03-14 Thread Bryan Love

This happens to be one of the very few instances I would condone the use of
application variables...

1. When the application is first started set an application like this:
 (or whatever you want)

2. use this application variable in the cachedwithin attribute of every
query you want to control
3. don't touch the application variable again unless you type a keyword in
the url string.  Put an IF statement in application.cfm to look for a url
variable like this:




this way you can simply type "setCache=0" in the url then run the pages you
want the cache cleared on then type "setCache=60" in the url string again
and be done with it :)


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 9:00 AM
To: CF-Talk
Subject: Flushing Query Cache


I am looking for a way to flush query cache.

I tried:






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

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



RE: Using javascript to create an Undo -SOLVED!

2001-03-14 Thread James Maltby

I went to many many javascript lists - most were scarily quiet - with maybe
one posting per month in the end I found an on-the-ball moderator
(voicebox) on www.javascriptcity.com - who helped a lot - sorry not much
help, but then again not many user groups are like CFUGs!!!

J

-Original Message-
From: McAtee, Malcolm [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2001 18:56
To: CF-Talk
Subject: RE: Using javascript to create an Undo -SOLVED!


Can you give me info on the javascript list.

TIA malcolm

 -Original Message-
From:   James Maltby [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, March 14, 2001 10:31 AM
To: CF-Talk
Subject:RE: Using javascript to create an Undo -SOLVED!

I took a man's advice and went on a javascript mail list (a little scary -
not like CF mail lists where everyone is fluffy and huggable) - there a very
nice man called "voicebox" sorted my little problem out - so, if anyone
wants a working "html" adder (may be handy for update sites or remote
management systems where idiots (sorry, I mean clients) update pages
themselves - if anyone wants it mail me off list

Thanks to everyone who did help too!

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

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



RE: Using javascript to create an Undo -SOLVED!

2001-03-14 Thread McAtee, Malcolm

Can you give me info on the javascript list.

TIA malcolm

 -Original Message-
From:   James Maltby [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, March 14, 2001 10:31 AM
To: CF-Talk
Subject:RE: Using javascript to create an Undo -SOLVED!

I took a man's advice and went on a javascript mail list (a little scary -
not like CF mail lists where everyone is fluffy and huggable) - there a very
nice man called "voicebox" sorted my little problem out - so, if anyone
wants a working "html" adder (may be handy for update sites or remote
management systems where idiots (sorry, I mean clients) update pages
themselves - if anyone wants it mail me off list

Thanks to everyone who did help too!

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

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



RE: Extra carriage returns when writing file?

2001-03-14 Thread Caulfield, Michael

Try using stripCR():



#stripCR(FORM.txtArea)#








#FORM.txtArea#




-Original Message-
From: Douglas Malcolm [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:35 AM
To: CF-Talk
Subject: Extra carriage returns when writing file?


Background:
My company uses a javascript file to create faux-banners (really a
banner-sized table) that have form elements tying into our articles
database.  The point is to allow others to simply include the js file in
their html, and be able to offer searches against our articles.

Simple, right?  Yes.  An added wrinkle is that we use a content management
system that allows our editors to modify the various categories articles can
be filed under.  The faux-banner uses a dropdown select list of our
categories.

Since the categories change rather infrequently, the js files are hard coded
with our categories list, and I've written a cf file that will trip when a
category change is made.  This file reads in the old js file, uses RegExp to
replace the old category list with the new one, then writes out the new js
file over the old one.

The Weirdness:
It all works fine, if a bit clumsily (something about using 2 's,
one to delete the old file, and another to write the new strikes me as
inelegant - I'm open to ideas on that).

The trouble is that ~something~ is adding extra hard returns in between the
lines of code I am not modifying.  Example:

Original file:
line of code
line of code
line I'm changing
line I'm changing
line of code
line of code

After first time through:
line of code

line of code

line I'm changing
line I'm changing

line of code

line of code

---
After second time through:
line of code


line of code


line I'm changing
line I'm changing


line of code


line of code
---

What is going on here?  I must be doing something wrong, but damned if I can
spot it.  Here is the code that does the processing.  Any help would be
appreciated.  I mean, technically it works now, but it sure is ugly.

---


SELECT * FROM categories
ORDER BY cgyname












#cgyname#');" &
cr>

" & cr>



','#currentcats#')#>









---


Thank you!

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

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



RE: error resolving parameter

2001-03-14 Thread Bryan Love

I've found that often when my clients are getting non-reproducable errors it
is due to their browser caching an error page that was fixed some time ago.
Have them clear their cache and see what happens.

It looks like the code base you are using is pretty antiquated; it would be
in your best interest to update the entire application...


Bryan Love ACP
Internet Application Developer
[EMAIL PROTECTED]



-Original Message-
From: Brian Horn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 9:37 AM
To: CF-Talk
Subject: error resolving parameter


I'm using a Job Bank software from gravyware.com (it's free now without
support, although it wasn't when I bought it:( Anyway, a problem starting
happening during an insert into the Access database with resolving a
parameter. Problem is, I can't get it to happen for me(Local network
directly to webserver). So the issue is elusive. I've worked with the people
having the error and I can't pinpoint an origin. Hoping someone might see
something in the code. Here is the error and the code link.

Error Diagnostic Information
Error resolving parameter JOBLOCATION 
Cold Fusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either: 
You have misspelled the parameter name, or You have not specified a
QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.
The error occurred while evaluating the expression: 
#JobLocation#
The error occurred while processing an element with a general identifier of
(#JobLocation#), occupying document position (6:10) to (6:22). 
Date/Time: 03/12/01 15:59:17
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt)
Template: D:\Inetpub\wwwroot\JobBank\enterjobs\jobaddup.cfm

Here is the code for the form: 
http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt

Here is the code for the database work:
http://www.financialpro.org/JobBank/enterjobs/jobaddup.txt

Brian D. Horn
Society of Financial Service Professionals
610-526-2500
mailto:[EMAIL PROTECTED]
For information on Society programs and services visit  www.financialpro.org
or call Customer Service at 1-800-392-6900
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Using javascript to create an Undo -SOLVED!

2001-03-14 Thread James Maltby

I took a man's advice and went on a javascript mail list (a little scary -
not like CF mail lists where everyone is fluffy and huggable) - there a very
nice man called "voicebox" sorted my little problem out - so, if anyone
wants a working "html" adder (may be handy for update sites or remote
management systems where idiots (sorry, I mean clients) update pages
themselves - if anyone wants it mail me off list

Thanks to everyone who did help too!

James

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

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



RE: Custom Tag

2001-03-14 Thread Philip Arnold - ASP

> When in a custom tag how can you reference the query that is
> located in the callers page...

Oops, should have read the whole message properly

Attributes. if you've specified it as an attribute
Caller. if you haven't

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: CF Studio 4.5.2 Memory Leak?

2001-03-14 Thread Philip Arnold - ASP

> >WinNT and Win2k both have a much larger resource pool than Win9x/Me, with
> >2k being the largest of the lot..
>
> Maybe so, but when I put 256MB extra mem in my 2k box, ""System Slowdown""
> stopped being a problem (before after the system had been up/been
> (heavily)
> used for a while, system response (menu's/switching apps etc) became quite
> slow, and nessecitated rebooting)
>
> So, while on 9x stability might not be affected by increasing memory,
> "usability" on 2k is..

Minimum memory will always effect an operating system - you have too little
and it can't function properly - but having 256MB or 1GB makes no difference
to resource memory - also, if you're using memory hungry apps (like
PhotoShop) then they'll sap the RAM of the machine slowing down other apps

> I suppose this has more to do with my system usage than anything else, and
> is a different issue to "stability" (even though stability is percieved by
> many users as "How often do I need to reboot" + "How often does a program
> crash")

True, perception is everything

> >Also, something crashing in NT/2k won't normally bring the machine down,
> >but it will with 9x/Me
>
> Totally agree with you - I find this extremely frustrating when using a 9x
> system after using Nt/2k

Tell me about it - my machine at home is NT Server, Me and 98 - I enjoy
using NT as it's steady as a rock, but opening up the other OSes and you'll
see it die all over the place...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Custom Tag

2001-03-14 Thread Philip Arnold - ASP

> When in a custom tag how can you reference the query that is
> located in the
> callers page...
>
> EX:
> 
> select a,b,c
> from y
> 
>
> 
> ---
> MyTag.cfm
>
> How can I look at all of the items in the query 'xxx'?

You're going to kick yourself as to how simple this is;
caller.xxx

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



Re: Custom Tag

2001-03-14 Thread Bryan Laplante

wrap the Evaluate(attributes.query) function around the query

Bryan

-- Original Message --
From: Nathan Stanford <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 14 Mar 2001 11:25:30 -0600

When in a custom tag how can you reference the query that is located in the
callers page...

EX:


select a,b,c
from y





---
MyTag.cfm

How can I look at all of the items in the query 'xxx'?

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

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



RE: Broken Images / Testing for file existence - JS to the rescue

2001-03-14 Thread Keith C. Ivey

[EMAIL PROTECTED] wrote:

> Let the client-side box do the work, with JavaScript.

Interesting possibility.  Of course, that still clutters your 
server log with 404 errors, which may be a consideration.  And 
it requires additional network traffic, which may slow down the 
page display.  But there are always tradeoffs.

Keith C. Ivey <[EMAIL PROTECTED]>
Webmaster, EEI Communications
66 Canal Center Plaza, Suite 200
Alexandria, VA  22314
Telephone:  703-683-0683
Fax:  703-683-4915
Web Site:  http://www.eeicommunications.com

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

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



RE: Custom Tag

2001-03-14 Thread Ruben Chadien

MyTag.cfm
--




/Ruben Chadien

-Original Message-
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: den 14 mars 2001 18:26
To: CF-Talk
Subject: Custom Tag


When in a custom tag how can you reference the query that is located in the
callers page...

EX:


select a,b,c
from y





---
MyTag.cfm

How can I look at all of the items in the query 'xxx'?

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

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



error resolving parameter

2001-03-14 Thread Brian Horn

I'm using a Job Bank software from gravyware.com (it's free now without
support, although it wasn't when I bought it:( Anyway, a problem starting
happening during an insert into the Access database with resolving a
parameter. Problem is, I can't get it to happen for me(Local network
directly to webserver). So the issue is elusive. I've worked with the people
having the error and I can't pinpoint an origin. Hoping someone might see
something in the code. Here is the error and the code link.

Error Diagnostic Information
Error resolving parameter JOBLOCATION 
Cold Fusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either: 
You have misspelled the parameter name, or You have not specified a
QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.
The error occurred while evaluating the expression: 
#JobLocation#
The error occurred while processing an element with a general identifier of
(#JobLocation#), occupying document position (6:10) to (6:22). 
Date/Time: 03/12/01 15:59:17
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt)
Template: D:\Inetpub\wwwroot\JobBank\enterjobs\jobaddup.cfm

Here is the code for the form: 
http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt

Here is the code for the database work:
http://www.financialpro.org/JobBank/enterjobs/jobaddup.txt

Brian D. Horn
Society of Financial Service Professionals
610-526-2500
mailto:[EMAIL PROTECTED]
For information on Society programs and services visit  www.financialpro.org
or call Customer Service at 1-800-392-6900


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

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



RE: Form Fields cleared on Back

2001-03-14 Thread Philip Arnold - ASP

OK, just so people can look and see what I'm doing
http://www.aspmedia.co.uk/CF/_EditForm.zip

It's got no error trapping as it's the first version for "public" use, the
documentation is in the top of the template, and it's written with SQL
Server in mind (for getting new IDs and stuff) - only Insert needs to be
modified for different DBs

First 4 parameters are required (at the moment)

I've tried to make it as flexible as possible, and have as much validation
as I can...
The email RE checking maybe a little flaky as I wrote it a while ago, and
haven't really updated it

Any comments/suggestions/requests, please send directly to me
I'm leaving it as Open Source as it's too damn easy to unencrypt things
anyway
Next version will have a lot more flexibility and functionality

If you want to chop it to pieces and use some functionality yourself, then
please do - I'd supply the code in help anyway!

And before anyone complains, it's in one template for transportability - the
version I use is in 4 separate templates

For the moment - Enjoy 

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Clear Held Memory?

2001-03-14 Thread Philip Arnold - ASP

> I seem to remember a set of keys you can press to release some
> memory in CF Studio is this true? and what are these keys?

Couldn't resist this one... Alt+F4

No, don't try it, it'll close Studio

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



Extra carriage returns when writing file?

2001-03-14 Thread Douglas Malcolm

Background:
My company uses a javascript file to create faux-banners (really a
banner-sized table) that have form elements tying into our articles
database.  The point is to allow others to simply include the js file in
their html, and be able to offer searches against our articles.

Simple, right?  Yes.  An added wrinkle is that we use a content management
system that allows our editors to modify the various categories articles can
be filed under.  The faux-banner uses a dropdown select list of our
categories.

Since the categories change rather infrequently, the js files are hard coded
with our categories list, and I've written a cf file that will trip when a
category change is made.  This file reads in the old js file, uses RegExp to
replace the old category list with the new one, then writes out the new js
file over the old one.

The Weirdness:
It all works fine, if a bit clumsily (something about using 2 's,
one to delete the old file, and another to write the new strikes me as
inelegant - I'm open to ideas on that).

The trouble is that ~something~ is adding extra hard returns in between the
lines of code I am not modifying.  Example:

Original file:
line of code
line of code
line I'm changing
line I'm changing
line of code
line of code

After first time through:
line of code

line of code

line I'm changing
line I'm changing

line of code

line of code

---
After second time through:
line of code


line of code


line I'm changing
line I'm changing


line of code


line of code
---

What is going on here?  I must be doing something wrong, but damned if I can
spot it.  Here is the code that does the processing.  Any help would be
appreciated.  I mean, technically it works now, but it sure is ugly.

---


SELECT * FROM categories
ORDER BY cgyname












#cgyname#');" &
cr>

" & cr>



','#currentcats#')#>









---


Thank you!

Douglas Malcolm


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

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



RE: Broken Images / Testing for file existence - JS to the rescue

2001-03-14 Thread ron

> I have an application where I list several items on a page and display an
> image for that item based on a reference number (ie, productnum+.jpg). The
> database table does not tell me whether there is an image for that item
> and there are many that do have one.
>
> I'd like to display an alternate image (or nothing at all) when there is
> no image present, but I can't see using an  for every
> item for 50 or so on a page. Plus, I can't even do that because I'm
> grabbing the images from a different server via http only ( SRC="http://otherserver/path/number.jpg>)...

Tony,

Let the client-side box do the work, with JavaScript. Here's a demo page
that tests for the presence of an image, and swaps the missing image with a
default image... I'm sure you can modify it to your needs:



Image Not Found Test









A big thanks to Jeff Howden at evolt.org for pointing out the onError event
handler for  tags to me initially.

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]




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

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



Custom Tag

2001-03-14 Thread Nathan Stanford

When in a custom tag how can you reference the query that is located in the
callers page...

EX:


select a,b,c
from y





---
MyTag.cfm

How can I look at all of the items in the query 'xxx'?

Nathan

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

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



Re: OT:development for visually impaired?

2001-03-14 Thread Dick Applebaum

At 9:59 AM -0600 3/14/01, [EMAIL PROTECTED] wrote:
>Anyone know how to, or have good information about developing websites for
>visually impaired users?
>


Another user has suggested Flash... good choice because of its 
ability to allow the user to dynamically change text sizes, etc. 
Flash is especially good because it can present antialiased text in 
any font in any size.

Also, you could use Flash to display enlarged cues... such as the mouse pointer


There probably is quite a body of knowledge on this... though I don't 
know where.


I would also consider an interface that allowed adjustable-speed 
automatic scrolling... possibly with voice commands to:

larger/smaller (text)

brighter/dimmer (display contrast)

start/stop (auto-scrolling)

faster/slower (auto-scrolling)

back/forward (screen/paragraph/sentence/word)

spell/pronounce/define word

talk/quiet

stop on link/follow link

The read would read the paragraph out loud.

Where possible, design the content so it is concise, plain language, 
and written in small paragraphs... this helps navigation, avoids 
distraction of going elsewhere to look up meaning od words, etc.

Years ago, we sold an Apple ][ to a an organization (the name escapes 
me) that was developing software for the visually impaired.

The auto-scrolling of the screen was a very important usability 
feature, because so little text can be displayed when using large 
characters.  With the desired speed set, the user can easily read the 
content without fiddling with the mouse or keyboard.  Voice commands 
would enhance this feature.

HTH

Dick

P.S.  A Sherlock search for visually impaired web sites gave the 
following (watch for URL wrapping):

http://access.adobe.com/
http://www.hud.gov/acsadobe.html
http://www.opera.com/
http://www.utoronto.ca/atrc/rd/library/papers/accessWWW.html
http://access.adobe.com/tools.html
http://www.fcw.com/fcw/articles/2000/0821/web-adobe-08-25-00.asp
http://access.adobe.com/information.html
http://access.adobe.com/simple_form.html
http://apple.directhit.com/fcgi-bin/RedirURL.fcg?url=http://www.vibug. 
org/&qry=visually+impaired+web+sites&rnk=1&src=DH_Apple_SRCH&u=0283193 
096&src=APPLE_SRCH
http://apple.directhit.com/fcgi-bin/RedirURL.fcg?url=http://www.afb.or 
g/&qry=visually+impaired+web+sites&rnk=2&src=DH_Apple_SRCH&u=004235888 
9&src=APPLE_SRCH
http://apple.directhit.com/fcgi-bin/RedirURL.fcg?url=http://www.cast.o 
rg/bobby/&qry=visually+impaired+web+sites&rnk=3&src=DH_Apple_SRCH&u=00 
01480986&src=APPLE_SRCH
http://apple.directhit.com/fcgi-bin/RedirURL.fcg?url=http://www.vashti 
..net/blind/&qry=visually+impaired+web+sites&rnk=4&src=DH_Apple_SRCH&u= 
0055190378&src=APPLE_SRCH
http://access.adobe.com/francais_2.html
http://access.adobe.com/francais_1.html
http://www.encyclopedia.com/articles/50589.html

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

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



RE: Flushing Query Cache

2001-03-14 Thread alistair . davidson

Try









You have to set the cachetime to zero in order to refresh the query.

-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2001 17:00
To: CF-Talk
Subject: Flushing Query Cache


I am looking for a way to flush query cache.

I tried:






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

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



Clear Held Memory?

2001-03-14 Thread Nathan Stanford

I seem to remember a set of keys you can press to release some memory in CF
Studio is this true? and what are these keys?

Nathan

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

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



Flushing Query Cache

2001-03-14 Thread Duane Boudreau

I am looking for a way to flush query cache.

I tried:








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

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



Partial post/parsed ok/no clue?

2001-03-14 Thread Adrienne H. Cregar

Hello all...have a strange occurrence I hope you can shed some light on.
I have a console where my client can add/edit or delete truck listings
from their database. On the edit section, I have a .cfm file that pulls
the existing data for the record they selected. The data is displayed in
form fields so they can edit it and save the changes. Here is where the
weirdness comes in... For all the fields, the data is pulled and
displayed, except for the last one (full_description), which is a 3-line
textarea field. The form field shows, but the data is not displayed. In
other words, the form field appears blank. When I looked at the source
in the browser, the correct data is in there - it just does not show up
on the page. I can't figure out why not. The resulting HTML is correct.
It should be there. So, with the page, if you go ahead and type a new
description into the field (which has a value in it, although
undisplayed), the form correctly updates the db with the new info.
However, if you DON'T type a new description in - the "blank" form field
is left that way - the form updates the db with nothing for that field.
Am I missing the obvious here???

A.Cregar
[EMAIL PROTECTED]


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



Re: Project Management Poll

2001-03-14 Thread Olivier Gostan

we use ms-project primarly.
but custom fuse app we modify based on special client requirements.
VSS for version control.

O-

- Original Message -
From: "Todd Stanley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 11:29 AM
Subject: RE: Project Management Poll


> in house custom system/don't use combo
>
> what do you folks use for version control?
>
> -Original Message-
> From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 11:17 AM
> To: CF-Talk
> Subject: RE: Project Management Poll
>
>
> > Project Management
> > Don't Use- 0
> > In House Custom System - 3
> > MS Project  - 1
> >
> > If you want other categories let me know.
>
> "Several of the above" (or similar)
>
> We use MS Project and have an in-house system
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CF Studio 4.5.2 Memory Leak?

2001-03-14 Thread Aidan Whitehall

> 
> [ snip ]

It was the reply to a different thread...



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

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

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



Re: development for visually impaired?

2001-03-14 Thread Olivier Gostan

you can use CSS to specify output for braille and other devices.
i would not recommend trying to code graphics yourself as different
individuals might have different disabilities and already the proper
equipment at their disposal.
check the w3 rec: http://www.w3.org/TR/CSS-access

O-

- Original Message -
From: "Martin Sutton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 11:17 AM
Subject: RE: development for visually impaired?


> The way I'd go about it is to use Flash with nice large navigation icons
> with sounds onMouseOver which describe what the link is.  I'd also ensure
I
> used complete colour contrast.
>
> Using flash you could have the content "read" in a wav file also.  I
believe
> mp3 is also supported in Flash 5 so if you compressed them and used a
> quality like 24Kb/sec then you could have relatively long samples and
small
> file sizes.
>
> Hope this helps.
>
> Martin.
>
> --
--
> -
> LEGAL DISCLAIMER --
> This message and any attachments to it is intended only for the individual
> or company to which it is addressed and may contain information which is
> privileged, confidential or prohibited from disclosure or unauthorised
use.
> If the recipient of this transmission is not the intended recipient, or
the
> employee or agent responsible for delivering such materials to the
intended
> recipient, you are hereby notified that any use, any form of reproduction,
> dissemination, copying, disclosure, modification, distribution and/or
> publication of this e-mail message or its attachments other than by its
> intended recipient is strictly prohibited by the sender. If you have
> received it in error, please return it to the sender and destroy the
message
> and/or copies in your possession.  The views or opinions expressed in this
> email are that of the individual and not necessarily those of A.B.C
(Systems
> and Development) Limited or any of it's subsidiaries.
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 14 March 2001 15:59
> To: CF-Talk
> Subject: OT:development for visually impaired?
>
>
> Anyone know how to, or have good information about developing websites for
> visually impaired users?
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Capturing a NT User ID

2001-03-14 Thread Chris Stoner

If you are running NDS Enabled office with Novell you can use an active x
component in IE to view the novell login information (and more). There is
also a netscape plugin that ties into Novell NDS to do the same thing which
is fine for a controlled environement (Intranet).

-- Chris Stoner



-Original Message-
From: Michael Ross [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:09 AM
To: CF-Talk
Subject: RE: Capturing a NT User ID


Getting the Novell login on its own with using nt security would be very
nice to get...!!

>>> [EMAIL PROTECTED] 03/14/01 10:45AM >>>
If this is an intranet, you'll have to turn off anonymous access and give
access to Domain Users.  IE will automatically submit the user's username to
the webserver (this is a default install).  Don't know about Netscape?  The
variable to look at is CGI.AUTH_USER.  If this is on an external website,
then things get much more complicated

HTH

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 8:18 AM
To: CF-Talk
Subject: Capturing a NT User ID



Is there a simple way to capture the NT user ID for each user that submits
a form? We use Novell Netware (my client version is 4.80) on NT.

Gina Shillitani
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Project Management Poll

2001-03-14 Thread Todd Stanley

in house custom system/don't use combo

what do you folks use for version control?

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:17 AM
To: CF-Talk
Subject: RE: Project Management Poll


> Project Management
> Don't Use- 0
> In House Custom System - 3
> MS Project  - 1
>
> If you want other categories let me know.

"Several of the above" (or similar)

We use MS Project and have an in-house system

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: development for visually impaired?

2001-03-14 Thread Douglas Malcolm

Check out the Bobby site;
http://www.cast.org/bobby/


djm


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 7:59 AM
To: Doug
Subject: OT:development for visually impaired?


Anyone know how to, or have good information about developing websites for
visually impaired users?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: development for visually impaired?

2001-03-14 Thread James Maltby

You need to follow the WAI w3c org guidelines http://www.w3.org/WAI/ - also
use betsie http://www.bbc.co.uk/education/betsie/ and bobby
http://www.cast.org/bobby/ to check your code.

HTH

James

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2001 15:59
To: CF-Talk
Subject: OT:development for visually impaired?


Anyone know how to, or have good information about developing websites for
visually impaired users?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: OT:development for visually impaired?

2001-03-14 Thread Larry C. Lyons

Try these links:

http://www.w3.org/TR/WD-WAI-PAGEAUTH/ the W3C's web accessibility
guidelines.
http://www.cast.org - has a very good web accessibility checker.
http://www.webable.com/
http://news.cnet.com/news/0-1005-200-1541412.html
http://www.zdnet.com/devhead/stories/articles/0,4413,2585438,00.html

here's one of the best articles on accessibility:
http://www.builder.com/Authoring/Accessibility/

hth,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

[EMAIL PROTECTED] wrote:
> 
> Anyone know how to, or have good information about developing websites for
> visually impaired users?
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Project Management Poll

2001-03-14 Thread Philip Arnold - ASP

> Project Management
> Don't Use- 0
> In House Custom System - 3
> MS Project  - 1
>
> If you want other categories let me know.

"Several of the above" (or similar)

We use MS Project and have an in-house system

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Capturing a NT User ID

2001-03-14 Thread Michael Ross

Getting the Novell login on its own with using nt security would be very nice to 
get...!!

>>> [EMAIL PROTECTED] 03/14/01 10:45AM >>>
If this is an intranet, you'll have to turn off anonymous access and give
access to Domain Users.  IE will automatically submit the user's username to
the webserver (this is a default install).  Don't know about Netscape?  The
variable to look at is CGI.AUTH_USER.  If this is on an external website,
then things get much more complicated

HTH

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 14, 2001 8:18 AM
To: CF-Talk
Subject: Capturing a NT User ID



Is there a simple way to capture the NT user ID for each user that submits
a form? We use Novell Netware (my client version is 4.80) on NT.

Gina Shillitani
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: development for visually impaired?

2001-03-14 Thread Martin Sutton

The way I'd go about it is to use Flash with nice large navigation icons
with sounds onMouseOver which describe what the link is.  I'd also ensure I
used complete colour contrast.

Using flash you could have the content "read" in a wav file also.  I believe
mp3 is also supported in Flash 5 so if you compressed them and used a
quality like 24Kb/sec then you could have relatively long samples and small
file sizes.

Hope this helps.

Martin.


-
LEGAL DISCLAIMER --
This message and any attachments to it is intended only for the individual
or company to which it is addressed and may contain information which is
privileged, confidential or prohibited from disclosure or unauthorised use.
If the recipient of this transmission is not the intended recipient, or the
employee or agent responsible for delivering such materials to the intended
recipient, you are hereby notified that any use, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this e-mail message or its attachments other than by its
intended recipient is strictly prohibited by the sender. If you have
received it in error, please return it to the sender and destroy the message
and/or copies in your possession.  The views or opinions expressed in this
email are that of the individual and not necessarily those of A.B.C (Systems
and Development) Limited or any of it's subsidiaries.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2001 15:59
To: CF-Talk
Subject: OT:development for visually impaired?


Anyone know how to, or have good information about developing websites for
visually impaired users?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Form Fields cleared on Back

2001-03-14 Thread Philip Arnold - ASP

> I am also interested in this application
>
> Please send it to us all..this is something that I, and I would wager
> several webapplication developers, run into.

No more "I'm also interested" please - I'll post a URL to it within the next
few days

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Using javascript to create an Undo - the return

2001-03-14 Thread JustinMacCarthy

You should look at design patterns. The command pattern as it is known is
the most used pattern for undo/ redo operations.
It is used natively in java, but chould be used in a JavaScript lib.

Check out:
http://www.amazon.co.uk/exec/obidos/ASIN/0201633612/o/qid=984585622/sr=8-1/2
02-1404477-4361464


Justin


>-Original Message-
>From: James Maltby [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, March 14, 2001 1:37 PM
>To: CF-Talk
>Subject: Using javascript to create an Undo - the return
>
>
>Hi - posted this recently but still no resolution:
>
>Have a cf forum we have written, with javascript "Word" like buttons that
>output html for ,  and  in the input textarea - would like to
>include an "undo" function with acts like ctrl+Z from the keyboard
>- in that
>it will remove either the last piece of text written, or the inputted
> (etc) tags - any suggestions?
>
>James
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Problem calling data from a database

2001-03-14 Thread David Gassner

I don't know if this is causing all of your problems, but you're missing
pound signs around the JokeID value in the  tags.  The corrected
version:



#JokeTitle#



> I have a review form which is supposed to submit the request to a review
> action file to call a single unapproved joke from a joke database for
> approval or deletion.  Instead, the following problems occur:
>
> 1.  all unapproved jokes appear, except those submitted to the database
> after the form and action file were created.
> 2.  jokes submitted to the database after the form and action file were
> created never appear.
>


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

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



Outputting Mac Characters

2001-03-14 Thread Paul Johnston

Is there a tag or something that can parse Mac characters and make them
something sensible before outputting them to the screen?

I have a whole database full of articles that are all written on a Mac, and
I want to output them to the screen as is (there are 3000 of them, and
parsing them when entered is not an option because they could upload several
hundred at a time!).

Anyone?

Paul

Paul Johnston
PJ Net Solutions Ltd
E: [EMAIL PROTECTED]
M: 07866 573013


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

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



  1   2   >