FW: CFMX cannot handle charset for URL variables

2003-03-26 Thread Murat Demirci
Ignore this stupid mail..

-Original Message-
From: Murat Demirci [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 1:26 PM
To: '[EMAIL PROTECTED]'
Subject: RE: CFMX cannot handle charset for URL variables

If you ask what query_string causes the problem, the answer aþðgý.
(Cf-talk list server doesn't allow non-ASCII characters)

How can I learn the unicode number of those characters? What is the name of
the function similar to ORD() for unicode?

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 10:56 AM
To: CF-Talk
Subject: Re: CFMX cannot handle charset for URL variables

Murat Demirci wrote:
 I'm IE 6 with SP 1 and the option Send URL strings as unicode is
checked.

What do the URLEncoded query_strings look like? Both in the case it 
works and the case it doesn't work.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Macromedia up its own arse over Flash

2003-03-26 Thread Adam Reynolds
Possibly, but the only machines I know that aren't usually locked down are
development machines.

You also have to look at how a company services its machines. Many companies
out source their IT support. In this case have a base machine, where all
pieces of software on the machine are known about is very very important
from a contractual point of view.

When I worked for Heinz, you couldn't even right click on the windows start
button as they felt it was a security risk, and very few people had full
internet access.

shrug



 -Original Message-
 From: Jim Davis [mailto:[EMAIL PROTECTED]
 Sent: 26 March 2003 06:26
 To: CF-Talk
 Subject: RE: Macromedia up its own arse over Flash


  -Original Message-
  From: Adam Reynolds [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 25, 2003 7:07 PM
  To: CF-Talk
  Subject: RE: Macromedia up its own arse over Flash
 
 
  Obviously never worked in a blue chip company :P
 
  I know for a fact that when you are supporting 1000+
  desktops, each is a mirror image. I know of one company where
  Flash3 is still the installed version of Flash and you can't
  do a damm thing about it until they build and test a new
  desktop image, but in corporate environments Flash is not
  considered important, so this aspect has never been addressed.
 
  So Flash is not something you can download and install as you want. :(

 Honestly I've never worked in a large company that demanded that kind of
 adherance to the base image.  Sure an image is used to create the
 machines (actually in most cases I've seen the vendor does this, Dell or
 Compaq or whomever) but after control is often left to the end user.

 On the other hand medium sized-companies often seem to do this.  I
 assume it's because they're moving towards consolidation.  But when the
 company gets REALLY big there's just no way to manage that many
 disparate needs.  So you either play a losing game of custom image or
 give up some control.

 Of course the by line is always support only for supported platforms
 and that works for the vast majority of business and support personel,
 but us tech geeks just always gotta be thorns...

 My company (and it's children) has on the order of 13,000-17,000
 machines... There are published standards and images, but not much in
 the way of post install restrictions.  I've also worked at three... No
 four other companies of similair or smaller sizes that also didn't lock
 down like this.  I dunno - maybe it's just the insurance industry.  ;^)

 Of course there ARE many companies that DO just what you described - but
 to make a blanket statement just isn't right.

 Jim Davis


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Macromedia up its own arse over Flash

2003-03-26 Thread Michael Dinowitz
This is a very important topic to discuss but it is not technical in nature and
has been moved to the Macromedia-Talk list.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=28
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=28
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: iframes

2003-03-26 Thread FlashGuy
Yes...I have some JS that disables this features.

On Tue, 25 Mar 2003 12:08:20 -0800, Barney Boisvert wrote:

 You should be able to use the mouse to select it.  Or hit CTRL-A to select
 all.  If you can't then something's screwy.  Do you perhaps have a JS
 function that's capturing mouse events for some other purpose?
 
 ---
 Barney Boisvert, Senior Development Engineer
 AudienceCentral (formerly PIER System, Inc.)
 [EMAIL PROTECTED]
 voice : 360.671.8708 x12
 fax   : 360.647.5351
 
 www.audiencecentral.com
 
  -Original Message-
  From: FlashGuy [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 25, 2003 11:53 AM
  To: CF-Talk
  Subject: RE: iframes
 
 
  Hmm...if I type in a large paragprah and I want to delete all of
  it whats the easiest way? I can't hilight it with the curser. The
  only way is to backspace all the text. I bit of a
  pain...
 
 
  On Tue, 25 Mar 2003 14:47:24 -0500, FlashGuy wrote:
 
   OK...thanks
  
  
   On Tue, 25 Mar 2003 11:37:16 -0800, Barney Boisvert wrote:
  
An IFRAME is just like a normal frame, except that you can
  put it inside a
normal page.  It's not a text input field.  TEXTAREA is the
  beast you're
looking for.
   
textarea name=solution cols=30 rows=6 wrap=virtual
style=width:600px;height:80px;Key in information here.../textarea
   
---
Barney Boisvert, Senior Development Engineer
AudienceCentral (formerly PIER System, Inc.)
[EMAIL PROTECTED]
voice : 360.671.8708 x12
fax   : 360.647.5351
   
www.audiencecentral.com
   
 -Original Message-
 From: FlashGuy [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2003 11:24 AM
 To: CF-Talk
 Subject: Re: iframes


 Hi,

 I'm trying to create a larger input area for the user to key in
 information. This is what I have using an iframe but I can't
 seem to be able to input any information with the box?
 Is there another way of doing this?

   table cellpadding=0 cellspacing=0 border=0
 tr
   td
  iframe name=solution id=problem width=600
 height=80 marginwidth=8 marginheight=8 align=top
 scrolling=yes frameborder=0
Key in information here...
/iframe
   /td
 /tr
   /table




 ---
 Colonel Nathan R. Jessop
 Commanding Officer
 Marine Ground Forces
 Guatanamo Bay, Cuba
 ---




   
  
  
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Homesite+

2003-03-26 Thread Scott Wilhelm
I purchased Homesite 5 a while back, but I was wondering what the
difference between that  Homesite+ is.  Also, how can I upgrade to
Homesite+ (and how much)?

Scott
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMX Administrator Page won't open

2003-03-26 Thread Candace Cottrell
Instead of localhost, I have to use the actual IP address on boxes where
I am not using the default C:\InetPub...
 
 
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 3/25/2003 6:06:21 PM 
Just tried it same error message as localhost.  I then tried letting
it
choose all unassigned IPs instead of binding it to one IP and now it
tries
to download the file?!  When I click Open, it doesn't do anything.

Thanks,
Charles

 -Original Message-
 From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 25, 2003 5:57 PM
 To: CF-Talk
 Subject: RE: CFMX Administrator Page won't open


 Try http://127.0.0.1/CFIDE/Administrator/index.cfm 

 -Original Message-
 From: Charles Nahm [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 26 March 2003 9:38 AM
 To: CF-Talk
 Subject: CFMX Administrator Page won't open


 All the other CF sites on the box work fine.  When I copied the
CFIDE
 directory to another site on the same box it seems to run okay, but
not
 within the root.

 http://localhost/CFIDE/Administrator/index.cfm it says file
 cannot be found
 when the file is clearly right there.  In IIS (5), the Documents tab
has
 index.cfm as one of the possible home pages for the default Site and
the
 Default site is running.  The JRunScripts directory appears in the
default
 root as well as all the other site roots.  I ran the IIS Connectors
batch
 after adding the most recent sites as well.

 Is it fine for me to run the CF Admin from within another domain
 instead of
 the default or do I need to uninstall and reinstall everything?

 Thanks,
 Charles

 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003


 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Problem with view uploaded files

2003-03-26 Thread Lee, Sima - Workstream
Hi Philip,

Thanks for your time.

But even the files uploaded hours ago still the same. It must be something to do with 
the path to the server. I believe when talking about the directory not on the same 
server, there is a difference between pathes used in CFFILE and the CFcontent , 
though they point to the same place. Just don't know what it is. I can use 
\\servername\uploadfold\ in CFFILE to upload files to another server, but cannot 
use the same path to view it with CFcontent. Then tried to use http://.; still 
not working.

Thanks again.

Sima



-Original Message-
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 5:43 PM
To: CF-Talk
Subject: RE: Problem with view uploaded files


 Thanks for the help, this is the error message I got:

 Error Message: No such file.br
   Error Detail: The file
 specified in CFContent does not exist:
 http://172.16.1.151/activeFiles/1674_1562949_337_944811446_Built50.txt
 pThe error occurred while processing an element
 with a general identifier of (CFCONTENT)

 Where the activeFiles is a virtul directory which points to
 the files stored on the forth server. The file was just
 uploaded to there.

 Now instead of give me blank window, it shows the standand
 download window ask me whethere to open or save the file. I
 choose to open , it shows the souce of my display page, not
 the page on that server, though using the correct file name.

What you've got to remember is that with NT, it doesn't write the file
immediately as soon as it's uploaded, the file system can take a
fraction of a second to finish writing it

If you're writing across a network, then it might take a fraction longer

For a test, maybe use CF_WAIT to stall for while, say a second

Would that work?



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Macromedia up its own arse over Flash

2003-03-26 Thread Candace Cottrell
We have images and all of our applications are in ZenWorks, but we have
only about 2000 workstations, and one netadmin. It is against hospital
policy to download stuff because if we allow it, and it is illegal, then
we will be fined. Being a non-profit, we can't afford licensing fines.

This was just a comment. It really has no point ... ;)
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 3/26/2003 1:26:25 AM 
 -Original Message-
 From: Adam Reynolds [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 25, 2003 7:07 PM
 To: CF-Talk
 Subject: RE: Macromedia up its own arse over Flash
 
 
 Obviously never worked in a blue chip company :P
 
 I know for a fact that when you are supporting 1000+ 
 desktops, each is a mirror image. I know of one company where 
 Flash3 is still the installed version of Flash and you can't 
 do a damm thing about it until they build and test a new 
 desktop image, but in corporate environments Flash is not 
 considered important, so this aspect has never been addressed.
 
 So Flash is not something you can download and install as you want.
:(

Honestly I've never worked in a large company that demanded that kind
of
adherance to the base image.  Sure an image is used to create the
machines (actually in most cases I've seen the vendor does this, Dell
or
Compaq or whomever) but after control is often left to the end user.

On the other hand medium sized-companies often seem to do this.  I
assume it's because they're moving towards consolidation.  But when
the
company gets REALLY big there's just no way to manage that many
disparate needs.  So you either play a losing game of custom image
or
give up some control.

Of course the by line is always support only for supported platforms
and that works for the vast majority of business and support personel,
but us tech geeks just always gotta be thorns...

My company (and it's children) has on the order of 13,000-17,000
machines... There are published standards and images, but not much in
the way of post install restrictions.  I've also worked at three... No
four other companies of similair or smaller sizes that also didn't
lock
down like this.  I dunno - maybe it's just the insurance industry. 
;^)

Of course there ARE many companies that DO just what you described -
but
to make a blanket statement just isn't right.

Jim Davis



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=28
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=28
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Problem with view uploaded files

2003-03-26 Thread Randell B Adkins
What if you map the drive to a drive letter.
Example:  H: = \\servername\filefolder\

then in CFCONTENT use:  H:\whatever_you_need


 [EMAIL PROTECTED] 03/26/03 08:18AM 
Hi Philip,

Thanks for your time.

But even the files uploaded hours ago still the same. It must be
something to do with the path to the server. I believe when talking
about the directory not on the same server, there is a difference
between pathes used in CFFILE and the CFcontent , though they point
to the same place. Just don't know what it is. I can use
\\servername\uploadfold\ in CFFILE to upload files to another
server, but cannot use the same path to view it with CFcontent. Then
tried to use http://.; still not working.

Thanks again.

Sima



-Original Message-
From: Philip Arnold [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 5:43 PM
To: CF-Talk
Subject: RE: Problem with view uploaded files


 Thanks for the help, this is the error message I got:

 Error Message: No such file.br
   Error Detail: The file
 specified in CFContent does not exist:

http://172.16.1.151/activeFiles/1674_1562949_337_944811446_Built50.txt

 pThe error occurred while processing an element
 with a general identifier of (CFCONTENT)

 Where the activeFiles is a virtul directory which points to
 the files stored on the forth server. The file was just
 uploaded to there.

 Now instead of give me blank window, it shows the standand
 download window ask me whethere to open or save the file. I
 choose to open , it shows the souce of my display page, not
 the page on that server, though using the correct file name.

What you've got to remember is that with NT, it doesn't write the file
immediately as soon as it's uploaded, the file system can take a
fraction of a second to finish writing it

If you're writing across a network, then it might take a fraction
longer

For a test, maybe use CF_WAIT to stall for while, say a second

Would that work?




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cfmx j2ee and jrun

2003-03-26 Thread John McCosker
Greetings,

could someone iron out this query for me,
I'm just a little confused about the right or best configuration of tools to
be using,

I went on the Macromedia site to the get the latest updater for cfmx,
and found CFMX for J2EE, on further reading this is a version of CFMX that
will sit
on top of the J2EE application server as opposed to IIS. This sounds like a
very powerful
integration, but since we want to keep our integration with IIS, but also
down the line
use Java, EJB and jsp integrated solutions along with CFMX I'm wondering
what is the best set up.

I assumed that CFMX not CFMX for J2EE has a built in version of JRUN that
will handle JSP and CFML
seamless integration, is this true? and if so am I right in thinking there
is no other configurations
required in order to run jsp's once CFMX has been installed.

And if this is true, is CFMX as good on its own as the MM JRUN server which
is a cheaper version of the J2EE
server.

And if you wish to use JRUN why not go out the whole hog for J2EE.

Does anyone see where I am going with this.

If someone could give me advice on this I would be very grateful,
I am probably over worrying here, but it would be nice to know what be the
best JAVA CFMX integrated solution
for future scalability. 

respectfully,

J.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: USPS Address Verification

2003-03-26 Thread Candace Cottrell
Did you try this page?
 
http://www.usps.com/ncsc/
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 3/25/2003 2:56:55 PM 
hmmm, I do not even see a mention of it anywhere on the site

Well, if you go to http://www.uspswebtools.com/, it's listed under
Address 
Information down the left column as an offered service. But on logging
in, 
there's no mention of it anywhere!!

I've seen one person selling a custom tag for this, but I don't want to
pay 
for a free service, plus I'd just move it out to a CFC anyway, which
I'm 
sure would break the license agreement. But that obviously means it can
be 
done, I just can't find any of the manuals anywhere for it!!

Thanks,
Dave.




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Homesite+

2003-03-26 Thread Gary Groomer
I use ColdFusion Studio 5 at work and HomeSite+ at home.  HomeSite+ is,
basically, the same as CF Studio 5 except for two main items.  It installs a
slimmed down set of help files.  I simply copied by CF Studio 5 help files
into the Help folder so I would have both sets available.  As far as
obtaining it, the only way that I know is by purchasing Studio MX - it is on
the CD.

Gary Groomer

- Original Message -
From: Scott Wilhelm [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 4:35 AM
Subject: Homesite+


 I purchased Homesite 5 a while back, but I was wondering what the
 difference between that  Homesite+ is.  Also, how can I upgrade to
 Homesite+ (and how much)?

 Scott
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Compiling HTMLDOC 1.8.23 ?

2003-03-26 Thread James Blaha
Hello All:

Does anyone have a step by step for compiling the HTMLDOC 1.8.23 from 
(http://www.easysw.com/htmldoc/)? I have a fresh install of Microsoft 
C++ 6.0 and the source code for the program to compile. Unfortunately I 
have no idea where to go next.

Regards,
James Blaha


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: cfmx j2ee and jrun

2003-03-26 Thread Stephen Moretti
John,


 I went on the Macromedia site to the get the latest updater for cfmx,
 and found CFMX for J2EE, on further reading this is a version of CFMX that
 will sit on top of the J2EE application server as opposed to IIS. This
sounds like a
 very powerful integration, but since we want to keep our integration with
IIS, but also
 down the line use Java, EJB and jsp integrated solutions along with CFMX
I'm wondering
 what is the best set up.

That's actually not the right interpretation.  CFMX for J2EE sits on another
_Java_ server as instead of JRun.  You will still need the web server of
your choice to serve the application.  Even though most Java Servers have
built in web servers they are never recommended for a production
environment.

 I assumed that CFMX not CFMX for J2EE has a built in version of JRUN that
 will handle JSP and CFML seamless integration, is this true?

The version of JRun delivered with CFMX is a cut down version.  Although
there are ways to call jsp pages (as well as other languages) from within a
CF application, it will not serve standalone JSP pages.

 and if so am I right in thinking there is no other configurations
 required in order to run jsp's once CFMX has been installed.

You will need a full Java server to be able run jsp pages.

 And if this is true, is CFMX as good on its own as the MM JRUN server
which
 is a cheaper version of the J2EE server.

Errmmm... Not sure what you're getting at here, but you don't get a J2EE
server (not even the cut down JRun server) with CFMX for J2EE.  You have to
purchase this yourself.

 And if you wish to use JRUN why not go out the whole hog for J2EE.

JRun is a J2EE server I believe.

 If someone could give me advice on this I would be very grateful,
 I am probably over worrying here, but it would be nice to know what be the
 best JAVA CFMX integrated solution
 for future scalability.

If you want a Java/CF server solution, you will need to investigate the
various J2EE servers that are now available (commercial and open source),
purchase the one that meets your need and then purchase CFMX for J2EE to sit
on top of this server

Hope this makes things clearer for you.

Regards

Stephen
===
CF-Europe http://www.cf-europe.org/
Olympia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel
===
Stephen Moretti
Manager
Northern UK ColdFusion User Group
www: http://www.cfug.org.uk/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Getting rid of evaluate

2003-03-26 Thread Thane Sherrington
How would I get rid of the evaluates in the following code?

Thanks,

T

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

html
head
 titleUntitled/title
/head

body
!--- Set up the fields array ---
cfset FieldInfo=ArrayNew(2)
!--- Array layout:
[FieldName][Length][Label][Type][Validation]
---
cfset Field1=RegNumber,10,Registration Number,Text,,
cfset Field2=FirstName,40,First Name,Text,,
cfset Field3=LastName,40,Last Name,Text,,
cfset Field4=Street,40,Street,Text,,
cfset Field5=City,40,City,Text,,
cfset Field6=Province,2,Province,Text,,
cfset Field7=Country,40,Country,Text,,
cfset Field8=PostalCode,7,Postal Code,Text,,
cfset Field9=PhoneNumber,12,Phone Number,Text,,
cfset Field10=EMailAddress,40,EMail Address,Text,,
cfset Field11=EMailAddress,40,EMail Address,Text,,
cfset Field12=PlaceOfBirth,10,Place Of Birth,Text
cfset Field13=DateOfBirth,10,Date Of Birth,dd/mm/
cfset Field14=PlaceOfDeath,10,Place Of Death,Text
cfset Field15=DateOfDeath,10,Date Of Death,dd/mm/
cfset Field16=RelationshipTypeID,2,RelationshipType,,
cfset TotalFields=16

cfloop index=FieldNumber from=1 to=#TotalFields#
 cfset CurrentFieldName=FieldFieldNumber
 cfloop index=Data from=1 
to=#ListLen(Evaluate(CurrentFieldName))#
 cfset 
FieldInfo[FieldNumber][Data]=ListGetAt(Evaluate(CurrentFieldName),Data)
 /cfloop
/cfloop

cfloop index=FieldNumber from=1 to=#TotalFields#
 cfset CurrentFieldName=FieldFieldNumber
 cfloop index=Data from=1 
to=#ListLen(Evaluate(CurrentFieldName))#
 CFOUTPUT
 #FieldInfo[FieldNumber][Data]#
 /CFOUTPUT
 /cfloop
 br
/cfloop

/body
/html


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Homesite+

2003-03-26 Thread Clint
You have to buy Dreamweaver MX to get Homesite+

The main diff between HomeSite and HomeSite+ is that + has the RDS features
of CF Studio and limited help files.

Clint

- Original Message -
From: Scott Wilhelm [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 6:35 AM
Subject: Homesite+


 I purchased Homesite 5 a while back, but I was wondering what the
 difference between that  Homesite+ is.  Also, how can I upgrade to
 Homesite+ (and how much)?

 Scott
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cf_msmenu-open in new page

2003-03-26 Thread Janine Jakim
I really like the cf_msmenu tag- easy to work with/looks good in lots of
different browsers and works well with Mac (have lots of mac users).
but I'm wondering if there's a way to force this tag to open a page in a new
browser window.  I have reports that need to come up in a new window, but
haven't been able to successfully do this.
Anyone work with this tag and successfully do that?
Thanks,
j
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: USPS Address Verification

2003-03-26 Thread Dave Carabetta
Did you try this page?

http://www.usps.com/ncsc/

Thanks, yeah I did. However, the services offered on that page are not 
really what I'm looking for because they are pre-built applications that 
have the address verification web service already built in. But I'm looking 
to do this myself by hooking into their free web service offered at 
uspswebtools.com. Unfortunately, they provide no links at all to the Address 
Verification service inside the login area, even though they promote it as 
an offering on the front page.

I did get a response from the USPS Tech Support team, and they claim it's a 
special service that requires and interview-type call to see how I'm going 
to be using the service before they give me the proper URLs. So it looks 
like I'm on the right track, but their responses to my repeated e-mails are 
not the most timely!!

Thanks again for trying to help.

Dave.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cfmx j2ee and jrun

2003-03-26 Thread John McCosker
Thanks Stephen!!

-Original Message-
From: Stephen Moretti [mailto:[EMAIL PROTECTED]
Sent: 26 March 2003 14:07
To: CF-Talk
Subject: Re: cfmx j2ee and jrun


John,


 I went on the Macromedia site to the get the latest updater for cfmx,
 and found CFMX for J2EE, on further reading this is a version of CFMX that
 will sit on top of the J2EE application server as opposed to IIS. This
sounds like a
 very powerful integration, but since we want to keep our integration with
IIS, but also
 down the line use Java, EJB and jsp integrated solutions along with CFMX
I'm wondering
 what is the best set up.

That's actually not the right interpretation.  CFMX for J2EE sits on another
_Java_ server as instead of JRun.  You will still need the web server of
your choice to serve the application.  Even though most Java Servers have
built in web servers they are never recommended for a production
environment.

 I assumed that CFMX not CFMX for J2EE has a built in version of JRUN that
 will handle JSP and CFML seamless integration, is this true?

The version of JRun delivered with CFMX is a cut down version.  Although
there are ways to call jsp pages (as well as other languages) from within a
CF application, it will not serve standalone JSP pages.

 and if so am I right in thinking there is no other configurations
 required in order to run jsp's once CFMX has been installed.

You will need a full Java server to be able run jsp pages.

 And if this is true, is CFMX as good on its own as the MM JRUN server
which
 is a cheaper version of the J2EE server.

Errmmm... Not sure what you're getting at here, but you don't get a J2EE
server (not even the cut down JRun server) with CFMX for J2EE.  You have to
purchase this yourself.

 And if you wish to use JRUN why not go out the whole hog for J2EE.

JRun is a J2EE server I believe.

 If someone could give me advice on this I would be very grateful,
 I am probably over worrying here, but it would be nice to know what be the
 best JAVA CFMX integrated solution
 for future scalability.

If you want a Java/CF server solution, you will need to investigate the
various J2EE servers that are now available (commercial and open source),
purchase the one that meets your need and then purchase CFMX for J2EE to sit
on top of this server

Hope this makes things clearer for you.

Regards

Stephen
===
CF-Europe http://www.cf-europe.org/
Olympia Conference Centre, London
29-30 May 2003
Keynote by Ben Forta and Tim Buntel
===
Stephen Moretti
Manager
Northern UK ColdFusion User Group
www: http://www.cfug.org.uk/



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMX Administrator Page won't open

2003-03-26 Thread Charles Nahm
Thank you Candace, however, the CFIDE directories are in the default
C:\inetpub\wwwroot directory.  Also I have tried the IP and now tried
allowing any unassigned IP to be used by the default site, but now it asks
if I want to download the file instead of just opening it.

I tried opening the index.cfm and it appears to be garbled or encrypted.

BUT, I copied the exact files over and they work fine inside of another
site, so I think it is a directory issue or default web site issue.

Sorta stumped here.  I sent an email to Macromedia support 2 days ago and
have yet to hear back.  Great support, glad I bothered to register and all
so I can get Macromedia spam but no help at all when it comes to making
their product work.

Charles

 -Original Message-
 From: Candace Cottrell [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 8:04 AM
 To: CF-Talk
 Subject: RE: CFMX Administrator Page won't open


 Instead of localhost, I have to use the actual IP address on boxes where
 I am not using the default C:\InetPub...




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


 [EMAIL PROTECTED]

  [EMAIL PROTECTED] 3/25/2003 6:06:21 PM 
 Just tried it same error message as localhost.  I then tried letting
 it
 choose all unassigned IPs instead of binding it to one IP and now it
 tries
 to download the file?!  When I click Open, it doesn't do anything.

 Thanks,
 Charles

  -Original Message-
  From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 25, 2003 5:57 PM
  To: CF-Talk
  Subject: RE: CFMX Administrator Page won't open
 
 
  Try http://127.0.0.1/CFIDE/Administrator/index.cfm
 
  -Original Message-
  From: Charles Nahm [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, 26 March 2003 9:38 AM
  To: CF-Talk
  Subject: CFMX Administrator Page won't open
 
 
  All the other CF sites on the box work fine.  When I copied the
 CFIDE
  directory to another site on the same box it seems to run okay, but
 not
  within the root.
 
  http://localhost/CFIDE/Administrator/index.cfm it says file
  cannot be found
  when the file is clearly right there.  In IIS (5), the Documents tab
 has
  index.cfm as one of the possible home pages for the default Site and
 the
  Default site is running.  The JRunScripts directory appears in the
 default
  root as well as all the other site roots.  I ran the IIS Connectors
 batch
  after adding the most recent sites as well.
 
  Is it fine for me to run the CF Admin from within another domain
  instead of
  the default or do I need to uninstall and reinstall everything?
 
  Thanks,
  Charles
 
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Tracking Nested Includes

2003-03-26 Thread Mike Brunt
I seem to recall there was a custom tag or some code that can be pointed at
a directory and list all cfincludes nested and all.  If I am not
hallucinating can someone point me to it?

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

Webapper Web Application Specialists



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RegExp Help

2003-03-26 Thread David Collie (itndac)
Can anyone help me with the RegExp for stripping out content between two
defined tags... ie

ud_stripout
...
Content to strip out
...
/ud_stripout

I would need it to strip out all the content and the tags themselves as
well...

TaInAdvance
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Neil Middleton
ud_stripout.*/ud_stripout

I think, if not, nevermind...

Neil


 Can anyone help me with the RegExp for stripping out content 
 between two
 defined tags... ie
 
 ud_stripout
   ...
   Content to strip out
   ...
 /ud_stripout
 
 I would need it to strip out all the content and the tags 
 themselves as
 well...

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: RegExp Help

2003-03-26 Thread Jerry Johnson
What version of CF?
How long can the string be you are stripping it from?
By strip out, do you want the string returned without these tags in it? (As if you 
replaced them with )
Are the these tags ever nested?

Jerry Johnson


 [EMAIL PROTECTED] 03/26/03 10:03AM 
Can anyone help me with the RegExp for stripping out content between two
defined tags... ie

ud_stripout
...
Content to strip out
...
/ud_stripout

I would need it to strip out all the content and the tags themselves as
well...

TaInAdvance

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMX Administrator Page won't open

2003-03-26 Thread Dave Wilson
Charles,

I haven't been following this thread right through, but it sounds to me like
your JRun connector (aka wsconfig.jar) has a broken connection with your
default IIS web site, which would cause the web server to be unable to
decide what to do with the .cfm templates (I presume all .cfm templaters are
behaving the same way from the default website in your setup) thus rompting
you to download the file.

I suggest you take a look at the CFMX installation release notes and follow
the instructions for re-installing the JRun connector to IIS.

Also you haven't specified what updater level you are at. If you have
installed updater 3 then you should take a look at the New connector FAQ
page at

http://www.macromedia.com/support/coldfusion/ts/documents/connector_install_
faq.htm#MicrosoftIIS

HTH,
Dave

 -Original Message-
 From: Charles Nahm [mailto:[EMAIL PROTECTED]
 Sent: 26 March 2003 14:53
 To: CF-Talk
 Subject: RE: CFMX Administrator Page won't open


 Thank you Candace, however, the CFIDE directories are in the default
 C:\inetpub\wwwroot directory.  Also I have tried the IP and now tried
 allowing any unassigned IP to be used by the default site,
 but now it asks
 if I want to download the file instead of just opening it.

 I tried opening the index.cfm and it appears to be garbled or
 encrypted.

 BUT, I copied the exact files over and they work fine inside
 of another
 site, so I think it is a directory issue or default web site issue.

 Sorta stumped here.  I sent an email to Macromedia support 2
 days ago and
 have yet to hear back.  Great support, glad I bothered to
 register and all
 so I can get Macromedia spam but no help at all when it comes
 to making
 their product work.

 Charles

  -Original Message-
  From: Candace Cottrell [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 26, 2003 8:04 AM
  To: CF-Talk
  Subject: RE: CFMX Administrator Page won't open
 
 
  Instead of localhost, I have to use the actual IP address
 on boxes where
  I am not using the default C:\InetPub...
 
 
 
 
  Candace K. Cottrell, Web Developer
  The Children's Medical Center
  One Children's Plaza
  Dayton, OH 45404
  937-641-4293
  http://www.childrensdayton.org
 
 
  [EMAIL PROTECTED]
 
   [EMAIL PROTECTED] 3/25/2003 6:06:21 PM 
  Just tried it same error message as localhost.  I then tried letting
  it
  choose all unassigned IPs instead of binding it to one IP and now it
  tries
  to download the file?!  When I click Open, it doesn't do anything.
 
  Thanks,
  Charles
 
   -Original Message-
   From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, March 25, 2003 5:57 PM
   To: CF-Talk
   Subject: RE: CFMX Administrator Page won't open
  
  
   Try http://127.0.0.1/CFIDE/Administrator/index.cfm
  
   -Original Message-
   From: Charles Nahm [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, 26 March 2003 9:38 AM
   To: CF-Talk
   Subject: CFMX Administrator Page won't open
  
  
   All the other CF sites on the box work fine.  When I copied the
  CFIDE
   directory to another site on the same box it seems to run
 okay, but
  not
   within the root.
  
   http://localhost/CFIDE/Administrator/index.cfm it says file
   cannot be found
   when the file is clearly right there.  In IIS (5), the
 Documents tab
  has
   index.cfm as one of the possible home pages for the
 default Site and
  the
   Default site is running.  The JRunScripts directory appears in the
  default
   root as well as all the other site roots.  I ran the IIS
 Connectors
  batch
   after adding the most recent sites as well.
  
   Is it fine for me to run the CF Admin from within another domain
   instead of
   the default or do I need to uninstall and reinstall everything?
  
   Thanks,
   Charles
  
   ---
   Outgoing mail is certified Virus Free.
   Checked by AVG anti-virus system (http://www.grisoft.com).
   Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
  
  
  
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting rid of evaluate

2003-03-26 Thread Mark A. Kruger - CFG
Thane,

Make your fields part of a structure...


cfset a = structnew()
cfset a.Field1 = regNumber,10,Registration Number, text,,
. etc.

Then, in your loop code,

Cfset i1 = 1
cfset i2 = 2

cfloop collection=#a# item=item

cfloop List=#a[item]# index=listmember

   cfset  FieldInfo[i1][i2]= listmember 


...etc...

cfset i2 = i2 + 1
/cfloop

cfset i1 = i1 + 1

/cfloop



Of course depending on what you are trying to do there are probably easier
ways to accomplish it. Your data structure seems unconventional, but I'm
only seeing a tiny piece of it of course. Perhaps the point is to convert a
bunch of individual data members into a 2d array.  An array of structures
might be a better choice if you have more than one collection of these
individual data members.

-Mark





-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 8:25 AM
To: CF-Talk
Subject: Getting rid of evaluate


How would I get rid of the evaluates in the following code?

Thanks,

T

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

html
head
 titleUntitled/title
/head

body
!--- Set up the fields array ---
cfset FieldInfo=ArrayNew(2)
!--- Array layout:
[FieldName][Length][Label][Type][Validation]
---
cfset Field1=RegNumber,10,Registration Number,Text,,
cfset Field2=FirstName,40,First Name,Text,,
cfset Field3=LastName,40,Last Name,Text,,
cfset Field4=Street,40,Street,Text,,
cfset Field5=City,40,City,Text,,
cfset Field6=Province,2,Province,Text,,
cfset Field7=Country,40,Country,Text,,
cfset Field8=PostalCode,7,Postal Code,Text,,
cfset Field9=PhoneNumber,12,Phone Number,Text,,
cfset Field10=EMailAddress,40,EMail Address,Text,,
cfset Field11=EMailAddress,40,EMail Address,Text,,
cfset Field12=PlaceOfBirth,10,Place Of Birth,Text
cfset Field13=DateOfBirth,10,Date Of Birth,dd/mm/
cfset Field14=PlaceOfDeath,10,Place Of Death,Text
cfset Field15=DateOfDeath,10,Date Of Death,dd/mm/
cfset Field16=RelationshipTypeID,2,RelationshipType,,
cfset TotalFields=16

cfloop index=FieldNumber from=1 to=#TotalFields#
 cfset CurrentFieldName=FieldFieldNumber
 cfloop index=Data from=1
to=#ListLen(Evaluate(CurrentFieldName))#
 cfset
FieldInfo[FieldNumber][Data]=ListGetAt(Evaluate(CurrentFieldName),Data)
 /cfloop
/cfloop

cfloop index=FieldNumber from=1 to=#TotalFields#
 cfset CurrentFieldName=FieldFieldNumber
 cfloop index=Data from=1
to=#ListLen(Evaluate(CurrentFieldName))#
 CFOUTPUT
 #FieldInfo[FieldNumber][Data]#
 /CFOUTPUT
 /cfloop
 br
/cfloop

/body
/html



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread David Collie (itndac)
CF5 could be any length but for now won't be any longer than about
4000 characters.

The tags will not be nested and i would just like the RegExp to remove
the code between these tags and the tags themselves (As if you replaced
them with , YES :-)

i appreciate any help as I am absolutely hopeless with RegExp and I know
there are experts on the list

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 15:03
To: CF-Talk
Subject: Re: RegExp Help


What version of CF?
How long can the string be you are stripping it from?
By strip out, do you want the string returned without these tags in it?
(As if you replaced them with ) Are the these tags ever nested?

Jerry Johnson


 [EMAIL PROTECTED] 03/26/03 10:03AM 
Can anyone help me with the RegExp for stripping out content between two
defined tags... ie

ud_stripout
...
Content to strip out
...
/ud_stripout

I would need it to strip out all the content and the tags themselves as
well...

TaInAdvance


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



MedSeek

2003-03-26 Thread Candace Cottrell
Has anyone heard of or used MedSeek or MedSeek's sitemaker?
 
If so, what comments do you have on it? We are trying to determine if
this is a better fit for us than CommonSpot.
 
TIA
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Single Quotes in Field value throwing error outputing in javascript on cf page

2003-03-26 Thread Jason Miller
haha... see cfsavecontent I discovered a while ago and started using it 
to develop all my static content page from database because it was so fun...
wow - sound like a loser there..
anyhow - thanks again.. and enjoy that cfquery tag - pretty useful ;)


Charlie Griefer wrote:
 Hi Jason:
 
 I wouldn't worry too much about replacing your 'nutty' replace functions, as
 jstringFormat() is really just a built-in replace function itself.  Well,
 actually *I* would worry about it...but I'm really anal.  A sane person
 wouldn't worry about it :)
 
 As far as the function escaping you...yeah, i know that feeling too.  I've
 been using CF since 1996, and I just recently (like 3 months ago recently)
 found out about the cfsavecontent tag.  Wow.
 
 charlie
 (dying to try out this new 'cfquery' tag that he's just recently heard
 about too)
 
 
 -Original Message-
 From: Jason Miller [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 25, 2003 5:15 PM
 To: CF-Talk
 Subject: Re: Single Quotes in Field value throwing error outputing in
 javascript on cf page
 
 
 Well - that was an uncontested 5 suggestions for jsStringFormat() - and
 it worked wonderfully. How did that little function escape me so long.
 
 My toughest decision is now do I go back through old project cleaning up
 my nutty replace functions I previously dreamed up and replace with
 jsStringFormat() ! :)
 
 Thanks everyone - I knew posting to the list would help.
 jay miller
 
 charlie griefer wrote:
 
there is a jsStringFormat() function which will escape the 'dangerous'
javascript characters :)

hth,
charlie

Jason Miller writes:



Hello list -
I have an access database - it already has text in a  memo field riddled
with ' quotes. Like - Woman's and it's and all sorts of words.

Problem is it is creating an issue with my javascript event - which is
onMouseOver=tip.show('#Trim(LinkDesc)#')

Do I need to do a replace function each time? Or do I have to run a
filter on all existing fields and re-insert the info with a
PreserveSingleQuotes?

It throws cf errors on page rendered - it explains a mystery -
Expected ) issue. Also - it prevents any tip's from showing that have
a single quote.
I tested it to be sure this was the problem and in the mouseover -
temporarily changed it to urlencodedformat and it fixed all issues.. but
obviously for readability -that's not a solution.

What's the best, quickest and easiest way to go here? Advice? I tried a
few things but nothing worked for me 100% or was effective (not spaghetti)

thanks!
jay




 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread David Collie (itndac)
Hi Neil,  Thanks for getting back to me... 

Your RegExp has done the trick well under it and really need to
brush up on my RegExp skills but am always put off by the horrible ones
you see getting used!

Much appreciated anyway :-)



-Original Message-
From: Neil Middleton [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 15:01
To: CF-Talk
Subject: RE: RegExp Help


ud_stripout.*/ud_stripout

I think, if not, nevermind...

Neil


 Can anyone help me with the RegExp for stripping out content
 between two
 defined tags... ie
 
 ud_stripout
   ...
   Content to strip out
   ...
 /ud_stripout
 
 I would need it to strip out all the content and the tags
 themselves as
 well...


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Ben Doom
Can the ud_stripout tags contain other tags?
Will there ever be more than one set in the page?
Will the tags ever take any parameters ie ud_stripout class=dead?


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Jerry Johnson [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:03 AM
: To: CF-Talk
: Subject: Re: RegExp Help
:
:
: What version of CF?
: How long can the string be you are stripping it from?
: By strip out, do you want the string returned without these tags
: in it? (As if you replaced them with )
: Are the these tags ever nested?
:
: Jerry Johnson
:
:
:  [EMAIL PROTECTED] 03/26/03 10:03AM 
: Can anyone help me with the RegExp for stripping out content between two
: defined tags... ie
:
: ud_stripout
:   ...
:   Content to strip out
:   ...
: /ud_stripout
:
: I would need it to strip out all the content and the tags themselves as
: well...
:
: TaInAdvance
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Neil Middleton
thats alright, thats about the only regexp I know..;-)

Neil


 Hi Neil,  Thanks for getting back to me... 
 
 Your RegExp has done the trick well under it and really need to
 brush up on my RegExp skills but am always put off by the 
 horrible ones
 you see getting used!
 
 Much appreciated anyway :-)

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Ben Doom
Just be aware that if you have a page like

Between ud_stripoutthe waves/ud_stripout and the shore ud_stripout
there's a boat/ud_stripout here.

You'll get
Between  here.
not
Between  and the shore  here.

Because that regex will strip /everything/ between the /first/ open and the
/last/ close.  Which is why some of us are asking wierd questions about it.
:-)


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:25 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Hi Neil,  Thanks for getting back to me...
:
: Your RegExp has done the trick well under it and really need to
: brush up on my RegExp skills but am always put off by the horrible ones
: you see getting used!
:
: Much appreciated anyway :-)
:
:
:
: -Original Message-
: From: Neil Middleton [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:01
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: ud_stripout.*/ud_stripout
:
: I think, if not, nevermind...
:
: Neil
:
:
:  Can anyone help me with the RegExp for stripping out content
:  between two
:  defined tags... ie
: 
:  ud_stripout
:  ...
:  Content to strip out
:  ...
:  /ud_stripout
: 
:  I would need it to strip out all the content and the tags
:  themselves as
:  well...
:
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread David Collie (itndac)
FYI: The purpose was to rip out the HTML buttons of a report when
converting to PDF

Neil's RegExp did what I needed as I could guarantee that there would
only be one set on the page that surrounded the HTML code for the
buttons.  (Calling the report via CFHTTP so got it all in a variable to
run the RegExp on)

Ben  Jerry's questions do make me quite inquisitive as I am a bit
fearful of RegExp but I do realise that they could help me code so
much better... 

unfortunately... just dont have the time to learn it at the moment as
the Man has me working like crazy...

Anyway Cheers for your help everyone

PS anyone got any good resouces for learning RegExp?

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 15:21
To: CF-Talk
Subject: RE: RegExp Help


Can the ud_stripout tags contain other tags?
Will there ever be more than one set in the page?
Will the tags ever take any parameters ie ud_stripout class=dead?


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Jerry Johnson [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:03 AM
: To: CF-Talk
: Subject: Re: RegExp Help
:
:
: What version of CF?
: How long can the string be you are stripping it from?
: By strip out, do you want the string returned without these tags
: in it? (As if you replaced them with )
: Are the these tags ever nested?
:
: Jerry Johnson
:
:
:  [EMAIL PROTECTED] 03/26/03 10:03AM 
: Can anyone help me with the RegExp for stripping out content between
two
: defined tags... ie
:
: ud_stripout
:   ...
:   Content to strip out
:   ...
: /ud_stripout
:
: I would need it to strip out all the content and the tags themselves
as
: well...
:
: TaInAdvance
:
: 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Jerry Johnson
You can't give up now just because its working!

Ben and I are chomping at the bit.

Can there be more than one of these sets of tags in the string?

(Neil's solution assumes 1 and only 1 set in the string)

Jerry Johnson

 [EMAIL PROTECTED] 03/26/03 10:24AM 
Hi Neil,  Thanks for getting back to me... 

Your RegExp has done the trick well under it and really need to
brush up on my RegExp skills but am always put off by the horrible ones
you see getting used!

Much appreciated anyway :-)



-Original Message-
From: Neil Middleton [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 15:01
To: CF-Talk
Subject: RE: RegExp Help


ud_stripout.*/ud_stripout

I think, if not, nevermind...

Neil


 Can anyone help me with the RegExp for stripping out content
 between two
 defined tags... ie
 
 ud_stripout
   ...
   Content to strip out
   ...
 /ud_stripout
 
 I would need it to strip out all the content and the tags
 themselves as
 well...



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Ben Doom
If you like books, I'd reccommend starting with the regex chapter of
Advanced Macromedia ColdFusion 5 Application Development by Ben Forta

However, that seems to assume that you already know a bit about regex and
just need to know about porting to CF5 POSIX-like syntax and the limitations
of the CF5 engine.  If you want to know more about regex in general, and
especially Javascript and Perlish (and therefore CFMXish) regex, I'd
reccommend
Mastering Regular Expressions from O'Reilly.

If you want something quick, easy, and interactive, I'd reccommend
http://www.houseoffusion.com/cf_lists/index.cfm?method=threadsforumid=21
for all your CF regex needs.  The ninjas are standing by.


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:34 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: FYI: The purpose was to rip out the HTML buttons of a report when
: converting to PDF
:
: Neil's RegExp did what I needed as I could guarantee that there would
: only be one set on the page that surrounded the HTML code for the
: buttons.  (Calling the report via CFHTTP so got it all in a variable to
: run the RegExp on)
:
: Ben  Jerry's questions do make me quite inquisitive as I am a bit
: fearful of RegExp but I do realise that they could help me code so
: much better...
:
: unfortunately... just dont have the time to learn it at the moment as
: the Man has me working like crazy...
:
: Anyway Cheers for your help everyone
:
: PS anyone got any good resouces for learning RegExp?
:
: -Original Message-
: From: Ben Doom [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:21
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Can the ud_stripout tags contain other tags?
: Will there ever be more than one set in the page?
: Will the tags ever take any parameters ie ud_stripout class=dead?
:
:
: --  Ben Doom
: Programmer  General Lackey
: Moonbow Software, Inc
:
: : -Original Message-
: : From: Jerry Johnson [mailto:[EMAIL PROTECTED]
: : Sent: Wednesday, March 26, 2003 10:03 AM
: : To: CF-Talk
: : Subject: Re: RegExp Help
: :
: :
: : What version of CF?
: : How long can the string be you are stripping it from?
: : By strip out, do you want the string returned without these tags
: : in it? (As if you replaced them with )
: : Are the these tags ever nested?
: :
: : Jerry Johnson
: :
: :
: :  [EMAIL PROTECTED] 03/26/03 10:03AM 
: : Can anyone help me with the RegExp for stripping out content between
: two
: : defined tags... ie
: :
: : ud_stripout
: : ...
: : Content to strip out
: : ...
: : /ud_stripout
: :
: : I would need it to strip out all the content and the tags themselves
: as
: : well...
: :
: : TaInAdvance
: :
: :
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread David Collie (itndac)
Hi all...

All right guys I actually do want to take it a bit further if you don't
mind... at the moment I only have one set of tags per page... but I was
starting to think I could use this all over the place and it would be
very handy...

How would you go about ensuring that it only stripped out between the
opening and closing tag (if there were multiple) and not the others as
and not get the mucked up answer as listed below by Ben

Cheers

PS Subscription to CF_RegExp has left my inbox. And yes, they did seem
like weird questions but I understand why now :-)

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 15:29
To: CF-Talk
Subject: RE: RegExp Help


Just be aware that if you have a page like

Between ud_stripoutthe waves/ud_stripout and the shore ud_stripout
there's a boat/ud_stripout here.

You'll get
Between  here.
not
Between  and the shore  here.

Because that regex will strip /everything/ between the /first/ open and
the /last/ close.  Which is why some of us are asking wierd questions
about it.
:-)


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 10:25 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Hi Neil,  Thanks for getting back to me...
:
: Your RegExp has done the trick well under it and really need to
: brush up on my RegExp skills but am always put off by the horrible
ones
: you see getting used!
:
: Much appreciated anyway :-)
:
:
:
: -Original Message-
: From: Neil Middleton [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:01
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: ud_stripout.*/ud_stripout
:
: I think, if not, nevermind...
:
: Neil
:
:
:  Can anyone help me with the RegExp for stripping out content
:  between two
:  defined tags... ie
: 
:  ud_stripout
:  ...
:  Content to strip out
:  ...
:  /ud_stripout
: 
:  I would need it to strip out all the content and the tags
:  themselves as
:  well...
:
:
: 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



IIS Problem

2003-03-26 Thread Shahzad.Butt
If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
than opening my cfadmin page it opens a dialog box with options to SAVE,
OPEN, CANCEL.. Same thing is happening for my website which is
remotely used. What could be the reason. I've already restarted IIS
quite few times.

Thanks,
Shaz


![EMAIL PROTECTED]@APOLLO!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Ben Doom
The easy answer (for me) is to upgrade to CFMX, which allows non-greedy
matches, which are intended to do exactly that.

If you really need to do this, I'd use refind() to locate each instance of
the beginning and ending tags and loop over that, removing them as I find
them.

HTH

--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 11:17 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Hi all...
:
: All right guys I actually do want to take it a bit further if you don't
: mind... at the moment I only have one set of tags per page... but I was
: starting to think I could use this all over the place and it would be
: very handy...
:
: How would you go about ensuring that it only stripped out between the
: opening and closing tag (if there were multiple) and not the others as
: and not get the mucked up answer as listed below by Ben
:
: Cheers
:
: PS Subscription to CF_RegExp has left my inbox. And yes, they did seem
: like weird questions but I understand why now :-)
:
: -Original Message-
: From: Ben Doom [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:29
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Just be aware that if you have a page like
:
: Between ud_stripoutthe waves/ud_stripout and the shore ud_stripout
: there's a boat/ud_stripout here.
:
: You'll get
: Between  here.
: not
: Between  and the shore  here.
:
: Because that regex will strip /everything/ between the /first/ open and
: the /last/ close.  Which is why some of us are asking wierd questions
: about it.
: :-)
:
:
: --  Ben Doom
: Programmer  General Lackey
: Moonbow Software, Inc
:
: : -Original Message-
: : From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: : Sent: Wednesday, March 26, 2003 10:25 AM
: : To: CF-Talk
: : Subject: RE: RegExp Help
: :
: :
: : Hi Neil,  Thanks for getting back to me...
: :
: : Your RegExp has done the trick well under it and really need to
: : brush up on my RegExp skills but am always put off by the horrible
: ones
: : you see getting used!
: :
: : Much appreciated anyway :-)
: :
: :
: :
: : -Original Message-
: : From: Neil Middleton [mailto:[EMAIL PROTECTED]
: : Sent: 26 March 2003 15:01
: : To: CF-Talk
: : Subject: RE: RegExp Help
: :
: :
: : ud_stripout.*/ud_stripout
: :
: : I think, if not, nevermind...
: :
: : Neil
: :
: :
: :  Can anyone help me with the RegExp for stripping out content
: :  between two
: :  defined tags... ie
: : 
: :  ud_stripout
: :...
: :Content to strip out
: :...
: :  /ud_stripout
: : 
: :  I would need it to strip out all the content and the tags
: :  themselves as
: :  well...
: :
: :
: :
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Verity Performance

2003-03-26 Thread Jeff Battershall
I'm interested in feedback about Verity performance in large websites.  I'm
talking about K2 server.  I'm in the process of recommending a solution to a
university and I want to be sure that the tools provided are adequate to the
task.
 
Anyone have experience with VLVC's (Very Large Verity Collections)?
 
Jeff Battershall
Director of New Media Development
Thinkframe
211 N. 13th Street
Philadelphia, PA 19107

(215) 751-1114 x246
[EMAIL PROTECTED]

 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



custom tag problem

2003-03-26 Thread Abdüsselam_Karataþ
Hi everyone,

I have a custom tag where I want to insert attributes and their values to
this custom tag using  another string type variable and then execute the
custom tag.

But I could not.

Here is the code:

Instead of writing
my_custom_tag  attribute1=1 attribute2=2

I want to write
cfset  string = attribute1=1 attribute2=2
my_custom_tag  #string#

The error says:
Invalid CFML construct found on line 1 at column 19. ColdFusion was looking
at the following text:
attribute1


Thanks in advance.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Verity Performance

2003-03-26 Thread Dave Watts
 I'm interested in feedback about Verity performance 
 in large websites. I'm talking about K2 server. I'm 
 in the process of recommending a solution to a
 university and I want to be sure that the tools 
 provided are adequate to the task.
  
 Anyone have experience with VLVC's (Very Large Verity 
 Collections)?

What do you consider very large to be? Note that the bundled version of K2
that comes with CF has a pretty low ceiling for how many documents can be
stored - 250,000 with CF Enterprise Edition, I think.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



IIS hiding .cfm

2003-03-26 Thread Sam Roach
Has anyone had any luck with processing .html files to cold fusion?
I've set up IIS to pass .HTML extensions to my jrun.dll, but when I try to
view the page I get a Page cannot be displayed error.

As an experiment I tried passing the page to the asp.dll which seemed to
work fine.

Looking online this is the only reference to this that I have found:
http://www.maxfusion.co.uk/faq/viewfaq.cfm?QID=63 

Is there another step I'm missing with Cold Fusion?

-- Sam
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IIS hiding .cfm

2003-03-26 Thread Jerry Johnson
Which version of CF?

Jerry Johnson

 [EMAIL PROTECTED] 03/26/03 11:45AM 
Has anyone had any luck with processing .html files to cold fusion?
I've set up IIS to pass .HTML extensions to my jrun.dll, but when I try to
view the page I get a Page cannot be displayed error.

As an experiment I tried passing the page to the asp.dll which seemed to
work fine.

Looking online this is the only reference to this that I have found:
http://www.maxfusion.co.uk/faq/viewfaq.cfm?QID=63 

Is there another step I'm missing with Cold Fusion?

-- Sam

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: custom tag problem

2003-03-26 Thread Randell B Adkins
Can not do it that way, the custom tag is looking for the pairs of:
variable name and value

you could submit one variable as:  varString=#string#

but then you have to parse the attributes.string in the custom tag
to get each variable and value as needed.



 [EMAIL PROTECTED] 03/26/03 11:36AM 
Hi everyone,

I have a custom tag where I want to insert attributes and their values
to
this custom tag using  another string type variable and then execute
the
custom tag.

But I could not.

Here is the code:

Instead of writing
my_custom_tag  attribute1=1 attribute2=2

I want to write
cfset  string = attribute1=1 attribute2=2
my_custom_tag  #string#

The error says:
Invalid CFML construct found on line 1 at column 19. ColdFusion was
looking
at the following text:
attribute1


Thanks in advance.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



pointers in cfmx

2003-03-26 Thread Ken Beard
cfset person1=structnew()
cfset person2=person1
cfset person2.name=ken

cfoutput#person1.name#/cfoutput



this would yield ken in cf5, but in cfmx, you get an error on line 2
saying Complex object types cannot be converted to simple values.


so are there no pointers in cfmx??  any other way i'm not aware of to cut
down on long complex object references?

ken

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IIS hiding .cfm

2003-03-26 Thread Sam Roach
Coldfusion MX... Version 6

-- Sam

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 8:51 AM
To: CF-Talk
Subject: Re: IIS hiding .cfm


Which version of CF?

Jerry Johnson

 [EMAIL PROTECTED] 03/26/03 11:45AM 
Has anyone had any luck with processing .html files to cold fusion?
I've set up IIS to pass .HTML extensions to my jrun.dll, but when I try to
view the page I get a Page cannot be displayed error.

As an experiment I tried passing the page to the asp.dll which seemed to
work fine.

Looking online this is the only reference to this that I have found:
http://www.maxfusion.co.uk/faq/viewfaq.cfm?QID=63 

Is there another step I'm missing with Cold Fusion?

-- Sam


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IIS hiding .cfm

2003-03-26 Thread Mike Townend
Which version of ColdFusion are you running? The instructions on that page
are for CF5 and below, for CFMX you have to add an entry to the
C:\CFusionMX\wwwroot\WEB-INF\web.xml file such as 

servlet-mapping
servlet-nameCfmServlet/servlet-name
url-pattern*.htm/url-pattern
/servlet-mapping

HTH



-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 16:45
To: CF-Talk
Subject: IIS hiding .cfm


Has anyone had any luck with processing .html files to cold fusion? I've set
up IIS to pass .HTML extensions to my jrun.dll, but when I try to view the
page I get a Page cannot be displayed error.

As an experiment I tried passing the page to the asp.dll which seemed to
work fine.

Looking online this is the only reference to this that I have found:
http://www.maxfusion.co.uk/faq/viewfaq.cfm?QID=63 

Is there another step I'm missing with Cold Fusion?

-- Sam

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IIS Problem

2003-03-26 Thread Randell B Adkins
Go to IIS
View the properties of the website
Click on Home Directory
Click on Configuration
See if you have the extension of .cfm in the Application Mapping
If not, add it

Extension: .cfm
Executable:  C:\CFusion\bin\iscf.dll
Check That File Exists: CHECKED


 [EMAIL PROTECTED] 03/26/03 11:13AM 
If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
than opening my cfadmin page it opens a dialog box with options to
SAVE,
OPEN, CANCEL.. Same thing is happening for my website which is
remotely used. What could be the reason. I've already restarted IIS
quite few times.

Thanks,
Shaz


![EMAIL PROTECTED]@APOLLO!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread David Collie (itndac)
No CFMX upgrade for a while unfortunately, will look into the refind (if
I get time!)

Cheers to Neil, Jerry and Ben, much appreciated 

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 16:30
To: CF-Talk
Subject: RE: RegExp Help


The easy answer (for me) is to upgrade to CFMX, which allows
non-greedy matches, which are intended to do exactly that.

If you really need to do this, I'd use refind() to locate each instance
of the beginning and ending tags and loop over that, removing them as I
find them.

HTH

--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 11:17 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Hi all...
:
: All right guys I actually do want to take it a bit further if you
don't
: mind... at the moment I only have one set of tags per page... but I
was
: starting to think I could use this all over the place and it would be
: very handy...
:
: How would you go about ensuring that it only stripped out between the
: opening and closing tag (if there were multiple) and not the others as
: and not get the mucked up answer as listed below by Ben
:
: Cheers
:
: PS Subscription to CF_RegExp has left my inbox. And yes, they did seem
: like weird questions but I understand why now :-)
:
: -Original Message-
: From: Ben Doom [mailto:[EMAIL PROTECTED]
: Sent: 26 March 2003 15:29
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Just be aware that if you have a page like
:
: Between ud_stripoutthe waves/ud_stripout and the shore
ud_stripout
: there's a boat/ud_stripout here.
:
: You'll get
: Between  here.
: not
: Between  and the shore  here.
:
: Because that regex will strip /everything/ between the /first/ open
and
: the /last/ close.  Which is why some of us are asking wierd questions
: about it.
: :-)
:
:
: --  Ben Doom
: Programmer  General Lackey
: Moonbow Software, Inc
:
: : -Original Message-
: : From: David Collie (itndac) [mailto:[EMAIL PROTECTED]
: : Sent: Wednesday, March 26, 2003 10:25 AM
: : To: CF-Talk
: : Subject: RE: RegExp Help
: :
: :
: : Hi Neil,  Thanks for getting back to me...
: :
: : Your RegExp has done the trick well under it and really need to
: : brush up on my RegExp skills but am always put off by the horrible
: ones
: : you see getting used!
: :
: : Much appreciated anyway :-)
: :
: :
: :
: : -Original Message-
: : From: Neil Middleton [mailto:[EMAIL PROTECTED]
: : Sent: 26 March 2003 15:01
: : To: CF-Talk
: : Subject: RE: RegExp Help
: :
: :
: : ud_stripout.*/ud_stripout
: :
: : I think, if not, nevermind...
: :
: : Neil
: :
: :
: :  Can anyone help me with the RegExp for stripping out content
: :  between two
: :  defined tags... ie
: : 
: :  ud_stripout
: :...
: :Content to strip out
: :...
: :  /ud_stripout
: : 
: :  I would need it to strip out all the content and the tags
: :  themselves as
: :  well...
: :
: :
: :
:
: 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Replace function

2003-03-26 Thread Robert Orlini
I am using the Replace function to clear a  character in a column. 

The line I use to display between cfoutput is: #replace(col005, , , all)#. 

This is probably simple, but the column data contains another character I want to 
delete as well a: . How do I specify that in the Replace function line I created 
above? 

Thanks.

Robert Orlini
HWW


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IIS hiding .cfm

2003-03-26 Thread Sam Roach
thanks, that did it..

-- Sam


-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 8:54 AM
To: CF-Talk
Subject: RE: IIS hiding .cfm


Which version of ColdFusion are you running? The instructions on that page
are for CF5 and below, for CFMX you have to add an entry to the
C:\CFusionMX\wwwroot\WEB-INF\web.xml file such as 

servlet-mapping
servlet-nameCfmServlet/servlet-name
url-pattern*.htm/url-pattern
/servlet-mapping

HTH



-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 16:45
To: CF-Talk
Subject: IIS hiding .cfm


Has anyone had any luck with processing .html files to cold fusion? I've set
up IIS to pass .HTML extensions to my jrun.dll, but when I try to view the
page I get a Page cannot be displayed error.

As an experiment I tried passing the page to the asp.dll which seemed to
work fine.

Looking online this is the only reference to this that I have found:
http://www.maxfusion.co.uk/faq/viewfaq.cfm?QID=63 

Is there another step I'm missing with Cold Fusion?

-- Sam


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: pointers in cfmx

2003-03-26 Thread Ken Beard
nevermind, it works, i was being stupid.
ken

-Original Message-
From: Ken Beard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 11:58 AM
To: [EMAIL PROTECTED]
Subject: pointers in cfmx


cfset person1=structnew()
cfset person2=person1
cfset person2.name=ken

cfoutput#person1.name#/cfoutput



this would yield ken in cf5, but in cfmx, you get an error on line 2
saying Complex object types cannot be converted to simple values.


so are there no pointers in cfmx??  any other way i'm not aware of to cut
down on long complex object references?

ken

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Replace function

2003-03-26 Thread Ben Doom
You do it twice:

#replace(replace(col005, , , all), , , all)#


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Robert Orlini [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 11:57 AM
: To: CF-Talk
: Subject: Replace function
:
:
: I am using the Replace function to clear a  character in a column.
:
: The line I use to display between cfoutput is: #replace(col005,
: , , all)#.
:
: This is probably simple, but the column data contains another
: character I want to delete as well a: . How do I specify that
: in the Replace function line I created above?
:
: Thanks.
:
: Robert Orlini
: HWW
:
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMX Administrator Page won't open

2003-03-26 Thread Charles Nahm
 -Original Message-
 From: Dave Wilson [mailto:[EMAIL PROTECTED]
 Charles,
 I suggest you take a look at the CFMX installation release notes
 and follow
 the instructions for re-installing the JRun connector to IIS.

 Also you haven't specified what updater level you are at. If you have
 installed updater 3 then you should take a look at the New connector FAQ
 page at

 http://www.macromedia.com/support/coldfusion/ts/documents/connecto
 r_install_
 faq.htm#MicrosoftIIS

I downloaded the MX installer on the 11th, but apparently there has been a
new one since then.  I will try that first.  Thanks.

It's kinda a catch-22, where you need CFMX admin to open to see what version
you are at, but CFMX admin is not working.  Thanks for your help.

Charles
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 3/25/2003

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IIS Problem

2003-03-26 Thread Charles Nahm
Randell,

Thank you!  I think you have isolated the problem.  You are the man!

For CFMX, the executable in question is:

C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll

Adding the .cfm extension and the executable worked.  Can see the Admin
again!

Charles Nahm

 -Original Message-
 From: Randell B Adkins [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 11:57 AM
 To: CF-Talk
 Subject: Re: IIS Problem


 Go to IIS
 View the properties of the website
 Click on Home Directory
 Click on Configuration
 See if you have the extension of .cfm in the Application Mapping
 If not, add it

 Extension: .cfm
 Executable:  C:\CFusion\bin\iscf.dll
 Check That File Exists: CHECKED


  [EMAIL PROTECTED] 03/26/03 11:13AM 
 If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
 than opening my cfadmin page it opens a dialog box with options to
 SAVE,
 OPEN, CANCEL.. Same thing is happening for my website which is
 remotely used. What could be the reason. I've already restarted IIS
 quite few times.

 Thanks,
 Shaz


 ![EMAIL PROTECTED]@APOLLO!


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: pointers in cfmx

2003-03-26 Thread Dave Carabetta
cfset person1=structnew()
cfset person2=person1
cfset person2.name=ken

cfoutput#person1.name#/cfoutput

this would yield ken in cf5, but in cfmx, you get an error on line 2
saying Complex object types cannot be converted to simple values.


so are there no pointers in cfmx??  any other way i'm not aware of to cut
down on long complex object references?

This doesn't have do to with pointers. In CFMX, any variables with a . in 
it are automatically converted into structures. So, in your example, 
person2.name is now a structure with a key of name and a value of ken, not 
a simple value. Hence your error.

This feature is documented in several places in the documentation, but I 
don't have the link handy. Check out the Migration Apps documents at 
livedocs.macromedia.com for more information.

Regards,
Dave.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: pointers in cfmx

2003-03-26 Thread Dave Watts
  cfset person1=structnew()
  cfset person2=person1
  cfset person2.name=ken
 
  cfoutput#person1.name#/cfoutput
 
  this would yield ken in cf5, but in cfmx, you get 
  an error on line 2 saying Complex object types cannot
  be converted to simple values.
 
  so are there no pointers in cfmx?? any other way i'm not 
  aware of to cut down on long complex object references?
 
 This doesn't have do to with pointers. In CFMX, any variables 
 with a . in it are automatically converted into structures. 
 So, in your example, person2.name is now a structure with a 
 key of name and a value of ken, not a simple value. Hence 
 your error.

No, actually, Ken's original error was one of testing, as I think he's since
discovered.

In the case of the above code, person2 is a structure because it was created
using person1. The value of the name key in person2 (or person1 for that
matter) is a simple value, so you can safely output person1.name.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Encrypting password

2003-03-26 Thread FlashGuy
HI,

I'm displaying all the fields from my database which also contains the users password 
in plain text. Is there a way to encrypt it when I display it to the screen?
As *** or just a bunch of gobbly gook?

#GetUsers.Password#




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: custom tag problem

2003-03-26 Thread Raymond Camden
So you want to dynamically add attributes to a custom tag? Just use
attributeCollection.

cfset att = structNew()
cfif foo
cfset att.foo = 1
/cfif

cf_goo name=blah attributeCollection=#att#

This will pass foo=1 if and only if foo is true.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

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

 -Original Message-
 From: Abdüsselam_Karataþ [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 26, 2003 10:36 AM
 To: CF-Talk
 Subject: custom tag problem
 
 
 Hi everyone,
 
 I have a custom tag where I want to insert attributes and 
 their values to this custom tag using  another string type 
 variable and then execute the custom tag.
 
 But I could not.
 
 Here is the code:
 
 Instead of writing
 my_custom_tag  attribute1=1 attribute2=2
 
 I want to write
 cfset  string = attribute1=1 attribute2=2
 my_custom_tag  #string#
 
 The error says:
 Invalid CFML construct found on line 1 at column 19. 
 ColdFusion was looking at the following text: attribute1
 
 
 Thanks in advance.
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Encrypting password

2003-03-26 Thread Randell B Adkins
if you really do not have a valid reason to display the actual pwd,
just use *

You can use 1 * for each character or just display 10 or so
regardless.


 [EMAIL PROTECTED] 03/26/03 12:58PM 
HI,

I'm displaying all the fields from my database which also contains the
users password in plain text. Is there a way to encrypt it when I
display it to the screen?
As *** or just a bunch of gobbly gook?

#GetUsers.Password#




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Encrypting password

2003-03-26 Thread Mike Townend
Just don't include it on the page, or don't prefill the password text box,
then on the server side if Len(Trim(Form.Password)) GT 0 then change the
password else don't include the password in the SQL update statement

HTH

Mikey



-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 17:59
To: CF-Talk
Subject: Encrypting password


HI,

I'm displaying all the fields from my database which also contains the users
password in plain text. Is there a way to encrypt it when I display it to
the screen? As *** or just a bunch of gobbly gook?

#GetUsers.Password#




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Encrypting password

2003-03-26 Thread Ben Doom
You could display it in a password form field, or you could just not
query/display it at all.  :-)


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: FlashGuy [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 12:59 PM
: To: CF-Talk
: Subject: Encrypting password
:
:
: HI,
:
: I'm displaying all the fields from my database which also
: contains the users password in plain text. Is there a way to
: encrypt it when I display it to the screen?
: As *** or just a bunch of gobbly gook?
:
: #GetUsers.Password#
:
:
:
:
: ---
: Colonel Nathan R. Jessop
: Commanding Officer
: Marine Ground Forces
: Guatanamo Bay, Cuba
: ---
:
:
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Encrypting password

2003-03-26 Thread Bryan Stevenson
All kinds of ways.  If you just want garbage then use the built in Hash()
function to has it.

You could also check it's length using Len() and then output that many
asterixs.

The big question is...Why display it if it's encrypted garbage and useless
to the user?

Cheers

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

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: FlashGuy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 9:58 AM
Subject: Encrypting password


 HI,

 I'm displaying all the fields from my database which also contains the
users password in plain text. Is there a way to encrypt it when I display it
to the screen?
 As *** or just a bunch of gobbly gook?

 #GetUsers.Password#




 ---
 Colonel Nathan R. Jessop
 Commanding Officer
 Marine Ground Forces
 Guatanamo Bay, Cuba
 ---



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Encrypting password

2003-03-26 Thread Barney Boisvert
Displaying in a password field is not secure, because you can just view
source and read the password out of the HTML.  Much better to fill it in
with a series of asterisks, and then on the processing side see if the
string is all asterisks, and if it is, ignore it.

barneyb

---
Barney Boisvert, Senior Development Engineer
AudienceCentral (formerly PIER System, Inc.)
[EMAIL PROTECTED]
voice : 360.671.8708 x12
fax   : 360.647.5351

www.audiencecentral.com

 -Original Message-
 From: Ben Doom [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 10:07 AM
 To: CF-Talk
 Subject: RE: Encrypting password


 You could display it in a password form field, or you could just not
 query/display it at all.  :-)


 --  Ben Doom
 Programmer  General Lackey
 Moonbow Software, Inc

 : -Original Message-
 : From: FlashGuy [mailto:[EMAIL PROTECTED]
 : Sent: Wednesday, March 26, 2003 12:59 PM
 : To: CF-Talk
 : Subject: Encrypting password
 :
 :
 : HI,
 :
 : I'm displaying all the fields from my database which also
 : contains the users password in plain text. Is there a way to
 : encrypt it when I display it to the screen?
 : As *** or just a bunch of gobbly gook?
 :
 : #GetUsers.Password#
 :
 :
 :
 :
 : ---
 : Colonel Nathan R. Jessop
 : Commanding Officer
 : Marine Ground Forces
 : Guatanamo Bay, Cuba
 : ---
 :
 :
 :
 :
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Replace function

2003-03-26 Thread Robert Orlini
Works great. Thanks Ben!

Robert O.

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 12:16 PM
To: CF-Talk
Subject: RE: Replace function


You do it twice:

#replace(replace(col005, , , all), , , all)#


--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Robert Orlini [mailto:[EMAIL PROTECTED]
: Sent: Wednesday, March 26, 2003 11:57 AM
: To: CF-Talk
: Subject: Replace function
:
:
: I am using the Replace function to clear a  character in a column.
:
: The line I use to display between cfoutput is: #replace(col005,
: , , all)#.
:
: This is probably simple, but the column data contains another
: character I want to delete as well a: . How do I specify that
: in the Replace function line I created above?
:
: Thanks.
:
: Robert Orlini
: HWW
:
:
: 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Replace function

2003-03-26 Thread Jim McAtee
#ReplaceList(co1005, ,, ,)#


Robert Orlini wrote:
 I am using the Replace function to clear a  character in a 
 column. 
 
 The line I use to display between cfoutput is: #replace(col005, 
 , , all)#. 
 
 This is probably simple, but the column data contains another 
 character I want to delete as well a: . How do I specify that 
 in the Replace function line I created above?
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: J2EE session replication -- application replication?

2003-03-26 Thread S . Isaac Dealey
 I know the use of an HTTP request was previously marked as
 a poor idea, however I'm not sure I agree as I've thought
 this through. Here's a solution that I think would work
 quite well, assuming you encapsulate all your app vars in
 a single object (which is a good idea anyway, IMO).  Of
 course, I might be suggesting rebuilding JMS, which I know
 exactly nothing about, but oh well.

Yea, my one large project (Tapestry) does encapsulate all its application
variables into its own structure, however, in this case it doesn't help much
using what you've described below, and I'll explain why here in a moment.

  - server 1 learns it needs to update it's app vars
  (exactly how is app dependant).
  - server 1 updates the app vars object however it needs to.

This much is already being done prior to clustering, so we're okay here.

  - server 1 serializes the app vars object
(probably want XML, rather than the built in binary format).

That's an idea... Although if the application is rather large (and caches a
lot of data), serializing the structure into an xml packet whether it's wddx
or otherwise could be rather time consuming. At some point, xml
serialization then defeats the purpose of cacheing data in the application
scope instead of going to the db server every time, so imho it's much better
to just deal with the data that's been changed. It could be that you pass
both an xml packet and a string representing the path to the data you're
updating, such as

xml blah blah ... /xml
application.myapp.someobject.stuff.3XLN7

and the clustered app receiving this messag then coppies the deserialized
content of that xml packet into the indicated variable. Should take a lot
less time than serializing the entire application.myapp structure.

  - server 1 gets a list of cluster members (exactly how
will be app/container/cluster controller dependant).

I'd go for a cachedafter query here. This allows me to not have to
continually go to the db to get the list of server and use the same
application sharing routine to flush the cachedafter timestamp and update
the query to then add a new server to the list without having to do anything
special like restarting the application or worse restarting the cf server.

  - for each server, server 1 calls a secured web service,
passing the serialized app vars object, which the other servers then
deserialize and store in their app scope.

I don't know that it needs to be a web service. I could do the same thing
with CF5 and secure it by using a password or password-like algorithm, or
better yet by only allowing other servers in the cluster to submit to the
page receiving the data using the same server list that was used on the
sending end and matching that list against the cgi.remote_addr variable. And
what might actually be a best case scenario is to have each individual
server in the cluster have a single receive-from and send-to address, such
that the cluster is linked in a ring like a token-ring network or a
web-ring. ;P The signal sent from the originating server is sent to only one
machine which then receives it and serializes it in a queue using cflock
name=[myappname]_appshare with a long timeout limit in addition to any
locking on the application scope -- this would just ensure that all the
appshare commands are processed in sequential order. If a given machine in
the ring is down or otherwise inaccessible, the machine attempting to send
to it moves on to the next machine in the list when it doesn't get an ok
response, so that any individual server in the ring won't break the entire
mechanism. The ring itself ensures that the load created by the routine is
distributed evenly amongst the servers and that refresh commands are
processed in sequence. And this of course solves the problem described
below.

 The last piece of the puzzle would be making sure more
 than one server
 doesn't start that process at any given time, but that
 shouldn't be a big
 deal.  Call another web service method after step one that
 tells all servers
 not to start updating, and handle collisions  (if two
 servers start down
 that new step at the same time) by alphabetic ordering of
 server name or
 something.

 Feel free to tell me I'm a jackass, but that seems to me
 like it'd work
 well, and be very app independant, so it could be reused
 over and over.

Not a jackass, it was much the same sort of mechanism I had in mind but
wasn't entirely keen on using. Although now that I've read yours and put
some more thought into it I'm a little less anxious about actually
implementing it.

I'm still concerned about sending an xml packet between the machines and I
think I have a solution for that as well. All servers in the cluster
retrieve their cache data initially from the same source (a single db or a
clustered db, but it's all the same data in either case). That data from the
db is then cached in the application scope. And in the case of my
application in many instances it's already 

RE: RegExp Help

2003-03-26 Thread Jerry Johnson
It is nothing.

This is not good code. I haven't really looked through it lately. Don't learn 
programming practice from it.

With that said, I think this shows how to use find to remove tags and (optionally) 
content

cfparam name=keepTagContent default=0
cfparam name=tag default=FONT
cfparam name=tstr default=An example FONT face='fgfg'This should 
be gone/FONT This should still be there.

cfset findstr=tag
cfset endstr=/tag
cfset tstr2=tstr
cfset tnext=FindNoCase(findstr,tstr)
cfif tnext NEQ 0
cfset tnewstr=
cfset tstart=0
cfset tcRow=1
cfloop condition=tstart LTE len(tstr)
cfset tnext=FindNoCase(findstr,tstr,tstart+1)
cfif tnext NEQ 0
cfset tstart=tnext
cfset tend=tstart
cfset tagend=find(,tstr,tnext+1)
cfset 
tagstr=trim(mid(tstr,tnext,tagend-(tnext-1)))
cfset tnexttag=FindNoCase(endstr, tstr 
,tend+1)
cfif tnexttag NEQ 0
cfset tend=tnexttag
cfset 
tfoundstr=mid(tstr,tstart,tend-(tstart-1)+(len(endstr)-1))
cfset tcRow=tcRow+1
cfif keepTagContent eq 0
cfset 
tstr2=replace(tstr2,tfoundstr,'')
cfelse
cfset 
tstr2=replace(tstr2,tfoundstr,'#mid(tfoundstr,len(tagstr)+1,(len(tfoundstr)-len(tagstr))-len(endstr))#')
/cfif
/cfif
cfelse
!--- aint no more footnotes, so we are done 
---
cfbreak
/cfif
/cfloop
/cfif
cfset result=tstr2



cfoutput#tstr#br
#result#br/cfoutput


 [EMAIL PROTECTED] 03/26/03 12:04PM 
No CFMX upgrade for a while unfortunately, will look into the refind (if
I get time!)

Cheers to Neil, Jerry and Ben, much appreciated 

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED] 
Sent: 26 March 2003 16:30
To: CF-Talk
Subject: RE: RegExp Help


The easy answer (for me) is to upgrade to CFMX, which allows
non-greedy matches, which are intended to do exactly that.

If you really need to do this, I'd use refind() to locate each instance
of the beginning and ending tags and loop over that, removing them as I
find them.

HTH

--  Ben Doom
Programmer  General Lackey
Moonbow Software, Inc

: -Original Message-
: From: David Collie (itndac) [mailto:[EMAIL PROTECTED] 
: Sent: Wednesday, March 26, 2003 11:17 AM
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Hi all...
:
: All right guys I actually do want to take it a bit further if you
don't
: mind... at the moment I only have one set of tags per page... but I
was
: starting to think I could use this all over the place and it would be
: very handy...
:
: How would you go about ensuring that it only stripped out between the
: opening and closing tag (if there were multiple) and not the others as
: and not get the mucked up answer as listed below by Ben
:
: Cheers
:
: PS Subscription to CF_RegExp has left my inbox. And yes, they did seem
: like weird questions but I understand why now :-)
:
: -Original Message-
: From: Ben Doom [mailto:[EMAIL PROTECTED] 
: Sent: 26 March 2003 15:29
: To: CF-Talk
: Subject: RE: RegExp Help
:
:
: Just be aware that if you have a page like
:
: Between ud_stripoutthe waves/ud_stripout and the shore
ud_stripout
: there's a boat/ud_stripout here.
:
: You'll get
: Between  here.
: not
: Between  and the shore  here.
:
: Because that regex will strip /everything/ between the /first/ open
and
: the /last/ close.  Which is why some of us are asking wierd questions
: about it.
: :-)
:
:
: --  Ben Doom
: Programmer  General Lackey
: Moonbow Software, Inc
:
: : -Original Message-
: : From: David Collie (itndac) [mailto:[EMAIL PROTECTED] 
: : Sent: Wednesday, March 26, 2003 10:25 AM
: : To: CF-Talk
: : Subject: RE: RegExp Help
: :
: :
: : Hi Neil,  Thanks for getting back to me...
: :
: : Your RegExp has done the trick well under it and really need to
: : brush up on my RegExp skills but am always put off by the horrible
: ones
: : you see getting used!
: :
: : Much appreciated anyway :-)
: :
: :
: :
: : 

CFMX Updater 3 roll-back?

2003-03-26 Thread qwert12345
First, let me say, I appreciate Macromedia's continous improvement of CFMX.
Just wondering if CFMX Updater 3 has roll-back capability.  In other words, 
after the Updater 3 update and if for whatever reason, I decide to roll back 
to Updater 2 for some time, would that be possible?  It would be real nice 
to have that feature and controled via Admin. 

Don Li (Chunshen)
http://www.hegelsoftware.com/regURL.htm 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: RegExp Help

2003-03-26 Thread Jerry Johnson
And this is a simple replace and regex combo.
(This replace the end tag with a (hopefully) unused character, which should be much 
easier to find than the endtag string)

cfparam name=tag default=FONT
cfparam name=tstr default=An example FONT face='fgfg'This should be gone/FONT 
This should still be there.FONT This is more text to remove/FONT

cfset tstr2=tstr
cfset tstr2=replace(tstr2,/tag,ø,ALL)
cfset tstr2=reReplaceNoCase(tstr2,tag[^ø]*ø,,ALL)

cfoutput
#tstr#br
#tstr2#br
/cfoutput



Jerry


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Verity Performance

2003-03-26 Thread Frank Mamone
In my experience, K2 's performance became more of a resource hog as more
collections were added. We needed about 60 and it wasn't usable, so we
switched to MS Full Text Indexing. Note that in my case, we weren't indexing
documents just database tables.


- Original Message -
From: Jeff Battershall [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 11:33 AM
Subject: Verity Performance


 I'm interested in feedback about Verity performance in large websites.
I'm
 talking about K2 server.  I'm in the process of recommending a solution to
a
 university and I want to be sure that the tools provided are adequate to
the
 task.

 Anyone have experience with VLVC's (Very Large Verity Collections)?

 Jeff Battershall
 Director of New Media Development
 Thinkframe
 211 N. 13th Street
 Philadelphia, PA 19107

 (215) 751-1114 x246
 [EMAIL PROTECTED]





 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Problem with view uploaded files

2003-03-26 Thread Philip Arnold
 What if you map the drive to a drive letter.
 Example:  H: = \\servername\filefolder\

 then in CFCONTENT use:  H:\whatever_you_need

You can't do that - CF logs in as a service, not on a desktop, so you
HAVE to use UNC locations


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: J2EE session replication -- application replication?

2003-03-26 Thread Barney Boisvert
I agree with the incremental regeneration of app vars.  Passing the whole
structure probably isn't smart, unless you need to.  I'm not sure that
making each server recreate the data is a good idea, though.  I typically
put stuff in the app scope that is expensive to create and rarely changes.
Thus, passing around a large seralized packet isn't a huge deal, since it's
not going to happen all that often.  And some situations (like content
caching) can probably go without synching, althuogh it might be faster to
sync up, rather that regenerate on each server.

The processing after CFFLUSH in OnRequestEnd idea is a damn good one that
I'd never though of.  Being a FB guy, OnRequestEnd.cfm is usually reserved
for debugigng output during development and such, but that's a very good use
for it.

barneyb

---
Barney Boisvert, Senior Development Engineer
AudienceCentral (formerly PIER System, Inc.)
[EMAIL PROTECTED]
voice : 360.671.8708 x12
fax   : 360.647.5351

www.audiencecentral.com

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 10:45 AM
 To: CF-Talk
 Subject: RE: J2EE session replication -- application replication?


  I know the use of an HTTP request was previously marked as
  a poor idea, however I'm not sure I agree as I've thought
  this through. Here's a solution that I think would work
  quite well, assuming you encapsulate all your app vars in
  a single object (which is a good idea anyway, IMO).  Of
  course, I might be suggesting rebuilding JMS, which I know
  exactly nothing about, but oh well.

 Yea, my one large project (Tapestry) does encapsulate all its application
 variables into its own structure, however, in this case it
 doesn't help much
 using what you've described below, and I'll explain why here in a moment.

   - server 1 learns it needs to update it's app vars
   (exactly how is app dependant).
   - server 1 updates the app vars object however it needs to.

 This much is already being done prior to clustering, so we're okay here.

   - server 1 serializes the app vars object
 (probably want XML, rather than the built in binary format).

 That's an idea... Although if the application is rather large
 (and caches a
 lot of data), serializing the structure into an xml packet
 whether it's wddx
 or otherwise could be rather time consuming. At some point, xml
 serialization then defeats the purpose of cacheing data in the application
 scope instead of going to the db server every time, so imho it's
 much better
 to just deal with the data that's been changed. It could be that you pass
 both an xml packet and a string representing the path to the data you're
 updating, such as

 xml blah blah ... /xml
 application.myapp.someobject.stuff.3XLN7

 and the clustered app receiving this messag then coppies the deserialized
 content of that xml packet into the indicated variable. Should take a lot
 less time than serializing the entire application.myapp structure.

   - server 1 gets a list of cluster members (exactly how
 will be app/container/cluster controller dependant).

 I'd go for a cachedafter query here. This allows me to not have to
 continually go to the db to get the list of server and use the same
 application sharing routine to flush the cachedafter timestamp and update
 the query to then add a new server to the list without having to
 do anything
 special like restarting the application or worse restarting the cf server.

   - for each server, server 1 calls a secured web service,
 passing the serialized app vars object, which the other servers then
 deserialize and store in their app scope.

 I don't know that it needs to be a web service. I could do the same thing
 with CF5 and secure it by using a password or password-like
 algorithm, or
 better yet by only allowing other servers in the cluster to submit to the
 page receiving the data using the same server list that was used on the
 sending end and matching that list against the cgi.remote_addr
 variable. And
 what might actually be a best case scenario is to have each individual
 server in the cluster have a single receive-from and send-to address, such
 that the cluster is linked in a ring like a token-ring network or a
 web-ring. ;P The signal sent from the originating server is sent
 to only one
 machine which then receives it and serializes it in a queue using cflock
 name=[myappname]_appshare with a long timeout limit in addition to any
 locking on the application scope -- this would just ensure that all the
 appshare commands are processed in sequential order. If a given machine in
 the ring is down or otherwise inaccessible, the machine attempting to send
 to it moves on to the next machine in the list when it doesn't get an ok
 response, so that any individual server in the ring won't break the entire
 mechanism. The ring itself ensures that the load created by the routine is
 distributed evenly amongst the servers and that refresh commands 

Http to Https Secure Transmission?

2003-03-26 Thread Sean McCarthy
Hi,
We are about to rollout access to a Commerce 1 application server
through single sign-on from the intranet.  Will a SSL cert need to be on
both ends to make the connection secure(the form submitting the Login/Pass
and the C1 server)?  I have received varying answers on this subject.
Verisign says yes definitely.  But then I look at sites like this:

http://online.firstusa.com/bolHome.aspx?partner=fusacorp

and the login page is non sol submitting to a sol page?  Is this information
sent in the clear? I assume so? Unless it is being encrypted before being
sent?

thanks for your input

sean

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Exchange = custom tags, etc

2003-03-26 Thread E. Keith Dodd
Is ColdFusion Exchange on Macromedia's site supposed to be the place similar
to the earlier place to find custom tags, etc? If so, is there an easy/fast
way to search for tag listings?
(I had dismissed most of the earlier rants about the new site as just
griping about something new. But, now that I'm trying to find something
there: the experience is painful. My cable connected, flash-enabled browser
is still trying to load something on the Exchange page as I write.)

Am looking for some best practices to identify browsers that don't support
to any extent stylesheets, etc.

E. Keith Dodd
Wings of Eagles Services
www.wingserv.com


-
[This E-mail scanned for viruses by declude AntiVirus Software]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Http to Https Secure Transmission?

2003-03-26 Thread Barney Boisvert
If you only need to secure their username/password, you only need SSL on the
recieving server.  However, that won't give the user a lock icon on the
signin form, because the form isn't secure, only the data submitted from the
form.

If you submit to an SSL encrypted URL, the first thing the browser does
(well, after DNS and such) is create a secure connection, then it passes the
form data, then it recieves the resulting page.  Whether the page that is
doing the submission is encrypted is completely irrelevant.  If the previous
page had to be encrypted to start an encrypted session, then there would be
a Catch-22 preventing you from ever getting into an encrypted session, which
is obviously not the case, as SSL is used all over the place.

You have to weigh user experience as well.  Will they be comfortable without
that lock icon on the signin form?  Most users don't understand that the
submission is secure if the destination is secure, they just think if the
form has a lock, it's secure.

HTH,
barneyb

---
Barney Boisvert, Senior Development Engineer
AudienceCentral (formerly PIER System, Inc.)
[EMAIL PROTECTED]
voice : 360.671.8708 x12
fax   : 360.647.5351

www.audiencecentral.com

 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 11:09 AM
 To: CF-Talk
 Subject: Http to Https Secure Transmission?


 Hi,
   We are about to rollout access to a Commerce 1 application server
 through single sign-on from the intranet.  Will a SSL cert need to be on
 both ends to make the connection secure(the form submitting the Login/Pass
 and the C1 server)?  I have received varying answers on this subject.
 Verisign says yes definitely.  But then I look at sites like this:

 http://online.firstusa.com/bolHome.aspx?partner=fusacorp

 and the login page is non sol submitting to a sol page?  Is this
 information
 sent in the clear? I assume so? Unless it is being encrypted before being
 sent?

 thanks for your input

 sean

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: J2EE session replication -- application replication?

2003-03-26 Thread S . Isaac Dealey
 I agree with the incremental regeneration of app vars.
 Passing the whole
 structure probably isn't smart, unless you need to.  I'm
 not sure that
 making each server recreate the data is a good idea,
 though.  I typically
 put stuff in the app scope that is expensive to create and
 rarely changes.
 Thus, passing around a large seralized packet isn't a huge
 deal, since it's
 not going to happen all that often.  And some situations
 (like content
 caching) can probably go without synching, althuogh it
 might be faster to
 sync up, rather that regenerate on each server.

Maybe I should elaborate a bit more.

As an example, in my application there are a lot of objects drawn out of a
view tap_Library, however, one of the columns in that view contains an xml
packet. So because deserializing that xml packet is somewhat expensive,
rather than deserializing it every time I want to get the object, I store it
in an application variable application.myap.objects.F3UD3F-blah blah... you
get the idea... it's a number or it's a UUID but it's stored in a structure
there ...

Now individual objects (these are content objects like Spectra has) may be
updated frequently meaning daily or so or multiple times a day (you're
working on a page and you make periodic edits throughout the day and you
save changes any time you step away from the workstation)... but they're
never going as frequent as the views for that object. You may open an object
to look at it and then close it because it's not the one you needed, or
someone else or a couple other people may open it in read-only mode at the
same time, or people may view the details or fire other of its methods
(add content, upload image), that don't update the object itself.

It does use up some memory, but memory is less expensive than processors /
processor speed, and certianly less expensive in terms of retreival than a
combination cfquery / cfwddx|xmlparse, so there's a noticeable difference
(believe me, on some pages it's the difference between 5 and 50 seconds to
the end-user) when the data is cached. Which is why I've stuck with this
cacheing routine for the past few years.

My gut feeling about passing an xml packet through cfhttp to accomplish this
is that it wouldn't speed anything up actually it could potentially slow
things down. Lets say for instance you have 5 servers, and the object is
being viewed on 2 and it gets updated on 1. The routine would pass the xml
packet to all 4 other servers. One of them would have to deserialize the
object and store it in the application scope. The other 3 may or may not. It
could be wasted processor power and memory if they do since no one can tell
if someone else is going to view the object on that server. Even if they
don't deserialize the xml packet then you've spent what could in the long
run turn out to be considerable bandwidth passing around those xml packets
between servers when you have dozens or hundreds of people working with the
content on 4 or 5 servers.

 The processing after CFFLUSH in OnRequestEnd idea is a
 damn good one that I'd never though of.  Being a FB guy,
 OnRequestEnd.cfm is usually reserved for debugigng output
 during development and such, but that's a
 very good use for it.

Thanks. :) Yea, FB sort of does it's own thing.

Interrestingly enough (and I'm sure some folks on this list will think I'm
smoking crack) in the prototype for the next version of Tapestry I've
started working with a file-upload routine which uses OnRequestEnd.cfm to
ensure that files being uploaded for new objects are properly associated
with the object in the db and stored in the proper directory in the file
system. The problem was that the way the application is designed, the files
would be uploaded before the object was inserted into the db, so no
relationship could be established at the time the object is uploaded
(violation of foreign key constraint).

So instead what I've done is I've established the object's new ID (UUID),
uploaded the file and stored information about it in the request scope. Then
in OnRequestEnd.cfm after the db record for the object has been inserted it
moves those files from a user-specific upload directory to the appropriate
directory for the object and inserts the related record in the database.
There's a try-catch block around each file insert/move so that if it fails
on one it doesn't kill the rest of the OnRequestEnd code, and then it scans
the user-upload directory and attempts to delete any files that are left
there for garbage collection.

 barneyb

 ---
 Barney Boisvert, Senior Development Engineer
 AudienceCentral (formerly PIER System, Inc.)
 [EMAIL PROTECTED]
 voice : 360.671.8708 x12
 fax   : 360.647.5351

 www.audiencecentral.com

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 10:45 AM
 To: CF-Talk
 Subject: RE: J2EE session replication -- application
 replication?


  I know the use of an HTTP request was previously marked
  as

RE: Http to Https Secure Transmission?

2003-03-26 Thread Matt Robertson
Listen to what Barney said.  Verisign is in the business of selling
certificates and they BS'd you, from the sound of it.

As was pointed out, a form without the little lock on it is not secure
insofar as a user is concerned.  They'd have to do a View Source to see
the secure form post addr, which very few will do of course.


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



I've stopped 47,866 spam messages. You can too!
Get your free, safe spam protection at
http://www.cloudmark.com/spamnetsig/

-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 11:09 AM
To: CF-Talk
Subject: Http to Https Secure Transmission?


Hi,
We are about to rollout access to a Commerce 1 application
server
through single sign-on from the intranet.  Will a SSL cert need to be on
both ends to make the connection secure(the form submitting the
Login/Pass
and the C1 server)?  I have received varying answers on this subject.
Verisign says yes definitely.  But then I look at sites like this:

http://online.firstusa.com/bolHome.aspx?partner=fusacorp

and the login page is non sol submitting to a sol page?  Is this
information
sent in the clear? I assume so? Unless it is being encrypted before
being
sent?

thanks for your input

sean


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Exchange = custom tags, etc

2003-03-26 Thread Matt Robertson
There is a search box in the upper right corner of the home page of the
CF exchange.  Not the one in the blue bar at top right.  It's a text
link called 'search exchanges' or somesuch.  I've already posted a
wish/gripe asking that exchange search be visible on every exchange
page.  

I sure hope someone over there took that one to heart.  The exchange is
a great place but I think it needs a few tweaks in its current
iteration.


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



I've stopped 47,866 spam messages. You can too!
Get your free, safe spam protection at
http://www.cloudmark.com/spamnetsig/

-Original Message-
From: E. Keith Dodd [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 11:24 AM
To: CF-Talk
Subject: Exchange = custom tags, etc


Is ColdFusion Exchange on Macromedia's site supposed to be the place
similar
to the earlier place to find custom tags, etc? If so, is there an
easy/fast
way to search for tag listings?
(I had dismissed most of the earlier rants about the new site as just
griping about something new. But, now that I'm trying to find something
there: the experience is painful. My cable connected, flash-enabled
browser
is still trying to load something on the Exchange page as I write.)

Am looking for some best practices to identify browsers that don't
support
to any extent stylesheets, etc.

E. Keith Dodd
Wings of Eagles Services
www.wingserv.com


-
[This E-mail scanned for viruses by declude AntiVirus Software]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: custom tag problem

2003-03-26 Thread S . Isaac Dealey
You can't do what you're wanting to do -- CF doesn't have dynamic evaluation
of code like some other languages do like Javascript eval(blah blah  +
myvar);

Instead, what you can do is this:

cfset my = structnew()
cfset my.attribute1 = 1
cfset my.attribute2 = 2
cf_my_customtag attributecollection=#my#

Remember to include quotes around all your attributes. :)


 Hi everyone,

 I have a custom tag where I want to insert attributes and
 their values to
 this custom tag using  another string type variable and
 then execute the
 custom tag.

 But I could not.

 Here is the code:

 Instead of writing
 my_custom_tag  attribute1=1 attribute2=2

 I want to write
 cfset  string = attribute1=1 attribute2=2
 my_custom_tag  #string#

 The error says:
 Invalid CFML construct found on line 1 at column 19.
 ColdFusion was looking
 at the following text:
 attribute1


 Thanks in advance.

 ~~
 ~~~|
 Archives:
 http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
 Subscription: http://www.houseoffusion.com/cf_lists/index.
 cfm?method=subscribeforumid=4
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Structure your ColdFusion code with Fusebox. Get the
 official book at http://www.fusionauthority.com/bkinfo.cfm

   Unsubscribe: http://www.houseoffusion.com/cf_lists/uns
   ubscribe.cfm?user=633.558.4



s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



I want to get rid of my evaluate too

2003-03-26 Thread Boardwine, David L.
Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: J2EE session replication -- application replication?

2003-03-26 Thread Barney Boisvert
Yeah, it appears we're looking at two very different beasts, and a solution
for one won't work on the other.  I've pretty much only ever used
infrequently updates caches, which puts a very different spin on things
(including two layers, memory and filesystem, in some cases), versus
frequently updated cacheing where the lifespan of a cached item is measured
in minutes rather than days or weeks.

barneyb

---
Barney Boisvert, Senior Development Engineer
AudienceCentral (formerly PIER System, Inc.)
[EMAIL PROTECTED]
voice : 360.671.8708 x12
fax   : 360.647.5351

www.audiencecentral.com

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 11:47 AM
 To: CF-Talk
 Subject: RE: J2EE session replication -- application replication?


  I agree with the incremental regeneration of app vars.
  Passing the whole
  structure probably isn't smart, unless you need to.  I'm
  not sure that
  making each server recreate the data is a good idea,
  though.  I typically
  put stuff in the app scope that is expensive to create and
  rarely changes.
  Thus, passing around a large seralized packet isn't a huge
  deal, since it's
  not going to happen all that often.  And some situations
  (like content
  caching) can probably go without synching, althuogh it
  might be faster to
  sync up, rather that regenerate on each server.

 Maybe I should elaborate a bit more.

 As an example, in my application there are a lot of objects drawn out of a
 view tap_Library, however, one of the columns in that view contains an xml
 packet. So because deserializing that xml packet is somewhat expensive,
 rather than deserializing it every time I want to get the object,
 I store it
 in an application variable application.myap.objects.F3UD3F-blah
 blah... you
 get the idea... it's a number or it's a UUID but it's stored in a
 structure
 there ...

 Now individual objects (these are content objects like Spectra has) may be
 updated frequently meaning daily or so or multiple times a day (you're
 working on a page and you make periodic edits throughout the day and you
 save changes any time you step away from the workstation)... but they're
 never going as frequent as the views for that object. You may
 open an object
 to look at it and then close it because it's not the one you needed, or
 someone else or a couple other people may open it in read-only
 mode at the
 same time, or people may view the details or fire other of its methods
 (add content, upload image), that don't update the object itself.

 It does use up some memory, but memory is less expensive than processors /
 processor speed, and certianly less expensive in terms of retreival than a
 combination cfquery / cfwddx|xmlparse, so there's a noticeable difference
 (believe me, on some pages it's the difference between 5 and 50 seconds to
 the end-user) when the data is cached. Which is why I've stuck with this
 cacheing routine for the past few years.

 My gut feeling about passing an xml packet through cfhttp to
 accomplish this
 is that it wouldn't speed anything up actually it could potentially slow
 things down. Lets say for instance you have 5 servers, and the object is
 being viewed on 2 and it gets updated on 1. The routine would pass the xml
 packet to all 4 other servers. One of them would have to deserialize the
 object and store it in the application scope. The other 3 may or
 may not. It
 could be wasted processor power and memory if they do since no
 one can tell
 if someone else is going to view the object on that server. Even if they
 don't deserialize the xml packet then you've spent what could in the long
 run turn out to be considerable bandwidth passing around those xml packets
 between servers when you have dozens or hundreds of people
 working with the
 content on 4 or 5 servers.

  The processing after CFFLUSH in OnRequestEnd idea is a
  damn good one that I'd never though of.  Being a FB guy,
  OnRequestEnd.cfm is usually reserved for debugigng output
  during development and such, but that's a
  very good use for it.

 Thanks. :) Yea, FB sort of does it's own thing.

 Interrestingly enough (and I'm sure some folks on this list will think I'm
 smoking crack) in the prototype for the next version of Tapestry I've
 started working with a file-upload routine which uses OnRequestEnd.cfm to
 ensure that files being uploaded for new objects are properly associated
 with the object in the db and stored in the proper directory in the file
 system. The problem was that the way the application is designed,
 the files
 would be uploaded before the object was inserted into the db, so no
 relationship could be established at the time the object is uploaded
 (violation of foreign key constraint).

 So instead what I've done is I've established the object's new ID (UUID),
 uploaded the file and stored information about it in the request
 scope. Then
 in OnRequestEnd.cfm after the db record for the object has been
 inserted 

RE: I want to get rid of my evaluate too

2003-03-26 Thread Tony Weeg
why do you need evaluate in the first place?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Boardwine, David L.
Because if it is removed I get the column NAMES not the VALUES contained in
the columns.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 2:57 PM
To: CF-Talk
Subject: RE: I want to get rid of my evaluate too


why do you need evaluate in the first place?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Submitting form from img

2003-03-26 Thread FlashGuy
Hi,

I have a form that I want to submit using an image rather than a input type=submit 
button.

How can I do this?

form action=action.cfm method=post

img src=file.gif

/form




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: I want to get rid of my evaluate too

2003-03-26 Thread Matthew Walker
It's a bit ugly but this should work:

TD#Dynamic[LIndex][currentrow]#/TD

Matthew Walker
Electric Sheep Web
http://www.electricsheep.co.nz/

- Original Message -
From: Boardwine, David L. [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 7:43 AM
Subject: I want to get rid of my evaluate too


 Hello All,
 I have a list of column names that I use in a cfloop of a query. I can't
 quite figure out how to eliminate the need to use evaluate. Any help would
 be much appreciated.
 TIA
 DavidB

 This is the code I'm trying to fix.

 Table
 CFLOOP query=Dynamic
 TR
 CFLOOP list=#Session.DisplayCols# index=LIndex
 TD#evaluate(LIndex)#/TD
 /CFLOOP
 /TR
 /CFLOOP
 /TABLE


 David L. Boardwine
 Senior Analyst
 Ohio Department of Development/ITO
 Phone (614) 752-4431
 [EMAIL PROTECTED]





 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: I want to get rid of my evaluate too

2003-03-26 Thread Matthew Walker
Without it, you'd just get the name of each column.

- Original Message -
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 7:56 AM
Subject: RE: I want to get rid of my evaluate too


 why do you need evaluate in the first place?

 ...tony

 Tony Weeg
 Senior Web Developer
 UnCertified Advanced ColdFusion Developer
 Information System Design
 Navtrak, Inc.
 Mobile workforce monitoring, mapping  reporting
 www.navtrak.net
 410.548.2337

 -Original Message-
 From: Boardwine, David L. [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 2:44 PM
 To: CF-Talk
 Subject: I want to get rid of my evaluate too


 Hello All,
 I have a list of column names that I use in a cfloop of a query. I can't
 quite figure out how to eliminate the need to use evaluate. Any help
 would
 be much appreciated.
 TIA
 DavidB

 This is the code I'm trying to fix.

 Table
 CFLOOP query=Dynamic
 TR
 CFLOOP list=#Session.DisplayCols# index=LIndex
 TD#evaluate(LIndex)#/TD
 /CFLOOP
 /TR
 /CFLOOP
 /TABLE


 David L. Boardwine
 Senior Analyst
 Ohio Department of Development/ITO
 Phone (614) 752-4431
 [EMAIL PROTECTED]






 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread James Ang
Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#Dynamic[LIndex][Dynamic.CurrentRow]#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE

---
James Ang
Sr. Developer/Product Engineer
MedSeek, Inc.
[EMAIL PROTECTED]



-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 11:44 AM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Tony Weeg
and this doesn't work, I assume...?

Table
cfoutput
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#Dynamic.LIndex#/TD
/CFLOOP
/TR
/CFLOOP
/cfoutput
/TABLE

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 2:50 PM
To: CF-Talk
Subject: RE: I want to get rid of my evaluate too


Because if it is removed I get the column NAMES not the VALUES contained
in
the columns.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 2:57 PM
To: CF-Talk
Subject: RE: I want to get rid of my evaluate too


why do you need evaluate in the first place?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Raymond Camden
Then use 

#queryname[colname][rownum]#

instead.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

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

 -Original Message-
 From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 26, 2003 1:50 PM
 To: CF-Talk
 Subject: RE: I want to get rid of my evaluate too
 
 
 Because if it is removed I get the column NAMES not the 
 VALUES contained in the columns.
 
 -Original Message-
 From: Tony Weeg [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 2:57 PM
 To: CF-Talk
 Subject: RE: I want to get rid of my evaluate too
 
 
 why do you need evaluate in the first place?
 
 ...tony
 
 Tony Weeg
 Senior Web Developer
 UnCertified Advanced ColdFusion Developer
 Information System Design
 Navtrak, Inc.
 Mobile workforce monitoring, mapping  reporting 
www.navtrak.net 410.548.2337 

-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would be much appreciated. TIA DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD /CFLOOP /TR /CFLOOP /TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Submitting form from img

2003-03-26 Thread Tony Weeg
input type = image src = tony.gif

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping  reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 3:01 PM
To: CF-Talk
Subject: Submitting form from img


Hi,

I have a form that I want to submit using an image rather than a input
type=submit button.

How can I do this?

form action=action.cfm method=post

img src=file.gif

/form




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Douglas.Knudsen
try...
TD#session.DisplayCols[#LIndex#]#/TD

...mind your locks!  

Doug
-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a 
query. I can't
quite figure out how to eliminate the need to use evaluate. 
Any help would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Submitting form from img

2003-03-26 Thread Bryan F. Hogan
input type=image


Bryan F. Hogan
Director of Internet Development
Team Macromedia Volunteer
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 3:01 PM
To: CF-Talk
Subject: Submitting form from img


Hi,

I have a form that I want to submit using an image rather than a input
type=submit button.

How can I do this?

form action=action.cfm method=post

img src=file.gif

/form




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Douglas.Knudsen
ooops!  DOH!
you are trying to output your query!
something like this then

TD#Dynamic[LIndex][currentrow]#/TD

*crawls back in his coffee cup*
Doug
-Original Message-
From: Knudsen, Douglas 
Sent: Wednesday, March 26, 2003 3:06 PM
To: '[EMAIL PROTECTED]'
Subject: RE: I want to get rid of my evaluate too


try...
TD#session.DisplayCols[#LIndex#]#/TD

...mind your locks!  

Doug
-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 2:44 PM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a 
query. I can't
quite figure out how to eliminate the need to use evaluate. 
Any help would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Verity Performance

2003-03-26 Thread Adam Churvis
Outstanding performance if setup and maintained correctly, even with many
separate collections.

Note, though, that CFMX Pro has a 125,000 index entry limit per server, and
CFMX Enterprise has a limit of 250,000.  While this sounds like a lot, it
quickly gets filled up if you have a good bit of content.  The next step up
is Verity's commercial version, which starts at $40,000 per CPU, so beware.

I have a friend who is diligently working on a Verity alternative for
ColdFusion, but I'm not sure if he's officially releasing any information
about it yet.  If you're interested then contact me offlist and I'll check
with him if he's ready to talk to anyone about it.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive ColdFusion MX Training
ColdFusion MX and SQL Server 2000 Class:
April 28, 2003 - May 2, 2003
http://www.ColdFusionTraining.com

- Original Message -
From: Jeff Battershall [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 11:33 AM
Subject: Verity Performance


 I'm interested in feedback about Verity performance in large websites.
I'm
 talking about K2 server.  I'm in the process of recommending a solution to
a
 university and I want to be sure that the tools provided are adequate to
the
 task.

 Anyone have experience with VLVC's (Very Large Verity Collections)?

 Jeff Battershall
 Director of New Media Development
 Thinkframe
 211 N. 13th Street
 Philadelphia, PA 19107

 (215) 751-1114 x246
 [EMAIL PROTECTED]





 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Submitting form from img

2003-03-26 Thread Sam Roach
input type=image src=file.gif

-- Sam

-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 12:01 PM
To: CF-Talk
Subject: Submitting form from img


Hi,

I have a form that I want to submit using an image rather than a input
type=submit button.

How can I do this?

form action=action.cfm method=post

img src=file.gif

/form




---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too

2003-03-26 Thread Raymond Camden
Just to be anal - you don't need the #

#session.displayCols[lIndex]#

:)

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

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

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 26, 2003 2:06 PM
 To: CF-Talk
 Subject: RE: I want to get rid of my evaluate too
 
 
 try...
 TD#session.DisplayCols[#LIndex#]#/TD
 
 ...mind your locks!  
 
 Doug
 -Original Message-
 From: Boardwine, David L. [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 2:44 PM
 To: CF-Talk
 Subject: I want to get rid of my evaluate too
 
 
 Hello All,
 I have a list of column names that I use in a cfloop of a
 query. I can't
 quite figure out how to eliminate the need to use evaluate. 
 Any help would
 be much appreciated.
 TIA
 DavidB
 
 This is the code I'm trying to fix.
 
 Table
 CFLOOP query=Dynamic
 TR
 CFLOOP list=#Session.DisplayCols# index=LIndex 
 TD#evaluate(LIndex)#/TD /CFLOOP
 /TR
 /CFLOOP
 /TABLE
 
 
 David L. Boardwine
 Senior Analyst
 Ohio Department of Development/ITO
 Phone (614) 752-4431
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: I want to get rid of my evaluate too - RESOLVED

2003-03-26 Thread Boardwine, David L.
This suggestion worked. Thanks.

-Original Message-
From: James Ang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 3:04 PM
To: CF-Talk
Subject: RE: I want to get rid of my evaluate too


Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#Dynamic[LIndex][Dynamic.CurrentRow]#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE

---
James Ang
Sr. Developer/Product Engineer
MedSeek, Inc.
[EMAIL PROTECTED]



-Original Message-
From: Boardwine, David L. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 11:44 AM
To: CF-Talk
Subject: I want to get rid of my evaluate too


Hello All,
I have a list of column names that I use in a cfloop of a query. I can't
quite figure out how to eliminate the need to use evaluate. Any help
would
be much appreciated.
TIA
DavidB

This is the code I'm trying to fix.

Table
CFLOOP query=Dynamic
TR
CFLOOP list=#Session.DisplayCols# index=LIndex
TD#evaluate(LIndex)#/TD
/CFLOOP
/TR
/CFLOOP
/TABLE


David L. Boardwine
Senior Analyst
Ohio Department of Development/ITO
Phone (614) 752-4431
[EMAIL PROTECTED]







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



sqlplus locks qhen i am trying to delete a record

2003-03-26 Thread Carlos Henrique Aoki Kac
  Something really strange is happening (Oracle 8i). I have a database and
when i try to delete a record which doesn´t exist the sqlplus becomes
locked. And other tables the sqlplus returns the correct message 0 rows
deleted. 
i.e: table home 
  
 | id(Integer) |  address(String) |
  
 | 1   |  addr1   |
 | 2   |  addr2   |
 | 3   |  addr3   |
  

When i try: delete from home where id = 5 the SQLPlus locks!!! What is
going on? Could it be the relashionship between tables?

tks,

   Carlos.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



  1   2   >