Verity and CFINDEX missing rows

2009-04-27 Thread Kevin Parker

(Apologies if this has already come through - been updating my subs and the
original address seems a bit dodgy :-)

I have an interesting Verity problem that I am hoping someone can help me
with - despite scouring the net and trawling through my CFTALK archives I am
dumbfounded by this problem.

I have set up Verity to index the contents of a database - sounds simple
enough - I do the query to extract the records and then CFINDEX populates
the Verity collection from that query.

The problem is that some records are not appearing in searches.

An analysis of the problem reveals these symptoms. The body of the record
that constitutes the body in CFINDEX is defined in SQL Server as a 'text'
field. When I open the database in Enterprise Manager I can see the actual
contents of some of these field for some rows. Some show the content but
some show Long Text - it is the rows that are showing Long Text that are
not getting indexed. All rows appear in the application when called quite Ok
despite this.

Has anyone seen this before.

TIA
 

Kevin Parker
e: tras...@internode.on.net
m: 0418 815 527



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321975
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfsearch stem doesn't seem to be working

2009-04-27 Thread sri T

Attribute
 Effect
 
criteria=government
 Generates an error 
 
criteria='government' or
criteria='government'
 Finds only government
 
criteria=WORDgovernment 
 Finds only government
 
criteria=STEMgovernment
 Finds government, governments, and governmental
 
criteria=MANYSTEMgovernment
 Finds government, governments, and governmental ranked by relevance
 
criteria=WILDCARDgovernmen*
 Finds government, governments, and governmental
 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321976
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFIDE/componentutils Not Found?

2009-04-27 Thread ColdFusion Developer

IIS Setup for CFAdmin:
Directory: d:\web\
IP: 127.0.0.1
Permissions: Intergrated Windows Authentication (anonymous access disabled)
IIS Setup for CS (cf application):
Directory: d:\web\cs\
IP: 10.11.12.13 (changed for security purposes)
Permissions: Intergrated Windows Authentication (anonymous access disabled)
Within the CS application, there is a virtual directory: SERVICES which
points to:
D:\web\cs\services

I have a CFC in the SERVICES directory named:  reportservice.cfc
Path: D:\web\cs\services\reportservices.cfc
I do have the CF Mapping setup as well:
/SERVICES --- D:\web\cs\services
/CFIDE Mapping points to:  D:\web\cfide
Now to the issue:
==
If I call the web service via URL using 127.0.0.1 it returns the nice layout
outlining the methods within the CFC:
http://127.0.0.1/services/reportservice.cfc which redirects to:
http://127.0.0.1/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtmlname=Services.reportservicepath=/Services/reportservice.cfc

However, for it to be used it would be called externally at:
http://www.mydomain.com/services.reportservice.cfc
If I call that URL I get the following:
File not found: /CFIDE/componentutils/cfcexplorer.cfc
Any ideas? and BTW: Yes, the directory does exist at:
d:\web\cfide\componentutils and the file exists:  cfcexplorer.cfc
I have been at this since Thursday!!
Any comments, suggestions???


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321977
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Could not instantiate stub objects

2009-04-27 Thread Kevin Cundick

Hi Rob,

Yeah, it is strange that it wouldn't generate the stubs on it's own.  The Test 
environment and the production environment are setup up as identical as I can.  
They are both currently running jdk1.6.0_10.

In checking the permissions, both servers are setup identically.

The only real differences I can see is the hardware.  OS versions are 
identical.  The production server has more CPUs and more RAM.  I can't see any 
other differences. 

Again, that you for working on this with me.  What was done to get this working 
certainly isn't preferred because the problem hasn't really been solved.  But 
at least the solution is running.

Kevin

Hi Kevin,

Thanks for the update mate, sorry I disappeared last night, it was getting
late and I was knackered.

Well at least you have a working solution now, really very odd that it
couldn't generate the stub objects. If the connection was fine from the
server there shouldn't have been a problem. What JAVA versions are you
running on the servers? Same on both?

My only other thought is perhaps some form of permissions error, the cf
server doesn't have permissions to write those stub files to the FS or
something? Might be worth double checking.

Whilst nothing has changed code wise, something configuration wise on the
server may have changed, a windows update or something, who knows.

Rob

Hi Rob,

I thought I'd let you know I got it working, albeit using a method that I'd
prefer not to, but nonetheless it works.

What I did was I went on to the Test server I told you about that works
great with the web service.  After removing the web service from the
administrator and stopping the ColdFusion services, I went in and deleted
out all the stub directories.  I then started the server back up.  I then
copied all the stub .class files from the test server over to the production
server.  Then it came to life.  

Should've been easier than that.  But after all the hours I put into this,
I'll take it.

Thanks for your assistance.

Kevin 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321978
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Could not instantiate stub objects

2009-04-27 Thread Robert Rawlins - Think Blue

Hey Kevin,

Seems like the servers you've got setup are as identical as you could hope
for, just seems to senseless that it wasn't creating them. Tell me, have you
tried to the regenerate them again since you got it working?

My only thought at the moment is that whilst not a permissions issue perhaps
one of the old stub objects on the server has become corrupt and couldn't be
overwritten by CF, yet you deleting is manually and then copying in the
version from the production would be fine.

Perhaps it's worth reclicking the 'refresh' button in the admin now to see
what it does? Or deleting the stub objects manually and then running the
code, that would give some more clues.

Rob

-Original Message-
From: Kevin Cundick [mailto:kcund...@nutracorp.com] 
Sent: 27 April 2009 17:21
To: cf-talk
Subject: Re: Could not instantiate stub objects


Hi Rob,

Yeah, it is strange that it wouldn't generate the stubs on it's own.  The
Test environment and the production environment are setup up as identical as
I can.  They are both currently running jdk1.6.0_10.

In checking the permissions, both servers are setup identically.

The only real differences I can see is the hardware.  OS versions are
identical.  The production server has more CPUs and more RAM.  I can't see
any other differences. 

Again, that you for working on this with me.  What was done to get this
working certainly isn't preferred because the problem hasn't really been
solved.  But at least the solution is running.

Kevin

Hi Kevin,

Thanks for the update mate, sorry I disappeared last night, it was getting
late and I was knackered.

Well at least you have a working solution now, really very odd that it
couldn't generate the stub objects. If the connection was fine from the
server there shouldn't have been a problem. What JAVA versions are you
running on the servers? Same on both?

My only other thought is perhaps some form of permissions error, the cf
server doesn't have permissions to write those stub files to the FS or
something? Might be worth double checking.

Whilst nothing has changed code wise, something configuration wise on the
server may have changed, a windows update or something, who knows.

Rob

Hi Rob,

I thought I'd let you know I got it working, albeit using a method that I'd
prefer not to, but nonetheless it works.

What I did was I went on to the Test server I told you about that works
great with the web service.  After removing the web service from the
administrator and stopping the ColdFusion services, I went in and deleted
out all the stub directories.  I then started the server back up.  I then
copied all the stub .class files from the test server over to the
production
server.  Then it came to life.  

Should've been easier than that.  But after all the hours I put into this,
I'll take it.

Thanks for your assistance.

Kevin 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321979
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Standard to Enterprise - load balanced

2009-04-27 Thread Jeff Becker

Good morning,
We currently have an app on CF8 Standard, but due to volume we are moving it to 
a virtualized environment in that it will be load balanced between two servers.

I'm just looking for a feeler, but in that in this circumstance, would it be 
correct to say we will need to get the UPGRADE to Enterprise only  OR  will it 
be neccessary for us to have 2 licenses of CF8 Enterprise, because we are load 
balancing between two servers (virtualized or not).

What about if further volume increases this to load balancing between 3 servers.

Thoughts??  Thanks in advance. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321980
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cffeed action when content changes.

2009-04-27 Thread Robert Rawlins - Think Blue

Afternoon guys,

 

I'm after a little implementation advice from you. I am looking to build a
scheduled task on the server which runs every 10 minutes pinging frequently
changed RSS feeds, the addresses of which are stored in a DB,  using, the
trusty CFFEED tag. The top [n] records from the feed are then taken and
placed into an email and fired off to me. *n being a variable number of
feeds differing with each feed.

 

What I want to do is, when pinging the feed, get a count of how many of
those top [n] stories has changed (title and description) since we last
pinged the feed, the reason for this is that I want to perform one action if
all [n] stories has changed and another if only a few of them has changed.

 

At present the only the feeds address and the record count wanted [n] are
stored the DB, presumably I'll need to store other data it the DB now to
track what the feed consisted of when I last pinged it but want to store the
minimal amount of data possible to perform the task, due to the number of
feeds involved and the frequency of their changes.

 

I'm open to all and any ideas at the moment.

 

I appreciate it,

 

Rob



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321981
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Standard to Enterprise - load balanced

2009-04-27 Thread David McGuigan

A single license of Enterprise lets you install and activate on an unlimited
number of virtual machines on the same hardware ( up to 2 physical
processors, meaning up to 8 processing cores if you've got quads ). I
believe that if you've got more than two physical processors on your
machine, you need to get one license per 2 CPUs, but I may be wrong.


On Mon, Apr 27, 2009 at 11:09 AM, Jeff Becker jpbec...@yahoo.com wrote:


 Good morning,
 We currently have an app on CF8 Standard, but due to volume we are moving
 it to a virtualized environment in that it will be load balanced between two
 servers.

 I'm just looking for a feeler, but in that in this circumstance, would it
 be correct to say we will need to get the UPGRADE to Enterprise only  OR
  will it be neccessary for us to have 2 licenses of CF8 Enterprise, because
 we are load balancing between two servers (virtualized or not).

 What about if further volume increases this to load balancing between 3
 servers.

 Thoughts??  Thanks in advance.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321982
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Standard to Enterprise - load balanced

2009-04-27 Thread David McGuigan

Sorry, I misread your question. You do need a license for each physical
server you run.

On Mon, Apr 27, 2009 at 11:09 AM, Jeff Becker jpbec...@yahoo.com wrote:


 Good morning,
 We currently have an app on CF8 Standard, but due to volume we are moving
 it to a virtualized environment in that it will be load balanced between two
 servers.

 I'm just looking for a feeler, but in that in this circumstance, would it
 be correct to say we will need to get the UPGRADE to Enterprise only  OR
  will it be neccessary for us to have 2 licenses of CF8 Enterprise, because
 we are load balancing between two servers (virtualized or not).

 What about if further volume increases this to load balancing between 3
 servers.

 Thoughts??  Thanks in advance.

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Standard to Enterprise - load balanced

2009-04-27 Thread Dave Watts

 Good morning,
 We currently have an app on CF8 Standard, but due to volume we are moving it 
 to a
 virtualized environment in that it will be load balanced between two servers.

 I'm just looking for a feeler, but in that in this circumstance, would it be 
 correct to say we will
 need to get the UPGRADE to Enterprise only  OR  will it be neccessary for us 
 to have 2
 licenses of CF8 Enterprise, because we are load balancing between two servers 
 (virtualized
 or not).

 What about if further volume increases this to load balancing between 3 
 servers.

The Enterprise license is per pair of physical CPUs, and you can run
multiple copies of Enterprise on a single 2-CPU machine with a single
license. These copies can be separate CF server instances within a
single OS, or within separate VMs. If your VM server has more than two
physical CPUs, or you wish to use multiple VM servers in a cluster,
you need to license CF for all the physical CPUs that CF will run on.

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

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

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Standard to Enterprise - load balanced

2009-04-27 Thread Jeff Becker

Perfect.. Thanks to you both. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321985
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread cfcom

Has anyone set-up a Jboss, Railo, Sava cms intranet environment?
I am interested in setting up Sava on windows in as reasonable cost basis as
possible. Can anyone comment on their experience doing so; it's current
practicality and ease of setting up an alternative coldfusion server
environment. 

Thank you


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Verity and CFINDEX missing rows

2009-04-27 Thread Dave Watts

 I have an interesting Verity problem that I am hoping someone can help me
 with - despite scouring the net and trawling through my CFTALK archives I am
 dumbfounded by this problem.

 I have set up Verity to index the contents of a database - sounds simple
 enough - I do the query to extract the records and then CFINDEX populates
 the Verity collection from that query.

 The problem is that some records are not appearing in searches.

 An analysis of the problem reveals these symptoms. The body of the record
 that constitutes the body in CFINDEX is defined in SQL Server as a 'text'
 field. When I open the database in Enterprise Manager I can see the actual
 contents of some of these field for some rows. Some show the content but
 some show Long Text - it is the rows that are showing Long Text that are
 not getting indexed. All rows appear in the application when called quite Ok
 despite this.

Are you sure this is a Verity problem? Do the full values for those
records show up if you use CFQUERY to fetch them and CFDUMP to display
them?

Have you configured the datasource to allow long text to be retrieved?
By default, there's a fairly short cutoff value for long text. You can
change that in your datasource's advanced settings.

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

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

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321987
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFIDE/componentutils Not Found?

2009-04-27 Thread Dave Watts

 IIS Setup for CFAdmin:
 Directory: d:\web\
 IP: 127.0.0.1
 Permissions: Intergrated Windows Authentication (anonymous access disabled)
 IIS Setup for CS (cf application):
 Directory: d:\web\cs\
 IP: 10.11.12.13 (changed for security purposes)
 Permissions: Intergrated Windows Authentication (anonymous access disabled)
 Within the CS application, there is a virtual directory: SERVICES which
 points to:
 D:\web\cs\services

 I have a CFC in the SERVICES directory named:  reportservice.cfc
 Path: D:\web\cs\services\reportservices.cfc
 I do have the CF Mapping setup as well:
 /SERVICES --- D:\web\cs\services
 /CFIDE Mapping points to:  D:\web\cfide
 Now to the issue:
 ==
 If I call the web service via URL using 127.0.0.1 it returns the nice layout
 outlining the methods within the CFC:
 http://127.0.0.1/services/reportservice.cfc which redirects to:
 http://127.0.0.1/CFIDE/componentutils/cfcexplorer.cfc?
 method=getcfcinhtmlname=Services.reportservicepath=/Services/reportservice.cfc

 However, for it to be used it would be called externally at:
 http://www.mydomain.com/services.reportservice.cfc
 If I call that URL I get the following:
 File not found: /CFIDE/componentutils/cfcexplorer.cfc
 Any ideas? and BTW: Yes, the directory does exist at:
 d:\web\cfide\componentutils and the file exists:  cfcexplorer.cfc

Does your virtual web server have a mapping to /CFIDE?

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

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

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321988
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread Judah McAuley

There have been a number of JBoss/Railo discussions recently on the
Railo mailing list. I don't know about installing Sava in particular
atop that environment but I doubt it would be a problem. Since this
question is specific to a particular CF app server, I'd suggest going
over to the Railo list and asking there.

Judah

On Mon, Apr 27, 2009 at 10:23 AM, cfcom cf...@aceligent.com wrote:

 Has anyone set-up a Jboss, Railo, Sava cms intranet environment?
 I am interested in setting up Sava on windows in as reasonable cost basis as
 possible. Can anyone comment on their experience doing so; it's current
 practicality and ease of setting up an alternative coldfusion server
 environment.

 Thank you


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread Peter Boughton

Sava - now called Mura - explicitly supports Railo, since v2, so there is 
unlikely to be any problems there.


 ...in as reasonable cost basis as possible
Then use Linux and save yourself the cost of a Windows license?


Eitherway, there's install guides available for Ubuntu Linux and Windows 2003:
http://www.railo.ch/blog/index.cfm/2009/2/16/Railo-Installation-guides


For any further questions, as Judah says, the Railo mailing list is probably 
the best place to ask:
http://groups.google.com/group/railo 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321990
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread Gerald Guido

 Sava - now called Mura - explicitly supports Railo, since v2, so there is
unlikely to be any problems there.

Actually the Express version of Mura runs on Railo
Expresshttp://www.railo-technologies.com/en/index.cfm?treeID=200

From the gosava.com web site:

*Mura Express*: Get up and running instantly. Mura Express is a fully
self-contained version that will run on your local machine. Mura Express is
perfect for demoing Mura, or for creating a local copy for development
purposes. Includes Mura Standard on Railo
Expresshttp://www.railo-technologies.com/en/index.cfm?treeID=200(Railo
CFML Engine http://www.railo.ch/, Jetty Application Server and
WebServerhttp://www.mortbay.org/,
H2 Database http://www.h2database.com/).


G!


On Mon, Apr 27, 2009 at 3:24 PM, Peter Boughton bought...@gmail.com wrote:


 Sava - now called Mura - explicitly supports Railo, since v2, so there is
 unlikely to be any problems there.


  ...in as reasonable cost basis as possible
 Then use Linux and save yourself the cost of a Windows license?


 Eitherway, there's install guides available for Ubuntu Linux and Windows
 2003:
 http://www.railo.ch/blog/index.cfm/2009/2/16/Railo-Installation-guides


 For any further questions, as Judah says, the Railo mailing list is
 probably the best place to ask:
 http://groups.google.com/group/railo



-- 
Gerald Guido
http://www.myinternetisbroken.com
http://www.cfsimple.org/

To invent, you need a good imagination and a pile of junk.
-- Thomas A. Edison


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321991
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


triggerfield with coldext

2009-04-27 Thread Asim Manzur

anyone done that?
What I am looking is to have a formfield like datefield which have an icon
beside the field and once you click it popup a window.

thought to checkout here might be someone done that with coldext

thanks,


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321992
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


500GB in one 5 inch plastic disk!

2009-04-27 Thread Ian Skinner

What would you fill up 500GB with?

GE's breakthrough can put 100 DVDs on a disc
http://news.cnet.com/GEs-breakthrough-can-put-100-DVDs-on-a-disc/2100-1041_3-6249560.html?tag=newsEditorsPicksArea.0

I don't think I have 500GB of data in my life, but I know some of you do.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321993
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


AW: CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread Gert Franz

AND www.getrailo.org and getrailo.com run on Mura/Sava as well...

Greetings from Switzerland
Gert Franz
Railo Technologies GmbH
g...@getrailo.com
www.getrailo.ch

Join our Mailing List
german: http://de.groups.yahoo.com/group/railo/
english:http://groups.google.com/group/railo
linked in:  http://www.linkedin.com/e/gis/71368/0CF7D323BBC1
Bug tracker:http://jira.jboss.org/jira/browse/RAILO
Railo Blog: http://www.railo-technologies.com/blog

-Ursprüngliche Nachricht-
Von: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Gesendet: Montag, 27. April 2009 20:52
An: cf-talk
Betreff: Re: CFML server alternatives - Railo, JBoss, Smith


 Sava - now called Mura - explicitly supports Railo, since v2, so there is
unlikely to be any problems there.

Actually the Express version of Mura runs on Railo
Expresshttp://www.railo-technologies.com/en/index.cfm?treeID=200

From the gosava.com web site:

*Mura Express*: Get up and running instantly. Mura Express is a fully
self-contained version that will run on your local machine. Mura Express is
perfect for demoing Mura, or for creating a local copy for development
purposes. Includes Mura Standard on Railo
Expresshttp://www.railo-technologies.com/en/index.cfm?treeID=200(Railo
CFML Engine http://www.railo.ch/, Jetty Application Server and
WebServerhttp://www.mortbay.org/,
H2 Database http://www.h2database.com/).


G!


On Mon, Apr 27, 2009 at 3:24 PM, Peter Boughton bought...@gmail.com wrote:


 Sava - now called Mura - explicitly supports Railo, since v2, so there is
 unlikely to be any problems there.


  ...in as reasonable cost basis as possible
 Then use Linux and save yourself the cost of a Windows license?


 Eitherway, there's install guides available for Ubuntu Linux and Windows
 2003:
 http://www.railo.ch/blog/index.cfm/2009/2/16/Railo-Installation-guides


 For any further questions, as Judah says, the Railo mailing list is
 probably the best place to ask:
 http://groups.google.com/group/railo



-- 
Gerald Guido
http://www.myinternetisbroken.com
http://www.cfsimple.org/

To invent, you need a good imagination and a pile of junk.
-- Thomas A. Edison




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321994
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: 500GB in one 5 inch plastic disk!

2009-04-27 Thread Scott Stroz

That's a lot of pr0n

On Mon, Apr 27, 2009 at 3:42 PM, Ian Skinner h...@ilsweb.com wrote:


 What would you fill up 500GB with?

 GE's breakthrough can put 100 DVDs on a disc

 http://news.cnet.com/GEs-breakthrough-can-put-100-DVDs-on-a-disc/2100-1041_3-6249560.html?tag=newsEditorsPicksArea.0

 I don't think I have 500GB of data in my life, but I know some of you do.



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


letting a graphic artist change pages

2009-04-27 Thread Chad Gray

What is the best way of going about letting a graphic artist (who does not know 
CF) edit the pages so they render the way they want them too.

I have done the core programming on a web site and they want to tweak the 
graphics that surround the CF programming so it looks better.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: letting a graphic artist change pages

2009-04-27 Thread John M Bliss

In a perfect world, site's been developed with MVC goodness, views include
almost no CF, and designer knows HTML.  If all three of those are true, just
provide designer with rights to edit views.

Otherwise, in my experience, designer's going to be forced to provide you
with some combo of comps/production art/style info/etc and you're going to
have to edit the code...

On Mon, Apr 27, 2009 at 3:02 PM, Chad Gray cg...@careyweb.com wrote:


 What is the best way of going about letting a graphic artist (who does not
 know CF) edit the pages so they render the way they want them too.

 I have done the core programming on a web site and they want to tweak the
 graphics that surround the CF programming so it looks better.


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321997
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: letting a graphic artist change pages

2009-04-27 Thread Dominic Watson

At work we have our front end developers create flat html pages and we
then ensure our CF code outputs that same markup. It was around the
time of starting this experience that I discovered Firebug and I can't
believe I ever lived without it. This approach perhaps involves a
little extra work but does keep things clean (and keeps non-coders out
of the code).

Dominic

2009/4/27 Chad Gray cg...@careyweb.com:

 What is the best way of going about letting a graphic artist (who does not 
 know CF) edit the pages so they render the way they want them too.

 I have done the core programming on a web site and they want to tweak the 
 graphics that surround the CF programming so it looks better.


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321998
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: letting a graphic artist change pages

2009-04-27 Thread Rick Faircloth

Are stylesheets being used for the site?

Rick

On Mon, Apr 27, 2009 at 4:02 PM, Chad Gray cg...@careyweb.com wrote:


 What is the best way of going about letting a graphic artist (who does not
 know CF) edit the pages so they render the way they want them too.

 I have done the core programming on a web site and they want to tweak the
 graphics that surround the CF programming so it looks better.


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321999
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


re: letting a graphic artist change pages

2009-04-27 Thread Jason Fisher

I recommend that you sit down with the designer and your CF template and go 
through the basics of how CF interacts with the HTML.  Show CFLOOP and 
CFOUTPUT and how HTML blocks may get repeated, etc.  Impress on the 
designer that any CF tag should be left in its current position relative 
to the HTML itself.  Many designers really like to see how it works, 
because once they see enough to 'get it', then they realize that skinning 
takes even fewer steps than before ... since repeated elements are often 
represented in the source code only once each.  At that point, you're off 
and running and can do some cool stuff without breaking each other's code 
;-)

 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322000
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: 500GB in one 5 inch plastic disk!

2009-04-27 Thread Ian Skinner

Scott Stroz wrote:
 That's a lot of pr0n

And I sent this to the wrong list darn it.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322001
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


500GB in one 5 inch plastic disk!

2009-04-27 Thread Ian Skinner

Cross posted from CF-Talk, because -- damn it -- it is so much easier to type 
cf-t into my mail client then cf-c.

What would you fill up 500GB with?

GE's breakthrough can put 100 DVDs on a disc
http://news.cnet.com/GEs-breakthrough-can-put-100-DVDs-on-a-disc/2100-1041_3-6249560.html?tag=newsEditorsPicksArea.0

I don't think I have 500GB of data in my life, but I know some of you do.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322002
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: letting a graphic artist change pages

2009-04-27 Thread Chad Gray

I thought about telling them to download the rendered CF files and edit that 
HTML then I would take their new HTML and put it in the CF pages.

 -Original Message-
 From: Dominic Watson [mailto:watson.domi...@googlemail.com]
 Sent: Monday, April 27, 2009 4:12 PM
 To: cf-talk
 Subject: Re: letting a graphic artist change pages
 
 
 At work we have our front end developers create flat html pages and we
 then ensure our CF code outputs that same markup. It was around the
 time of starting this experience that I discovered Firebug and I can't
 believe I ever lived without it. This approach perhaps involves a
 little extra work but does keep things clean (and keeps non-coders out
 of the code).
 
 Dominic
 
 2009/4/27 Chad Gray cg...@careyweb.com:
 
  What is the best way of going about letting a graphic artist (who does
 not know CF) edit the pages so they render the way they want them too.
 
  I have done the core programming on a web site and they want to tweak
 the graphics that surround the CF programming so it looks better.
 
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: letting a graphic artist change pages

2009-04-27 Thread Chad Gray

Yes, but I think the changes are going to take more than just CSS.  They are 
going to want to re-position and add new images etc.



 -Original Message-
 From: Rick Faircloth [mailto:r...@whitestonemedia.com]
 Sent: Monday, April 27, 2009 4:18 PM
 To: cf-talk
 Subject: Re: letting a graphic artist change pages
 
 
 Are stylesheets being used for the site?
 
 Rick
 
 On Mon, Apr 27, 2009 at 4:02 PM, Chad Gray cg...@careyweb.com wrote:
 
 
  What is the best way of going about letting a graphic artist (who does
 not
  know CF) edit the pages so they render the way they want them too.
 
  I have done the core programming on a web site and they want to tweak
 the
  graphics that surround the CF programming so it looks better.
 
 
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: 500GB in one 5 inch plastic disk!

2009-04-27 Thread Peter Boughton

Pfft. 500GB is nothing - I already carry a 320gB usb drive with me everywhere I 
go. :P

Things like photography can eat disk space very rapidly.

The important details (which the article doesn't cover) are lifespan/durability 
of the discs, plus read/write speeds, and perhaps most importantly the details 
of the drives - if they're expensive/noisy/chunky/power-hungry that's no good. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322005
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: 500GB in one 5 inch plastic disk!

2009-04-27 Thread Peter Boughton

 Cross posted from CF-Talk, because -- damn it -- it is so much easier 
 to type cf-t into my mail client then cf-c.

Heh, and wrong list again! ;) 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322006
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: letting a graphic artist change pages

2009-04-27 Thread Justin Scott

 I recommend that you sit down with the designer and your
 CF template and go through the basics of how CF interacts
 with the HTML.

Second that.  Our designer here couldn't sit down and write new CF code, but
he knows enough to recognize how the CF markup works and where he can and
can't put stuff, where # marks need to be doubled up, etc.  It takes a
special kind of designer to be able to do this though, and I've seen some
people really butcher code, so be careful either way.


-Justin


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322007
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: letting a graphic artist change pages

2009-04-27 Thread John M Bliss

If you have a designer like this, treasure him/her.  90% of designers I've
worked with over the last 13 years have been Photoshop-ninjas but
*never*glanced at a line of code.

On Mon, Apr 27, 2009 at 3:50 PM, Justin Scott
jscott-li...@gravityfree.comwrote:


  I recommend that you sit down with the designer and your
  CF template and go through the basics of how CF interacts
  with the HTML.

 Second that.  Our designer here couldn't sit down and write new CF code,
 but
 he knows enough to recognize how the CF markup works and where he can and
 can't put stuff, where # marks need to be doubled up, etc.  It takes a
 special kind of designer to be able to do this though, and I've seen some
 people really butcher code, so be careful either way.


 -Justin


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322008
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: 500GB in one 5 inch plastic disk!

2009-04-27 Thread Ian Skinner

Peter Boughton wrote:
 Heh, and wrong list again! ;) 

Ok I give up and go home now.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322009
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFML server alternatives - Railo, JBoss, Smith

2009-04-27 Thread Larry Lyons

Has anyone set-up a Jboss, Railo, Sava cms intranet environment?
I am interested in setting up Sava on windows in as reasonable cost basis as
possible. Can anyone comment on their experience doing so; it's current
practicality and ease of setting up an alternative coldfusion server
environment. 

Thank you

I've done similar setups with JBoss and Open BlueDragon. I've also recently set 
up a Sava/Mura site. I have not seen anything in Sava that would preclude such 
a setup. I'll have to play around with it for a bit at some point. For 
instance, 
http://www.gosava.com/sava/forum/messages.cfm?threadid=BE185C95-F810-84D0-54FE14C175488341

That said, there is a ready to run version of Sava that sits on top of Jetty 
and Railo using H2 as the database. 
http://www.gosava.com/go/sava/download/mura-downloads/index.cfm 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322010
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


find if any one of one list of numbers is in another

2009-04-27 Thread Seamus Campbell

Hi

I have 2 lists of numbers eg
16,20
16,23,78

And I need a way to see if any one of the first list is in the second list.
I can do it this way: (see below)
SESSION.auth.user_role_id is first list and request.funds_carried_over_check is 
second list.  
But this seems very clunky and I also may have more than one in a page.

cfset access_this = No
cfloop list=#SESSION.auth.user_role_id# index=i
cfif ListContains(request.funds_carried_over_check, i)
cfset access_this = Yes
/cfif
/cfloop
  cfif access_this IS yes . . .  etc

Is there any clever way of doing some sort of ListContains with 2 lists.
Hope someone can help - tearing my hair out here (and there's not that much 
left anyway)

Seamus 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322011
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: find if any one of one list of numbers is in another

2009-04-27 Thread Barney Boisvert

That's the right algorithm, and the best you'll do in CFML.  However,
you've got a couple bits that are slightly off.  Here's the right
bits:

cfset found = false /
cfloop list=#listOne# index=i
  cfif listFind(listTwo, i)
cfset found = true /
cfbreak /
  /cfif
/cfloop

You want listFind instead of listContains, so you don't do substring
matching (e.g. 23 shouldn't match 1234).  And you can do a CFBREAK
once you find a match because searching the rest of the values is
irrelevant.

cheers,
barneyb

On Mon, Apr 27, 2009 at 7:25 PM, Seamus Campbell
coldfus...@boldacious.com wrote:

 Hi

 I have 2 lists of numbers eg
 16,20
 16,23,78

 And I need a way to see if any one of the first list is in the second list.
 I can do it this way: (see below)
 SESSION.auth.user_role_id is first list and request.funds_carried_over_check 
 is second list.
 But this seems very clunky and I also may have more than one in a page.

 cfset access_this = No
    cfloop list=#SESSION.auth.user_role_id# index=i
    cfif ListContains(request.funds_carried_over_check, i)
    cfset access_this = Yes
    /cfif
    /cfloop
      cfif access_this IS yes . . .  etc

 Is there any clever way of doing some sort of ListContains with 2 lists.
 Hope someone can help - tearing my hair out here (and there's not that much 
 left anyway)

 Seamus

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322012
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: find if any one of one list of numbers is in another

2009-04-27 Thread Seamus Campbell

Many thanks 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322013
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4