mod_deflate, apache2.2 and ColdFusion 7

2007-10-02 Thread Ian Winter
Hi, I have apache2.2 compiled with mod_deflate and ColdFusion 7.0.2 installed and it all works but I'd like to have apache deflate the cfm files. Can I just add cfm to the list of files to be compressed or is it a bit tricky like it used to be with 1.3.x and mod_gzip? Any tips appreciated. Ia

Re: eggy

2005-02-16 Thread Ian Winter
I'm sure I've seen another way to get that without changing the language, I may be wrong though. On Wed, 16 Feb 2005 08:09:31 -0600, Greg Morphis <[EMAIL PROTECTED]> wrote: > Are you all talking about the freaky looking blue baby with the moving eyes? > > On Wed, 16 Feb 2005 15:00:34 +0100, RADE

Re: CF7 MySQL question

2005-02-09 Thread Ian Winter
That would be reasonable, does the 3.x in the admin in fact refer to the driver version then rather than DB ver's supported? Might be worth that being changed just to MySQL, it's never shown a version number before. Just being fussy, but, people might get confused. On Wed, 09 Feb 2005 11:05:11 +0

Re: CF7 MySQL question

2005-02-09 Thread Ian Winter
> already a technote on how to do so (as well as being blogged by Steven > Erat). > > I'm sure someone from MM will pip in with the reasons as to why the v4 > driver wasn't shipped :-) > > > On Wed, 9 Feb 2005 10:49:06 +, Ian Winter <[EMAIL PROTECTED]&g

CF7 MySQL question

2005-02-09 Thread Ian Winter
Why does in the CF7 Admin show the MySQL driver as MySQL (3.x) , does this signify the lowest version supported or that only 3 is supported? The later cannot be true as I'm running a 4.x db. Is there another MySQL driver that's recommended for 4? Cheers, Ian -- Bored? Check out office-humour.co.

Re: Detailed CFMX 7 Release Notes (with comprehensive New Fetaures List)

2005-02-09 Thread Ian Winter
Yep looks knacked in FF here as well. On Wed, 09 Feb 2005 05:31:26 -0500, Cutter <[EMAIL PROTECTED]> wrote: > Something I noticed, that I'll have to double check at work. I'm using > Firefox 1.0 at home and the feature list table layout is hosed. It > appears to be bleeding over into the menu on

Re: Suggestions for writing a calendar app

2005-02-08 Thread Ian Winter
Have a look on CFOpen.org, I seem to recall a couple of calendars on there. Ian On Tue, 8 Feb 2005 11:58:55 -0500, Damien McKenna <[EMAIL PROTECTED]> wrote: > I need to write calendaring functionality into an existing system and > was wondering if anyone had suggestions for CFCs or UDFs that mig

Re: CFMX 7 is released

2005-02-07 Thread Ian Winter
You should get sent it on CD by MM if you're on a subs package. On Mon, 7 Feb 2005 08:04:35 -0800, Jacob <[EMAIL PROTECTED]> wrote: > Cool! Now where can I download MX 7 since I have the two year subscription? > > I do not see it under my account. > > -Original Message- > From: Simon Ho

Re: Using Coldfusion with XML

2005-01-26 Thread Ian Winter
There is a xml2query customtag which you could run then create the csv from the query, bit long winded though. On Wed, 26 Jan 2005 09:36:30 -, Ian Vaughan <[EMAIL PROTECTED]> wrote: > I have an XML document that needs to be converted to a fixed width Comma > Seperated File so it can be insert

Re: Built in web server

2005-01-26 Thread Ian Winter
Have a read of this document, it should help answer some of your questions. http://www.macromedia.com/support/coldfusion/adv_development/config_builtin_webserver/ On Wed, 26 Jan 2005 08:59:11 -, Kevin Roche <[EMAIL PROTECTED]> wrote: > Hi, > > I want to use the built in web server on my CFM

Re: Oracle Date Field

2005-01-25 Thread Ian Winter
The ORACLE docs site may help, the index you're after in this case is: http://www.oracle.com/pls/db92/db92.sql_keywords?letter=T&category=#index-TO ps assuming you're using 9i that is, the 8i & 10g docs are also there of course. On Tue, 25 Jan 2005 05:54:13 -0500, ColdFusion Developer <[EMAIL PR

Re: OT: Styling code snippets for a blog

2005-01-22 Thread Ian Winter
There is a custom tag about, cf coloured code perhaps? Fairly sure Ray Camden uses it in his blog. Ian On Sat, 22 Jan 2005 13:50:16 +0100, Mark Drew <[EMAIL PROTECTED]> wrote: > I want to paste some CF code snippets on my blog. How do people achive > (easily) code colouring for CF tags in their

Re: SeeFusion

2005-01-20 Thread Ian Winter
More screenshots would be very handy, the one on the site isn't clear on what's displayed. Does look like a good product though. Ian On Thu, 20 Jan 2005 12:26:32 -, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > I would like to see more and better screenshots. > > > -Original M

Re: CFMX 61 help in HomeSite [bump]

2005-01-19 Thread Ian Winter
Have you got these installed? (see link) http://ray.camdenfamily.com/index.cfm?mode=entry&entry=395FD4F4-E752-4C9C-9BD93428C711497E On Tue, 18 Jan 2005 18:59:15 -0500, Dave Merrill <[EMAIL PROTECTED]> wrote: > Any takers on this? Or did I miss a reply? > > What's the best way to get CFMX 6.1 he

Re: Hosting

2005-01-17 Thread Ian Winter
I've used with no complaints: www.intermedia.net www.crystaltech.com Currently run my own dedicated server with www.servermatrix.com On Mon, 17 Jan 2005 08:05:10 -0400, John Beynon <[EMAIL PROTECTED]> wrote: > www.cfxhosting.com > www.hostmysite.com > www.crystaltech.com > > in no particular o

Re: Migrating Server Settings

2005-01-17 Thread Ian Winter
ok > like it contains sandbox info. > > Am I missing it somewhere? > > - Original Message - > From: "Ian Winter" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Thursday, January 13, 2005 8:18 AM > Subject: Re: Migrating Server Settings >

Re: Checking active session

2005-01-16 Thread Ian Winter
Yes, if you have a look at this http://tech.badpen.com/index.cfm?mode=entry&entry=3 article by Tim Blair you should be able to figure out how to get a loop going over the highest level, drop in to session then check if your var is in the struct. Ian On Sun, 16 Jan 2005 12:12:10 -0500, Rick Root

Re: consuming webservices

2005-01-14 Thread Ian Winter
I've had this trouble before as well, I seem to recall it may be something to do with AXIS (bit that actually gets the WS). I'm not sure if clearing out the stubs would do it or if you can change the config somewhere. I know a restart fixes it but that's not a valid solution in a live environment a

Re: cf on linux

2005-01-13 Thread Ian Winter
I'm running a 200,000 page view per day site on CFMX, Linux (RHES3), Apache 1.3.31 with a MySQL backend and all seems fine, load isn't a problem. Sometimes CF or Apache hangs but not that often. Ian On Thu, 13 Jan 2005 15:21:59 -0800, Dick Applebaum <[EMAIL PROTECTED]> wrote: > On Jan 13, 2005,

Re: Multiple instances of CF

2005-01-13 Thread Ian Winter
You can with the enterprise version, so in theory as the dev version is sort of the same as an enterprise version but with the ip restrictions and verity differences. Have a look at this: http://www.macromedia.com/devnet/mx/coldfusion/articles/multiple_61.html Ian On Thu, 13 Jan 2005 11:38:11 -0

Re: Homesite enhancement project?

2005-01-13 Thread Ian Winter
I think it's a good idea, DW is just to bulky. As it seems MM aren't going to do anything about enhancing or develeping a new CF IDE; I also agree with some of the comments in the JD thread going on that MM should be doing this and not leaving it to the community! That's only be 2p's worth of cour

Re: Migrating Server Settings

2005-01-13 Thread Ian Winter
Just had a quick google and found this http://blog.daemon.com.au/archives/000172.html which I think will help you out. You'd need to check that file didn't overwrite anything else though. On Thu, 13 Jan 2005 14:52:19 +, Ian Winter <[EMAIL PROTECTED]> wrote: > Can be very

Re: Migrating Server Settings

2005-01-13 Thread Ian Winter
Depends on what version you're running. If you're using 6, 6.1 you can use the archives and deployment functionality. It will create a file with the areas of the admin your specifiy in, so DSN's, debugging, sandboxing and then you can simply apply to your new server. Be careful with anything that

Re: Reset the 6.1 Developer Edition IP address

2005-01-11 Thread Ian Winter
Got an article on this on my site: http://www.flatpackedworld.co.uk/coldfusion/tutorials/lost_admin_password.cfm Ian On Tue, 11 Jan 2005 14:48:48 -0500, Matthew Small <[EMAIL PROTECTED]> wrote: > Sorry, I just realized that myself. I seem to remember from some time ago > that there's a way to

Re: OT: MySql Front Ends

2005-01-08 Thread Ian Winter
>Anyone have a recommendation for a good front end GUI for MySql? I use, and have done for some time, EMS MySQL Manager. It's very easy to use and has a lot of features. ~| Find out how CFTicket can increase your company's custo