Re: Execute Query string w CFQUERYPARAM

2004-10-18 Thread Thomas Chiverton
On Monday 18 Oct 2004 15:33 pm, Dan O'Keefe wrote: I want to execute this string inside a cfquery tag. 1st problem is, when I am building the string and looping over an array, if I try to use and in the string, my string ends up being empty. If I replace that with @lt; and @gt;, the string

Re: Lazlo

2004-10-07 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 19:32 pm, Stacy Young wrote: - Lack/weak/verbose remote service infrastructre (huge) In what way ? It seems to talk SOAP, JavaRPC and several others. - Couldn't leverage remoting (we're lifting heavy data, made big diff over soap) - Apps were heavy and sluggish What

Re: Lazlo

2004-10-07 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 18:34 pm, Mike Chambers wrote: We also just announced Free / Non-Commercial licenses for Flex: IMVHO, that wont help - Flex is still priced out of the market place except for a few very large companies. But I've said that before now :-) -- Tom Chiverton Advanced

Re: OT: request to add a new forum - cfc

2004-10-07 Thread Thomas Chiverton
On Thursday 07 Oct 2004 06:11 am, dave wrote: like the cf-flash one? Check out the cfcdev mailing list. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749

Re: Query problem

2004-10-07 Thread Thomas Chiverton
On Thursday 07 Oct 2004 11:22 am, James Smith wrote: To create the appropriate formatting but there are no such list functions in MySQL.Can anyone out there think of a way to do this? Loop over the query, and construct an array to use with queryAddColumn, such that each element in the array is

Re: LasZlo

2004-10-07 Thread Thomas Chiverton
On Thursday 07 Oct 2004 12:02 pm, E C list wrote: Laszlo being free certainly is an inducement to look seriously into it.Can anyone comment on what it would take to install it on a Windows 2000 server which is currently running ColdFusion 5 with IIS? Nothing at all, afaict. Download, run

Re: Access Windows Performance Monitor Data using coldfusion

2004-10-07 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 18:36 pm, applemicro wrote: Has anyone tried to access the windows performace monitoring data using coldfusion. Does SNMP sound like too much work ? I wouldn't use CF for this, but something like cacti or rrdtool. -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: Lazlo

2004-10-06 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 15:09 pm, Damien McKenna wrote: http://www.laszlosystems.com/ Lazlo is a Flex-like that has just been released as an open source technology *O*. *O*. *O*. *O*. ___ __/\__/ _ \| |__ | |__ | |__ | |__ __/\__ \ / | | | '_ \| '_ \| '_ \| '_ \\ / /__\

Re: Lazlo

2004-10-06 Thread Thomas Chiverton
On Wednesday 06 Oct 2004 15:25 pm, Thomas Chiverton wrote: :waves bye bye to any need to think about Flex ever again. Speaking of which, isn't Flex now dead in the water, or at least listing heavily ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

Re: img serving images from different domin, good or bad for preformance, any suggestions?

2004-10-05 Thread Thomas Chiverton
On Tuesday 05 Oct 2004 08:26 am, Nurettin Omer Hamzaoglu wrote: Any of you know if this improves the performance of the CF Application Server, any suggestions? It won' no. It may speed up your page load times, however, as you can tune the server serving the static pages to be good at that

Re: Proxy Server Problem

2004-10-05 Thread Thomas Chiverton
On Tuesday 05 Oct 2004 12:51 pm, Patrick Whittingham wrote: 'single-IP', is there a way to tell the difference between each user coming from into my app. I don't want to use cookies Nope, unless you maintain some sort of unique session token in all URLs. This is a pain - use cookies. is

Re: OT: Editing XMl

2004-10-04 Thread Thomas Chiverton
On Friday 01 Oct 2004 19:38 pm, [EMAIL PROTECTED] wrote: the suite. What I need to do is delete and replace my section of the XML document, with the XML that I've generated. Have you looked at the XML section of the CF documentation ? -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: ms to no longer supporting msjvm

2004-09-29 Thread Thomas Chiverton
On Tuesday 28 Sep 2004 18:46 pm, Vince Bonfanti wrote: The major benefits to giving up portability are: platform integration and performance. *Pardon*. Our (portable) Weblogic on (portable) Linux out performs the same platform running on (non-portable) Windows. On lower cost hardware. By

Re: ms to no longer supporting msjvm

2004-09-29 Thread Thomas Chiverton
On Wednesday 29 Sep 2004 14:15 pm, Vince Bonfanti wrote: (Sun and IBM) have their primary technical expertise on Linux/UNIX. This need not be the case. It's another exmaple of why wedding yourself to Windows is bad (for those who don't know, MS used to do a JVM. Only they refused to stick to

vCard

2004-09-28 Thread Thomas Chiverton
Is anyone aware of any vCard parser / generators ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1749 834901 web: www.bluefinger.com

Re: Uploading large audio files

2004-09-28 Thread Thomas Chiverton
On Tuesday 28 Sep 2004 12:18 pm, luke freeman wrote: Can this be done in CFFTP and would this be any quicker for uploading I'd suggest a system where users can enter their ftp details, and you have a scheduled task that picks up all the new ones and fires off another request to ftp them to

Re: ms to no longer supporting msjvm

2004-09-28 Thread Thomas Chiverton
On Tuesday 28 Sep 2004 16:23 pm, Vince Bonfanti wrote: The only reason to use Java on Windows is if you want your applications to be portable And that alone should be worth any potential issues with a 'complex' stack of technology. -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: oracle timestamp java objects in query results,,, wtf?!

2004-09-28 Thread Thomas Chiverton
On Tuesday 28 Sep 2004 14:51 pm, S. Isaac Dealey wrote: the browser and continue testing when they do occur. During CF testing Oracle also tends to grab hold of 99% of system resources and hang onto them while slowly consuming more memory (I just restart the Is your Oracle up to date ? There

Re: deleting folders

2004-09-24 Thread Thomas Chiverton
On Thursday 23 Sep 2004 22:17 pm, Coleman, Brian wrote: The two things I've though of so far is either a) write something in cold fusion, where I don't know how to reach the remote servers via CF or b) some kind of VBscript which can do it when ran, but I don't really have much vbscript

Re: Hot-fixes

2004-09-24 Thread Thomas Chiverton
On Friday 24 Sep 2004 13:51 pm, John Beynon wrote: it was built into to v0.9 but it looks like they've taken it out of the 1.0 release. Possibly because it didn't work :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: Doug White - clickdoug.com

2004-09-23 Thread Thomas Chiverton
On Thursday 23 Sep 2004 16:17 pm, Burns, John D wrote: with him and moved all of our sites to rackspace.com but are in serious need of some files and stuff off of the server that Doug White has. Repeat after me: Back up, back up, back up. Not that that helps :-) -- Tom Chiverton Advanced

Re: Distribute cf as java bytecode atop a J2EE server: What do I need?

2004-09-23 Thread Thomas Chiverton
On Thursday 23 Sep 2004 16:03 pm, Peterson, Andrew S. wrote: this. However, I have no knowledge regarding the building of a J2EE server. What do I need? This J2EE server will be used internally, and Apache have built one for you (tomcat), as have Macromedia (jrun) and many others. All are

Re: dynamic maps (GIS and other acronyms)

2004-09-22 Thread Thomas Chiverton
On Wednesday 22 Sep 2004 03:21 am, Matt Liotta wrote: What library do I use to create the vector graphics? We use one from http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm (typicaly, this site is down atm :-)). We're doing basicaly the same thing - retrive a map from a map server and then

Re: HTTPS Upload of a file.

2004-09-22 Thread Thomas Chiverton
On Wednesday 22 Sep 2004 14:55 pm, James Smith wrote: So does anyone know of a command line application for https upload? Well, curl :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole

Re: HTTPS Upload of a file.

2004-09-21 Thread Thomas Chiverton
On Tuesday 21 Sep 2004 12:40 pm, James Smith wrote: cURL.exe: This mostly works and uploads the file but the file is getting truncated after about 300ish lines and the file is over 4000. If this is like the Linux curl, I suspect the server (or intervening proxy) is at fault - is it possible

Re: HTTPS Upload of a file.

2004-09-21 Thread Thomas Chiverton
On Tuesday 21 Sep 2004 14:12 pm, James Smith wrote: Sorry, I was a bit vague. Can you break the file up into chunks of 300 products ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road,

Re: CFMX 6.1 Updater Now Available

2004-09-20 Thread Thomas Chiverton
On Thursday 26 Aug 2004 17:22 pm, Michael Dinowitz wrote: http://www.fusionauthority.com/Article1.cfm/ArticleID=4284 That URL hangs. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road,

Re: Coding question ?

2004-09-20 Thread Thomas Chiverton
On Monday 20 Sep 2004 14:53 pm, applemicro wrote: I have a page that will display infromation from a remote database. What i want to do is display the information from the remote database but if the query to the remote database takes long then 5 sec I want to abort the current query and query

Re: CFFILE question, rewritten

2004-09-15 Thread Thomas Chiverton
On Wednesday 15 Sep 2004 17:23 pm, mayo wrote: The resulting page should look like the code below: ... link href="" type=text/css rel=stylesheet Construct the contents of the page in a string, then write this string to a file - this will enable you to subsituate as needed. -- Tom Chiverton

Re: OT- NEWS - cfcertification.com

2004-09-14 Thread Thomas Chiverton
On Tuesday 14 Sep 2004 15:27 pm, Asim Manzur wrote: www.cfcertification.com/ http://web.archive.org/web/*/http://www.cfcertification.com/ -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole

Re: WWOT: OS X for Intel?

2004-09-10 Thread Thomas Chiverton
On Friday 10 Sep 2004 05:11 am, Dave Watts wrote: pretty crappy Windows application. The only reason I use it is because it syncs easily with the iPod. So does WinAmp :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: Hi

2004-09-09 Thread Thomas Chiverton
On Wednesday 08 Sep 2004 19:33 pm, Asim Manzur wrote: Is there anyway that the file would be created on monthly basis automatically/??? Of course, logrotate (if your system has it), or use one of the methods in http://httpd.apache.org/docs/logs.html#rotation -- Tom Chiverton Advanced

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-08 Thread Thomas Chiverton
On Tuesday 07 Sep 2004 19:59 pm, Andrew Grosset wrote: The first posting in this thread has a BR before every word, in the Not here it doesn't. Are you using the web interface or something ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: DHTML Drag and Drop pt.2

2004-09-08 Thread Thomas Chiverton
On Wednesday 08 Sep 2004 15:35 pm, Micha Schopman wrote: You cannot use drag drop on this, since you are using drop down boxes. Oh, you *could*. It would be very, very, very sick though. onDragstart first drop down, find the highlighted item, write it's label to a div, attach that div to the

Re: CFHTTP, Struts and some other stuff...

2004-09-07 Thread Thomas Chiverton
On Friday 03 Sep 2004 20:35 pm, B G wrote: Any guidance on where to get info to help debug is greatly appreciated. Dump timestamps to a log file after each batch of operations. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: SOT: Nix shell script to test if CF is running on port xxxx

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 17:39 pm, Adrian Lynch wrote: Wookey Hole Road --- a place where Han Solo sometimes went? :OD Me like :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS.

Re: SOT: Unix, Linux, OS X scripting list

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 16:35 pm, Dick Applebaum wrote: Anyone know of a good list that discusses 'Nix shell scripting -- that will be gentle with a novice? If you use Bash (the One True Shell), I find http://www.redmondlinux.com/Bash_Info/HTML/ very handy. -- Tom Chiverton Advanced ColdFusion

Re: CFMail Forwarding

2004-09-07 Thread Thomas Chiverton
On Monday 06 Sep 2004 18:00 pm, Mark Leder wrote: When I want to have an email sent from, say [EMAIL PROTECTED] (as in an autoresponder form), do I set the CFMail Server attribute to their mail server, such as mail.myclientswebsite.com? Depends, will your local mail server rely for that

Re: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Thomas Chiverton
On Tuesday 07 Sep 2004 16:12 pm, Andrew Grosset wrote: why is there a br before every word in this thread..? makes it incredibly hard to read. Not here there isn't. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Re: SOT: Nix shell script to test if CF is running on port xxxx

2004-09-06 Thread Thomas Chiverton
On Saturday 04 Sep 2004 03:08 am, Dick Applebaum wrote: I want to write a 'Nix shell script to see if a cf server instance is running (accepting requests) an a given port - say 8101 netstat -alpn | grep 8101 then pipe to something like 'awk {print $8}' that will get you the process name, just

Re: OT: open url from script

2004-09-06 Thread Thomas Chiverton
On Thursday 02 Sep 2004 23:33 pm, Phil Cruz wrote: start http://google.com and it will launch the browser to that page.What is the equivalent script on Linux and/or Mac? Depends, what Linux versions will you be supporting ? What browsers ? -- Tom Chiverton Advanced ColdFusion Programmer

Re: using udfs

2004-09-06 Thread Thomas Chiverton
On Wednesday 01 Sep 2004 14:52 pm, Brant Winter wrote: Hi - I am trying to use the listfix.cfm udf, and I am not quit sure how to use it. I have placed the udf in the customtags path under my cfusionmx UDF and Custom Tags are two different things. In general to use a UDF you need to cfinclude

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Thomas Chiverton
On Thursday 02 Sep 2004 22:04 pm, Adrocknaphobia wrote: This is def a driver/cfmx issue as you will not see this error in any form in SQL*Plus. Do you still see the error with the updated drivers from the Updater ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

Re: OT- netstat report

2004-09-03 Thread Thomas Chiverton
On Friday 03 Sep 2004 13:10 pm, Asim Manzur wrote: If I open it as a localhost from the same machine, yes then the website opened, but if I open it with domain, the website is not getting open from this machine, and rest of the world can open. Check the DNS. Can this machine 'ping' it's own

Re: CFMX 6.1 Updater Now Available

2004-08-26 Thread Thomas Chiverton
On Thursday 26 Aug 2004 15:04 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_updater.ht m Great news, but do I really have to download it to read the install instructions ? -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: Using Struts with CF

2004-08-25 Thread Thomas Chiverton
On Tuesday 24 Aug 2004 18:18 pm, Marco Antonio C. Santos wrote: Anybody here develops CF apps with Struts MVC pattern? What's your impressions? I looked at it (in Java). It basicaly looked massivly over complicated for the sort of job it was intended to do (form processing). -- Tom Chiverton

Re: CFmail sending in GMT

2004-08-23 Thread Thomas Chiverton
On Sunday 22 Aug 2004 01:14 am, Steve Reynolds wrote: My CFMAIL process is sending in GMT and I want it to send with the local date/time.How do I accomplish this.(I have tried CFMAILPARAM and it doesn't seem to let me change the date field). thanks steve Which date field ? What platform ? --

Re: Which platform which date field

2004-08-23 Thread Thomas Chiverton
On Monday 23 Aug 2004 14:33 pm, Steve Reynolds wrote: The viewable date is OK but the server puts it's own date in it. thanks Well, yes. Your (mail) servers locale and/or time may be incorrect. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: something better?

2004-08-23 Thread Thomas Chiverton
On Friday 20 Aug 2004 19:39 pm, Ray Champagne wrote: The thing that I personally don't like about eclipse is that it doesn't provide a shortcut to browse the file at a keystroke (such as F12 in You can associate an URL with a project, and jump stright to that. These days, you normaly can't go

Re: DSN-less Queries was Re: BLACKSTONE: Software Development Times Article

2004-08-19 Thread Thomas Chiverton
On Wednesday 18 Aug 2004 18:23 pm, S. Isaac Dealey wrote: Except that I have yet to find a way to instantiate a cfquery object using a Java Resultset that works consistently and efficiently (or at Why not just return a structure that looks like a query ? -- Tom Chiverton Advanced ColdFusion

Re: Unix datasource for MS Access

2004-08-18 Thread Thomas Chiverton
On Tuesday 17 Aug 2004 17:57 pm, Burns, John D wrote: They want to be able to download the database, take it to a conference offline, manipulate the data some and then re-upload the database and have CF use the data.I know there are other worries then with people You could use MySQL, and then

Re: BLACKSTONE: Software Development Times Article

2004-08-18 Thread Thomas Chiverton
On Tuesday 17 Aug 2004 15:31 pm, Matt Liotta wrote: Compare this with an event gateway, which is still undefined, cough Speak for yourself. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole

Re: wwokey hole was Re: cf tree menu

2004-08-18 Thread Thomas Chiverton
On Monday 16 Aug 2004 16:38 pm, S. Isaac Dealey wrote: Wookey Hole Road, WELLS. BA5 1AF I love that your office is in a place called Wookey Hole. :) I've still not managed to come up with some sort of of Star Wars joke about it... :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: BLACKSTONE: Software Development Times Article

2004-08-18 Thread Thomas Chiverton
On Wednesday 18 Aug 2004 14:34 pm, S. Isaac Dealey wrote: CF-Admin... If I could get DSN-less connections with CFMX, I'd be all over it. Umm, you can, with the service factory java objects... -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: BLACKSTONE: Software Development Times Article

2004-08-18 Thread Thomas Chiverton
On Wednesday 18 Aug 2004 17:28 pm, S. Isaac Dealey wrote: And use that for cfquery how? ... I know that I can connect to Well, either write your own cf_query, or a cfquery object/UDF to behave like cfquery did back when CF support DSN-less nativly (4.5 ?)... all you are doing with hacking the

Re: cf tree menu

2004-08-16 Thread Thomas Chiverton
On Monday 16 Aug 2004 15:23 pm, Micha Schopman wrote: http://www.mschopman.demon.nl/treeview/treeview.html Nice... Could you quickly add a link to add (say) 80 child nodes to a node in one go - this is where things like blueshoes fall down, ime. -- Tom Chiverton Advanced ColdFusion

Re: going loopy

2004-08-13 Thread Thomas Chiverton
On Friday 13 Aug 2004 01:13 am, dave wrote: what would be the best loop 4 the job Umm, cfquery ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900

Re: CFMX on IA64 (Itanium)? with JBoss?

2004-08-11 Thread Thomas Chiverton
On Thursday 05 Aug 2004 18:13 pm, Adrian J. Moreno wrote: a fit with the 64-bit OS? Is there some Java piece missing? Could I create the WAR file on a P4 Linux server and just drop in onto the IA64? I would expect so. How did you get on trying it ? -- Tom Chiverton Advanced ColdFusion

Re: Range in SQL

2004-08-10 Thread Thomas Chiverton
On Monday 09 Aug 2004 16:49 pm, Mickael wrote: Ok but how do I use that number?Is there a way to set a variable in SQL? I'm lost now :-) Run one (select) query, see what the PK of the cut off point is. In your 2nd (update) query, use the PK in the where clause to only update records less (or

Re: Range in SQL

2004-08-09 Thread Thomas Chiverton
On Monday 09 Aug 2004 16:08 pm, Mickael wrote: How do you do this in SQL? If your table has a primary key, just look yourself to see what the PK of the cut-off is, and use that in your where clause. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

Re: Interesting Error...

2004-08-04 Thread Thomas Chiverton
On Tuesday 03 Aug 2004 23:19 pm, Tangorre, Michael wrote: Anyone seen this? TYPE: java.lang.ArrayIndexOutOfBoundsException MESSAGE: 6=6 Well, yes. What is the line of code generating the error ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: CF on Linux

2004-08-03 Thread Thomas Chiverton
On Tuesday 03 Aug 2004 14:27 pm, Robert Orlini wrote: Anyone out there running CFMX on Linux? Plenty of folks. How do I get it to recognize the .cfm extension? The cfm pages show but seem not to be running thru CF. Is there something in the Apache setup? It sounds like the connector (module)

Re: CF on Linux

2004-08-03 Thread Thomas Chiverton
On Tuesday 03 Aug 2004 14:58 pm, Robert Orlini wrote: Looked and could not see that file. I saw cfmx.init.sh, but not the one you emailed. Where can I get it? Did you look in the dir where you ran the installer, as well as where you told it to install CF ? -- Tom Chiverton Advanced

Re: CF on Linux

2004-07-30 Thread Thomas Chiverton
On Thursday 29 Jul 2004 19:21 pm, Doug James wrote: Verity works on our version regardless of the official MM system requirements stating differently. :nods The thing is, if it is critical to your app, and breaks, you have no hope of MM fixing it :-( I think there was a technote that extended

Re: Strange CFMX hang

2004-07-28 Thread Thomas Chiverton
On Tuesday 27 Jul 2004 21:49 pm, Brook Davies wrote: So nobody has seen this type of crash?? Yes, all the time with IIS, CF or not. I fixed it by moving to Apache on Linux. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: OT: iframe and mozilla

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 13:39 pm, Cutter (CF-Talk) wrote: I'm using Mozilla 1.7.1 and iframes work fine for me. Don't know how much of a difference Firefox is... Same rendering engine, faster inter module calls and nicer look. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: cleaning up

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 12:56 pm, Simon Whittaker wrote: java.lang.OutOfMemoryError use to me to increase the size of the JVM memory generation size as Almost certainly :-) Also, could I consider breaking up the huge page into smaller pages and including/linking to them? My guess would be

Re: mimetype - .log and .ini

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 15:24 pm, cf coder wrote: The MIME type of the uploaded file (application/octet-stream) was not accepted by the server One or other of your client and server is sending the wrong MIME type. No idea how to sort that out on windows, Linux has a mime-types file. -- Tom

Re: mimetype - .log and .ini

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 16:14 pm, cf coder wrote: that was simple. I kinda assumed you'd have noticed that already :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF

Re: running linux at home

2004-07-27 Thread Thomas Chiverton
On Tuesday 27 Jul 2004 04:21 am, Rob wrote: with wine (the windows emulator)). Wine Is Not an Emulator :-) -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: .net compliant (ot)

2004-07-27 Thread Thomas Chiverton
On Tuesday 27 Jul 2004 17:55 pm, Kurt Knazek wrote: We are a cold fusion shop and have been asked about being .net compliant. Macromedia's isn't - bluedragon's is, assuming you mean 'will run on a .net server. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email:

Re: CFX and CFMX 6.1?

2004-07-26 Thread Thomas Chiverton
On Friday 23 Jul 2004 15:23 pm, Adkins, Randy wrote: Can anyone enlighten me on how in the world will a CFX Tag still What are your page cache settings in the CF Admin ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: XML load

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 15:09 pm, Shahzad.Butt wrote: there is an XML file at (lets say http://www.abc.com/test.xml). How can I get the data from this file and loop over a particular item in my CFM See cfhttp, xmlparse() and xmlsearch(). -- Tom Chiverton Advanced ColdFusion Programmer [Todays

Re: XML load

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 15:25 pm, S. Isaac Dealey wrote: also XMLTranslate() (?) I think that's the name of the XSLT function... Well, yes :-) If the question hadn't so specific, I'd have pointed at http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi20.htm#wp3468770 and

Re: XML load

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 15:51 pm, Shahzad.Butt wrote: On CFMX6.1 it gives error Document root element is missing. It probably is. What are the first few lines of the XML string ? -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription] [Fast

Re: Problem preventing a text input field from getting focus

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 16:07 pm, Kevin wrote: READONLY parameter to the input tag but it still allows me to tab into it. disable ? -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: XML load

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 16:10 pm, Shahzad.Butt wrote: http://services.postcodeanywhere.co.uk/xml.aspx?account_code=JJFAS1 license_code=XE47-EP93-RD59-GW24action=""> e=EN8%208RZ## That isn't returning valid XML. Try looking at something like http://www.stg.brown.edu/service/xmlvalid/ You

Re: How to make CF session variables available to PHP

2004-07-26 Thread Thomas Chiverton
On Monday 26 Jul 2004 17:07 pm, Dave Wilson wrote: Perhaps if we knew where within memory and CF the session variables are being stored, our developers might be able to hash something together. By the time you write that, you could have written code in the hand-off CFML page to copy the things

Re: sql question

2004-07-23 Thread Thomas Chiverton
On Friday 23 Jul 2004 14:30 pm, Tony Weeg wrote: is this possible in 1 query? If you can do sub querys in your DB: select * from table a where status=1 and not exists ( select id from table b where a.id=b.id and status is 0 ) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: Dinowitz_Debug

2004-07-22 Thread Thomas Chiverton
On Wednesday 21 Jul 2004 18:03 pm, Philip Arnold wrote: Unable to write CFFORM _javascript_ functions. I get that, yet the tree appears anyway as a java applet. Maybe a try/catch to squish the error ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

Re: cflocation in new window

2004-07-22 Thread Thomas Chiverton
On Thursday 22 Jul 2004 13:35 pm, Les Mizzell wrote: This works great to replace the current window . I'm not 100% sure of the syntax to open the URL in a new window though. http://www.htmlcodetutorial.com/linking/linking_famsupp_70.html -- Tom Chiverton Advanced ColdFusion Programmer Tel:

Re: ColdFusion and design pattens

2004-07-22 Thread Thomas Chiverton
On Wednesday 21 Jul 2004 11:02 am, Thomas Chiverton wrote: If there is enough intrest I'd propose a wikki and mailing list, which I can host if need be. There has been much positive feedback, and I have created a wiki to begin roughing out things - there are empty topics for the two patterns I

ColdFusion and design pattens

2004-07-21 Thread Thomas Chiverton
Would anyone be instrested in a community project to develop working examples of common design pattens in CFML, using CFCs / Mach II / FB4 ? Things that seem to be cropping up a lot are passing system wide things like DB names, user objects around - this sounds like it could be solved with a

Re: hot fix - ColdFusion MX 6.1 File Upload Denial of service

2004-07-20 Thread Thomas Chiverton
On Tuesday 20 Jul 2004 13:50 pm, cf coder wrote: The cf administrator system information version details for some reason have changed to: Umm, yes ? And ? -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: CFECLIPSE/Eclipse/databases?

2004-07-19 Thread Thomas Chiverton
On Friday 16 Jul 2004 16:11 pm, Robertson-Ravo, Neil (RX) wrote: http://eclipse-plugins.2y.net/eclipse/index.jsp;jsessionid=3449A839B17FF31A 29614A961C033A12 Can you post a link that works ? -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message] [Subscription]

Re: CFECLIPSE/Eclipse/databases?

2004-07-19 Thread Thomas Chiverton
On Monday 19 Jul 2004 13:17 pm, Robertson-Ravo, Neil (RX) wrote: Hey, this link does workwatch the wrapping ;-) Yes, and it goes to the front page of the site - rather than the relavent plugin... -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This Message]

Re: Dinowitz_Debug

2004-07-19 Thread Thomas Chiverton
Nice tool - one possible enhancement though. Could it (optionaly) strip of the cf_root from the front of the file paths ? At the moment, they all have /opt/bea/user_projects/devel_bf_platform/ceo_platform on the front for instance, which makes it hard to read. -- Tom Chiverton Advanced

Re: CFECLIPSE/Eclipse/databases?

2004-07-19 Thread Thomas Chiverton
On Monday 19 Jul 2004 14:29 pm, Mark Drew wrote: Is therea standard way of seeing why plugins would not.. err plug in? The eclipse log file is in [workspace dir[/.metadata/.log -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: Access linked tables on UNIX?

2004-07-19 Thread Thomas Chiverton
On Tuesday 13 Jul 2004 08:17 am, Hugo Ahlenius wrote: Can you use an Access .mdb file on any non windows OS? I thought you couldn't -- you would be dependent on the Microsoft Jet database, which is Windows only. http://dba.openoffice.org/ is in the progress of developing such a beast, as one

Re: https and includes part 2 ...

2004-07-13 Thread Thomas Chiverton
On Tuesday 13 Jul 2004 16:11 pm, Dan Farmer wrote: If I have a file in my http directory and I cfinclude a file from my secure directory ( using a relative url ) is the application still secure? Yes. The cfinclude happens before the webserver gets the completed response back to encrypt and

Re: Linux OS authentication

2004-07-13 Thread Thomas Chiverton
On Tuesday 13 Jul 2004 16:23 pm, [EMAIL PROTECTED] wrote: What is PAM? man pam says: Linux-PAM Is a system of libraries that handle the authentication tasks of applications (services) on the system. I suggest a good read. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: OT: Access linked tables on UNIX?

2004-07-12 Thread Thomas Chiverton
On Monday 12 Jul 2004 12:34 pm, Rick Root wrote: Not likely, I'm not aware of any way to use an Access database in a UNIX environment, Usually you talk to an ODBC proxy on a windows box. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: Resolution?

2004-07-09 Thread Thomas Chiverton
On Friday 09 Jul 2004 03:29 am, Carol Chandler wrote: way to tell what their resolution is, Asked and answered eariler this week, and before - check the archives. and really do something useful with Yoru layouts should* be liquid anyway. -- Tom Chiverton Advanced ColdFusion Programmer

Re: CFC's not working.

2004-07-09 Thread Thomas Chiverton
On Thursday 08 Jul 2004 19:32 pm, DURETTE, STEVEN J (AIT) wrote: The error returned is 500 Null (on another machine it comes up internal server error 500). Logs ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Re: CFC's not working.

2004-07-09 Thread Thomas Chiverton
On Friday 09 Jul 2004 12:48 pm, DURETTE, STEVEN J (AIT) wrote: 2669 / 271107/09 07:33:10 user CFCServlet: init 2670 / 271107/09 07:33:10 user CFCServlet: failed to load: coldfusion.xml.rpc.CFCServlet 2671 / 271107/09 07:33:10 error 2672 / 2711[1]java.lang.NoClassDefFoundError Looks like the

Re: CFC's not working.

2004-07-09 Thread Thomas Chiverton
On Friday 09 Jul 2004 13:26 pm, DURETTE, STEVEN J (AIT) wrote: The JRun4 that comes included with the enterprise edition of CFMX6.1 Oh, I'll leave it to someone else then, we're on WebLogic :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Re: CF 5.0 CFMail Random Email Failures

2004-07-09 Thread Thomas Chiverton
On Thursday 08 Jul 2004 17:06 pm, Kim Mayhall wrote: Anyone have any ideas where to start looking to correct this problem? A tcpdump / ethereal dump of the port 25 traffic to the mail server :-) What happens if you just send to one at a time in the page ? -- Tom Chiverton Advanced ColdFusion

Re: Project Management System in CF

2004-07-08 Thread Thomas Chiverton
On Wednesday 07 Jul 2004 17:17 pm, Ciliotta, Mario wrote: Does anyone know of good project management system written in CF or maybe JSP. I could write my own but I just do not have the time as usually. Jira rocks. -- Tom Chiverton Advanced ColdFusion Programmer [Todays Threads] [This

Re: cfmodule and mappings

2004-07-08 Thread Thomas Chiverton
On Thursday 08 Jul 2004 01:42 am, M. Casey wrote: cfmodule template=/CFIDE/Administrator/cffile_upload.cfm filefield=#thisField# destination=#UploadPath# nameconflict=makeunique I'm not sure user-space code should be calling templates in the CFIDE directory ... Could not find the included

Re: question select web server when install coldfusionmx

2004-07-08 Thread Thomas Chiverton
On Wednesday 07 Jul 2004 15:26 pm, John Ho wrote: during the process of select web server then the page http://localhost/CFIDE/administrator/index.cfm can not found. But if I replace localhost by a machine name Can you 'ping localhost' ? What happens if you ping your machine name ? Sounds

<    1   2   3   4   5   6   7   8   9   10   >