Re: StructFindKey Path and evaluate

2006-04-20 Thread Thomas Chiverton
On Wednesday 19 April 2006 17:24, Bruce, Rodney S C-E LCMC HQISEC/Signal 
Solutions wrote:
 If there is a better way to do this, please let me know.   I don't really
 like the way I am doing it, but unfortunetly I havent come up with anything
 better and I do seem to do things the hard way.

Getting the DB to do the maths ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238251
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BEA licenses BlueDragon for WebLogic

2006-04-20 Thread Thomas Chiverton
On Wednesday 19 April 2006 16:26, Russ Michaels wrote:
 I have seen several benefits.

Don't get me wrong, I think it's a Good Thing.
I'm not going to be writting anything that uses BD only tags though - look 
where doing that with IE got us a few years back :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238252
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: RSS Aggregation?

2006-04-20 Thread Thomas Chiverton
On Wednesday 19 April 2006 15:43, Neil Middleton wrote:
 Currently the site is aggregating ~500 RSS feeds, but checking these feeds
 is growing to be a pain in the butt.  Having to get CF to check each of
 these feeds regulary (ideally every 15 minutes) is more difficult than it
 sounds.

Why not:
Give each feed a 'last check time'
Once every 5 minutes, pick the oldest and retrieve it, then update last check 
time to now.

Also:
I doubt most of your users check every 15 mins, so why does your site need 
to ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238254
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX JNDI datasources in BEA Weblogic 9.1

2006-04-20 Thread Thomas Chiverton
On Wednesday 19 April 2006 21:55, Andy Allan wrote:
 The crap, though official answer will most likely be that CFMX7.01
 isn't supported on 9.1 - only 7 and 8.1

And all I can add is that we have it on 7 and running fine :-}

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238255
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BEA licenses BlueDragon for WebLogic

2006-04-19 Thread Thomas Chiverton
On Monday 17 April 2006 19:37, Vince Bonfanti wrote:
 Some people might also find it significant that BEA is now essentially a
 competitor to Adobe in a portion of the ColdFusion server market (that
 portion being people who are now or are planning to redeploy existing
 CFML applications onto WebLogic servers).

We already run MX on Weblogic. This is a supported configuration and works 
great.
When we last looked, BD was about the same* price for a J2EE version as MX. It 
appears that since then BD has improved it's compatability with legacy CFML 
code since then, however, it's still the same cost with no extra benefit.

Don't mind me though, I'm about to change employers :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238064
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Catching bogus credit card numbers

2006-04-19 Thread Thomas Chiverton
On Monday 17 April 2006 21:04, Mosh Teitelbaum wrote:
 To date, the few fake numbers that have gone through have been among the
 commonly-known numbers.  Hopefully, this will cut down on a little bit of
 frustration for the client.

Why not add a feature so the client can press a button to have the number 
blocked from future use, then check that list of numbers when the user 
submits an order.
Self-service is good :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238065
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Extract email(s) from non-delivered message

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 04:31, Rey Bango wrote:
 something, I'd like to see if there's something already built to handle
 this:
  [EMAIL PROTECTED]:
  This user doesn't have a yahoo.com account ([EMAIL PROTECTED]) [0]

You mean like a regular expression, wrapped in a simple loop over each line ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238066
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BEA licenses BlueDragon for WebLogic

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 13:18, RADEMAKERS Tanguy wrote:
 You must be luckier than us then - we run MX 6.1 in weblogic and so far,
 great is most certainly not the word i'd use to describe it.

*Really* ?
What's up ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238070
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: StructFindKey Path and evaluate

2006-04-19 Thread Thomas Chiverton
On Monday 17 April 2006 17:07, Bruce, Rodney S C-E LCMC HQISEC/Signal 
Solutions wrote:
 So I am not going to the very bottom of the structure, the value at
 MyStruct.ProjectA.Task1.Task1.3, would be a structure not a simple value.

Ya know if that tree was flattened into a few database tables, it'd all be 
much easier :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BEA licenses BlueDragon for WebLogicr

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 14:38, RADEMAKERS Tanguy wrote:
 Number one peeve: Can't pass java objects you created yourself to an EJB
 in a different application on the same server: MX uses the classloader

You couldn't do that even if it was two JSP apps, if they were in different 
J2EE application contexts, could you ?

 Also, there's some kind of issue with memory not being released when you
 redeploy cf - do it enough times and bang, out of memory error. Which

We don't see that here- our memoray graph is fairly flat with time.
I assume asking you if you are up to date with O/S, WL and CF patches is 
obvious ?

 Then, there's the occasional null pointer exception being thrown from
 the middle of code you haven't touched in donkey's years. solution:
 bounce the app or better yet, the server. Thank god that only happens in
 dev... so far.

Oddness.
Does it look like:
Thread Stack Trace:
at mmGetObjectSize+8()@0x40298908
at mmGetPossibleMovedObjectSize+26()@0x40298942
at setAsLastObj+31()@0x40292313
at findNext+205()@0x402923f1
at findNextToReturn+24()@0x40292430
at refIterGetNext+40()@0x402924a0
at trProcessRootsForThread+92()@0x40290a2c
at tsMarkAllRootsForThread+44()@0x40307040
at mmGenCon1ThreadInspection+30()@0x4029fc32
at tsDoGCInspectionForAllThreads+55()@0x40306f9b
at mmGenCon1ProcessThreadRoots+24()@0x4029fc50
at mmGenConMark+43()@0x402a0453
at mmConMark+48()@0x4029f7c4
at mmGCMainEP+80()@0x4029b058 

by any chance ?
We're getting that for some reason on *one* of the dev machines.

 My opinion: i just don't see what *real* benefits you get from the J2EE
 configuration; i'm sure that the adobe/macromedia marketing department
 finds it very useful to sell into big companies on the Enterprise
 ticket, but my suggestion would be to stick with enterprise on JRUN

In our case, we wanted to make use of some of the Weblogic stuff, like (if you 
write your own authenticator) protecting the web site and Java-base web 
services with the same set of roles and users.
We also use WLs JMS queues, for instance.

But, yeah, 90% of people will be fine with running it on Jrun, or, hell 
JBoss :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238080
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Page Won't Stop Executing

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 14:43, [EMAIL PROTECTED] [EMAIL PROTECTED] 
wrote:
 Am I in the middle of a brain-burp, or is it not in fact the case that CF
 used to stop executing the current page if the user hit their stop button

Don't recall CF6 ever being able to do that.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238081
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Extract email(s) from non-delivered message

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 15:20, Rey Bango wrote:
 Sure. Got something like that? ;)

Ben Nadel suggest a reg. ex. yesterday.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Page Won't Stop Executing

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 15:34, [EMAIL PROTECTED] [EMAIL PROTECTED] 
wrote:
 So I guess the bottom line is that with any of the CFMX versions there is
 no protection from users getting impatient waiting for a page that
 legitimately takes a few seconds to process, and repeatedly hit REFRESH?

Not without rolling your own (set a seesion variable at the top of the page if 
it's not set, unset it at the footer. If the session variable is present at 
the top of the page, tell the user to be more patient).

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Page Won't Stop Executing

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 15:45, [EMAIL PROTECTED] [EMAIL PROTECTED] 
wrote:
 that I used to be able to stop runnaway pages by hitting STOP and then
 browsing to another CF page - but maybe I'm just halucinating.

And how did CF know the difference between that, and a multi-frame'd page ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Extract email(s) from non-delivered message

2006-04-19 Thread Thomas Chiverton
On Wednesday 19 April 2006 15:46, Ben Nadel wrote:
 cfset jobjPattern = CreateObject(java,
 java.util.regex.Pattern).Compile( (?=\()([EMAIL PROTECTED])(?=\)) ) /

What's up with refindall() ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Need Help Installing Plugins for Eclipse IDE

2006-04-12 Thread Thomas Chiverton
On Wednesday 12 April 2006 06:41, Aaron Roberson wrote:
 Can anyone tell me how to use third party plugins with Eclipse?

Inside the plugin's .zip file with either by a 'plugins' directory, or one 
that looks like 'com.somedomain.someproduct'.
Stop eclipse.
Unpack the former into your eclipse folder, or the latter into the plugins 
folder inside your eclipse folder.
Start eclipse.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237502
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: maximum number of files in directory

2006-04-11 Thread Thomas Chiverton
On Tuesday 11 April 2006 13:42, Gilbert Midonnet wrote:
 It is quite possible that there could be 15-20,000 images in this
 directory. Is that too many?

I would say so.

You may want to break it down into subdirs by initial character, 2nd 
character, and then the file or something.
That is how high performance applications like Squid work anyway.

You other schemes should work too.

 simpler to have all the graphics in one directory

Only from the point of view of the single well-defined CFC encapsulating the 
getFilePathForItem() function, so not too much bother :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237409
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Client Variables in MySQL

2006-04-10 Thread Thomas Chiverton
On Friday 07 April 2006 23:58, Jim McAtee wrote:
 But does CF5 utilize transactions (if available) for client variable
 storage?

Hope so.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237326
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFEXECUTE

2006-04-10 Thread Thomas Chiverton
On Tuesday 04 April 2006 20:05, vicky wrote:
 When I run one of these scripts from a CMD line, it works like a charm. 
 When I run it from CF as such:
 it returns the cscript header 
   Microsoft (R) Windows Script Host Version 5.6 Copyright (C) 
 Microsoft
 Corporation 1996-2001. All rights reserved. and that's all.  No errors. 

Who does the CF server run as, and what does your cmd line run as ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237341
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Handling 404 errors on dev server.

2006-04-04 Thread Thomas Chiverton
On Tuesday 04 April 2006 16:59, Ben Nadel wrote:
 Ex. /work/dev/foo/www/

Are you saying that the live site
http://www.foo.baz/index.cfm
is
http://www.dev/foo/index.cfm
on your dev system ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Code Crashing

2006-04-03 Thread Thomas Chiverton
On Saturday 01 April 2006 00:04, Ali Awan wrote:
 I am trying to fix a problem I am having with my code which runs a large
 report.

Sounds like you are doing something very icky.
Break it down into steps, and try each CF step in isolation.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236802
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Creating double confirm

2006-04-03 Thread Thomas Chiverton
On Monday 03 April 2006 17:07, Ken wrote:
 Ok. Lets say I am sending an encrypted string in a url, using Encrypt
 function. Which of these algorithms should I yse: CFMX_COMPAT, AES,
 BLOWFISH, DES, DESEDE

What is your threat and attack profile (how much money have they got ? are 
they willing to kidnap you/your loved ones and force you to do 
things ? ... ?)

 Also, please tell which Encoding should be used: Base 64, Hex or UU.

If it's in an URL, anthing that is ASCII will be fine.
UUencode adds 33% or so to the size of the data, for instance, so that's a 
factor too.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236823
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Flash Forms and the Microsoft Eolas Fix.

2006-03-30 Thread Thomas Chiverton
On Wednesday 29 March 2006 17:07, DURETTE, STEVEN J (ASI-AIT) wrote:
 Microsoft is adding the non-security related patch to it's IE security
 patch, so if you want to be able to plug the latest IE hole that is
 currently being exploited, you have to accept this also.

It's not like MS haven't published the workaround *years ago*.
Macromedia also updated their recommend 'how to embed Flash' code too.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236524
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Possible to connect to JNDI datasources in CF admin?

2006-03-30 Thread Thomas Chiverton
On Wednesday 29 March 2006 23:21, Stacy Young wrote:
 Ok it seems the docs are lyin' cause I've deployed both a CF war and an
 EAR and neither provides a JNDI option under datasources once deployed.

Yes, with CF6.1 in Weblogic.
The TX Datasources just appeared by magic in the CF administrator.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236525
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Reading cookies and decoding problem

2006-03-30 Thread Thomas Chiverton
On Tuesday 21 March 2006 18:50, Andy Tyrone wrote:
 Yes, it is converting the + character to a space, but the problem is the
 cookie is not encoded to begin with, or if it is, asp.net knows not to

AFAIK cookie values have to be HTTP encoded, then decoded when retrieved.
Hence CF turning the + into a space.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236526
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: where to start Ajax or Flex?

2006-03-29 Thread Thomas Chiverton
On Tuesday 28 March 2006 19:10, Munson, Jacob wrote:
 I believe you are referring to Flex Builder 2, which is still beta.
 Just wanted to throw that in for the people that haven't been following
 Flex developments.

:nods
Flex2 is really very funky, allowing true CFML remoting (running CFC methods 
on the server from client-side Flash).

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236386
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: where to start Ajax or Flex?

2006-03-29 Thread Thomas Chiverton
On Wednesday 29 March 2006 00:02, Mike Chambers wrote:
 As far as cost, the Flex Framework and SDK (compilers, Framework,
 etc...) are and will be free (for commercial and non-commercial use):
 We have also released ColdFusion connectors to make it simple for Flex
 apps to communicate with ColdFusion (without requiring Flex Data Services):

Will the connectors also be free ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236387
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfm vs. php?

2006-03-28 Thread Thomas Chiverton
On Tuesday 28 March 2006 06:48, Jim Davis wrote:
 And this works on both sides of the spectrum.  I've been told more than
 once in my company that CF isn't expensive enough to be an
 enterprise-capable product.

Add Flex to the purchase order then :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236330
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Slightly OT: mySQL query (view) syntax

2006-03-28 Thread Thomas Chiverton
On Tuesday 28 March 2006 17:15, Les Mizzell wrote:
 `idc`.`personnel`.`county_id` is a LIST

 So I need to add a WHERE statement to the above like:

 WHERE
`idc`.`locations`.`locID` IN `idc`.`personnel`.`county_id`

`idc`.`locations`.`locID` IN (`idc`.`personnel`.`county_id`)
?

TBH 'in' is very expensive, maybe
`idc`.`locations`.`locID` = `idc`.`personnel`.`county_id`
would be better :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236331
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Soap errors

2006-03-23 Thread Thomas Chiverton
On Wednesday 22 March 2006 21:58, jonese wrote:
  Error converting CFML arguments to Java classes for web service

I'm guessing your inputs to the web service are of the wrong type.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236019
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Soap errors

2006-03-23 Thread Thomas Chiverton
On Thursday 23 March 2006 16:51, jonese wrote:
   q_getList = ws.get(RecordRef);

Where'd 'ws' come from ?
Is it correctly configured in the CF admin, or are you making it on the fly ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236062
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Eclipse issues

2006-03-22 Thread Thomas Chiverton
On Friday 17 March 2006 12:07, Robert Everland III wrote:
 I found a post on CFEclipse forum about this. Looks like it's related to
 the Antivirus scanning network files, it changes the timestamp which causes
 the file to not synch with Eclipse anymore. I think it's a bug that the
 Eclipse is working on.

You could always turn on 'refresh automatically' under 
Preferences,General,Workspace

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235941
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: graphical representations of passcodes

2006-03-22 Thread Thomas Chiverton
On Tuesday 21 March 2006 16:58, Bobby Hartsfield wrote:
 I saw this one a while back that used images of objects rather than text.
 http://www.captcha.net/captchas/pix/

 Should be an easy task to create in CF

Though I would suggest an image of a word, rather than images of objects.
What I call a pan, you might call a pot.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235944
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT - how to create a desktop shortcut from a website

2006-03-16 Thread Thomas Chiverton
On Wednesday 15 March 2006 15:13, Matt Friedman wrote:
 I have a need for user to be able to create a desktop short cut - or icon
 that will launch a specific site from there desktop.

You can't. Anything you try is likely to be stopped either be the browser or 
anti-spy/virus software or (if you are lucky) the O/S itself.

What we do is have a nice custom favivon.ico, and users on most modern O/S can 
then just drag our icon from the location bar onto the desktop.
As a bonus, the icon appears in bookmarks to.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235515
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Multiple file upload - flash forms?

2006-03-16 Thread Thomas Chiverton
On Tuesday 14 March 2006 15:31, Robertson-Ravo, Neil (RX) wrote:
 I'm working on a photo gallery application and need to provide a user
 friendly way of uploading multiple image files.

Either support uploading a single zip file, or a form that the user can 
add/remove file upload inputs to at will ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235527
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: gabbly - perfect for CFTalking about CF-TALK

2006-03-15 Thread Thomas Chiverton
On Tuesday 14 March 2006 20:04, Rick Root wrote:
 I think the usability of such an app would be horrendous :)

EMail is perfectly fine, for 99% of the time, tbh.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235417
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: gabbly - perfect for CFTalking about CF-TALK

2006-03-14 Thread Thomas Chiverton
On Sunday 12 March 2006 16:36, Rick Root wrote:
 Or not, seems to be down now. :)

Still...

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235341
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Cybercash Tag Question

2006-03-14 Thread Thomas Chiverton
On Tuesday 14 March 2006 15:31, Botts, Tom wrote:
 Thanks for your response.  I agree with you and I'm probably confusing
 everyone with the duplicate order id's.  The main question is - are both
 success and success-duplicate valid transactions?  Did the credit
 card people take the money for both?

I would think so.
What do they or their documentation say ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235342
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Oracle SQL Developer

2006-03-14 Thread Thomas Chiverton
On Tuesday 14 March 2006 14:50, Douglas Knudsen wrote:
 I've been using this since it was code-named Raptor.  Its nice, beats

Last time I looked, it didn't have working insight or storage of user scripts.

 AquaDataStudio

ADS looks nicer to me.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235345
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Oracle SQL Developer

2006-03-14 Thread Thomas Chiverton
On Tuesday 14 March 2006 17:06, Thomas Chiverton wrote:
  I've been using this since it was code-named Raptor.  Its nice, beats
 Last time I looked, it didn't have working insight or storage of user
 scripts.

:downloads
Nope, Oracle still can't write shell scripts
:hacks
. time passes 
:starts it up
Nope, insight still broken (to a fully patched 9i DB)
-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235348
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Railo MySQL data source / debugging template

2006-03-13 Thread Thomas Chiverton
On Sunday 12 March 2006 14:02, Andreas Luethi wrote:
 Both of them are fixed in the final release.

Ooh, great.
Just a tad too late unfortunately - I was going to use BlogCFC on Railo to 
replace a creaking SlashCode install, but spent a few hours (very few, 
actually) last weekend migrating to Drupal (which is PHP based).

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235202
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFORM Flash form

2006-03-09 Thread Thomas Chiverton
On Thursday 09 March 2006 15:01, Artur Kordowski wrote:
 If
 you use them in a external AS file you can use them without problems. 

For now.
MacroMedia certainly had a habit of shutting the door on things like that.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234807
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFORM Flash form

2006-03-09 Thread Thomas Chiverton
On Thursday 09 March 2006 15:32, Artur Kordowski wrote:
 I cant imagine that they can do that. Because including external AS files
 have noting to do with the CF compiler. In this case they had to rewrite
 the flash compiler. And when it still works, why dont use it?

shrug

If URL.contains(cfm) abort;

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234822
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ANN: ColdFusion tag for tabbed GUIs

2006-03-06 Thread Thomas Chiverton
On Saturday 04 March 2006 21:14, Massimo Foti wrote:
 You can grab it from here:
 http://www.olimpo.ch/tmt/tag/tabs/

Nice.
Can it cope with iFrame's in the tabs ?

auto(re)sizeing would be a nifty feature - something that is hard to get right 
in our own home grown tag.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234220
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Server is freezing

2006-03-06 Thread Thomas Chiverton
AntiVirus and AntiSpyware all up to date ?
-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234229
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Thomas Chiverton
On Thursday 02 March 2006 08:16, Mark Drew wrote:
 I shall be recording the audio so I shall try and put together some
 kind of presentation by mixing screen capture later on over the audio.

That would *rock*, going all the way to London for a few hours of meeting is a 
bit of an ask for most people.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: graphing service not starting on solaris

2006-03-01 Thread Thomas Chiverton
On Tuesday 28 February 2006 15:29, jw wrote:
 yes this machine is headless and it has X11 installed.  I can lauch
 apps over the network to my desktop.  why would i install a virtual
 X11 server if it has one installed.

When you launch them, they run on your machines X server (check the DISPLAY 
environment variable).
Try logging in, unset'ing DISPLAY, and then running xterm - that's what the CF 
server needs to have not error, essentially.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233731
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: REPOST Re: OCR and CF

2006-02-24 Thread Thomas Chiverton
On Thursday 23 February 2006 16:46, Bryan Stevenson wrote:
 I am not even asking a  CF question thoughI want suggestions for
 barcode readers and/or OCR utilities that CF can uselike via CFEXECUTE.

I don't know if you are actually guilty of this yourself, but as soon as 
people on cf-talk mention scanners and printing, I find myself thinking that 
CF is for web sites :-)

 So with your obvious knowledge of other fruit Tom would you care to offer
 up some advice or recommendations? ;-)

Perl is better at making xls files than CF, and there are several open source 
OCR projects.

It'd be much simpler to just have them email them in, with the ref# in the 
subject line.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:22
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Thomas Chiverton
On Thursday 23 February 2006 23:56, Josh Nathanson wrote:
 Who will pay the royalties, hosting companies?  How could this be enforced?
 Anyone with legal experience please comment...

shrug
IANL but there is a silly amount of prior art out there before Feb '01 (the 
filed date). There is one in the InfoWeek article from *Balthaser himself*.

This is just another example of the mess the US patent system is in.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233353
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Trying to pinpoint an error

2006-02-24 Thread Thomas Chiverton
If line one is a cfscript block, or try/catch is involved, line 
numbers/template name may be wrong.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233357
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Merging Company Databases from Quickbooks to Comma Seperate File

2006-02-24 Thread Thomas Chiverton
On Thursday 23 February 2006 22:14, Aaron Roberson wrote:
 but the billing and shipping address are all scrambled and there are
 fields that make no sense.

Define 'scrambled'.
Maybe you should be talking to whoever Quickbook are.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233358
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: U.S. Grants Patent For Broad Range Of Internet Rich Applications

2006-02-24 Thread Thomas Chiverton
On Friday 24 February 2006 14:05, DURETTE, STEVEN J (ASI-AIT) wrote:
 I didn't read the patent application, 

Me neither. It's barely English, even by american standards.

 applied in Feb '01 with prior art that he created, I think that the
 system is working as it should 

The patent office should reject patents which are broad in scope.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233363
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Is there a better way to do this?

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 18:28, Andy Matthews wrote:
 dynamically. Loads of different possibilities though and I'm not sure if it
 would be worth it.

If you need the component more than once, or it is complicated to set up, it's 
worth it.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233221
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problem using XML DTD and XmlParse

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 18:22, Adrian Wagner wrote:
 No the XML isn't broken, the DTD file is exactly where the XML file says it
 is, in the directory above the file.  The coldfusion XmlParse just doesn't

Once the file is loaded into an external system, that external system won't 
know what directory is 'above' the file.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233222
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: REPOST Re: OCR and CF

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 22:56, Bryan Stevenson wrote:
 Come on you fellow propeller headssomebody must have some insight on
 this one ;-)

Yeah, ColdFusion is not the only fruit.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233226
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Help! Error in OnSessionEnd in Application.cfc

2006-02-23 Thread Thomas Chiverton
On Wednesday 22 February 2006 19:59, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:
 In my pathetic defence, I copied the function from the LiveDocs website,
 though..verbatim!

If you leave a comment Macromedia were very good at taking notice and fixing 
things, and at the very least no one else well be bitten by it.

Dunno what Adobe's approach will be, after that fluffy, woolly we-love-you 
Breeze video they did.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233227
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Is there a better way to do this?

2006-02-22 Thread Thomas Chiverton
On Wednesday 22 February 2006 04:33, Michael T. Tangorre wrote:
 Will, is that a typo? You're outputting from a CFC! BLASPHEMY! :-)

We've got an excellent set of GUI components built in CFCs, it rocks.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Is there a better way to do this?

2006-02-22 Thread Thomas Chiverton
On Wednesday 22 February 2006 14:57, Andy Matthews wrote:
 Care to share them Thomas?

I'd love to, but 
a) they're too tightly tidy to our data base (not enough MVC abstraction, tsk)
b) they're not mine, they're the companies :-)

It's just wrappers around things like a certain popular DHTML calender 
component, really. Nothing you can't knock up yourself in a spare 15 minutes.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Railo MySQL data source / debugging template

2006-02-21 Thread Thomas Chiverton
Has anyone encounted the following two nasty issues using Railix (standalone 
Railo CF engine) on Linux (1.5 JVM) ?

1) The debugging can't be turned off (says variable memorylog doesnt exist
in Form Scope when unticked).

2) MySQL datasource's give the following error when trying to save
connection details:
class [org.gjt.mm.mysql.Driver] is not a JDBC Driver
class must implement interface [java.sql.Driver]

I've pinged the Railo peeps too, but they've not gotten back yet.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232982
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Railo MySQL data source / debugging template

2006-02-21 Thread Thomas Chiverton
On Tuesday 21 February 2006 09:14, Thomas Chiverton wrote:
 I've pinged the Railo peeps too, but they've not gotten back yet.

Known bugs, apperently.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232987
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Ralio (was Re: Bluedragon 6.1)

2006-02-21 Thread Thomas Chiverton
On Thursday 02 February 2006 14:31, Ray Champagne wrote:
 This probably would have been better sent to them first, dontcha think?

How do you know I didn't ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232988
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Ralio (was Re: Bluedragon 6.1)

2006-02-21 Thread Thomas Chiverton
On Tuesday 21 February 2006 14:27, Ray Champagne wrote:
 So, did you?  :)

Yeah, nice me :-)

 BTW, this is quite the old post at this point, isn't it?  I was
 surprised to see it revived!

I've been busy - just gotta go comment on that Microsoft buying Macromedia 
thread and I should be all caught up ;-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfmx on kubuntu

2006-02-20 Thread Thomas Chiverton
On Monday 20 February 2006 01:37, Paul Scoffield II wrote:
 ok, well i think i got it going using the built in server, but when i
 attempt to connect to port 8500. i get a connection refused error.. is
 the port locked down.. or does that mean the bloody thing isn't
 running.. ?

As root:
netstat -alpn|grep 8500
will tell you if any process is listening on the port.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232896
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF-Talk: Digest every 8 hours

2006-02-20 Thread Thomas Chiverton
On Friday 17 February 2006 15:32, Manuel Gomez wrote:
 Message - Error Executing Database Query. [Macromedia][Oracle JDBC
 Driver][Oracle]ORA-01017: invalid username/password; logon denied

Hmm, yeah - I agree :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232898
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Railo

2006-02-20 Thread Thomas Chiverton
Gah - I was just about to ping a few people about alternative CF engines, and 
it turns out Railo is tits-up.com - looks like they forgot to licence their 
own web server :-)

I was gonna play with it myself tonight (mainly to see if Ray's BlogCFC is 
better than our current SlashCode-based site, before I go all PHP-Drupal).

javax.servlet.ServletException: with the develop Version of Railo, you can 
only access with 10 different IPs
railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source)
railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: CSS Positioning

2006-02-15 Thread Thomas Chiverton
On Tuesday 14 February 2006 15:55, Robert Everland III wrote:
 I want to play around with using CSS instead of using tables to position
 things. Does anyone have some sites that they use as an example of this
 that I can go off of.

CSS Zen Garden.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232319
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Depressed Press BBML tag

2006-02-15 Thread Thomas Chiverton
On Tuesday 14 February 2006 04:47, Rick Root wrote:
 There are a lot of weird characters in the text that i've never noticed
 until now..

Is the tag encryped, or a CFX or something ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232320
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: check out this CS response

2006-02-09 Thread Thomas Chiverton
On Thursday 09 February 2006 16:55, Ray Champagne wrote:
 Unfortunately ColdFusion is not very stable in shared environment and

Virtual servers anyone ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231772
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Disable Verity on Linux?

2006-02-02 Thread Thomas Chiverton
On Tuesday 31 January 2006 16:05, Jason wrote:
 2732(k2index)   /opt/coldfusionmx7/verity/k
 /opt/coldfusionmx7/verity/k2
 /opt/coldfusionmx7/verity/k2/_ilnx21/bin/k2index -ualias
   ColdFusionK2_indexserver1
 Any ideas?

Check the parent process ID.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Ralio (was Re: Bluedragon 6.1)

2006-02-02 Thread Thomas Chiverton
On Thursday 02 February 2006 00:40, Jordan Michaels wrote:
 I look forward to seeing what Ralio is going for (in USD) when the new
 site is up.

I look forward to the Ralio guys configuring their web site correctly.
I just died with a timeout, and told me all about their code:

Message  Communication link failure: railo.runtime.exp.PageRuntimeException, 
request is run into a timeout and has been stopped
  Context  The Error Occurred in
/usr/virtual/railoch/public_html/jmuffin/data/struct/index.cfm: line 57
called from /usr/virtual/railoch/public_html/en/index.cfm: line 4
  Code  55: /cfscriptcfif url.treeID EQ 0cfquery name=tmp 
datasource=#application.datasource# username=#application.userName# 
password=#application.passWord#
 56: select treeID from area,tree 
 57: where area.code='#area#' 
 58: and tree.parentID=0
 59: and area.areaID=tree.areaID
 
  Java Stacktrace
  railo.runtime.exp.DatabaseException: Communication link failure: 
railo.runtime.exp.PageRuntimeException, request is run into a timeout and has 
been stopped
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1862)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1831)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:896)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1654)
at com.mysql.jdbc.Connection.(Connection.java:432)
at 
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:400)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at railo.runtime.config.Config.getConnection(Unknown Source)
at railo.runtime.db.ConnectionPool.get(Unknown Source)
at railo.runtime.db.Manager.getConnection(Unknown Source)
at railo.runtime.tag.Query.a(Unknown Source)
at railo.runtime.tag.Query.doEndTag(Unknown Source)
at 
jmuffin.data.struct.index_cfm.call(jmuffin.data.struct.index_cfm:287)
at railo.runtime.PageContext.include(Unknown Source)
at railo.runtime.PageContext.include(Unknown Source)
at en.index_cfm.call(en.index_cfm:37)
at railo.runtime.PageContext.include(Unknown Source)
at railo.runtime.PageContext.execute(Unknown Source)
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source)
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:578)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688)
at java.lang.Thread.run(Thread.java:534)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer


Re: Ralio (was Re: Bluedragon 6.1)

2006-02-02 Thread Thomas Chiverton
On Thursday 02 February 2006 00:40, Jordan Michaels wrote:
 I look forward to seeing what Ralio is going for (in USD) when the new
 site is up.

I look forward to the Ralio guys configuring their web site correctly.
I just died with a timeout, and told me all about their code:

Message  Communication link failure: railo.runtime.exp.PageRuntimeException, 
request is run into a timeout and has been stopped
  Context  The Error Occurred in
/usr/virtual/railoch/public_html/jmuffin/data/struct/index.cfm: line 57
called from /usr/virtual/railoch/public_html/en/index.cfm: line 4
  Code  55: /cfscriptcfif url.treeID EQ 0cfquery name=tmp 
datasource=#application.datasource# username=#application.userName# 
password=#application.passWord#
 56: select treeID from area,tree 
 57: where area.code='#area#' 
 58: and tree.parentID=0
 59: and area.areaID=tree.areaID 

-- 

Tom Chiverton 
Advanced ColdFusion Programmer


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231112
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Disable Verity on Linux?

2006-01-31 Thread Thomas Chiverton
On Monday 30 January 2006 23:26, [EMAIL PROTECTED] wrote:
 How can I disable verity on Linux? It's spawned a whole lot of

Find out what's running it (cron ?).
We don't use it I'm afraid, so can't be much more help, but as no one else has 
piped up :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230815
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFX_IMAP4 Problem

2006-01-31 Thread Thomas Chiverton
On Tuesday 31 January 2006 11:26, Jennifer Gavin-Wear wrote:
 was working fine on one server, say 2 secs for 200 mails, and now it times
 out over 600 secs.

If you try it by hand does it say anything helpful ?
Maybe the mail spool is locked on the server.
-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230817
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion CFMX 6.1 on Red Hat

2006-01-20 Thread Thomas Chiverton
On Wednesday 18 January 2006 13:59, Protoculture wrote:
 I am wondering, an isp that we deal with is telling us that the latest
 version of Red Hat will only work with CF 7.

 something about updates and stuff and they are saying that it(CFMX) wont
 work with apache etc... the updates to red hat will not work with CFMX 6.1.

We run CFMX6.1 on Weblogic on EL and Fedora Core 4 with no issues at all.


-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230077
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Recommended Hardware for MX7?

2006-01-18 Thread Thomas Chiverton
On Wednesday 04 January 2006 20:25, Alan Rother wrote:
 Java can only address up to 2 GB. So don't waste your money with more RAM

Point the first, even if you need 2G for Java, you'll want lots left over for 
disk and virtual memory cache, O/S etc.
Point the second, Java can address more than 2G, same as any modern language. 
*Windows* might have a 32-bit (or is it 31 ?) user address limit, but even 
Windows comes in 64 bit these days.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229867
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: For emergency only

2005-12-19 Thread Thomas Chiverton
On Friday 16 December 2005 14:16, Wayne Putterill wrote:
 The SE P990 is looking like it will be a great phone when its released

Fingers crossed it'll be fast enough to run skype, toes crossed SE come to 
their senses and but 11g on as well as b.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227262
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: For emergency only

2005-12-19 Thread Thomas Chiverton
On Monday 19 December 2005 15:33, Ben Forta wrote:
 support 850. Which means that if you are a Cingular customer in the U.S.

Picture an Englishmen shaking his head at the terrible state of mobile 
telecoms in the US :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227266
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


MX6.1 in J2EE and Apache Myfaces/Spring

2005-12-16 Thread Thomas Chiverton
Has anyone ever tried to get Apache Myfaces and/or Spring loaded into the same 
J2EE instance as ColdFusion ?
Any gotchas ?
-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MX6.1 in J2EE and Apache Myfaces/Spring

2005-12-16 Thread Thomas Chiverton
On Friday 16 December 2005 09:24, Thomas Chiverton wrote:
 Has anyone ever tried to get Apache Myfaces and/or Spring loaded into the
 same J2EE instance as ColdFusion ?

Answer my own question: No problems at all.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Linux CFMX 6.1 / JVM crash revisited

2005-12-16 Thread Thomas Chiverton
On Tuesday 06 December 2005 22:29, Terry Ford wrote:
 Any help with finding a stable, high performance JVM for CFMX on linux
 would be much appreciated.

We use JRockit 1.4 (under Weblogic) fine.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: For emergency only

2005-12-16 Thread Thomas Chiverton
On Tuesday 06 December 2005 19:45, Burns, John D wrote:
 Nice, which cell phone are you using? I'd love to have that ability on
 mine!

My Sony Ericson P900 does it, SSH too.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: REPOST: Redundancy Options

2005-12-16 Thread Thomas Chiverton
On Wednesday 07 December 2005 14:38, Rick Root wrote:
 Doesn't anyone have any comments on failover/redundancy in a coldfusion
 environment?

You answered your own question in the last paragraph of your post.
By two of everything and a pair of load balancers.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Firefox Problem

2005-12-16 Thread Thomas Chiverton
On Friday 16 December 2005 13:47, Trevor Holm-Laursen wrote:
 I'm having a session variable issue with firefox.  We have a login that if
 it is valid, it will set the values in a user cfc that they are logged in

Have you checked that both IE and firefox start from clear cache's and 
cookies ?
Can you install an extension into firefox (or run both browsers through a 
proxy) and verify cookies etc are being set as expected (assuming you use the 
normal CF CFID/CFTOKEN) ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT - Firefox crashing

2005-12-06 Thread Thomas Chiverton
On Monday 05 December 2005 20:15, Stan Winchester wrote:
 I just installed Firefox 1.5 and so far it seems much more stable. Memory

I hear that - you should also make sure all the plugins (QuickTime, Real etc) 
are up to date too.
QuickTime Alternative and Real Alternative are mini versions of the relevant 
ones, and come with a mini-player called Media Player Classic too (which only 
plays things and so is much faster than that abomination Windows Media Player 
has become).

That assumes you're still on Windows. Firefox has always played well in the 
land of the free (*nix) for me... :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: bye MM :( :: welcome Adobe :)

2005-12-06 Thread Thomas Chiverton
On Monday 05 December 2005 18:30, dave wrote:
 http://www.macromedia.com/

Oh well, now's a good time to make CFMX server free... ;-}

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: x.509 Encryption in ColdFusion

2005-11-23 Thread Thomas Chiverton
On Wednesday 16 November 2005 16:22, Jeffry Houser wrote:
 Outlook custom tag and the PGP desktop software.  Unfortunately, the PGP
 software appears to disable ColdFusion's WSConfig utility ( More details

There's always GPG and WinPT...

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225070
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Oracle errors in ColdFusion 5

2005-11-22 Thread Thomas Chiverton
On Monday 21 November 2005 17:25, Scott Stewart wrote:
 Were getting an error in ColdFusion 5 that I'm stumped on.

Do you have anything funny in your CF DSN settings ?
What if you create a DSN from scratch ?
What is the content of the cfquery tag ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224958
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Open Laszlo and CF

2005-11-16 Thread Thomas Chiverton
On Tuesday 15 November 2005 17:08, Bryan Stevenson wrote:
 What exactly does getemployees.cfm generate?  Is it an XML string?  If it

Yeah - take a look at the Laszlo demo's data files, and make your CF output 
the same stuff.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224296
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Automatically directed to a network printer

2005-11-16 Thread Thomas Chiverton
On Tuesday 15 November 2005 18:27, John Lucania wrote:
 It is MX on Windows 2003.

I think you can still copy the file to prt: (with cfexecute) then.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224297
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Automatically directed to a network printer

2005-11-16 Thread Thomas Chiverton
On Wednesday 16 November 2005 13:38, John Lucania wrote:
 ok, can you show me an example?

echo asasf  1.txt
copy 1.txt prt:

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224360
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Automatically directed to a network printer

2005-11-15 Thread Thomas Chiverton
On Tuesday 15 November 2005 15:24, John Lucania wrote:
  I need hard copy printout of a cf query page monthly.
 Can it be automatically directed to a network printer and let it print out?

Yes.
As you don't mention what O/S or version of CF you have, it is hard to be 
specific.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224193
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Linux Server - ColdFusion hangs on restart

2005-11-15 Thread Thomas Chiverton
On Tuesday 15 November 2005 14:07, Jillian Koskie wrote:
 Has anybody seen this before?  Any suggestions?

Have rc.local launch a script that waits 5 minutes, then invokes the 
coldfusion init.d script.

Don't forget to whack a '' on the end of the rc.local line :-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224194
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Best way to unix crypt() on windows cfmx?

2005-11-15 Thread Thomas Chiverton
On Monday 14 November 2005 22:15, Jon Block wrote:
 Whats the best way to use the unix crypt() function on windows cfmx 7?

Install Perl or one of the Win32 GNU toolsets.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224195
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Losing session vars

2005-11-14 Thread Thomas Chiverton
On Monday 14 November 2005 01:20, Cedric Villat wrote:
 their cart, etc. Short of adding the CFID and CFTOKEN to every link on the
 site, is there a way around this? I already have setDomainCookies set in my
 cfapplication, hoping that would fix it, but no.

What is the contents of the actual cookie's being set's host/domain 
parameter ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224069
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Sending Faxes through Cold Fusion

2005-11-10 Thread Thomas Chiverton
On Thursday 10 November 2005 02:33, Stephen Cassady wrote:
 Does anybody have some suggestions or links that would assist in sending a
 fax from CF?

Grab a cheap-o modem and a copy of (free) HylaFax.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223821
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CRUD Generator

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 07:02, Barney Boisvert wrote:
 Based on my experience building custom, app-specific generators, what

So you're gonna have this rolled out by, say, Friday ?
:-)

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223658
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PERL form email with attachment?

2005-11-09 Thread Thomas Chiverton
On Monday 07 November 2005 19:25, Burns, John D wrote:
 Anyone have a simple script laying around to do this or could some write
 one out real quick? If not, no biggy. Just trying to prove how much

http://jenda.krynicky.cz/perl/Sender.pm.html#sending%20a%20file%20that%20was%20just%20uploaded%20from%20a%20html%20form

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223668
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: User Defined Functions in ColdFusion

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 03:11, simmyana a wrote:
 Hi,
   I have created an UDF in MS sql and I want to use it in coldfusion while
 writing the query. could you please tell me as how to use UDF of MS Sql in
 Coldfusion?

If you can type it into whatever database tool you use, you can use it in 
cfquery...

Typicaly, the contents of cfquery will look like:

select myFunction() as result from dual

or

select myFunctionForThisColumn(columnName)  as result from tableName

if it acts on a table/column.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223686
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: AD integration with CF

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 06:51, Taco Fleur wrote:
 I would think not, but am not sure of myself anymore, any confirmation
 would be much appreciated.

You could have a BDC in the ISP (maybe on the web server).
Other more sick ideas spring to mind, but you'll need a VPN betwen the PDC and 
the BDC to keep them in sync anyway...

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223569
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Scheduled Task Problem

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 15:25, Ken Ketsdever wrote:
 Any ideas???

Browse to the URL using a command line web browser like lynx or telnet on the 
webserver itself - maybe there is an authentication or other probelm.

-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223579
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   3   4   5   6   7   8   9   10   >