RE: CFIMAGE Resize Slow

2007-10-03 Thread Todd Mathews
Try Efflare. CFIMAGE is nice for some things but still has a ways to go before it can catch up to ImageCR. Todd > -Original Message- > From: Eron Cohen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 03, 2007 9:58 AM > To: CF-Talk > Subject: CFIMAGE Resize Slow > > I wondering if

RE: Creating a Power Point Presentation

2007-09-23 Thread Todd Mathews
Dale, We just went throught this same scenario. Take a look at Aspose.Slides. http://www.aspose.com It's a little painful to get running the first time but works extremely well once you get everything figured out. Todd > -Original Message- > From: Dale Fraser [mailto:[EMAIL PROTECTED]

RE: Performance Tuning CF?

2007-09-21 Thread Todd Mathews
Thanks for the links. I agree that CF8 helps greatly but the info I was looking for covers recommended settings for things like memory, thread counts and etc. Maybe since there doesn't appear to be anything specific to CF8 yet we should all work together to put something together. I realize that t

Performance Tuning CF?

2007-09-21 Thread Todd Mathews
It seems that a while back there were a couple of whitepapers and/or recommended best practice write-ups concerning performance tuning CF and the JVM details. Does anyone know where these might be found and if they've been re-visited very recently? It would be great to find something with CF 8 sp

RE: Catching CFHTTP errors when a PC is off.

2007-09-21 Thread Todd Mathews
Another option if you need more granular control is to take a look at CFX_HTTP5. It is wicked fast and has an extremely deep feature set. It's pretty easy to catch errors like these with CFX_HTTP5. Todd > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Friday, Se

CFQUERY Results in Natural SQL Order?

2007-09-20 Thread Todd Mathews
Does anyone know of a simple way to have the results of a CFQUERY return the results in the natural sql result order instead of always returning everything in a sorted column order? IE: Select waypointName, areaName, directionScope, bufferName from xx Should return the columns in the natural or

RE: LOOPY LOOP LOOP

2007-09-18 Thread Todd Mathews
I tested this with both CFMX 7 & CFMX 8 and both yielded the same results. Todd > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 18, 2007 7:11 PM > To: CF-Talk > Subject: Re: LOOPY LOOP LOOP > > What version of CF are you using? > > -

LOOPY LOOP LOOP

2007-09-18 Thread Todd Mathews
Here is a fun one that I somehow missed in the past... We were looking at some code that appeared to be looping over itself and tracked it down to an extraneous clause inside the parent loop. Here is a quick example: #getItems.itemId# Outputs the item id numbers as expected.. IE: 1 2 3 4

RE: I'm Old - ColdFusion 4.x

2007-08-09 Thread Todd Mathews
Try www.lynda.com They have online training and free access to some of the CF8 content. > -Original Message- > From: Mark Sorteberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 09, 2007 6:11 PM > To: CF-Talk > Subject: I'm Old - ColdFusion 4.x > > I haven't been around the ColdFu

CF8 Upgrade for CF7 Maintenenance Subscribers??

2007-08-01 Thread Todd Mathews
Has anyone who has a maintenance subscription for CF heard anything from Adobe yet regarding the CF8 upgrade? We're ready to move CF8 into production but don't have the new serial yet. I spent a while on the phone today talking to Adobe Customer Service and they said nothing had been sent out yet

RE: Create PowerPoint Files

2007-06-28 Thread Todd Mathews
DHHS > Office: 301.594.5611 | Fax: 301.443.7010 | Email: [EMAIL PROTECTED] > > > > -Original Message- > > From: Todd Mathews [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 27, 2007 7:43 PM > > To: CF-Talk > > Subject: Create PowerPoint Files >

Create PowerPoint Files

2007-06-27 Thread Todd Mathews
We need to be able to create PPT file output from CF. Has anyone else done this that can share any info? We're looking at the Aspose components and would love to hear from anyone else who has used them or might have some CF centric sample code. It is amazing how difficult it is to write PPT files.

Writing PPT files

2007-02-01 Thread Todd Mathews
Anyone have any experience generating PowerPoint documents from CF? We need to add images and text descriptions to a PPT file. Each file will have 400-500 images and a few lines of text. Does anyone know of a CFMX or other component that can write native PPT files? Todd Mathews

RE: CFMX and Sql Server 2005 (mirrored instances)

2005-12-20 Thread Todd Mathews
CFMX 7.01 ENT connects and works fine with SQL 2005. > -Original Message- > From: Paul [mailto:[EMAIL PROTECTED] > Sent: Friday, December 16, 2005 10:48 AM > To: CF-Talk > Subject: RE: CFMX and Sql Server 2005 (mirrored instances) > > Last I heard CF couldn't connect to SQL Server 2005

RE: CFMX and Sql Server 2005 (mirrored instances)

2005-12-20 Thread Todd Mathews
CFMX works fine with SQL 2005 server. Haven't tried any of the mirroring functions yet or the new JDBC driver from MS but CFMX 7.01 connects and works fine. > -Original Message- > From: Paul [mailto:[EMAIL PROTECTED] > Sent: Friday, December 16, 2005 12:28 PM > To: CF-Talk > Subject: RE:

Positive Press For CFMX

2005-09-28 Thread Todd Mathews
This was just released: http://www.eweek.com/article2/0,1895,1864586,00.asp It's nice to finally see CFMX get the positive press it has deserved for quite a while. Hats off to the Merrimack team for a job done extraordinarily well! ~~~

RE: Get fields in an Access table

2005-08-24 Thread Todd Mathews
If you are using MX, you could do something like this: SELECT TOP 1 * FROM Authors This will give you an array of structures that contain all of the field names, case sensitivity and field type. > -Original Message- > From: Steve Bryant [mailto:[EMAIL PROTECTED] > Sent: Wednesday

RE: Spell Checker

2005-08-16 Thread Todd Mathews
Roger, That looks perfect. I'll check it out and thanks for the info. > -Original Message- > From: Roger B. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 10:04 PM > To: CF-Talk > Subject: Re: Spell Checker > > > Does anyone know of an open source or low cost spell checker

Spell Checker

2005-08-16 Thread Todd Mathews
Does anyone know of an open source or low cost spell checker that works with CFMX? The intended usage is to spell check text area contents prior to form submission. thx ~| Logware (www.logware.us): a new and convenient web-base

RE: Language...

2005-08-15 Thread Todd Mathews
It's all fun as long as you're giving. Receiving is another issue. It's dangerous and someone could lose an eye or even worse. ROFLMAO > trust me, it FEELS REAL good. ~| Logware (www.logware.us): a new and convenient web-b

RE: Language...

2005-08-15 Thread Todd Mathews
Or, even better, create a list for flame talk. CF-ROAST : All roasts, all the time. ;) > -Original Message- > From: Lee [mailto:[EMAIL PROTECTED] > Sent: Monday, August 15, 2005 3:02 PM > To: CF-Talk > Subject: Re: Language... > > I think Mike ought to set up a redirect where offender

RE: Studio 8 announced

2005-08-13 Thread Todd Mathews
Connie, What whacked out alternate reality do you live in that makes you think posting a private message from Dave to the entire list was appropriate? In summary, Dave spanked your ass offline and you are looking for support and rallying to start up the 'Dave Sucks Club' because you can't handl

RE: bitching

2005-08-13 Thread Todd Mathews
Personally, I vote we keep Dave around, stop whining and get back on topic before someone really gets their feelings hurt. Contribute positively or shut up. > -Original Message- > From: Connie DeCinko [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 13, 2005 4:18 PM > To: CF-Talk > S

RE: Enterpise Manager or Query Analyzer like tool for Oracle

2005-08-08 Thread Todd Mathews
Yes. > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 4:44 PM > To: CF-Talk > Subject: Re: Enterpise Manager or Query Analyzer like tool for Oracle > > On 8/8/05, Todd Mathews <[EMAIL PROTECTED]> wrote: &

RE: Enterpise Manager or Query Analyzer like tool for Oracle

2005-08-08 Thread Todd Mathews
Aqua Data Studio is quite nice and works with both. http://www.aquafold.com > -Original Message- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 3:59 PM > To: CF-Talk > Subject: Enterpise Manager or Query Analyzer like tool for Oracle > > Does anyone know if O

Re: CFIF syntax debate (kind of...)

2000-06-18 Thread Todd Mathews
At 03:42 PM 6/18/2000 -0400, you wrote: >what kind of scopes are there? Form, url, session... anything else? > >Where can I get more information about doing my code with the proper syntax? >I looked through the Ben Forta CF book and it does not mention this... There are also application and cl

SQL7 Keeps Switching to Single User?

2000-05-30 Thread Todd Mathews
Hi all, Back to the list after catching up with tons of other stuff... Running CF 4.51E on win2K connected to SQL7(sp2) on another win2k box. Also running Forums 2.05. Occasionally the SQL7 will switch the CFVARS database or one of the Forums databases to single user only for no apparent reas