Vista, IIS 7, CF7 and MIME types

2007-06-14 Thread LHWH Interactive
So I just got Vista, and of course, it's been one pain after another. I'm installing a developer copy of CF on my machine, running IIS 7, and the install went perfectly, until I tried to run that CF Administrator. I get the following error: === Descr

Re: Invalid Parser Construct

2007-06-14 Thread Martin Carroll
I have just found out that they are running CF Version 5! Martin > Hi > > I have a problem running some CF on a hosted system. It works OK > locally (CFMX 7, I am trying to find out exactly what version the > hosting company is using). > > The code that works locally is > > > > This gets

Re: Invalid Parser Construct

2007-06-14 Thread Martin Carroll
Replying to my own mail! Host is running CF Version 5. Martin > Hi > > I have a problem running some CF on a hosted system. It works OK > locally (CFMX 7, I am trying to find out exactly what version the > hosting company is using). > > The code that works locally is > > > > This gets t

RE: Securing Datasources

2007-06-14 Thread Robert Rawlins - Think Blue
>> like rearranging deck chairs on the Titanic Lol, Hilarious analogy, is it really -THAT- bad having them on the same box? Thanks for the tips and link on the stored proc stuff, I'll give that a thorough run through this afternoon and see what I can get working. I also like Gert Franz's concepts

OT: Looking for new design contractor...

2007-06-14 Thread Mark A Kruger
CF Talk folks... Sorry of the off-topic but I'm looking for someone who can do things: 1) Mockups of a proposed site design based on a creative brief that we provide. 2) Slicing the mockup into CSS/HTML. We do several of these per month and we would pay you on a piece by piece basis. Any exper

Re: Securing Datasources

2007-06-14 Thread Gert Franz
I disagree a little on that. Since if you store the password in the CF admin, every application on the server can access the datasource with the necessary rights. Whereas when you use username and password inside cfquery, at least the different web applications can not access all datasources ex

ColdFusion Report Builder Docs

2007-06-14 Thread C. Hatton Humphrey
I'm just starting to work with CF Report Builder and wanted to read through the docs... only problem is that I can't seem to find any except 5 or 6 scant pages on LiveDocs. Do any exist? Hatton ~| Create Web Applications With Co

RE: Securing Datasources

2007-06-14 Thread Dave Watts
> Thanks for that mate, I know there are bigger security fish > to fry when working on the same box but unfortunately this > setup works better for my budget at the moment, give it 6 > months and I'll have grown out of it. Deciding whether to store passwords in the CF Administrator vs CFQUERY t

RE: Structures... How Do I properly write this?

2007-06-14 Thread Che Vilnonis
--- Bangs Head on Desk --- Duh! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 5:17 PM To: CF-Talk Subject: Re: Structures... How Do I properly write this? As a StructKeyIsEmpty wouldn't be a key :-) "This e-mail is from R

Memory leak in CF7-based app, still trying to track it down

2007-06-14 Thread Dov Katz
I've written a MVC-style CF app with alot of CFC's. I've upgraded to 7.02, to get the latest fixes re: memory leak. I am using OpenSymphony's oscache to cache CFC's and the oscache "manager" object is stored in the application scope. I have other cfc's also storing things in the application scop

RE: CF training

2007-06-14 Thread Bob Imperial
Aye, been there done that, just thought somebody from the area might be aware of something new available here. Bob > -Original Message- > From: Eric Roberts [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 9:45 PM > To: CF-Talk > Subject: RE: CF training > > Go to the adobe si

RE: Conditional SQL

2007-06-14 Thread James Smith
> I don't think that is a very good solution. Not only can this not use > any indexes, it will also not match "Friends Season 7 - Complete Series" > because the order of the words doesn't match. I was originally breaking the string and doing several 'and's. I do need to look into "Full Text Inde

RE: Server Cluster

2007-06-14 Thread Peterson, Chris
To chime in on this: I don't believe you would need to purchase multiple copies of CF for virtualized servers, only one per *physical* server, with up to 2 max CPU's. Since the license for CF is for 1-2 CPU's, running it on an unlimited number of VM's residing on a single physical server (dual CP

Invalid Parser Construct

2007-06-14 Thread Martin Carroll
Hi I have a problem running some CF on a hosted system. It works OK locally (CFMX 7, I am trying to find out exactly what version the hosting company is using). The code that works locally is This gets the 'Invalid Parser Construct' message . Any suggestions as to what the problem is. Che

RE: Securing Datasources

2007-06-14 Thread Robert Rawlins - Think Blue
Morning Dave, Thanks for that mate, I know there are bigger security fish to fry when working on the same box but unfortunately this setup works better for my budget at the moment, give it 6 months and I'll have grown out of it. I've just created a user in the database with reader/writer permissi

RE: My eyes, my eyes!

2007-06-14 Thread Dave Watts
> I guess it must be subjective... I've always found Windows > hard to read and Mac easy to read - and I'm going back to > Windows 1.0... Yup, old enough to have used every version of > both O/S's... So, yeah, must be subjective... Going back to Windows 1.0 is pointless, since there's no common

RE: Securing Datasources

2007-06-14 Thread Dave Watts
> I'm looking to get some advice on securing my datasource as > much as possible. > > I'm looking for some advice on the data source, I'm changing > the allowed functions of the datasource to SELECT, UPDATE and > INSERT only to stop things being dropped, however, how do I > have it so the user

RE: Securing Datasources

2007-06-14 Thread Robert Rawlins - Think Blue
Thank you guys for your advice on that. It is a dedicated host, so if keeping the authentication details in the datasource is the best method then I'll be sure to do that. I'll also get some users setup in SQL just for my ColdFusion connections with minimum rights to keep it all buttoned down. Th

Re: Securing Datasources

2007-06-14 Thread Casey Dougall
On 6/14/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > > Hello Guys, > > however, how do I have it so the username and password must > be supplied in my cfquery or stored proc tags? > > I'm not sure if this makes any difference, but the SQL Server and the CF > are > running on the sam

Re: Securing Datasources

2007-06-14 Thread Gert Franz
Just define a user with readonly rights to the database or even less. Then use this username to create the datasource. After that you need to use username and password in your cfquery tags. Why is this a problem for you? Do you want to secure several different datasource from beeing accessed by

reReplaceNoCase() problem from a newbie, please help

2007-06-14 Thread Jide Aliu
I have a body of text, in the body of text I want to replace all image tags with the value of the src attribute, so for example below "This is the body it can be as long as 8,000 character but within the body here is the image tag and here I go blah blah another image tag with a different valu

Re: specific hosting needs

2007-06-14 Thread Tom King
TiTan Hosting (www.titaninternet.com) allow unlimited DSNs (Access) I believe. CFFILE is also fine w them. T On 13 Jun 2007, at 18:11, Nick Call wrote: > I have an old CF application where different setups use the same > source > code. I need to host this application somewhere that allows m

Re: Best Solution

2007-06-14 Thread Tom Chiverton
On Wednesday 13 Jun 2007, Charlie Griefer wrote: > ah, nice. i was always a bit fuzzy on the distinction between the two. One runs once in N, the other runs every N -- Tom Chiverton Helping to continually maintain eigth-generation networks on: http://thefalken.livejournal.com *

Re: The request has exceeded the allowable time limit

2007-06-14 Thread Tom Chiverton
On Wednesday 13 Jun 2007, Sung Woo wrote: > ugly, but I have to make an exception in this case. Two of the tables I'm > hitting are extremely slow (200-300ms for data to return from the metrics > I've run), so there are inherent issues with this transaction. And I'm guessing you can't wither fix

Re: The request has exceeded the allowable time limit

2007-06-14 Thread Tom Chiverton
On Wednesday 13 Jun 2007, Sung Woo wrote: > If there's no solution to this, then I'll need to run the script in steps > -- 300 or 400 records at a time. Or don't use ColdFusion. -- Tom Chiverton Helping to appropriately differentiate internet architectures on: http://thefalken.livejournal.com *

Securing Datasources

2007-06-14 Thread Robert Rawlins - Think Blue
Hello Guys, I'm looking to get some advice on securing my datasource as much as possible. I'm looking for some advice on the data source, I'm changing the allowed functions of the datasource to SELECT, UPDATE and INSERT only to stop things being dropped, however, how do I have it so the use

Re: Developing locally - CF developer edition

2007-06-14 Thread Andrew Scott
If you have a laptop that you use for both home and work? Then why not set it up on your lap top to begin with, if you are in a team enviornment then I sugest you all move that way and then use SVN to store the stable build / release of your website application. If you have one DB then it is not ha

Re: My eyes, my eyes!

2007-06-14 Thread Robertson-Ravo, Neil (RX)
I remember back to Windows 2.0 when it was that horrible blue windowed interface and Mac OS back to just before Apple Classics (though any Apple OS prior to OSX was crap). I agree fonts were smoother and clearer on Macs as they have/had better font selections and smoothing but the OSX UI and it's

<    1   2