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.

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

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:

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

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

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

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

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

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,

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

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

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:

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?

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

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

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

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

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:

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

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

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

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

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

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.

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 +

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

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

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

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

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

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

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

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

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

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

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:

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:

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

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

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

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

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

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)

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

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

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

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

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

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

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:

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

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

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

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

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

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

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

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

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

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

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:

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

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

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

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,

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

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

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:

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

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

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

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

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

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

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,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  1   2   3   4   5   6   7   8   9   10   >