RE: Changes to Functionality in Microsoft Windows XP Service Pack 2

2003-12-23 Thread John Beynon
I thought it was going to be bad, but I've been using the sp2 since yesterday and it's not that bad, my on going reports can be found on my blog @ http://www.beynon.org.uk/blog Jb. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 December 2003 22:36 To:

Re: MySQL Aggergate

2003-12-23 Thread Oliver Tupman
If the last post hasn't solved your problem and you're using MySQL version 4.0.2 or above, then try using the CAST() or CONVERT() function on the _expression_ that's failing. Usage I think you're looking for is: SELECT TL.T_id, CAST(MAX(dPosted) AS CHAR) as LastDaySeen You can find the MySQL

RE: Java Mailing List

2003-12-23 Thread Andre Mohamed
Great forums at the Big Moose Saloon here: www.javaranch.com http://www.javaranch.com/ Regards, Andr -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 22 December 2003 17:11 To: CF-Talk Subject: Re: Java Mailing List Does anyone have any recommendations

RE: Date Errors in MX ?

2003-12-23 Thread Ian Vaughan
Jochem Thanks that seems to work, how would the syntax change for updating database records ?? cfquery datasource=#Application.DSN# name=insert_query UPDATE healthnewsletters (healthid, publishdate, title, summary, author, newsletterbody) SET ( cfqueryparam cfsqltype=cf_sql_number

RE: Date Errors in MX ?

2003-12-23 Thread Pascal Peters
cfquery datasource=#Application.DSN# name=insert_query UPDATE healthnewsletters SET publishdate = cfqueryparam cfsqltype=cf_sql_date value=#publishdate#, title = cfqueryparam cfsqltype=cf_sql_varchar value=#title#, summary = cfqueryparam cfsqltype=cf_sql_varchar value=#summary#, author =

Re: Error Handling

2003-12-23 Thread Deanna Schneider
Dave Watts wrote: You can specify custom exception types, in which case you can catch them with custom exception handlers. I haven't tried this with the CFERROR tag specifically, but according to the documentation you can specify custom exception types for the CFERROR tag when using

RE: Changes to Functionality in Microsoft Windows XP Service Pack 2

2003-12-23 Thread Samuel R. Neff
Interesting that there was no mention of the Active Content/Eolas issue;I guess that change isn't in this update.Anyone have more details/confirmation? Sam --- Blog: http://www.rewindlife.com Charts: http://www.blinex.com/products/charting

RE: Error Handling

2003-12-23 Thread Kevin Marino
Deanna, I assume you did something like this cferror type=exception template=ErrorHandler.cfm exception=mycustom.exception cfthrow type=mycustom.exception errorcode=6 Is that correct?Are you doing multiple CFERRORS? Thanks Kevin -Original Message- From: Deanna Schneider

survey applications

2003-12-23 Thread Uwe Degenhardt
Hi list, who has got experience with Active Survey 2.0 from Activefeedback ( http://www.activefeedback.com/ ) ? I looked on their site, but the software has some features lacking and it is quite old. Anybody here recommending other survey software ? Uwe [Todays Threads] [This Message]

RE: Changes to Functionality in Microsoft Windows XP Service Pack 2

2003-12-23 Thread John Beynon
First thing I did after installing was hit the macromedia.com site, no problems there - it loaded as expected. -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED] Sent: 23 December 2003 13:47 To: CF-Talk Subject: RE: Changes to Functionality in Microsoft Windows XP Service

RE: Error Handling

2003-12-23 Thread Andy Ousterhout
I concur. Based on Dave and others advice on this list, I converted my application to use throws and catches to catch all User errors and throws and cferror to catch application and database errors. Using this technique significantly reduced my code and improved the readability of the remaining

Re: Error Handling

2003-12-23 Thread Deanna Schneider
I'm doing multiple cferror tags. I was experimenting, so I didn't bother to make it into a variable structure to pass. So, it looks like so: cferror type=exception exception=ldap template=/ces/error_ldap.cfm mailto=[EMAIL PROTECTED] Here's an example of the throw tag: CFTHROW type=ldap

Scheduled Task question?

2003-12-23 Thread Schuster, Steven
In MX 6.1 does a scheduled task have to exist in the CF Administrator for it to work. I was able to add them to the registry in 5 so they would not appear in the CF Administrator and get hosed up by developers poking around. Any ideas? I was thinking it was just an XML entry in 6.1 but was not

RE: Error Handling

2003-12-23 Thread Kevin Marino
Thanks all for the answers. I believe I have a good grasp of the approach I need to take. Kevin -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 9:19 AM To: CF-Talk Subject: Re: Error Handling I'm doing multiple cferror tags. I was

Strange Permission Errors

2003-12-23 Thread C. Hatton Humphrey
On a shared host someone is trying to use CFHTTP to grab an RSS feed.The error that they are getting is: The following is the internal exception message: access denied (java.net.SocketPermission HYPERLINK http://www.easycfm.com/ \nwww.easycfm.com resolve) The one thing that is known is that

RE: Scheduled Task question?

2003-12-23 Thread Schuster, Steven
I tried the following: Created the cron job in the cfide. Then I went to the CFusionMX/lib directory and looked at the neo-cron.xml file. Sure enough my entry was there. So I copied the entry in the neo-cron.xml, went back to the cfide and deleted the manual entry I made in the Scheduled

Data center hosting recommendation in NY/NJ

2003-12-23 Thread stas
I need to spec out and host a rather high-end Windows server configuration supporting CF MX 6 and MS SQL 2000. I need a company that will help purchase the systems, license and host them in a secure datacenter requirements. I've been in conversations with Datapipe, but I'd like to explore a couple

RE: Data center hosting recommendation in NY/NJ

2003-12-23 Thread Tangorre, Michael
I have experienced Data Pipe and when compared to others out there, there service is not great. I'm a fan of Host My Site based mostly on their customer service and support. They are not always the cheapest, but their attention and customer support makes up for any price difference in my opinion.

RE: Data center hosting recommendation in NY/NJ

2003-12-23 Thread Ketan Patel
Try , http://www.edgewebhosting.net Best Support and Staff and capable of handling big clients. Ketan Patel -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 9:54 AM To: CF-Talk Subject: RE: Data center hosting recommendation in NY/NJ

Error Handling - List of possible return values

2003-12-23 Thread Kevin Marino
Was wondering is there a list of coldfusion error types returned by #error.type# Ask because even though I designated the custom exception type of framework , I got back coldfusion.runtime.CfErrorWrapper Thanks Kevin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: Data center hosting recommendation in NY/NJ

2003-12-23 Thread Patricia G. L. Hall
I need to spec out and host a rather high-end Windows server configuration supporting CF MX 6 and MS SQL 2000. I need a company that will help purchase the systems, license and host them in a secure datacenter requirements. I've been in conversations with Datapipe, but I'd like to explore a

RE: Error Handling - List of possible return values

2003-12-23 Thread Pascal Peters
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/errors8.htm -Original Message- From: Kevin Marino [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 december 2003 16:20 To: CF-Talk Subject: Error Handling - List of possible return values Was wondering is there a list of coldfusion error

RE: Joining the dark side - using DWMX

2003-12-23 Thread Daniel O'Keefe
As long as the settlement comes through from the class action lawsuit regarding ALLR stock. Dan -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 12:43 PM To: CF-Talk Subject: Re: Joining the dark side - using DWMX ALLAIRE FOREVER!

Re: RE: Joining the dark side - using DWMX

2003-12-23 Thread ksuh
Well, after using DWMX for some editing last day, I do have to say that the design view still needs some work.It still doesn't render properly for some things. - Original Message - From: Daniel O'Keefe [EMAIL PROTECTED] Date: Tuesday, December 23, 2003 8:52 am Subject: RE: Joining the

Passing CFTHROW errorcode to CFERROR Template

2003-12-23 Thread Kevin Marino
It seems I can't pass a CFTHROW errorCode back to a CFERROR Template. I do not get an error just no value also type comes back as coldfusion.runtime.CfErrorWrapper The CFERROR is a site wide error handler so errorcodes could be different, but template is same. Outside of having rewrite using

Strange Query Problem

2003-12-23 Thread Burcham, Steve
I have a query that returns one character that is used for classing our customer. The query runs fine in query analyzer, but returns zero records when I try to run it from a ColdFusion page. Any ideas? CFQUERY name=Test datasource=#ds# DECLARE @cf_units int SET @cf_units = #fleetsizece#

RE: RE: Joining the dark side - using DWMX

2003-12-23 Thread Kevin Marino
gotta chime in. Been using both HS+ and DWMX2004 for a while now (company has Devnet Subscriptions :) ) and they both have their strengths. DW is at is best when a project is setup. This does incur some load time issues but allows for tight integration of all the components. It pretty cool when

CF Hosting

2003-12-23 Thread Burns, John
Ok, I know this has been asked multiple times, but I want to see if anyone has a direction for me based on my specific needs... I need to find a hosting company that meets the following requirements. This can be done through a shared hosting or dedicated server, but I'm trying to find a

Re: Joining the dark side - using DWMX

2003-12-23 Thread Daniel Farmer
I actually never heard about this. Who all is involved in the class? - Original Message - From: Daniel O'Keefe To: CF-Talk Sent: Tuesday, December 23, 2003 10:52 AM Subject: RE: Joining the dark side - using DWMX As long as the settlement comes through from the class action lawsuit

Making a table background color shor up when you print

2003-12-23 Thread cf talk
Alright...Someone is going to call me an idiot for this one :) I need to make a background color of a cell show up when you print the page on a color printer.I have tried using bgcolor, and using an image as the background color but they didn't work.Can anyone give me a hint? Thanks, Brian

Re: Making a table background color shor up when you print

2003-12-23 Thread Bryan Stevenson
There are also the background style elements you could tryI beleive they are background and background-color...just check the style sheet editor in CF Studio or Homesite. That said...I'm not sure you can be 100% sure that the color will always printcould depend on browserprint drivers

RE: Making a table background color shor up when you print

2003-12-23 Thread Ian Skinner
It's not in your code.You have to get into your browser settings, (I'm guessing you are using IE).You need to set the parameter that tells IE to print background colors.It's set by default not to do so to save ink. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org

Re: Making a table background color shor up when you print

2003-12-23 Thread Mickael
You will need to set print backgrounds in Internet OptionsAdvanced for IE for this to work.Its a browser setting not HTML - Original Message - From: cf talk To: CF-Talk Sent: Tuesday, December 23, 2003 12:23 PM Subject: Making a table background color shor up when you print

Re: CF Hosting

2003-12-23 Thread exciteworks hosting
John, We offer several of the requirements you are seeking, but do not offer windows or MSSQL. We do have an excellent reseller program with the best rates around. Our plans include unlimited bandwidth and lots of HD space. We can even set you up with Dedicated or VDS options. Check out our

Re: Making a table background color shor up when you print

2003-12-23 Thread cf talk
Thank you all...This was it.I guess you CAN learn something new everyday! Brian [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF Hosting

2003-12-23 Thread Doug White
I think in order to meet all your requirements, a co-lo would be about your only option.Hard drive space is about the only thing you omitted from your specs. If you are seeking a clustered environment, get ready to spend some money. I don't know of a shared hosting environment that will allow ALL

RE: Data center hosting recommendation in NY/NJ

2003-12-23 Thread Sparrow-Hood, Walter
We use NetAccess -Original Message- From: stas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 9:55 AM To: CF-Talk Subject: Data center hosting recommendation in NY/NJ I need to spec out and host a rather high-end Windows server configuration supporting CF MX 6 and MS SQL

RE: CF Hosting

2003-12-23 Thread Che Vilnonis
What is the consensus on the use of custom tags/cfx tags with most CF hosts? Do most work with you? Will they review its use before implementing it? Any thoughts would be appreciated. ~Che -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003

SOT: Geo Locator

2003-12-23 Thread Stacy Young
Hi folks, I need to lookup a set of ZIP/Postal codes that reside within X miles/km of an input ZIP/Postal code. Anyone know where I can get this kind of data? Maybe there's some sort of ISO dataset available? Thanks! Stace AVIS IMPORTANT: --- Les informations

Re: SOT: Geo Locator

2003-12-23 Thread cf
i saw some new tags in the MM exchange 4 this if not email me off list and i will send u some Hi folks, I need to lookup a set of ZIP/Postal codes that reside within X miles/km of an input ZIP/Postal code. Anyone know where I can get this kind of data? Maybe there's some sort of ISO

Re: CF Hosting

2003-12-23 Thread Rizal Firmansyah
Try PowerSurge www.powersurge.net I'm not sure about tape backups and IMAP though... :) Just ask them. Rizal At 11:42 PM 12/23/2003, you wrote: Ok, I know this has been asked multiple times, but I want to see if anyone has a direction for me based on my specific needs... I need to find a

RE: CF Hosting

2003-12-23 Thread Mike Kear
Do you want to be a reseller of this space or are you the client here, John? We can handle nearly all of that, but we don't have a reseller program - its not in our business strategy.We'll work with you and be as flexible as anyone anywhere, but a reseller program is something we haven't built

Re: CF Hosting

2003-12-23 Thread Doug White
I know we are able to accommodate CFX tags for the client. == Stop spam on your domain, use our gateway! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and PHP

RE: CF Hosting

2003-12-23 Thread Burns, John
Mike, I appreciate the contact.Here's the deal.I have a side business that I do (approximately 7 sites) and a friend has a business that handles approximately 7-10 sites.We're looking at a possible merger of our two businesses and some growth in the near future.We prefer windows servers (right

Web services and cookies/session vars/etc

2003-12-23 Thread Rick Root
I'm buildiing a flash application with cold fusion web services. I have two components for this... one handles authentication to our DB2 mainframe, and the other handles all the data. In my flash app I have a number of list boxes that are populated with data. I don't want my web service to

RE: CF Hosting installing CFX tags

2003-12-23 Thread Mike Kear
A hosting company that doesn't consider adding CFX tags for a client doesn't really understand ColdFusion, and I'd wonder whether they're serious about supporting it. There are two main concerns with CFX tags - [A]are there likely to be any consequences for other clients of the misuse of this CFX

RE: CF Hosting installing CFX tags

2003-12-23 Thread Adam Wayne Lehman
What about utilizing java classes? How fast are you to take down the server when updating a class path? Or do all the classes go in one common folder? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original

RE: Web services and cookies/session vars/etc

2003-12-23 Thread Robert Redpath
You might try to ask this over at the FlashCoders list.I seem to recall someone over there doing something similar. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 2:18 PM To: CF-Talk Subject: Web

Re: SOT: Geo Locator

2003-12-23 Thread Larry C. Lyons
Stacy Young wrote: Hi folks, I need to lookup a set of ZIP/Postal codes that reside within X miles/km of an input ZIP/Postal code. Anyone know where I can get this kind of data? Maybe there's some sort of ISO dataset available? Thanks! Stace Look at Zip base

RE: CF Hosting

2003-12-23 Thread Dan Phillips
John, We have something that may be up your alley. Check out our VPS plan. http://cfxhosting.com/StandardHosting/VPS/index.cfm For $189 you can host 10 domains with email access (IMAP and POP), 100MB of MS SQL space, access to any and all CFX tags, RDS access ,full ColdFusion administrator

RE: CF Hosting installing CFX tags

2003-12-23 Thread Dan Phillips
Agreed. Especially with the security settings in CFMX, every hosting company should offer this. I think most hosts that don't offer this think you still have to configure sandboxing or just have no drive to learn CF. Dan Phillips CFXHosting.com [EMAIL PROTECTED] -Original Message-

RE: CF Hosting

2003-12-23 Thread Burns, John
Dan, Do you have a phone number that I could use to call and discuss this with you? I appreciate the help. John Burns -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 2:47 PM To: CF-Talk Subject: RE: CF Hosting John, We have

Re: CF Hosting

2003-12-23 Thread David Delbridge
Hi John, From my perspective, your requirements seem to demand a dedicated server.As has already been stated, a shared server will not provide access to all CF tags.[Or, at least, SHOULDN'T.]A co-located server will typically not be managed, meaning that you are left entirely responsible for

RE: Strange Query Problem

2003-12-23 Thread MILAN MUSHRAN
cfset cf_units = #fleetsizece# CFQUERY name=Test datasource=#ds# SELECT CF_CLASS FROM CALL_FREQUENCY_MATRIX WHERE cf_units BETWEEN CFM_PARAM1 AND CFM_PARAM2 AND CF_LOC_ID = '77' AND CF_EXISTCONQ = 'E' AND PF_ID = 'CE' AND CF_GROUP = 'CE' /CFQUERY From: Burcham, Steve [EMAIL PROTECTED] Reply-To:

RE: Strange Query Problem

2003-12-23 Thread Burcham, Steve
You sir are a genius!! Thank you. Steve Burcham Webmaster RDO Equipment Co. Phone (701) 526-9838 Fax (701) 526-9839 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 2:08 PM To: CF-Talk

Re: CF Hosting

2003-12-23 Thread Tom Kitta
With about 20 sites you may consider co-location. 2-3 servers can fit in a 1/8 cabinet for about 125CAD a month with 25Gb transfer free. You get full control of your servers which also comes with some small responsibilities. However, the added flexibility and virtually unlimited growth space as

RE: SOT: Geo Locator

2003-12-23 Thread Stacy Young
Thanks! Anyone used this one? ZipsInRadius, V1.0 Cold Fusion Componentthat will find zip codes with in a radius of a starting zip code. You pass in a starting zip code and a radius in miles and you get a list comma delimited list of zip codes whithin the radius. Requires set-up of a mssql or

Re: Geo Locator

2003-12-23 Thread John Paul Ashenfelter
Here's an article w/ the SQL http://searchdatabase.techtarget.com/tip/1,289483,sid13_gci523000,00.html Plenty of places to get the data -- the free one from US Census data mentioned in the article http://www.census.gov/geo/www/gazetteer/places.html plus many commercial sites -- just search for

flusing the trusted cache

2003-12-23 Thread walker
We just turned on the trusted cache in the cf administrator (CF5.0 on Solaris), and now I can't seem to flush it when small changes are made. The old pages still show. Anyone got any tricks for cleaning the trusted cache out? thanks in advance. _

RE: flusing the trusted cache

2003-12-23 Thread Ben Forta
Turn that option off and restart CF. Trusted cache is not supposed to be used when you are making small changes, actually the whole point of it is to use it when there are no changes being made (until a next deployment). --- Ben -Original Message- From: walker [mailto:[EMAIL PROTECTED]

RE: flusing the trusted cache

2003-12-23 Thread Barney Boisvert
Have to cycle the server.That's the point of the trusted cache, it never has to hit the filesystem except on startup. barneyb -Original Message- From: walker [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 12:44 PM To: CF-Talk Subject: flusing the trusted cache We

PostgreSQL and CFTRANSACTION

2003-12-23 Thread Lola Lee
I have Postgresql 7.4 installed.Have a form and I'm trying to insert the form contents into several tables in the database. Whenever I wrap the queries with the cftransaction tags and I try to run this insert template, I get the following message: The root cause was that:

RE: flusing the trusted cache

2003-12-23 Thread Dave Watts
Have to cycle the server.That's the point of the trusted cache, it never has to hit the filesystem except on startup. Has this changed in CFMX? I know that with CF 5, it wasn't necessary to cycle the server. All you had to do was clear the trusted cache checkbox, run the page, then recheck the

RE: flusing the trusted cache

2003-12-23 Thread walker
Thanks for the quick response. That did the trick. -w At 01:50 PM 12/23/2003, you wrote: Turn that option off and restart CF. Trusted cache is not supposed to be used when you are making small changes, actually the whole point of it is to use it when there are no changes being made (until a next

RE: flusing the trusted cache

2003-12-23 Thread Barney Boisvert
You're right Dave, it says in the CF admin that it doesn't require restarting the server.So probably just have to ensure all the changed templates run while it's unchecked and then you can recheck it.Never bothered to read the text.; ) Cheers, barneyb -Original Message- From: Dave

Creating PDF

2003-12-23 Thread Hassan Arteaga Rodriguez
Hi there: I'd like to create a simple pdf on fly and save it in the server dir.. Any help ? Regards __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: flusing the trusted cache

2003-12-23 Thread Mark W. Breneman
I was going to ask this a MAX but never got to.Is there anyway to send a command (java? or other ) to flush the trusted cache?If not can that be a new feature of black stone?I have several times that I would love to turn on trusted cache but, I can't reset the server to make updates. Mark W.

PDF on Fly

2003-12-23 Thread Hassan Arteaga Rodriguez
I found article in www.sys-con.com about it with the title PDFs on the Fly But who know another ways? Regards, __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. [Todays Threads] [This Message] [Subscription] [Fast

Re: PostgreSQL and CFTRANSACTION

2003-12-23 Thread Jochem van Dieten
Lola Lee wrote: I have Postgresql 7.4 installed.Have a form and I'm trying to insert the form contents into several tables in the database. Whenever I wrap the queries with the cftransaction tags and I try to run this insert template, I get the following message: The root cause was

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
didn't read the article, but i'm using the itext library in java, its tons o' fun -seth -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:35 PM To: CF-Talk Subject: PDF on Fly I found article in www.sys-con.com about it with

RE: PDF on Fly

2003-12-23 Thread Hassan Arteaga Rodriguez
Thanks Seth!! Colud u send me a little example? Regards, __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 03:40 PM To: CF-Talk Subject: RE:

Re: flusing the trusted cache

2003-12-23 Thread Doug White
Tip:Turn Trusted Cache off! That feature is not recommended. == Stop spam on your domain, use our gateway! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and PHP

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
Before you start looking at this, if you have a Windows server that you can install software on, look into htmldoc, would be much easier than this(at least I think so). So, take a look here and get the library: http://www.lowagie.com/iText/docs.html Here's some sample code in CF utilizing Java

RE: RE: PDF on Fly

2003-12-23 Thread Mike Brunt
Another suggestion.If you are not 100% locked into PDF's you might like to look at MacromediaFlashpaper.It is much quicker to load in a browser than PDF files. Kind Regards - Mike Brunt Original Message --- Before you start looking at this, if you have a Windows server that

RE: flusing the trusted cache

2003-12-23 Thread chris kief
Not recommended by whom? From: Doug White [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 1:51 PM To: CF-Talk Subject: Re: flusing the trusted cache Tip:  Turn Trusted Cache off!    That feature is not recommended.

Capturing SQL Going to DB in CFMX

2003-12-23 Thread Stacy Young
Long ago I remember someone posting a neat trick to capture SQL being executed on the DB (service factory I think)...In the event of an error you could log the actual SQL for analysis...I'm using bind variables so cfsavecontent method won't work... If anyone can point me in the right direction

RE: PDF on Fly

2003-12-23 Thread Hassan Arteaga Rodriguez
Oh...Thanks Seth very interesting.. I'll try it. Regards __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 04:01 PM To: CF-Talk Subject: RE:

RE: flusing the trusted cache

2003-12-23 Thread Peter Tilbrook
It's OK for production sites (single web site only) that do not change. It should NOT be turned on when developing. Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com 4/73 Tharwa Road Queanbeyan, NSW,

Re: flusing the trusted cache

2003-12-23 Thread walker
I thought I may have heard that somewhere... do you have a url or something I could reference? thanks At 02:50 PM 12/23/2003, you wrote: Tip:Turn Trusted Cache off! That feature is not recommended. == Stop spam on your domain, use our gateway!

Merry Christmas and Happy New Year!

2003-12-23 Thread Peter Tilbrook
Well it is 10:32AM on Christmas Eve in Australia. All is quiet and I'm just waiting for a mate to finish work so I can nick off down to the NSW South Coast for a cuppla days. I'd just like to wish everyone on this list a Merry Christmas and a Happy CF New Year! Can't wait to see what MM do with

RE: flusing the trusted cache

2003-12-23 Thread Dave Watts
Tip: Turn Trusted Cache off! That feature is not recommended. I strongly recommend the opposite for production environments. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 [Todays Threads] [This Message] [Subscription] [Fast

RE: Merry Christmas and Happy New Year!

2003-12-23 Thread Tony Weeg
and to you the same peter!!! we've only got a day or so left on here in the eastern usa, its that time for us :) cheers tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 -Original Message- From: Peter Tilbrook [mailto:[EMAIL

RE: Capturing SQL Going to DB in CFMX

2003-12-23 Thread Dave Watts
Long ago I remember someone posting a neat trick to capture SQL being executed on the DB (service factory I think)...In the event of an error you could log the actual SQL for analysis...I'm using bind variables so cfsavecontent method won't work...

RE: flusing the trusted cache

2003-12-23 Thread Peter Tilbrook
Tip: Turn Trusted Cache off! That feature is not recommended. I strongly recommend the opposite for production environments. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 But only on a single site environment? Doesn't trusted cache cause

RE: Capturing SQL Going to DB in CFMX

2003-12-23 Thread Stacy Young
Exactly it...thanks Dave Stace _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 7:31 PM To: CF-Talk Subject: RE: Capturing SQL Going to DB in CFMX Long ago I remember someone posting a neat trick to capture SQL being executed on the DB (service factory I

RE: flusing the trusted cache

2003-12-23 Thread Ben Forta
I agree with Dave. It has performance gains, but more importantly, it discourages tweaking on live boxes. --- Ben -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 7:19 PM To: CF-Talk Subject: RE: flusing the trusted cache Tip: Turn

RE: flusing the trusted cache

2003-12-23 Thread Dave Watts
Tip: Turn Trusted Cache off! That feature is not recommended. I strongly recommend the opposite for production environments. But only on a single site environment? Doesn't trusted cache cause hassles on servers with multiple sites? Not in a production environment - you can have as

RE: flusing the trusted cache

2003-12-23 Thread Matthew Walker
Lots of web hosting companies use multihomed servers. That setting must be turned off for multihomed servers. I haven't seen a recommendation from MACR that multihomed servers shouldn't be used in a production environment. While it may be sensible for a major app to have its own server or cluster

RE: flusing the trusted cache

2003-12-23 Thread Dave Watts
Tip: Turn Trusted Cache off! That feature is not recommended. I strongly recommend the opposite for production environments. But only on a single site environment? Doesn't trusted cache cause hassles on servers with multiple sites? Not in a production

RE: flusing the trusted cache

2003-12-23 Thread Matthew Walker
OK, I was thinking of the Cache real path setting not the trusted cache setting. Perhaps Peter is too. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 December 2003 4:43 p.m. To: CF-Talk Subject: RE: flusing the trusted cache Tip: Turn Trusted

Re: flusing the trusted cache

2003-12-23 Thread Geoff Bowers
walker wrote: We just turned on the trusted cache in the cf administrator (CF5.0 on Solaris), and now I can't seem to flush it when small changes are made. The old pages still show. Anyone got any tricks for cleaning the trusted cache out? You can programatically flush the cache without