Forums.. info and links?

2001-01-19 Thread Tony Gruen

This past week there were a number of very helpful postings on finding info
and downloads for incorporating an Allaire Forum into a site. Specifically
links to a few sites for code. Since I have lost everything in my bookmarks
and email in a messy soiree yesterday I need to ask if anyone would be
generous enough to share this info again. Email me off list if you want to
spare everyone the extra email on a recent subject.

Any help would be greatly appreciated.

Tony Gruen
[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



replace function problem

2001-01-19 Thread ramesh deva

Hi,

Thanx for yr response.. Actually i used it.. but no
result..
Pls from the following line onwards copy into cfm page
then u can read easily..



Here i explained the problem by giving the comments..
Pls any one faced this type of problem. how we can
solve it..
Can we send the "&" data in to CFWDDX (action =
wddxtocfml)..





 





   
 

   


  
  
  

  
  


  



 












09
"#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#">

   
10
#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#

11 

12   #aacity# 

   
I would appreciate even your valuable suggestions
also..
 
 Thanx in advance
 Ramesh
~~
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



Can i send "&" data to CFWDDX(action = wddxtocfml)for processing

2001-01-19 Thread ramesh deva

Thanx for your kind response..
Yes, i used like that also.. but no result..

Here i am giving indetail..Pls go thru once.. I hope
can understand easily.. And read comment lines also

>From following line onwards Just paste in to yr
coldfusion.. so u can read it easily..


Here i explained the problem by giving the comments..
Pls any one faced this type of problem. how we can
solve it..
Can we send the "&" data in to CFWDDX (action =
wddxtocfml)..





 





   
 

   


  
  
  

  
  


  



 












09
"#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#">

   
10
#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#

11 

12   #aacity# 

   
I would appreciate even your valuable suggestions
also..
 
 Thanx in advance
 Ramesh









--- "DeVoil, Nick" <[EMAIL PROTECTED]> wrote:
> Ramesh
> 
> wddx_packet is a string but output is a complex data
> type depending on what the packet contains.
> 
> You could operate on wddx_packet before converting
> it.
> Or would the ampersands invalidate the XML?... try
> it
> & see.
> 
> Nick
> 
> -Original Message-
> From: ramesh deva [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 7:06 AM
> To: CF-Talk
> Subject: Replace function
> 
> 
> 
> Hi 
> Here i have wddx_packet variable, it contains text
> file
> 
> So my question is can i replace whole file by using
> following code.
> 
> Becos when i use this code 
> 
>  output="EZB_PO_WDDX">
> 
>  Replace(#EZB_PO_WDDX#,"~","&","ALL")> 
> 
> Getting this error:-
> 
> An error occurred while evaluating the expression: 
> 
> 
>  EZB_PO_WDDX = Replace(#EZB_PO_WDDX#,"~","&","ALL")
> 
> 
> 
> Error near line 310, column 11.
>

> 
> 
> Parameter 1 of function Replace must be a basic
> value,
> i.e., a string, number, logical, or date/time value
> i
> am here 
> 
> Thanx in advance
> Ramesh
> 
> 
>
**
> Information in this email is confidential and may be
> privileged.
> It is intended for the addressee only. If you have
> received it in error,
> please notify the sender immediately and delete it
> from your system. 
> You should not otherwise copy it, retransmit it or
> use or disclose its
> contents to anyone. 
> Thank you for your co-operation.
>
**
> 
>
~~
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



Can i send "&" data to CFWDDX(action = wddxtocfml)for processing

2001-01-19 Thread ramesh deva

Thanx for your kind response..
Yes, i used like that also.. but no result..

Here i am giving indetail..Pls go thru once.. I hope
can understand easily.. And read comment lines also

>From following line onwards Just paste in to yr
coldfusion.. so u can read it easily..


Here i explained the problem by giving the comments..
Pls any one faced this type of problem. how we can
solve it..
Can we send the "&" data in to CFWDDX (action =
wddxtocfml)..





 





   
 

   


  
  
  

  
  


  



 












09
"#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#">

   
10
#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#

11 

12   #aacity# 

   
I would appreciate even your valuable suggestions
also..
 
 Thanx in advance
 Ramesh









--- "DeVoil, Nick" <[EMAIL PROTECTED]> wrote:
> Ramesh
> 
> wddx_packet is a string but output is a complex data
> type depending on what the packet contains.
> 
> You could operate on wddx_packet before converting
> it.
> Or would the ampersands invalidate the XML?... try
> it
> & see.
> 
> Nick
> 
> -Original Message-
> From: ramesh deva [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 7:06 AM
> To: CF-Talk
> Subject: Replace function
> 
> 
> 
> Hi 
> Here i have wddx_packet variable, it contains text
> file
> 
> So my question is can i replace whole file by using
> following code.
> 
> Becos when i use this code 
> 
>  output="EZB_PO_WDDX">
> 
>  Replace(#EZB_PO_WDDX#,"~","&","ALL")> 
> 
> Getting this error:-
> 
> An error occurred while evaluating the expression: 
> 
> 
>  EZB_PO_WDDX = Replace(#EZB_PO_WDDX#,"~","&","ALL")
> 
> 
> 
> Error near line 310, column 11.
>

> 
> 
> Parameter 1 of function Replace must be a basic
> value,
> i.e., a string, number, logical, or date/time value
> i
> am here 
> 
> Thanx in advance
> Ramesh
> 
> 
>
**
> Information in this email is confidential and may be
> privileged.
> It is intended for the addressee only. If you have
> received it in error,
> please notify the sender immediately and delete it
> from your system. 
> You should not otherwise copy it, retransmit it or
> use or disclose its
> contents to anyone. 
> Thank you for your co-operation.
>
**
> 
>
~~
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



Can i send "&" data to CFWDDX(action = wddxtocfml)for processing

2001-01-19 Thread ramesh deva

Thanx for your kind response..
Yes, i used like that also.. but no result..

Here i am giving indetail..Pls go thru once.. I hope
can understand easily.. And read comment lines also

>From following line onwards Just paste in to yr
coldfusion.. so u can read it easily..


Here i explained the problem by giving the comments..
Pls any one faced this type of problem. how we can
solve it..
Can we send the "&" data in to CFWDDX (action =
wddxtocfml)..





 





   
 

   


  
  
  

  
  


  



 












09
"#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#">

   
10
#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#

11 

12   #aacity# 

   
I would appreciate even your valuable suggestions
also..
 
 Thanx in advance
 Ramesh









--- "DeVoil, Nick" <[EMAIL PROTECTED]> wrote:
> Ramesh
> 
> wddx_packet is a string but output is a complex data
> type depending on what the packet contains.
> 
> You could operate on wddx_packet before converting
> it.
> Or would the ampersands invalidate the XML?... try
> it
> & see.
> 
> Nick
> 
> -Original Message-
> From: ramesh deva [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 7:06 AM
> To: CF-Talk
> Subject: Replace function
> 
> 
> 
> Hi 
> Here i have wddx_packet variable, it contains text
> file
> 
> So my question is can i replace whole file by using
> following code.
> 
> Becos when i use this code 
> 
>  output="EZB_PO_WDDX">
> 
>  Replace(#EZB_PO_WDDX#,"~","&","ALL")> 
> 
> Getting this error:-
> 
> An error occurred while evaluating the expression: 
> 
> 
>  EZB_PO_WDDX = Replace(#EZB_PO_WDDX#,"~","&","ALL")
> 
> 
> 
> Error near line 310, column 11.
>

> 
> 
> Parameter 1 of function Replace must be a basic
> value,
> i.e., a string, number, logical, or date/time value
> i
> am here 
> 
> Thanx in advance
> Ramesh
> 
> 
>
**
> Information in this email is confidential and may be
> privileged.
> It is intended for the addressee only. If you have
> received it in error,
> please notify the sender immediately and delete it
> from your system. 
> You should not otherwise copy it, retransmit it or
> use or disclose its
> contents to anyone. 
> Thank you for your co-operation.
>
**
> 
>
~~
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



Can i send "&" data to CFWDDX(action = wddxtocfml)for processing

2001-01-19 Thread ramesh deva

Thanx for your kind response..
Yes, i used like that also.. but no result..

Here i am giving indetail..Pls go thru once.. I hope
can understand easily.. And read comment lines also

>From following line onwards Just paste in to yr
coldfusion.. so u can read it easily..


Here i explained the problem by giving the comments..
Pls any one faced this type of problem. how we can
solve it..
Can we send the "&" data in to CFWDDX (action =
wddxtocfml)..





 





   
 

   


  
  
  

  
  


  



 












09
"#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#">

   
10
#EZB_PO_WDDX.Header.BillToPerson.Address[1].City#

11 

12   #aacity# 

   
I would appreciate even your valuable suggestions
also..
 
 Thanx in advance
 Ramesh









--- "DeVoil, Nick" <[EMAIL PROTECTED]> wrote:
> Ramesh
> 
> wddx_packet is a string but output is a complex data
> type depending on what the packet contains.
> 
> You could operate on wddx_packet before converting
> it.
> Or would the ampersands invalidate the XML?... try
> it
> & see.
> 
> Nick
> 
> -Original Message-
> From: ramesh deva [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 7:06 AM
> To: CF-Talk
> Subject: Replace function
> 
> 
> 
> Hi 
> Here i have wddx_packet variable, it contains text
> file
> 
> So my question is can i replace whole file by using
> following code.
> 
> Becos when i use this code 
> 
>  output="EZB_PO_WDDX">
> 
>  Replace(#EZB_PO_WDDX#,"~","&","ALL")> 
> 
> Getting this error:-
> 
> An error occurred while evaluating the expression: 
> 
> 
>  EZB_PO_WDDX = Replace(#EZB_PO_WDDX#,"~","&","ALL")
> 
> 
> 
> Error near line 310, column 11.
>

> 
> 
> Parameter 1 of function Replace must be a basic
> value,
> i.e., a string, number, logical, or date/time value
> i
> am here 
> 
> Thanx in advance
> Ramesh
> 
> 
>
**
> Information in this email is confidential and may be
> privileged.
> It is intended for the addressee only. If you have
> received it in error,
> please notify the sender immediately and delete it
> from your system. 
> You should not otherwise copy it, retransmit it or
> use or disclose its
> contents to anyone. 
> Thank you for your co-operation.
>
**
> 
>
~~
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: Cross Browser DHTML Menu for NN 6

2001-01-19 Thread Al Musella, DPM



Go to brainjar.com
they have a nice one that works only on ie5.5 and netscape 6.
(you can let cf select your current menu for the older browsers:)



> > > Be careful you get one that is NN6 compatible. There are a lot of
>scripts
> > > out there and only a few I have seen that work with any degree of
> > > success on NN6
> >
> > which ones work for NN6 ??
>
>Here's a concept that we find useful - we TEST things... try looking at them
>all and finding the one that looks/works best for you...
>
>I personally have 7 flavors of browsers installed on my machine so that I
>can test the sites/technologies under different situations.
>
>Either that, or read which ones say they work for NS6
>
>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: Users not reading instructions (WAS: Javascript)

2001-01-19 Thread Bud

On 1/19/01, Russel Madere penned:
>
>Doesn't it just amaze you?!?!?!?!?!?!?!
>
>The ones I love are when I have an error on my site that triggers an email
>to me and a message to the user saying don't email the administrator, he has
>been notified already.
>
>80% of the times I get the email, there is an email from the user to
>Webmaster (not me).  It makes me wonder if this country is teaching people
>to read.  They sure don't read what they see on a screen.
>

It's amazing. On the shopping cart I've built, I've had to resort to 
adding text "Click the order button to order", "Click the checkout 
button the checkout", "Click View Cart to view the contents of your 
cart", "Click Return to go back", Click the right arrow to go to the 
next page", and so on.

It's a mess. My clients are always getting phone calls from customers 
saying they don't know how to order. I try to explain to them, short 
of actually going to the person's house and ordering it for them, 
there's not much you can do. These people should just drive to Wal 
Mart.

Of course, the vast majority of them are AOL users. Once they hit a 
website and lose the AOL interface, it's like putting them on the 
Autobahn in a Gremlin. 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



RE: SQL help needed - Apples but not Oranges...

2001-01-19 Thread Raymond B.

I take it you want to exlude a word from a search.

Valid names:

Apple Time
  Sauce and Apples

Invalid:

Bob's Donuts
Oranges and Apples
Apples the colour of Orange
Bananas
Oranges



SELECT  DISTINCT c.id, c.firstname, c.lastname
FROMClients c, Orders o, OrderItems i, Products p
WHERE   c.id = o.id
  AND   o.id = i.orderid
  AND   i.productid = p.id
  AND ( p.name LIKE '%Apples%'
  AND   p.name NOT LIKE '%Oranges%'
)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: January 19, 2001 14:51
To: CF-Talk
Subject: SQL help needed - Apples but not Oranges...


I'm trying to select clients who have purchased "Apples", but NOT "Oranges".
This query is returning clients who have bought either.

SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
FROM Clients,Orders,OrderItems,Products
WHERE
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Apples%'
)
AND
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name NOT LIKE '%Oranges%'
)

Any help is most appreciated!

-ron
~~
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: any ideas?

2001-01-19 Thread Raymond B.

That's a very, very nice idea. For a bit more added speed though, use array
assignment (given longer list or number of rows).



...

...

Your solution is quite elegant Scott, I just added it to my bag of tricks :)
Thanks.

As a side note, you can also do alternating rows by CSS as defined by W3C.
In praticallity though no browser I'm aware of supports it properly.

-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: January 19, 2001 13:14
To: CF-Talk
Subject: Re: any ideas?


Or...

(up higher in the file)



Then



--Scott

- Original Message -
From: "Russel Madere" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 7:53 AM
Subject: RE: any ideas?


> Use:
>
> 
>
> Russel
>
> 
>   Russel Madere, Jr. Senior Web Developer
>   ICQ: 5446158   http://www.TurboSquid.com
>
> Some days you eat the bear; some days the bear eats you.
> 
>
>
> > -Original Message-
> > From: Jay Patton [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 17, 2001 14:52
> > To: CF-Talk
> > Subject: any ideas?
> >
> >
> > does anyone know how i can make this tag output 3 colors instead of 2?
> >
> > 
> >
> > thanks,
> >
> > Jay Patton
> > 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: Studio and PHP? (OT)

2001-01-19 Thread Raymond B.

I don't want to start a PHP vs. CF war, so first I'll direct you to the
documentation.

CF: http://www.allaire.com/cfdocs/dochome.htm
PHP: http://www.php.net/manual/en/


What follows are opinions, please don't take offence:

   I too would prefer to work in PHP, but the job market says otherwise
(unless I wanted to take a huge paycut). It's more feature plentiful in
areas such as; type casting, call by refference, call by value, better db
cursor control, objects, user functions, tons more internal functions, etc.
But because it's more feature plentiful, it suffers from higher development
times: The very fact of having more granular control, means that you _have_
to control the small details.

   CFs tag based system (and not so hot cfscript) is much easier on the
display side, where PHP leans more to the scripting and display becomes
harder. Now the alternate control structure syntax in PHP can mimic the tag
based idea to a point, but overall dev times are still higher.

   As always, it's pick the proper tool for the job. In no way am I banging
CF, it's great for what it is... same can be said of PHP.

(BTW if anyone doesn't know the alternate syntax and how you can sort of
mimic the CF tag based display, feel free to email outside me outside the
list or read the control structure section of the PHP manual. I find that
using the alternate syntax speeds dev time incredibly, as you're not
constantly dealing w/ printf ("vertias %s/n", $foobar): There is of course a
caveat to it.)


-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: January 19, 2001 14:56
To: CF-Talk
Subject: Re: Studio and PHP?


Could you please mention a few examples of how php is more powerful?

jon
- Original Message -
From: "Joe Sheble aka Wizaerd" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 10:16 AM
Subject: Re: Studio and PHP?


>
> There is a whole lot of support for PHP in the form of mailing lists,
> websites, books (of which there is more than one... closer to three or
> four)  It is for a whole lot more than accessing databases, and while this
> may likely get me flamed, it a lot more powerful in functionality than CF
> is.  But it's a lot more strict than CF is as well in it's syntax and code
> placement.  I prefer working in PHP, but alas, there's not a lot of jobs
> out there for PHP developers.  At least not yet
[snip]


~~
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



CFPOP - murphy's law

2001-01-19 Thread Dylan Bromby

wouldn't you know - minutes after i post i catch an error. although we might
be down to only one now; it's a "no such msg" error that doesn't really make
any sense.

oh well. back to the COM object we were working on...

--dylan


~~
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



*might* have a CFPOP solution

2001-01-19 Thread Dylan Bromby

for those who don't know, i co-built and co-run www.planetaccess.com, a
complete web-based mail (and much more) solution written in CF. it's been up
for over 2 years and in that time we've had *hundreds* of battles with
dozens of POP3 solutions.

we've isolated the CFPOP "problems" down to 2 key areas. our latest test of
CF 4.5.1 SP2 enterprise *appears* to work just fine. i'm a little hesitant
to get excited about this (you have NO idea how much tech support the CFPOP
problems have generated in 2+ years).

so...if you've had CFPOP problems in the past, my early opinion is
CF4.5.1SP2 might be for you. if this holds up, i'll post again to the list.
i might also send JJ and Jeremy a 6-pack. with as much traffic as
www.planetaccess.com gets, i'm sure we'll find out pretty quick.

--dylan


~~
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: Securing Applications

2001-01-19 Thread net_man

If you are wanting to secure an application with Username and password.  Try
FXPassword from www.cfhosting.com

Robert
- Original Message -
From: "Guy J. McDowell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 1:24 PM
Subject: Securing Applications


> Argh.
>
> I have tried both the GlobalCorp and CFHub examples for securing an
> application to no avail.
> I keep getting sent back to the login page. I have verified that I am
> using the correct user id and password.
> I bet there is something small I am overlooking. I've been at it for 2
> days off and on. I hate to admit defeat.
>
> Sorry, this will be a long one.
>
> Let me address the CFHub method as it is the most simplistic.
>
> Given:
> Datasource: mydatasource (MSAccess)
> Table: AdminAuthorize
> Fields Data Type
> RecID Autonumber
> UserID Number
> Password Text
>
> Source Code: (3 docs: application.cfm, login.cfm, index.cfm)
> application.cfm
>
> CLIENTMANAGEMENT="YES"
>SESSIONMANAGEMENT="YES"
>SESSIONTIMEOUT=#CreateTimespan(0,0,30,0)#>
>
> login.cfm
>
> 
> 
> 
>
>
>   
>   
> SELECT *
> FROM AdminAuthorize
> WHERE UserID = #Form.UserID#
> AND Password = '#Form.Password#'
>   
>
> 
> 
>
>   
>   Sorry, Invalid Password
>
>
> 
> 
>
>   
>   
>
>   
>   
>
>   
>   
>
> 
>
>
>
> 
> 
>
>   Login
>   Please Log in Below.
>
>   
> 
>   User ID: 
>   Password: 
>   
> 
>   
>
> 
> 
> 
>
> index.cfm
>
> 
> 
> 
> 
> 
>
> Anything here is Viewable only
> by those who have Session.Auth set to "TRUE"
>
> 
> 
> 
>
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
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: SQL help needed - Apples but not Oranges (SOLVED)...

2001-01-19 Thread ron

Got the answer on this one already, from a list that doesn't take over 4
hours for posts to appear. Here it is:

SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
FROM Clients,Orders,OrderItems,Products
WHERE
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Apples%'
)
AND
Clients.id not in
(
SELECT Clients.id
FROM Clients,Orders,OrderItems,Products
WHERE Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Oranges%'
)


Thanks to all who have probably already responded here!

-ron


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 1:51 PM
> To: CF-Talk
> Subject: SQL help needed - Apples but not Oranges...
>
>
> I'm trying to select clients who have purchased "Apples", but NOT
> "Oranges".
> This query is returning clients who have bought either.
>
> SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
> FROM Clients,Orders,OrderItems,Products
> WHERE
> (
>  Clients.id = Orders.clientid AND
>  Orders.id = OrderItems.orderid AND
>  OrderItems.productid = Products.id AND
>  Products.name LIKE '%Apples%'
> )
> AND
> (
>  Clients.id = Orders.clientid AND
>  Orders.id = OrderItems.orderid AND
>  OrderItems.productid = Products.id AND
>  Products.name NOT LIKE '%Oranges%'
> )
>
> Any help is most appreciated!
>
> -ron



~~
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: Cross Browser DHTML Menu for NN 6

2001-01-19 Thread ron

> >> only a few I have seen that work with any degree of
> >> success on NN6
>
> This statement implies that you already had this information at your
> fingertips, thereby saving list members the time and trouble involved to
> "TEST things." Apparently, you do not. Sorry to bother you.

Joust (freeware, http://www.ivanpeters.com) works well on NN6, as well as
being backwards-compatible to v3 browsers (!). Ivan is an active, helpful
developer, too. His code is the nicest dhtml stuff I've seen, and I've
looked at a hat-full of 'em.

We use Joust with http://killerwebmail.com for a heirarchical folder menu.

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



RE: connection limit has been reached?

2001-01-19 Thread JayB

Or in win2k a maximum of 10 connections to anyone machine are allowed on a 
peer to peer network.

>don't forget to check in cfadmin -> odbc ->cfsettings for a maximum # of
>connections allowed..
>
>
>If you are using Winders NT use the Lisence Manager to verify that you have
>the correct number of SQL and NT lisences for the servers.  If necessary,
>purchase a few more.
>
> > can anyone help me with this error or atleast give me an idea of
> > what to do about it? i get it when i try to log onto the client
> > section of the site im working on and ive never seen this before
> >
> > Error Diagnostic Information
> > ODBC Error Code = ()
> >
> > Timed-out trying to get a connection to MYDATASOURCENAME. The
> > connection limit has
> > been reached.





~~
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: SQL help needed - Apples but not Oranges...

2001-01-19 Thread Katrina Chapman

Merry Meet Ron,

Have you tried?

SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
FROM Clients,Orders,OrderItems,Products
WHERE
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Apples%'
AND Products.name NOT LIKE '%Oranges%'

Blessed Be,
--Katrina Chapman
http://www.katrinachapman.com
http://www.cfchick.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 7:51 PM
To: CF-Talk
Subject: SQL help needed - Apples but not Oranges...


I'm trying to select clients who have purchased "Apples", but NOT "Oranges".
This query is returning clients who have bought either.

SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
FROM Clients,Orders,OrderItems,Products
WHERE
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Apples%'
)
AND
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name NOT LIKE '%Oranges%'
)

Any help is most appreciated!

-ron
~~
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: stop reposting of form data

2001-01-19 Thread Roger B .

On Thu, 18 Jan 2001 13:41:41 -0500, "Mike Grey"
<[EMAIL PROTECTED]> wrote:

>What method is used to stop data from being reposted when a user attemps to
>reload an action page.

I use session variables. For example:




...various form stuff...





...SQL, logic and so on...




Obviously, you need to lock those session variables or Duplicate()
them into the request scope, but that's the basic idea.

--
Roger



~~
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: Slightly OT: PHP Toolbar for CFStudio

2001-01-19 Thread Michael

I wouldnt mind taken a gander at that also
"Joshua Miller" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> With all the recent discussion of PHP and CFStudio integration ... I got
to
> thinking "Someone out there proabably has a PHP Toolbar for CFStudio".
>
> I may be wrong, but if someone out there has a nice VTM set for PHP, I'd
> appreciate a copy!
>
> Thanks.
>
> Joshua Miller
> Web Development
> Eagle Technologies Group, Inc.
> Business Solutions for the Next Generation
> www.eagletgi.com
> [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: Studio 4.5.2 error...

2001-01-19 Thread Michael

I have been running it with no problems at all.


"James Maltby" <[EMAIL PROTECTED]> wrote in message
F7797736377BD311A0B0009027B0A9660D92F2@THOUGHTBUBBLE01">news:F7797736377BD311A0B0009027B0A9660D92F2@THOUGHTBUBBLE01...
> Has anyone come across the problem of not being able to access RDS
> datasources or add new RDS server in 4.5.2 - all we get is a:
>
> Error Loading type library/DLL.
>
> Although we can still connect to previously created RDS servers (in 4.5.1)
> with no problems.
>
> 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: Javascript

2001-01-19 Thread Dave Hannum

Have you considered using HTTP_REFERER?  That way, if it does not come from
your calling page which contains your JS for the popup, then they can't get
in.

http://www.mysite.com/referingpage.cfm">
YOU'RE BUSTED



Dave




- Original Message -
From: "Robert Forsyth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 9:32 AM
Subject: OT: Javascript


Sorry for the off topic question...

Does anyone now how to prevent someone from accessing a page that is
supposed to be shown only in a popup window.  I.E. I use a video player that
is embedded in a popup window and I want to make sure that someone cannot
access the template directly in a full browser window.

Any help?

Robert Forsyth
Director of Web Operations
Irides, LLC
[EMAIL PROTECTED]
Phone: 202-364-7831
  Fax: 202-364-2481
~~
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: Javascript

2001-01-19 Thread Robert Forsyth

-Original Message-
Re: preventing access of template other than in popup windows

Boy,when I hit sites like this it is frustrating.  

Sigh...

+

So I should put you down a "non-vistor"?  

I need to control the access to our real stream completely.  I prevent right/click 
view source in the window.  When it is launched directly and NOT in the pop-up window, 
I can not disable the menu "View Source".  I know there are ways around the right 
click script...but these measures are unknown to 90% of the non-geek people out there. 
 

I want to prevent them for accessing the script directly, thats all.




~~
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: stop reposting of form data

2001-01-19 Thread William J Wheatley

Just use a http://www.aeps.com
ICQ: 417645
http://www.aeps2000.com
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it


-Original Message-
From: Stephen Kellogg [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 1:05 PM
To: CF-Talk
Subject: RE: stop reposting of form data


Just a quick thought, I'm sure I'll be told the pit falls if it's a bad idea
but...
Couldn't you, on successful insert etc., set a session or application
variable? The existence of or value of this variable could be checked at the
beginning of the action page and if isDefined or value = whatEverWasSet then
process accordingly otherwise do the insert etc.

Hope this helps

Stephen

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 7:21 AM
To: CF-Talk
Subject: RE: stop reposting of form data




  How to block multiple form submits.






Dummy Form.












This submit button gets locked after it has been pressed, and a please wait
message is displayed.

(This code taken from CFVAULT.com)
:)

-Gel


-Original Message-
From: Mike Grey [mailto:[EMAIL PROTECTED]]

What method is used to stop data from being reposted when a user attemps to
reload an action page.
~~
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: Macromedia and Allaire to Merge

2001-01-19 Thread paul smith

Thanks!  Works like a charm.

best,  paul

At 11:47 AM 1/19/01 -0600, you wrote:
>Paul,
>
>Check the CF_AEBrowser custom tag, I think it does it as well as testing for
>a variety of other things...
>
>Is there a way to test if a browser has turned off Javascript?


~~
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: question

2001-01-19 Thread Tim Bahlke

Never mind ... In the time it took for the message to post I figured it out.
I guess a good outcome of a slow list, it's encouraging us to find the
answers ourselves.  And, as we all know, you retain more when you figure it
out yourself.  

Just hope you're not under a deadline!!!

Thanks anyway ...

Tim

-Original Message-
From: Tim Bahlke [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 11:07 AM
To: CF-Talk
Subject:  question

I have the following  tag in my page  ...




The script is executing fine (from what I can tell - I have a try/catch
block around it); however, nothing is getting written to the text.txt file.
I've tried taking the additional arguments out and just having "-s" ... for
I'm not sure if I'm passing the additional arguments correctly, but still
nothing is happening.

Any suggestions ... and while I'm at it, how do I pass arguments to the exe?

Tim Bahlke
~~
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: SWF, ADA & WML [OT] (was: merge)

2001-01-19 Thread John Dowdell

>> And what about lynx and ADA requirements?
>> Especially the ADA requirements - being near DC
>> you should have a good handle on that, Dave.

Yes, a richer representation may not directly benefit those who cannot use
a richer representation, just as an unnecessarily-restrictive
representation may not fully benefit those who *can* perceive a richer
representation.

This resource goes into this topic in depth, and will be augmented over the
months:
http://www.macromedia.com/accessibility/



> If your CIO comes to you tomorrow and says that he wants your
> site Palm-enabled in three months, could you do it?

Actually, this seems to be one of the big emphases of the merger... both
Macromedia and Allaire have already done work in delivering personalized
content to a range of display devices. The combined braintrust should be
able to do much more.

One key: Different devices will climb the display curve at different rates.
Many are still character-based. Pixel-based devices, with increased color
capabilities and refresh rates, are still on the larger side. These will
converge. HTML *and* SWF will cover a range of devices.

Now, how you can efficiently get your ideas out to all these different
people, in the richest and most compelling form...? That's the problem that
the merger allows us to focus on.


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



Users not reading instructions (WAS: Javascript)

2001-01-19 Thread Russel Madere

> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 10:45
> To: CF-Talk
> Subject: RE: Javascript
>
>
> It's not great, but I simply added a new URL parameter. Then I checked for
> that in the popup code.
>
> FYI - in case your curious, I added this code to Death Clock since many
> people were linking to the small window directly, not to my site. What is
> _incredibly_ sad is this - I added a message to the small window stating
> what was going on and asking people to go the site directly. You wouldn't
> believe how many idiots completely ignored the text and just sent me email
> saying it wasn't working. Even worse, some would say it wasn't working and
> cut and paste the error message from the text. My normal response was,
> "Well, did you actually READ the message before cutting and
> pasting it into
> a new email?"


Doesn't it just amaze you?!?!?!?!?!?!?!

The ones I love are when I have an error on my site that triggers an email
to me and a message to the user saying don't email the administrator, he has
been notified already.

80% of the times I get the email, there is an email from the user to
Webmaster (not me).  It makes me wonder if this country is teaching people
to read.  They sure don't read what they see on a screen.


Sorry, I had to express that.

Russel

>
> ===
> Raymond Camden, Principal Spectra Compliance Engineer for Allaire
>
> Email   : [EMAIL PROTECTED]
> ICQ UIN : 3679482
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: Robert Forsyth [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, January 19, 2001 9:33 AM
> > To: CF-Talk
> > Subject: OT: Javascript
> >
> >
> > Sorry for the off topic question...
> >
> > Does anyone now how to prevent someone from accessing a page that
> > is supposed to be shown only in a popup window.  I.E. I use a
> > video player that is embedded in a popup window and I want to
> > make sure that someone cannot access the template directly in a
> > full browser window.
> >
> > Any help?
> >
> > Robert Forsyth
> > Director of Web Operations
> > Irides, LLC
> > [EMAIL PROTECTED]
> > Phone: 202-364-7831
> >   Fax: 202-364-2481
> >
> >
> >
>
~~
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: test - please ignore

2001-01-19 Thread Michael Dinowitz

11 minutes by my system. You'll be able to track that in the archives after
Shabbos. I just fixed the include problem with them and the dates are next.

Michael Dinowitz
Publisher: Fusion Authority weekly news alert
(www.fusionauthority.com/alert)
Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
(www.houseoffusion.com)

- Original Message -
From: "Warrick, Mark" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 4:07 PM
Subject: test - please ignore


> I haven't received a message in over 12 hours.  Just testing the system.
>
> --
> Mark Warrick
> Phone: (714) 547-5386
> Fax: (714) 972-2181
> Personal Email: [EMAIL PROTECTED]
> Personal URL: http://www.warrick.net
> Business Email: [EMAIL PROTECTED]
> Business URL: http://www.fusioneers.com
> ICQ: 346566
> --
>
>
>
~~
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



test - please ignore

2001-01-19 Thread Warrick, Mark

I haven't received a message in over 12 hours.  Just testing the system.

--
Mark Warrick
Phone: (714) 547-5386
Fax: (714) 972-2181
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


~~
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: Allaire Partner program

2001-01-19 Thread Howie Hamlin

They are full versions that are NFR and cannot be used in production.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!


- Original Message -
From: "Milks, Jim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 10:42 AM
Subject: Allaire Partner program


> Hi All,
> In know this was discussed a lot recently, but I have a specific question:
>
> - The NFR software received from Allaire can be used by several developers
> at the partner site, correct? They are not One user versions are they?
>
> Thanks,
>
> Jim
>
>
>
~~
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: stop reposting of form data

2001-01-19 Thread Phoeun Pha

that wasn't the problem.  he wants to know how to handle situations where a
user REFRESHES a page after submitting a form (ya know, IE asks if ya want
to repost data).  and that enters data twice!

-Original Message-
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 9:30 AM
To: CF-Talk
Subject: Re: stop reposting of form data



You should prevent this both on the client side (for a nicer
interface) and on the server side (in case scripting is turned off, or a
hacker wants to mess with you by submitting his own form to your
scripts)

Server side:
Have a hidden field set to a random string (use CreateUUID) and save that
"transactionID" in the database. Dont let someone save the same
"transactionID" twice.
Client side:
When the user hits 'submit' change the submit button text to read
"Please wait..."
When the user hits 'submit' check to make sure the button still reads
"Submit" and not "Please wait..."

At 01:41 PM 1/18/01 -0500, Mike Grey wrote:

What method is used to stop data from being
reposted when a user attemps to
reload an action page.

Thanks

Mike Grey



~~
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: Allaire and Macromedia Announce Plans to Merge

2001-01-19 Thread Michael Dinowitz

A bad email header is when the information about the message (where its
from, what type of encoding its in, etc.) is badly formed some mail servers
will barf on them. It counts on what the mailserver is and what the problem
is with the header. We had one a few months back that sent some real garbage
to the list for all to see. Another a few weeks back was in a bad base64
encoding which killed the list. I've identified a class of emails based on
what the written packet looks like. In addition, I've got a service running
that checks the mail server every 2 minutes. One failure isn't bad, 2 is a
worry, 5 will run a cleanup script.
This script shuts the mailserver down, copies all the files of the specific
type I know to be troublesome to a new directory, copies all the mail from
the CF undelivered directory back into spool and restarts the mailserver.
All this was written last night. I'm going to add a small front end to it so
people can go to a page and see a green, yellow or red light that'll tell of
the lists status.
In addition, I've added an archive of all the lists so people can see when
messages got to the machine. Two problems with it are that the dates are
local to the sender and this looks really weird. The other has to do with
writing the messages down to file. The latter will be fixed before Shabbos
and the former after. I know the archives are still clunky and I'll add in
more stuff after Shabbos. Now that I'm a consultant, I need to be on site
for some jobs and my current one is behind a nasty firewall. I'm still
writing remote tools to work with HoF from there. And I'll get some sleep
eventually. :)
> Michael,
>
> I don't know what a "bad email header" is. (And I may not be the only
> ignorant one!) I want to make sure that I am not sending these little
> gremlins into the list.  Is it something over which the sender has
control?
> If so, how do we fix it on our end?
>
> Thanks,
> Matthieu
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, January 19, 2001 2:49 AM
> > To: CF-Talk
> > Subject: Re: Allaire and Macromedia Announce Plans to Merge
> >
> >
> > Yes the list was down much of the day. Yes I'm consulting at
> > the fed because
> > I need the money. Yes they have a firewall and no access to almost any
> > service outside of basic web-browsing (netscape only). Yes I can't get
> > PCAnywhere or RDS to connect to HoF in case of emergency. Yes
> > I've built
> > tools to remote manage the server from standard http. Yes I accept all
> > responsibility for the list being down. Yes you can publicly
> > complain. Yes
> > I'm tired.
> > I'm sorry for sounding a bit putoff at the moment but I'm
> > really pissed at
> > the listserver, post.office and people who send bad email headers.
> >
> > Michael Dinowitz
> > Publisher: Fusion Authority weekly news alert
> > (www.fusionauthority.com/alert)
> > Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
> > (www.houseoffusion.com)
> >
> > - Original Message -
> > From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 18, 2001 2:19 PM
> > Subject: RE: Allaire and Macromedia Announce Plans to Merge
> >
> >
> > > Gee, I know this list is laggy at times, but this is rediculous 
> > >
> > > 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.
> > >
> > **
> > >
> > >
> > > > -Original Message-
> > > > From: Sam Coe [mailto:[EMAIL PROTECTED]]
> > > > Sent: 16 January 2001 22:17
> > > > To: CF-Talk
> > > > Subject: Allaire and Macromedia Announce Plans to Merge
> > > >
> > > >
> > > > << Note: This message is from Jeremy Allaire, please do
> > NOT reply to
> > > > [EMAIL PROTECTED] >>
> > > >
> > > > Dear Allaire Customer,
> > > >
> > > > I am writing to inform you that today, January 16, 2001, Allaire
> > > > Corporation
> > > > and Macromedia, Inc. signed a definitive agreement to merge. I'm
> > > > incredibly
> > > > excited about this merger, and what I believe it means for Allaire
> > > > customers.
> > > >
> > > > We've partnered closely with Macromedia for many years, and I've
> > > > found they
> > > > share our vision and passion for working with developers,
> > building great
> > > > products, and driving innovation in the Internet industry.
> > Fundamentally,
> > > > this merger is about creating a company that will provide
> > the products
> > and
> > > > services you need to be successful. As a combi

Re: connection limit has been reached?

2001-01-19 Thread Jay Patton

thanks but it ended up being that we had to put the site up on a SQL server
rather than a shared cfserver and that took care of the problem.

Jay Patton
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com
- Original Message -
From: "Russel Madere" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 8:29 AM
Subject: RE: connection limit has been reached?


> If you are using Winders NT use the Lisence Manager to verify that you
have
> the correct number of SQL and NT lisences for the servers.  If necessary,
> purchase a few more.
>
> Russel
>
> 
>   Russel Madere, Jr. Senior Web Developer
>   ICQ: 5446158   http://www.TurboSquid.com
>
> Some days you eat the bear; some days the bear eats you.
> 
>
>
> > -Original Message-
> > From: Jay Patton [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 18, 2001 09:41
> > To: CF-Talk
> > Subject: connection limit has been reached?
> >
> >
> > can anyone help me with this error or atleast give me an idea of
> > what to do about it? i get it when i try to log onto the client
> > section of the site im working on and ive never seen this before
> >
> > Error Diagnostic Information
> > ODBC Error Code = ()
> >
> > Timed-out trying to get a connection to MYDATASOURCENAME. The
> > connection limit has
> > been reached.
> >
> > The error occurred while processing an element with a general
> > identifier of
> > (CFQUERY), occupying document position (3:1) to (5:23) in the
> > template file
> > d:\??.???.???.??\Clients\Login.cfm.
> >
> >
> > Date/Time: 01/17/01 23:37:07
> > Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
> > Remote Address: 199.2.139.183
> >
> > Jay Patton
> > 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: Studio and PHP?

2001-01-19 Thread Xing Li

CF Studio, with the new versions, already has builtin PHP source code
highlighting support. Doesn't have debugging support but good enough.

Xing


> > >
> > > A friend tells me that Allaire's Studio might be supporting PHP in the
> > > future - is this true, or complete rubbish?
> > >
> > > Will
> > > --
> > > [EMAIL PROTECTED] -=- www.lukrative.com
> > > Classifieds -=- www.localbounty.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: Perl Question

2001-01-19 Thread Russel Madere

Why?  It sounds like this is a PERL cgi page.  All server side.  Why mix
Server side JavaScript into the mix?

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Clint Tredway [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 10:07
> To: CF-Talk
> Subject: RE: Perl Question
>
>
> Couldn't you do a javascript redirect?
>
> -Original Message-
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 8:50 AM
> To: CF-Talk
> Subject: Fw: Perl Question
>
>
>
> - Original Message -
> From: "Kevin Schmidt" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 11:09 AM
> Subject: OT: Perl Question
>
>
> > Got a perl cgi and after I am finished processing I want to redirect the
> > user to another URL similar to the Cflocation tag.  Anybody know how?
> >
> > Kevin Schmidt, Web Technology Manager
> > Allaire Certified ColdFusion Developer
> > pwb inc.
> > integrated marketing communications
> > 350 S. Main St., Suite 350
> > Ann Arbor, MI 48104
> > 734.995.5000 (tel)
> > 734.995.5002 (fax)
> > www.pwb.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



Securing Applications

2001-01-19 Thread Guy J. McDowell

Argh.

I have tried both the GlobalCorp and CFHub examples for securing an
application to no avail.
I keep getting sent back to the login page. I have verified that I am
using the correct user id and password.
I bet there is something small I am overlooking. I've been at it for 2
days off and on. I hate to admit defeat.

Sorry, this will be a long one.

Let me address the CFHub method as it is the most simplistic.

Given:
Datasource: mydatasource (MSAccess)
Table: AdminAuthorize
Fields  Data Type
RecID   Autonumber
UserID  Number
PasswordText

Source Code: (3 docs: application.cfm, login.cfm, index.cfm)
application.cfm



login.cfm






  
  
SELECT *
FROM AdminAuthorize
WHERE UserID = #Form.UserID#
AND Password = '#Form.Password#'
  




  
  Sorry, Invalid Password





  
  

  
  

  
  








  Login
  Please Log in Below.

  

  User ID: 
  Password: 
  

  





index.cfm







Anything here is Viewable only
by those who have Session.Auth set to "TRUE"






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



RE: How to refresh screen?

2001-01-19 Thread Russel Madere

I can attest that these do indeed work. A little too well in the case of my
server.  :)

I set both the Header and META tags in my Application.cfm page and they
worked like a charm.  But when we needed some images to cache, I had to
remove them.  I now only have it in the pages I need un-cached.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Nick Betts [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 09:34
> To: CF-Talk
> Subject: RE: How to refresh screen?
>
>
> TRy this in  it works for me:
> 
> 
> 
>
> 
> 
> 
> 
>
> Regards,
> Nick Betts
> www.poulternet.com
>
> [snip]
>


~~
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: Allaire Partner program

2001-01-19 Thread William J Wheatley

They are development Copies only, as far as i was told as it was ok as long
as no production


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
http://www.aeps2000.com
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it


-Original Message-
From: Milks, Jim [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 10:42 AM
To: CF-Talk
Subject: Allaire Partner program


Hi All,
In know this was discussed a lot recently, but I have a specific question:

- The NFR software received from Allaire can be used by several developers
at the partner site, correct? They are not One user versions are they?

Thanks,

Jim
~~
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 Sites : fuckedcompany

2001-01-19 Thread Stephen R. Cassady


I was just surfing Fuckedcompany.com and it began to throw error messages!
They were CF
Error Diagnostic Information messages! That was a site I didn't realize was
CF.

Stephen Cassady
President, Ububik new media
[EMAIL PROTECTED]

http://www.ububik.com http://www.tallylist.com http://www.spankmag.coms


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



Re: Studio and PHP?

2001-01-19 Thread Ryan

At 08:16 1/19/01 -0700, you wrote:
>
>There is a whole lot of support for PHP in the form of mailing lists, 
>websites, books (of which there is more than one... closer to three or 
>four)

A quick search of Amazon shows 20-30 PHP books available.

There is a lot of support for PHP out there, there new version 4
is supposed to be a big improvement. They could still benifit from
a great database interface such as Perl's DBI/DBD, which is great.

Ryan


~~
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: Studio and PHP?

2001-01-19 Thread Jon Hall

Could you please mention a few examples of how php is more powerful?

jon
- Original Message -
From: "Joe Sheble aka Wizaerd" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 10:16 AM
Subject: Re: Studio and PHP?


>
> There is a whole lot of support for PHP in the form of mailing lists,
> websites, books (of which there is more than one... closer to three or
> four)  It is for a whole lot more than accessing databases, and while this
> may likely get me flamed, it a lot more powerful in functionality than CF
> is.  But it's a lot more strict than CF is as well in it's syntax and code
> placement.  I prefer working in PHP, but alas, there's not a lot of jobs
> out there for PHP developers.  At least not yet
>
>
> At 06:11 AM 1/19/01 -0800, you wrote:
> >I asked a friend of mine last night at a CFUG meeting what the PHP was
all
> >about and he informed me it was like the earlier version of database
> >handling, in the earlier stages of the CF development,  IT was not CF,
but
> >a freeware program,  that didn't have much support if any,   all I know
is
> >it must be something of value, because Prima publishing has a book out on
> >it,  that was very informative,  but there was a lot of talk of MYSQL,
and
> >Linux, throughout the whole book.
> >
> >
> >
> >"W Luke" <[EMAIL PROTECTED]> wrote in message
> >003b01c08178$09ed7730$8d00a8c0@ekul">news:003b01c08178$09ed7730$8d00a8c0@ekul...
> > > Hi,
> > >
> > > A friend tells me that Allaire's Studio might be supporting PHP in the
> > > future - is this true, or complete rubbish?
> > >
> > > Will
> > > --
> > > [EMAIL PROTECTED] -=- www.lukrative.com
> > > Classifieds -=- www.localbounty.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: How to encript source code?

2001-01-19 Thread Philip Arnold - ASP

> In your CFInstallFolder\Bin\ there is a file cfencode.exe.  Run it.  It
> provides good instructions on how to run the program.
> 
> It will encrypt your template.

Remember to take a copy first, but if you get stuck, then decrypt it with;
http://shroom.dv8.org/cfd/

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: Application.cfm Problem

2001-01-19 Thread Sean Daniels

Put your output in a different file in the same driectory as application.cfm
and run that file. I may be wrong, but I don't think application.cfm can
have any html output in it. Only cf code.

- Sean
~~
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



SQL help needed - Apples but not Oranges...

2001-01-19 Thread ron

I'm trying to select clients who have purchased "Apples", but NOT "Oranges".
This query is returning clients who have bought either.

SELECT DISTINCT Clients.id, Clients.firstname, Clients.lastname
FROM Clients,Orders,OrderItems,Products
WHERE
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name LIKE '%Apples%'
)
AND
(
 Clients.id = Orders.clientid AND
 Orders.id = OrderItems.orderid AND
 OrderItems.productid = Products.id AND
 Products.name NOT LIKE '%Oranges%'
)

Any help is most appreciated!

-ron


~~
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: Macromedia and Allaire to Merge

2001-01-19 Thread Adrian Cooper


- Original Message -
From: "Kevin Miller" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 3:34 AM


> What about when it comes time to implement wireless and other new
> technologies?  Are you willing to putting all your eggs in one basket in
> the hopes that your proprietary vendor implements these client
> technologies by the time you are ready?  If your CIO comes to you

Yes - an excellent point.

One of the real strengths of this merger is Macromedia's legacy expertise in ASP
development - partially inherited from their acquisition of Drumbeat (which BTW
was a an exceptional product), and to which they can now add client and server
side expertise in Cold Fusion. In terms of database driven development and
environments, this encompasses a huge gamut of possibilities.

Providing Macromedia also embrace XML and other emergent dynamic web enabling
technolgogies, we, as developers, should only concern ourselves with optimum
productivity, utilising whichever development environment provides for that most
effectively and efficiently.

I look to Macromedia to keep their eye on the ball, and, as a single source
company, and preferably within a single product (e.g, UltraDev), provide me with
the freedom of choice in achieving my optimum development objectives within a
diverse, yet integrated, development environment.

We have to look beyond Cold Fusion, ASP etc. to the ultimate objectives - we
should not see this as the end of Cold Fusion, but the beginning of Cold Fusion
Plus.

Adrian Cooper.







~~
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: connection limit has been reached?

2001-01-19 Thread Stephenie

don't forget to check in cfadmin -> odbc ->cfsettings for a maximum # of
connections allowed..

--
Stephenie Hamilton
Senior ColdFusion Administrator
Express Technologies, Inc.
want CF_Freedom?
try CFXHosting.com
Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!



-Original Message-
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 10:29 AM
To: CF-Talk
Subject: RE: connection limit has been reached?


If you are using Winders NT use the Lisence Manager to verify that you have
the correct number of SQL and NT lisences for the servers.  If necessary,
purchase a few more.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Jay Patton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 09:41
> To: CF-Talk
> Subject: connection limit has been reached?
>
>
> can anyone help me with this error or atleast give me an idea of
> what to do about it? i get it when i try to log onto the client
> section of the site im working on and ive never seen this before
>
> Error Diagnostic Information
> ODBC Error Code = ()
>
> Timed-out trying to get a connection to MYDATASOURCENAME. The
> connection limit has
> been reached.
>
> The error occurred while processing an element with a general
> identifier of
> (CFQUERY), occupying document position (3:1) to (5:23) in the
> template file
> d:\??.???.???.??\Clients\Login.cfm.
>
>
> Date/Time: 01/17/01 23:37:07
> Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
> Remote Address: 199.2.139.183
>
> Jay Patton
> 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: Javascript

2001-01-19 Thread Matthew Fusfield

I'm sure there is a JavaScript way, but using CF you could assign a cookie
or session variable to the user in the main template (in the normal browser
window), and then check for its existance (or even a unique value) in the
template that is displayed in the pop-up.

Matt


Matthew I. Fusfield   [EMAIL PROTECTED]
Senior Web Systems Developer, InterActive Network Systems, Inc. 

-Original Message-
From: Robert Forsyth [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 9:33 AM
To: CF-Talk
Subject: OT: Javascript


Sorry for the off topic question...

Does anyone now how to prevent someone from accessing a page that is
supposed to be shown only in a popup window.  I.E. I use a video player that
is embedded in a popup window and I want to make sure that someone cannot
access the template directly in a full browser window.

Any help?

Robert Forsyth
Director of Web Operations
Irides, LLC
[EMAIL PROTECTED]
Phone: 202-364-7831
  Fax: 202-364-2481
~~
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



Slightly OT: PHP Toolbar for CFStudio

2001-01-19 Thread Joshua Miller

With all the recent discussion of PHP and CFStudio integration ... I got to
thinking "Someone out there proabably has a PHP Toolbar for CFStudio".

I may be wrong, but if someone out there has a nice VTM set for PHP, I'd
appreciate a copy!

Thanks.

Joshua Miller
Web Development
Eagle Technologies Group, Inc.
Business Solutions for the Next Generation
www.eagletgi.com
[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: Macromedia and Allaire to Merge -- A couple examples of mixin g technologies

2001-01-19 Thread Judith Campbell

At 02:00 PM 1/18/01 Hal Helms wrote:
>People who want to see a killer demo of integrating CF and Flash should look
>at FigLeaf's org chart demo that Steve mentions. Imagine having the ability
>to do this kind of interface easily--that would be a bee-yoo-tiful thing.


That is a very nice interface.  A couple of sites we've done using Cold 
Fusion to drive Flash Navigation and content are at 
http://edisongrassroots.com/ and http://servicecentral.com/  - the Cold 
Fusion part of the interface is more apparent on the Service Central site, 
where all the content is being dynamically pulled from a database, and only 
the navigation is flash, as opposed to the Edison site, where the entire 
site is generated Flash.


Judith Campbell
Chief Technical Officer
Digital Positions, Inc.
[EMAIL PROTECTED]
404-351-9366


~~
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: any ideas?

2001-01-19 Thread Scott Weikert

Or...

(up higher in the file)



Then



--Scott

- Original Message -
From: "Russel Madere" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 7:53 AM
Subject: RE: any ideas?


> Use:
>
> 
>
> Russel
>
> 
>   Russel Madere, Jr. Senior Web Developer
>   ICQ: 5446158   http://www.TurboSquid.com
>
> Some days you eat the bear; some days the bear eats you.
> 
>
>
> > -Original Message-
> > From: Jay Patton [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 17, 2001 14:52
> > To: CF-Talk
> > Subject: any ideas?
> >
> >
> > does anyone know how i can make this tag output 3 colors instead of 2?
> >
> > 
> >
> > thanks,
> >
> > Jay Patton
> > 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: OT: Javascript

2001-01-19 Thread Dick Applebaum

Try

 
 
 

HTH

Dick


At 9:32 AM -0500 1/19/01, Robert Forsyth wrote:
>Sorry for the off topic question...
>
>Does anyone now how to prevent someone from accessing a page that is 
>supposed to be shown only in a popup window.  I.E. I use a video 
>player that is embedded in a popup window and I want to make sure 
>that someone cannot access the template directly in a full browser 
>window.
>
>Any help?
>
>Robert Forsyth
>Director of Web Operations
>Irides, LLC
>[EMAIL PROTECTED]
>Phone: 202-364-7831
>   Fax: 202-364-2481
>
>
>
~~
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 games

2001-01-19 Thread Richard Ramos

Try Egroups.  There's a group called cfgames.  They might be able to help.

Richard Ramos
Network Administrator
Softitler Net, Inc.
www.softitler.com
[EMAIL PROTECTED]

- Original Message -
From: "Mark W. Breneman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 6:49 AM
Subject: CF games


>
> We have a new project that requires "Games".
>
> I need to find a few classic English teaching games, Hangman, crossword
> puzzles and the like.
>
> Has anyone seen or written these game in CF? Or for that matter in java
> script?
>
> Mark W. Breneman
> -Cold Fusion Developer
> -Network Administrator
>   Vivid Media
>   [EMAIL PROTECTED]
>   www.vividmedia.com
>   608.270.9770
>
>
>
~~
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



Studio 4.5.2 error...

2001-01-19 Thread James Maltby

Has anyone come across the problem of not being able to access RDS
datasources or add new RDS server in 4.5.2 - all we get is a:

Error Loading type library/DLL.

Although we can still connect to previously created RDS servers (in 4.5.1)
with no problems.

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: stop reposting of form data

2001-01-19 Thread Stephen Kellogg

Just a quick thought, I'm sure I'll be told the pit falls if it's a bad idea
but...
Couldn't you, on successful insert etc., set a session or application
variable? The existence of or value of this variable could be checked at the
beginning of the action page and if isDefined or value = whatEverWasSet then
process accordingly otherwise do the insert etc.

Hope this helps

Stephen

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 7:21 AM
To: CF-Talk
Subject: RE: stop reposting of form data




  How to block multiple form submits.






Dummy Form.












This submit button gets locked after it has been pressed, and a please wait
message is displayed.

(This code taken from CFVAULT.com)
:)

-Gel


-Original Message-
From: Mike Grey [mailto:[EMAIL PROTECTED]]

What method is used to stop data from being reposted when a user attemps to
reload an action page.
~~
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 games

2001-01-19 Thread Steve Drucker

Here's one that we developed in JavaScript and DHTML...

http://www.usmint.gov/kids/clubhouse/coincentration.html

There are also a number of other examples here using Flash:

http://www.figleaf.com/figleafhome/flash/

and the always popular Fig Leaf Smackdown (where you get to punchout
members of the Fig Leaf Staff...including Dave Watts!)

http://www.figleaf.com/smackdown/splash.cfm

Regards,
Steve Drucker
CEO
Fig Leaf Software



-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 9:49 AM
To: CF-Talk
Subject: CF games



We have a new project that requires "Games".

I need to find a few classic English teaching games, Hangman, crossword
puzzles and the like.

Has anyone seen or written these game in CF? Or for that matter in java
script?

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770
~~
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: Javascript

2001-01-19 Thread Larry W. Virden

Re: preventing access of template other than in popup windows

Boy,when I hit sites like this it is frustrating.  I use an 
environment where I have been unsuccessful to get certain 
applications like realplayer to work in an embedded popup window. 
 In those cases, I want a URL that I can just feed to the stand 
alone player to play the video,etc.  Same happens for mpgs, 
certain image types, etc.

Sigh...
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]> 
http://www.purl.org/net/lvirden/>
Even if explicitly stated to the contrary, nothing in this 
posting
should be construed as representing my employer's opinions.



~~
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



RealMedia -- RealProducer ActiveX

2001-01-19 Thread Matt Wisdom

Has anyone called the RealProducer ActiveX control as a DCOM from CF? I
assume this can be done, but if not I'd like to know if we need to write our
own COM using C++ to access the control, and get any tips before doing so.

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: Perl Question

2001-01-19 Thread Howie Hamlin

All you need to do is send back the proper headers:

HTTP/1.0 302 Moved Temporarily
Location: 

For example:

HTTP/1.0 302 Moved Temporarily
Location: http://www.allaire.com


HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "Kevin Schmidt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 9:49 AM
Subject: Fw: Perl Question


>
> - Original Message -
> From: "Kevin Schmidt" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 18, 2001 11:09 AM
> Subject: OT: Perl Question
>
>
> > Got a perl cgi and after I am finished processing I want to redirect the
> > user to another URL similar to the Cflocation tag.  Anybody know how?
> >
> > Kevin Schmidt, Web Technology Manager
> > Allaire Certified ColdFusion Developer
> > pwb inc.
> > integrated marketing communications
> > 350 S. Main St., Suite 350
> > Ann Arbor, MI 48104
> > 734.995.5000 (tel)
> > 734.995.5002 (fax)
> > www.pwb.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



Is JavaScript On?

2001-01-19 Thread paul smith

I don't speak JavaScript, so be easy on me.  But would something like the 
following work in Application.cfm?  Rather than the self.location part, I 
would rather set a thread-safe JS variable for checking the second time the 
app is accessed.  Any suggestions?

best,  paul


 
 
 
 
 
 

 
 
 



At 01:59 AM 1/19/01 -0700, you wrote:
>You could do it with "dueling refreshes", as follows...
>
>Setop your first page with:
>
>
>
>  
>  JavaScript=#JavaScriptEnabled#
>  
>
>  
>  Loading...
>  
>   content="0;URL=#CGI.Script_Name#?JavaScriptEnabled=No">
>  
>
>  
>  
>  
>  
>
>
>
>HTH
>
>Dick
>
>
>
>At 10:40 AM -0600 1/18/01, sebastian palmigiani wrote:
> >on 1/18/01 8:54 AM, Aaron Johnson at [EMAIL PROTECTED] wrote:
> >
> >>  Your assumption is that 98% of all users have scripting enabled.
> >>  Reality, as always is different.  I'd guess much lower, especially
> >>  taking into consideration all the viruses and IE bugs over the last
> >>  year where users, especially at corporations and ESPECIALLY in the
> >>  government have been required to turn JS off.
> >
> >
> >Is there a way to test if JS is turned off in application.cfm and then
> >output an error message saying "Hey turn JS on for this site or you can't go
> >further?' This would help.
> >
> >Anybody got any suggestions on how to approach this?
> >
> >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: !!!macromedia & allaire to merge!!!

2001-01-19 Thread Johnson, Dana

what if they merged the two together i.e. ud4 with autocompletion
statements, customizable functions etc... I use ud4 for cold fusion
development and asp development could use the autocompletion for ado and VB
script then out goes interdev straight in the trash

just my .02



Dana E. Johnson
Sr. Web Developer
CIT
VTF/Technology Financing Services
[EMAIL PROTECTED]
(904) 620-7458



-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 7:37 AM
To: CF-Talk
Subject: Re: !!!macromedia & allaire to merge!!!


Ahhh that would be TERRIBLE if Studio went away in favor of Ultradev,
because I am not all that HAPPY with ultradev, i mean the CF modules i got
that were written by allaire for Ultradev are half assed (lol i guess thats
like studio then). MOst developers i talk wtih use Studio In Combination
with Ultradev which i dont mind doing but ultradev has too many quirks that
it does with your code for me to be happy using it exclusively.

But if they could fix that Hay i would not mind using it =)


...02


Bill Wheatley
Director of Development
Allaire Certified ColdFusion Developer
AEPS INC
Allaire ColdFusion Consulting Partner
www.aeps.com
www.aeps2000.com
954-472-6684 X303
ICQ: 417645


- Original Message -
From: "Adrian Cooper" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 2:19 AM
Subject: Re: !!!macromedia & allaire to merge!!!


>
> - Original Message -
> From: "Jon Hall" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 17, 2001 3:43 AM
>
>
> > Why is there so much of this going around tonight? Allaire posted a loss
for
> > the 3rd (i believe) straight quarter. They would still be at 8 or below
if
> > Macromedia hadn't come along and no one last forever continually losing
> > money. No matter how good their products are.
>
> And you have to look at the upside potential of the combined entity - not
just
> today's math.
>
> Allaire with Macromedia can_really_go places - for example - if UltraDev
becomed
> the main development environment for CF and Jrun that is a powerful
combination
> for developers, not to mention that both companies get to share the
benefit of
> sales of all products from the combined product range which they can
cross-sell.
>
> Grinding the numbers today is pointless - see how they grind this time
next
> year.
>
> Adrian Cooper.
>
>
>
>
~~
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: Slightly OT: SSL information

2001-01-19 Thread Chris Norloff

http://docs.iplanet.com/docs/manuals/security/sslin/index.htm
-and-
your web server's manual and online help/knowledgebase
-and-
Web Security & Commerce by Garfinkel & Spafford (published by O'Reilly 
http;//www.ora.com)

Verisign has some info http://www.verisign.com

There's also a book out that covers just digital certificates - as the heart of 
implementing SSL, they're important.  Much of the info I've found doesn't bear up 
under test - not sure about this book.

Chris Norloff

-- Original Message --
From: "Peter J. MacDonald" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 17 Jan 2001 19:12:32 -0500

>I was wondering where there is a good place to learn about SSL
>implementation?


~~
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: Struct keys - if text, all upper case?

2001-01-19 Thread mjohnson

Noticed this as well.  It can be a pain if you are wanting to output the
key.

Mark

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 4:15 PM
To: CF-Talk
Subject: RE: Struct keys - if text, all upper case?


> Anyone else find that using a string as a key for a
> structure, that the string/key gets converted to
> uppercase?

Yes, that's true. I think this has to do with the fact that variable names
in CF are case-insensitive. Structure keys are really just variable names,
more or less, so CF treats them the same way.

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: Application.cfm Problem

2001-01-19 Thread Javed Mushtaq

Maybe as you don't have any session management settings set the file times
out and thus
it can't be found.

Try adding some session management information and retrying:



Also you seemed to have closed off the application.cfm file with nothing in
it except the name.

-Original Message-
From: Martin Sutton [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:00 PM
To: CF-Talk
Subject: RE: Application.cfm Problem


Yeah it is upper case.

It doesn't actually matter on a windows system to my knowledge but I do it
anyway for portability.

I still can't figure this out.

Thanks.


-
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: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2001 10:24
To: CF-Talk
Subject: RE: Application.cfm Problem


Martin,

this may be a red herring but did you check that the application.cfm is
actually named Application.cfm (with the uppercase A)

as I said it may not work but I recall having a simillar problem a while
ago. Changing the name solved it

-= Ed

> -Original Message-
> From: Martin Sutton [mailto:[EMAIL PROTECTED]]
> Sent: 18 January 2001 5:07 PM
> To: CF-Talk
> Subject: Application.cfm Problem
>
>
> Dear all,
>
> I am having trouble accessing my Application.cfm file.
>
> I only want to pull a couple of var's from it.  Below is the code for the
> output file and Application.cfm
>
> Application is in the root directory and there are no other files of the
> same name present in the tree.
>
>
> 
> 
> 
>
>
>
> 
> Browser: #CGI.HTTP_USER_AGENT#
> Client: #CGI.REMOTE_ADDR#
> Server: #CGI.SERVER_NAME#
> Date/Time: #varDate# #varTime#
> 
>
> The output page displays a 404 error when I try this but not when I define
> the variables locally in the output file.
>
> I'd appreciate any help!!
>
> 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.
>
>
>
>
~~
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: Productivity and list lag

2001-01-19 Thread Ryan

At 08:58 1/19/01 -0600, you wrote:
>I get that lag intermittantly.  Maybe in the mid-afternoon when the volume
>is the highest, but for the past few days, I've gotten almost instant
>posting.
>
>Russel

I replied to the perl question post over an hour ago and still havn't
seen it show up. Without fail all my messages take 1-2 hours to show up.

I work at an ISP, I know whats going on with our mail servers and I know
its not our mail servers...

R


~~
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 games

2001-01-19 Thread JustinMacCarthy

There is a vbscript version of hangman on the MS scripting site.
Java or DHTML would be best for the crossword Depends in the browsers you
need to support

Justin

>-Original Message-
>From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 19, 2001 2:49 PM
>To: CF-Talk
>Subject: CF games
>
>
>
>We have a new project that requires "Games".
>
>I need to find a few classic English teaching games, Hangman, crossword
>puzzles and the like.
>
>Has anyone seen or written these game in CF? Or for that matter in java
>script?
>
>Mark W. Breneman
>-Cold Fusion Developer
>-Network Administrator
>  Vivid Media
>  [EMAIL PROTECTED]
>  www.vividmedia.com
>  608.270.9770
>
>
>
~~
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: Problems with Studio 4.5.2

2001-01-19 Thread JayB

At 01:04 PM 1/19/2001 +, you wrote:
>Has anyone come across the problem of not being able to access RDS
>datasources or add new RDS server in 4.5.2 - all we get is a:
>
>Error Loading type library/DLL.
>
>Although we can still connect to previously created RDS servers (in 4.5.1)
>with no problems.
>
>James


I think this was an issue in the beta as well. The answer then was 
something like  "did you do a complete uninstall before installing 4.5.2? 
If not you may have to uninstall/reinstall" 


~~
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



detect JS...

2001-01-19 Thread Neil Clark

Yes:



This isn't what I suspect you wanted to know. If you need to know on the
server, then you could add extra information to any:

Link:

...



CGI request:

...



Form:









http://www.mcbdigital.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: Macromedia and Allaire to Merge

2001-01-19 Thread Ryan

At 06:04 1/19/01 -0800, you wrote:
>Is there a way to test if a browser has turned off Javascript?

Several ways. I think someone just posted one way, but what we do
in a login form is create a hidden variable named "has_javascript"
and set it to 0. Then when they submit the form, a javascript handler
updates the "has_javascript" variable to be 1. Then you just check
that variable. If they don't have javascript the value will still be 0.


send them to a no javascript page


-R


~~
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: Application.cfm Problem

2001-01-19 Thread Edward Chanter

I did notice that your first line



have you tried:



instead?


> -Original Message-
> From: Martin Sutton [mailto:[EMAIL PROTECTED]]
> Sent: 19 January 2001 2:00 PM
> To: CF-Talk
> Subject: RE: Application.cfm Problem
>
>
> Yeah it is upper case.
>
> It doesn't actually matter on a windows system to my knowledge but I do it
> anyway for portability.
>
> I still can't figure this out.
>
> Thanks.
>
> --
> --
> -
> 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: Edward Chanter [mailto:[EMAIL PROTECTED]]
> Sent: 19 January 2001 10:24
> To: CF-Talk
> Subject: RE: Application.cfm Problem
>
>
> Martin,
>
> this may be a red herring but did you check that the application.cfm is
> actually named Application.cfm (with the uppercase A)
>
> as I said it may not work but I recall having a simillar problem a while
> ago. Changing the name solved it
>
>   -= Ed
>
> > -Original Message-
> > From: Martin Sutton [mailto:[EMAIL PROTECTED]]
> > Sent: 18 January 2001 5:07 PM
> > To: CF-Talk
> > Subject: Application.cfm Problem
> >
> >
> > Dear all,
> >
> > I am having trouble accessing my Application.cfm file.
> >
> > I only want to pull a couple of var's from it.  Below is the
> code for the
> > output file and Application.cfm
> >
> > Application is in the root directory and there are no other files of the
> > same name present in the tree.
> >
> >
> > 
> > 
> > 
> >
> >
> >
> > 
> > Browser: #CGI.HTTP_USER_AGENT#
> > Client: #CGI.REMOTE_ADDR#
> > Server: #CGI.SERVER_NAME#
> > Date/Time: #varDate# #varTime#
> > 
> >
> > The output page displays a 404 error when I try this but not
> when I define
> > the variables locally in the output file.
> >
> > I'd appreciate any help!!
> >
> > 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.
> >
> >
> >
> >
>
~~
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: Fw: Perl Question

2001-01-19 Thread Ryan

print "Location: http://someurl?fuseaction=someaction\n\n";

you might have to print a content header if you're not already.
print "Content-Type text/html\n";

Ryan

At 08:49 1/19/01 -0600, you wrote:
>
>- Original Message -
>From: "Kevin Schmidt" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, January 18, 2001 11:09 AM
>Subject: OT: Perl Question
>
>
>> Got a perl cgi and after I am finished processing I want to redirect the
>> user to another URL similar to the Cflocation tag.  Anybody know how?
>>
>> Kevin Schmidt, Web Technology Manager
>> Allaire Certified ColdFusion Developer
>> pwb inc.
>> integrated marketing communications
>> 350 S. Main St., Suite 350
>> Ann Arbor, MI 48104
>> 734.995.5000 (tel)
>> 734.995.5002 (fax)
>> www.pwb.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: Application.cfm Problem

2001-01-19 Thread Jason Lees (National Express)


I had a similar problem and got round it by adding in the Application scope,
thus I ended up with the variable - #Application.myVar# and it worked.

Jason Lees
National Express Ltd
E-Mail : [EMAIL PROTECTED]


-Original Message-
From: Martin Sutton [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2001 14:00
To: CF-Talk
Subject: RE: Application.cfm Problem


Yeah it is upper case.

It doesn't actually matter on a windows system to my knowledge but I do it
anyway for portability.

I still can't figure this out.

Thanks.


-
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: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2001 10:24
To: CF-Talk
Subject: RE: Application.cfm Problem


Martin,

this may be a red herring but did you check that the application.cfm is
actually named Application.cfm (with the uppercase A)

as I said it may not work but I recall having a simillar problem a while
ago. Changing the name solved it

-= Ed

> -Original Message-
> From: Martin Sutton [mailto:[EMAIL PROTECTED]]
> Sent: 18 January 2001 5:07 PM
> To: CF-Talk
> Subject: Application.cfm Problem
>
>
> Dear all,
>
> I am having trouble accessing my Application.cfm file.
>
> I only want to pull a couple of var's from it.  Below is the code for the
> output file and Application.cfm
>
> Application is in the root directory and there are no other files of the
> same name present in the tree.
>
>
> 
> 
> 
>
>
>
> 
> Browser: #CGI.HTTP_USER_AGENT#
> Client: #CGI.REMOTE_ADDR#
> Server: #CGI.SERVER_NAME#
> Date/Time: #varDate# #varTime#
> 
>
> The output page displays a 404 error when I try this but not when I define
> the variables locally in the output file.
>
> I'd appreciate any help!!
>
> 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.
>
>
>
>
~~
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

2001-01-19 Thread Raymond Camden

It's not great, but I simply added a new URL parameter. Then I checked for
that in the popup code.

FYI - in case your curious, I added this code to Death Clock since many
people were linking to the small window directly, not to my site. What is
_incredibly_ sad is this - I added a message to the small window stating
what was going on and asking people to go the site directly. You wouldn't
believe how many idiots completely ignored the text and just sent me email
saying it wasn't working. Even worse, some would say it wasn't working and
cut and paste the error message from the text. My normal response was,
"Well, did you actually READ the message before cutting and pasting it into
a new email?"

===
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

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

> -Original Message-
> From: Robert Forsyth [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 9:33 AM
> To: CF-Talk
> Subject: OT: Javascript
>
>
> Sorry for the off topic question...
>
> Does anyone now how to prevent someone from accessing a page that
> is supposed to be shown only in a popup window.  I.E. I use a
> video player that is embedded in a popup window and I want to
> make sure that someone cannot access the template directly in a
> full browser window.
>
> Any help?
>
> Robert Forsyth
> Director of Web Operations
> Irides, LLC
> [EMAIL PROTECTED]
> Phone: 202-364-7831
>   Fax: 202-364-2481
>
>
>
~~
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



Feedback on CFDCalendar

2001-01-19 Thread Nathan Nelson

Hello everyone,
I am working on a personalized calendar application called CFDCalendar, it
is intended to work with any website.  I tried to remember all the cool
things everybody has been looking for in a Calendar.  CFDCalendar is a
scheduler, reminder, and task list, as well as a contact manager and we have
a lot of future ideas for it.  The user can personalize their calendar by
changing style, selecting what types of holidays to be displayed, and
changing the start time and end time on the daily view.  We need to test it
out under some stress and get some feedback from it.  If anybody has time
please check it out and either fill out the feedback form or email off list
to mailto:[EMAIL PROTECTED] with any comments and tell me what you
think or if there is something I am missing that would be useful.  Add some
user accounts to it so we can see how it will do when the database grows.
Try and break it and let me know what happens if you do.  It works best with
Internet Explorer.
http://demo.cfdynamics.com/cfdcalendar

Thank you in advance,

Nathan Nelson
ColdFusion Developer
Konnections, Inc.
801-621-8511


~~
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: Macromedia and Allaire to Merge

2001-01-19 Thread Top-Link Tech (John Ceci)

Paul,

Check the CF_AEBrowser custom tag, I think it does it as well as testing for
a variety of other things...

HTH,
John

-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 8:04 AM
To: CF-Talk
Subject: RE: Macromedia and Allaire to Merge


Is there a way to test if a browser has turned off Javascript?

best,  paul

At 11:09 AM 1/18/01 -0500, you wrote:
>Look, I'm not saying that Flash (or anything other than "vanilla" HTML)
>should be used everywhere. I like JavaScript, but I can't rely on it
>everywhere. What I am saying is that Flash, like any other client-side
>technology, can have a relevant role in business applications if used
>properly.
~~
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: Validate against a mask

2001-01-19 Thread Raymond B.

   You're not mistaken, it's quite far from PCREs. Generally you'll be using
posix expressions instead of the \char notation; so \d becomes [[:digits:]],
\w becomes [[:alpha:]], etc. Substrings are also quite different in the
handling (read: not nearly so nice). If you're on a dedicated server there
is a CFX tag for PCREs in CF that makes life so much easier for string
parsing and data validation.
(http://www.rixsoft.com/ColdFusion/CFX/PCRegEx/cfx_pcregex.html)

Here's a link from the old CF4 manual:

http://www.allaire.com/documents/cf4/Advanced_ColdFusion_Development/04_Regu
lar_Expressions/adv04.htm


Also read the reFind(), and reReplace() reference carefully (not the
clearest of tech writing I know):

http://www.allaire.com/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions
/lr3_200.htm

http://www.allaire.com/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions
/lr3_207.htm

>From the venerable Fig Leaf archives :
(only time I've ever seen back refferencing used properly in a tutorial on
CF regexps)
http://www.figleaf.com/figleafhome/cfug/CFUGDec99/regexp/


Print refferences:
Ben Forta's "Advanced Web Application Development" by Que

List of posix character classes:
alnum   - alpha-numeric characters
alpha   - alphabetic characters
blank   - tab and space
cntrl   - control characters
digit   - decimal digits
graph   - all printable characters except space
lower   - lower case letters
print   - "printable" characters
punct   - punctuation
space   - whitespace characters
upper   - upper case letters
xdigit- hexidecimal digits

   All the standard control characters work w/in the mask, so ^ $ ? *
{num,num} etc. Sub expressions (if you set return sub expressions to true)
are returned as start postion and length in an array, and the mid() function
has to be used to retrieve them. So for basic validation CF is okay, but
complex string handling gets long and tricky compared to Perl (but nothing
so annoying as string handling in C was).

   If you don't get the more advanced stuff (ie. back referencing, substring
manipulation, etc.) from the docs, I can send over some production code
examples that might help.


-Original Message-
From: Ruslan Sivak [mailto:[EMAIL PROTECTED]]
Sent: January 18, 2001 10:32
To: CF-Talk
Subject: RE: Validate against a mask


I also believe that I should use Regex, but I can't find any decent
reference for it for CF.  It seems to be quite different from Perl's regex.
Am I mistaken?

-Original Message-
From: Raymond B. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 10:38 PM
To: CF-Talk
Subject: RE: Validate against a mask


Not sure if you've ever used regexps, but that is what you want. Check out
reFind() and the other regexp functions.

http://www.allaire.com/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions
/lr3_200.htm

-Original Message-
From: Ruslan Sivak [mailto:[EMAIL PROTECTED]]
Sent: January 17, 2001 17:20
To: CF-Talk
Subject: Validate against a mask


Is there a way to validate against a mask like lets say in MS Access.  Is
there a CF function that does this?

Something like

ConformsToMask("mm-dd-","01-17-2001")
or
ConformsToMask("###-###-","111-111-")


Ruslan Sivak
Technologist
~~
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: Perl Question

2001-01-19 Thread JustinMacCarthy



use CGI qw(:standard);
print redirect('http://www.houseoffusion.com');

Justin [EMAIL PROTECTED]

>-Original Message-
>From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 19, 2001 2:50 PM
>To: CF-Talk
>Subject: Fw: Perl Question
>
>
>
>- Original Message -
>From: "Kevin Schmidt" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, January 18, 2001 11:09 AM
>Subject: OT: Perl Question
>
>
>> Got a perl cgi and after I am finished processing I want to redirect the
>> user to another URL similar to the Cflocation tag.  Anybody know how?
>>
>> Kevin Schmidt, Web Technology Manager
>> Allaire Certified ColdFusion Developer
>> pwb inc.
>> integrated marketing communications
>> 350 S. Main St., Suite 350
>> Ann Arbor, MI 48104
>> 734.995.5000 (tel)
>> 734.995.5002 (fax)
>> www.pwb.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



FW: Application.cfm Problem

2001-01-19 Thread Martin Sutton


> I fixed the problem with this gents and ladies.
> 
> Basically, the problem was in IIS.  It was an error on my 
> part.  I had set
> the custom error file to be referenced as an actual FILE 
> rather than a URL.
> Hence it wasn't being called via HTTP so CF couldn't process. 
>  This also
> solved my Application.cfm problem too!
> 
> Thanks for your responses.
> 
> 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.

~~
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: Fusebox

2001-01-19 Thread Jason Egan

now hal... just a little while ago I asked if you were going to combine fb
and cfo and you said 'no' hmmm

I hope your class goes well, I wish I could be there... I hope it is
successful enough to do another.  Perhaps we could do the second round a
little further west?  If not, I'll start breaking into my kids penny
banks... ;-)

Thanks,
Jason Egan

-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 26, 2000 10:02 AM
To: CF-Talk
Subject: RE: Fusebox


You just said the magic word -- combining Fusebox with CFObjects. Ralph and
I are working on that right now. Still, Dave's argument is a very good one:
if you want to use OO as a methodology, why not use a language like Java
that supports it inherently.

Hal Helms
== See www.ColdFusionTraining.com for info on "Best Practices with
ColdFusion & Fusebox" training, Jan 22-25 ==


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 26, 2000 1:32 PM
To: CF-Talk
Subject: RE: Fusebox


aw hell even i can answer that Hal, from what i understand of cfobjects ,
its the only methodology that makes truly modular parts to your
applications.
In fusebox its just written in a modular way, cfobjects contains the whole
thing in its own little world, which to me is what i call real modular
framework, it also makes reusability even easier i think.
i suspect the best would be somewhere in between fusebox and cfobjects

MikeC


> ** Original Subject: RE: Fusebox
> ** Original Sender: "Hal Helms" <[EMAIL PROTECTED]>
> ** Original Date: Sun, 24 Dec 2000 18:35:07 -0500

> ** Original Message follows...

>
> Yes, there's definitely that argument, Dave -- and it's a good one.
Someone
> once posted a question on the CFObjects forum, "If you're going to do OO,
> what not just do Java?" I'm still waiting to hear a good answer.
>
> I think CFObjects can be a good bridge for folks moving from CFML to a
true
> OO language such as Ruby or Java.
>
> Hal Helms
> == See www.ColdFusionTraining.com for info on "Best Practices with
> ColdFusion & Fusebox" training, Jan 22-25 ==
>
>
> -Original Message-From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 24, 2000 5:06 PM
> To: CF-Talk
> Subject: RE: Fusebox
>
>
> > I agree with Hal. The major problem with CFObjects is that you
> > have to tackle the additiona learning curve of an OO methodology,
> > *and* the documentation/sample-apps leave a lot to be desired for
> > a person new to the methodology. If CFO only had a like Hal hawking
> > it, it'd get a much wider notice :)
>
> I'd argue that the major problem with CFObjects is something completely
> different. I don't think tacking object-orientation onto CF - which is
> pretty much a batch-processing environment - is such a great idea. If you
> want to write OO code, you'd be better served with an OO language.
>
> 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: Javascript

2001-01-19 Thread Cornillon, Matthieu

Robert,

How about this: When you point to this popup window from your site, append a
variable in the query string (e.g., ?ProperlyLaunched=True).  Then the popup
window checks for this variable.  If it doesn't exist, use JavaScript to go
back one page.

If you are worried that users would hack in by figuring this out and
appending the string, you could do a complicated and ugly scheme that I'm
not even sure will work.  :)  From the web site, use this to launch a window
we'll call W1:

window.open(FileName,'W1',{OTHER PROPERTIES})

On W1, automatically open your pop-up window called W2:

window.open(FileName,'W2',{OTHER PROPERTIES})

On W2, check to see if W1 is open.  (I don't know how to do this, or if it's
possible.)  If it is, close W2 and launch your video player.  If it is not,
open W1 using the first line of code above and then go back one page.  This
should force the little cycle to start.

Does this make any sense?  I've eaten about forty clementines so far this
morning.  I think they are turning my brain orange.

Hope this helps,
Matthieu

> -Original Message-
> From: Robert Forsyth [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 1:01 PM
> To: CF-Talk
> Subject: OT: Javascript
> 
> 
> Does anyone now how to prevent someone from accessing a page 
> that is supposed to be shown only in a popup window.  I.E. I 
> use a video player that is embedded in a popup window and I 
> want to make sure that someone cannot access the template 
> directly in a full browser window.
> 
> Any help?
> 
> Robert Forsyth
> Director of Web Operations
> Irides, LLC
> [EMAIL PROTECTED]
> Phone: 202-364-7831
>   Fax: 202-364-2481
> 
> 
>
~~
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: Fw: Perl Question

2001-01-19 Thread Jay Brushett

Hi,

To use the following you have to add this line:

use CGI;

to the top of the file.

print redirect(-location=>"$newURL");

Hope this helps/

Jay

At 08:49 AM 1/19/2001 -0600, you wrote:

>- Original Message -
>From: "Kevin Schmidt" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, January 18, 2001 11:09 AM
>Subject: OT: Perl Question
>
>
> > Got a perl cgi and after I am finished processing I want to redirect the
> > user to another URL similar to the Cflocation tag.  Anybody know how?
> >
> > Kevin Schmidt, Web Technology Manager
> > Allaire Certified ColdFusion Developer
> > pwb inc.
> > integrated marketing communications
> > 350 S. Main St., Suite 350
> > Ann Arbor, MI 48104
> > 734.995.5000 (tel)
> > 734.995.5002 (fax)
> > www.pwb.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: OT: Studio and PHP?

2001-01-19 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Will,

Actually, PHP does have support in Homesite/Studio.. you just have to
download the extensions from here...

http://www.wilk4.com/asp4hs/php4hs.htm

HTH

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
617.350.0339
617.350.8884
66172567
[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: stop reposting of form data

2001-01-19 Thread Jeremy Bunton

Now that is an interesting little trick. I think I will try that one. The
only way I could figure out how to do it was to query the bd first to see if
there was a record matching the info from the form and then do the
cflocation if a match was found, which would cause a performance decrease.
Thanks I'll use your method.

-Original Message-
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 19, 2000 3:17 AM
To: CF-Talk
Subject: Re: stop reposting of form data


this is how i handle my stuff.  let's say we have 2 templates.  First
template has the form fields and stuff.  template 2 sends the information to
a database and also displays a "Thank You!" message.  if the user were to
click "Refresh",the information could be entered twice, thats bad!

The solution is to have 3 templates.  First template has the form fields.
The second template does the dirty work, ya know, inserting stuff into
database. At the end of that template, do a CFLOCATION to template 3, which
says 'Thanx man, you've made me richer!".  Now, if the user refreshes, they
get the same message, but no form data is reposted.  cool eh?

Considerations:  if u need to display some data from the form variables on
that last page, like "Thank you, [Name], yo've made me richer!" , i say do a
CFlocation (ex. url="thanxpage.cfm?name="Form.name")  in the middle template
with URL variables and display them on the third page.

hope this helps!



- Original Message -
From: Mike Grey <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 12:41 PM
Subject: stop reposting of form data


>
> What method is used to stop data from being reposted when a user attemps
to
> reload an action page.
>
> Thanks
>
> Mike Grey
>
>
>
>
~~
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: Problems with Studio 4.5.2

2001-01-19 Thread Billy Cravens

I've run into this with previous version - it means some dll is
corrupted or otherwise incorrect.  Reinstalling should fix it.


-- 
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

James Maltby wrote:
> 
> Has anyone come across the problem of not being able to access RDS
> datasources or add new RDS server in 4.5.2 - all we get is a:
> 
> Error Loading type library/DLL.
> 
> Although we can still connect to previously created RDS servers (in 4.5.1)
> with no problems.
> 
> 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: Macromedia and Allaire to Merge

2001-01-19 Thread Dave Watts

> Is there a way to test if a browser has turned off Javascript?

You can attempt to execute JavaScript in a page, and have that page send the
results back to the server.

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: Fw: Perl Question

2001-01-19 Thread Dick Applebaum

Try:

print "Location: http://www.somewhere.com\n\n";



At 8:49 AM -0600 1/19/01, Kevin Schmidt wrote:
>- Original Message -
>From: "Kevin Schmidt" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, January 18, 2001 11:09 AM
>Subject: OT: Perl Question
>
>
>>  Got a perl cgi and after I am finished processing I want to redirect the
>>  user to another URL similar to the Cflocation tag.  Anybody know how?
>>
>>  Kevin Schmidt, Web Technology Manager
>>  Allaire Certified ColdFusion Developer
>>  pwb inc.
>>  integrated marketing communications
>>  350 S. Main St., Suite 350
>>  Ann Arbor, MI 48104
>>  734.995.5000 (tel)
>>  734.995.5002 (fax)
>  > www.pwb.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: connection limit has been reached?

2001-01-19 Thread Russel Madere

If you are using Winders NT use the Lisence Manager to verify that you have
the correct number of SQL and NT lisences for the servers.  If necessary,
purchase a few more.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Jay Patton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 09:41
> To: CF-Talk
> Subject: connection limit has been reached?
>
>
> can anyone help me with this error or atleast give me an idea of
> what to do about it? i get it when i try to log onto the client
> section of the site im working on and ive never seen this before
>
> Error Diagnostic Information
> ODBC Error Code = ()
>
> Timed-out trying to get a connection to MYDATASOURCENAME. The
> connection limit has
> been reached.
>
> The error occurred while processing an element with a general
> identifier of
> (CFQUERY), occupying document position (3:1) to (5:23) in the
> template file
> d:\??.???.???.??\Clients\Login.cfm.
>
>
> Date/Time: 01/17/01 23:37:07
> Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
> Remote Address: 199.2.139.183
>
> Jay Patton
> 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: Studio and PHP?

2001-01-19 Thread Joe Sheble aka Wizaerd


There is a whole lot of support for PHP in the form of mailing lists, 
websites, books (of which there is more than one... closer to three or 
four)  It is for a whole lot more than accessing databases, and while this 
may likely get me flamed, it a lot more powerful in functionality than CF 
is.  But it's a lot more strict than CF is as well in it's syntax and code 
placement.  I prefer working in PHP, but alas, there's not a lot of jobs 
out there for PHP developers.  At least not yet


At 06:11 AM 1/19/01 -0800, you wrote:
>I asked a friend of mine last night at a CFUG meeting what the PHP was all
>about and he informed me it was like the earlier version of database
>handling, in the earlier stages of the CF development,  IT was not CF,  but
>a freeware program,  that didn't have much support if any,   all I know is
>it must be something of value, because Prima publishing has a book out on
>it,  that was very informative,  but there was a lot of talk of MYSQL,  and
>Linux, throughout the whole book.
>
>
>
>"W Luke" <[EMAIL PROTECTED]> wrote in message
>003b01c08178$09ed7730$8d00a8c0@ekul">news:003b01c08178$09ed7730$8d00a8c0@ekul...
> > Hi,
> >
> > A friend tells me that Allaire's Studio might be supporting PHP in the
> > future - is this true, or complete rubbish?
> >
> > Will
> > --
> > [EMAIL PROTECTED] -=- www.lukrative.com
> > Classifieds -=- www.localbounty.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: Great idea Adam! [Was: Re: Adam, you got to be kidding?

2001-01-19 Thread Kevin Miller


Also, is your site already built for version 4+ browsers?  If it is,
people aren't likely to stay long if they are using NS 3 and the site is
unusable.

Kevin

>>> [EMAIL PROTECTED] 01/18/01 08:33AM >>>
Does it say how many have their JS/cookies turned off though?

geez .. if I was spending 50k on a project, I'd want that whole 100%
;)

Todd Ashworth

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:10 AM
Subject: Re: Great idea Adam! [Was: Re: Adam, you got to be kidding?


| Please ...
|
| I just checked Webtrends for browser types hitting our site and 98%
of all
| browsers are NN 4+ and IE 4+ ... with the over 60% being IE 5. With
a
sample
| of over 5 million hits.
|
| You really are going to tell the website owner to ante up another X
thousands
| of dollars to develop downward browser capability? Not to mention the
cost
of
| maintaining the various website variants.
|
| Let me see ... you could lose one or two sales to the 2% of browser
that
| don't support scripting/have scripting enabled ... or you spend 50K
and
| capture them.
|
| Cost verus payoff?
|
| Ohhh, and let me guess ... you also develop
| non-cookie-based/non-session-based site variants also! Cha Ching!
|
| And don't even think about all the people who can't read English? Let
me
see
|  2% of the people speak Yiddish ... so let's spend 50K to present
our
site
| in Yiddish?
|
| You got to be kidding!
|
| Bill Reichard
| Willow Gold
| [EMAIL PROTECTED] 
| http://www.willowgold.com 
|
| In a message dated 1/18/01 9:42:40 AM Eastern Standard Time,
| [EMAIL PROTECTED] writes:
|
|
| > There's no point putting 'basic' functionality on a web site
that's
supposed
| > to be for all of your users if it won't work on some of their
browsers.
How
| > you can expect users to go back to your website if half of it
doesn't
work
| > because they haven't got the right settings or the latest browser?
This
| > seems to be a very narrow minded attitude to have and will cost
you
| > potential customers and clients.
| >
| > Granted, a lot of the time you can have things that won't work on
some
| > browsers, but only if there's an alternative for people who may not
have
| > right settings and it doesn't loose any functionality or the
message
that
| > you're trying to convey to the user.
| >
| > Kath
| >
| >
|
|
|
|
|
~~
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: IIF Problem

2001-01-19 Thread Philip Arnold - ASP

> #IIF(CYOriginal EQ 0, IIF(Requested GT 0, DE("100.0"), 
> DE("0.0")),
> NumberFormt(100*Change/CYOriginal, '__._'))#

D'OH - I'm being stupid

Put a DE() around the last NumberFormat

IIF evaluates all parts even if they're not displayed!

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: Adam, you got to be kidding?

2001-01-19 Thread Russel Madere

Actually Bill,

It is never a good idea to assume that your will have the configuration you
want them to have.  I learned that at several previous jobs.

You need to research this before you make this jump.  Look at your server
logs and see the browser version hitting your site.  Never assume that the
users will use the same browser as you with the same configuration.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 07:15
> To: CF-Talk
> Subject: Adam, you got to be kidding?
>
>
> You actually develop with the mindset that a user might not have
> scripting
> enabled? Ouch!
>
> My guess would be that at a minimum, 98% of all users have
> scripting enabled.
> So, you would forfeit the capability of client-side data validation,
> client-side DOM manipulation, etc.?
>
> You would add unneeded round trips to your server to accomplish
> scripting,
> validation, etc.? So 98% of your users will pay the Performance
> price for the
> 2% of your users? Not to mention the extra load on your server
> and the wasted
> bandwidth.
>
> Not a good idea ... Please!
>
> Bill Reichard
> Willow Gold
> [EMAIL PROTECTED]
> http://www.willowgold.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: OT : disable browser back/refresh

2001-01-19 Thread Milks, Jim

You cannot disable the back buttonPeople often get fooled into believing
that this is done because they end up in a new window with no history (This
also proves that they frequent adult sites).

Jim

-Original Message-
From: Edward Chanter [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 7:03 AM
To: CF-Talk
Subject: RE: OT : disable browser back/refresh


I've been trying to figure out how to do this myself, so far I've not found
a way. I know that it's possible to disable the right click but not the back
button Last time I tried it I came to the conclusion that it just wasn't
possible :-( I'd love to be proven wring though

-= Ed

> -Original Message-
> From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
> Sent: 19 January 2001 12:30 AM
> To: CF-Talk
> Subject: OT : disable browser back/refresh
>
>
> hi.
>
> did anyone know that how to restrict the user to click on "back" or
> "refresh" on the browser (IE or Netscape), i want to pop up a message
> whenever a user click back or refresh or disallow the user to do so.
> any idea?
>
> mak wl
>
>
>
~~
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: string to number

2001-01-19 Thread Russel Madere

Drop the quotes.

Cold Fusion uses type less variables and will convert strings to numbers
easily.  You need to build in checks to ensure that the passed form
variables are indeed numeric before you do any math on them.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Steve Doran [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 07:36
> To: CF-Talk
> Subject: string to number
>
>
> I am trying to get a variable to work that would tell me how many rooms a
> person would need if they has X amount of people in their party.
>
> Here is the Code I am working with:
>
> 
>
> 
>
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>
> The problem I am having is when you output grp it gives you the total of
> form.adult + form.children.  But when you use grp to set the variable
> SmRmRq it goes to a string "number + number" and will not accurately
> convert the variable.
>
> Is there a way to change the grp to a number? In Javascript It would be
> something like Var = (parseInt(form.adult) + parseInt(form.children))
>
> Thanks in advance for any assistance,
>
> Steve Doran :)
>
>
>
~~
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: Macromedia and Allaire to Merge

2001-01-19 Thread Kevin Miller


After all the difficulty that we developers have with proprietary
technology, it's amazing to me that this discussion still takes place
when talking about client-side web development.  

What about when it comes time to implement wireless and other new
technologies?  Are you willing to putting all your eggs in one basket in
the hopes that your proprietary vendor implements these client
technologies by the time you are ready?  If your CIO comes to you
tomorrow and says that he wants your site Palm-enabled in three months,
could you do it?

With an HTML-based site, you could do it in a week.  All of a sudden
that 96% market penetration doesn't mean much.

Kevin

>>> [EMAIL PROTECTED] 01/18/01 11:01AM >>>
At 2:22 PM -0500 1/17/01, Aaron Johnson wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>That's where Flash usually exists does it not?  The point is that
>where Flash really shines is it's ability to mimic "instant feedback"
>to the user... ie: user clicks button, instantly shows "Press
>Releases" or whatever.. and thus you have (1) html page that contains
>one big .swf with all those features.. there isn't a need for
>multiple HTML pages, in fact the only benefit to doing it your way
>would be that you could bookmark a Flash file.. you still can't
>search it's text with CTRL-F or with an indexing engine... printing
>is marginally better in Flash 5, you still can't bookmark a specific
>layer even if you have multiple HTML pages.

While what you say "to mimic "instant feedback" is one use of Flash, 
it isn't he only one.

It also can be used to attain faster feedback when interfacing the
client.

It is not necessary to download "one big .swf" that anticipates all 
the user's choices.  You can have a small, attractive, simple .swf 
that interfaces the server for information based on user input... an 
equivalent to an html form.

this is more efficient because:

to display the requested information, only the data (not the html)
need
be transmitted to the browser

The Flash plugin inherently provides browser/platform
compatibility... there
is no need to transmit markup or client-side script routines to
accomplish
this.

With limited experimentation on a simple form, I have found that 
Flash can refresh the form in less than 1/2 the time it takes with 
conventional methods.

For the performance of my apps in particular, and of the web in 
general, this is too significant again to ignore.



>
>When it comes down to it, what is Flash really usable for? Display of
>information? No.  Showing store products in a dynamic environment?
>No.

Both of these can be done better, and with less bandwidth (and much 
more readably/useably) than with html alone.

A simple example of usability:

   the user inputs and invalid field (or partial field)

   the CF app returns this field (or portion) hilited in bold or red. 
No need
   to transmit an error page, etc no popups, no error messages to 
decipher...
   the user's attention is focused on the exact problem... a glaring
error

You could have a standard catalog page as a .swf... then change the 
content only based on user selection.  Again, the entire page need 
not be retransmitted and redisplayed... only the changed content 
whether it be images or text or sample sound snippets.

Someday, client-side presentation services will allow efficient 
merging of static data on the client (or in the cache) with dynamic 
data from the server, through html x.x html or whatever.

Flash offers his today.



>Showing dynamic graphs and 3d images? Sure.  I gotta be honest
>in saying that the only place I see Flash right now is @ cool
>development shop sites... Raremedium, Juxt... even the Macromedia
>showcase for Flash (http://www.macromedia.com/showcase/) mentions a)
>ad banners, b) sound, c) complex client side applications...  Flash
>isn't going to take over the www.  It wasn't made too.
>
>Just my thoughts...
>
>Aaron Johnson, MCSE, MCP+I
>Allaire Certified ColdFusion Developer
>MINDSEYE, Inc.
>617.350.0339
>617.350.8884
>66172567
>[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: Link to Custom tag

2001-01-19 Thread Russel Madere

You can call your tag and have it return a variable to the calling page.  To
do that, use the CALLER scope.

For example, as the last line in your tag use:

 

Then in the calling page call the tag before the anchor tag and rewrite the
anchor tag to look like:

Link

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: James McCullough [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 17, 2001 17:01
> To: CF-Talk
> Subject: Link to Custom tag
>
>
> I am wondering if there is a way to this.
>
> Normally a custom tag looks like this:  ="foo2">
>
> How would you escape this so that this works without referring to the
> template directly as a file?
>
>  "> Link
>
>
>
~~
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: Action on image

2001-01-19 Thread Russel Madere

Ditto.

If you could be more specific about the action, we could help you out
easily.

Russel


  Russel Madere, Jr. Senior Web Developer
  ICQ: 5446158   http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.



> -Original Message-
> From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 18, 2001 21:02
> To: CF-Talk
> Subject: RE: Action on image
>
>
> I'd love to help, but could you be a tad more specific?
>
> ---mark
>
> --
> Mark Warrick
> Phone: (714) 547-5386
> Fax: (714) 972-2181
> Personal Email: [EMAIL PROTECTED]
> Personal URL: http://www.warrick.net
> Business Email: [EMAIL PROTECTED]
> Business URL: http://www.fusioneers.com
> ICQ: 346566
> --
>
>
> > -Original Message-
> > From: Albert K Arhin [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 18, 2001 12:36 AM
> > To: CF-Talk
> > Subject: Action on image
> >
> >
> >
> > Hi All,
> >How do i add a cfm action on an image.
> > 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: OT : disable browser back/refresh

2001-01-19 Thread Jeremy Allen

Refresh is trickier to do... Some ideas that would get you a good ways
there...

Note I dont think its the best of ideas to really do this since its bad
form IMO but..

Disabling refresh is impossible really since users can right click and
refresh...

However if you want to make it difficult..

-Pop up your site in a new window without the toolbar..
-JS disable right clicking
- Using the meta tag with a very low refresh time period,
effectively doesnt let you out of the site

You could do a little more, but your still not going to be able
to totally disable these things. This is the nature of HTTP..
the user can request a page any time he wants, and the clients
are to *dumb* to really know that you dont want this.


Jeremy Allen
elliptIQ Inc.



>-Original Message-
>From: Edward Chanter [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 19, 2001 7:03 AM
>To: CF-Talk
>Subject: RE: OT : disable browser back/refresh
>
>
>I've been trying to figure out how to do this myself, so far I've not found
>a way. I know that it's possible to disable the right click but
>not the back
>button Last time I tried it I came to the conclusion that it
>just wasn't
>possible :-( I'd love to be proven wring though
>
>   -= Ed
>
>> -Original Message-
>> From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
>> Sent: 19 January 2001 12:30 AM
>> To: CF-Talk
>> Subject: OT : disable browser back/refresh
>>
>>
>> hi.
>>
>> did anyone know that how to restrict the user to click on "back" or
>> "refresh" on the browser (IE or Netscape), i want to pop up a message
>> whenever a user click back or refresh or disallow the user to do so.
>> any idea?
>>
>> mak wl
>>
>>
>>
>
~~
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: Help Wanted: Email Embedding

2001-01-19 Thread Howie Hamlin

Yes, that's true.  If you view the source of most any HTML formatted email
you will see that there are two main sections (MIME encoded and delimited
with a specified boundary).  Unfortunately, CFMAIL does not allow for this.

Regards,
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "Joel Nath" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:51 PM
Subject: Help Wanted: Email Embedding


> Hi.
>
> I heard a rumour somewhere that its possible to embed a plain text emil
> inside the source of an HTML email which a non-HTML email client will
output
> as text with the HTML source dumped after it whilst an HTML compatible
email
> client will simply render the HTML.
>
> Can anyone confirm/provide more info on this.
>
> thanks
> Joel
>
>
>
~~
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: Excel Questions

2001-01-19 Thread Dylan Bromby


this has already been posted. here it is again:

--

i have a client who does this all the time. the tool i built works like
this:

1) They upload an Excel file for which a DSN *already exists*
2) I read the Excel file and populate SQL with the content
3) I use CFUSION_DISABLE_CONNECTIONS([DSN],1) to force CF to release the
lock on the Excel file
4) I use CFUSION_DISABLE_CONNECTIONS([DSN],0) to re-enable the Excel file
DSN for query
5) I use 3 & 4 so the client can immediately upload another version of the
same file immediately if they want to.

* The CFUSION_DISABLE_CONNECTIONS command only works in CF 4.5.x.

If you don't use 3 & 4, CF will put a lock on the Excel file for a while
(like 30 min or so; never really bothered to figure out the exact amount of
time).

--Dylan

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:44 AM
To: CF-Talk
Subject: RE: Excel Questions



You could try looking at http://www.cfcomet.com

they have all sorts of information about using CF with COM and Office
Applications

-Original Message-
From: Chris Martin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 7:16
To: CF-Talk
Subject: Excel Questions


Hey everyone.

I was wondering, what exactly is involved in using CF to query from, update,
insert, edit, et cetera  an Excel file?

I want to try writing a custom tag or something similar that can work with
excel files.  It would be more as a learning experience for me then anything
else.

Can anyone suggest some resources or pointers?

Thanks,

Chris Martin
~~
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: Questio\n

2001-01-19 Thread Christopher Olive, CIO

that's not actually true.  there are several cases when it's more
advantageous to have a variable pointer rather than a variable copy.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 6:34 AM
To: CF-Talk
Subject: RE: Questio\n


On 1/18/01, Christopher Olive, CIO penned:
>what's the matter, the rest of us not good enough for you?  :) i know dave
>is good, but... :)
>
>AFA your problem, this worked fine for me.  displayed "stuff"
>
>
>
>
>
>
>#Evaluate(variable2)#
>

You're all thinking too much. :)


--

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



  1   2   3   >