[ cf-dev ] OT: Short term contract offer

2003-11-06 Thread Steve Martin
Before anyone barks at me for posting a job offer on this list, I'm not an agency, and I wouldn't have posted it here if I didn't think you lot were worthy of the offer ;-) Anyway, down to business. My company has a requirement for a short term Cold Fusion resource for an upcoming project. Ini

RE: [ cf-dev ] CF4.5 register with IIS

2003-11-06 Thread Douglas Humphris
Great, thanks Neil. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 17:19 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] CF4.5 register with IIS Yes... Start > Programs > Administrative Tools (make sure its selected to show) > Interne

RE: [ cf-dev ] CF4.5 register with IIS

2003-11-06 Thread Robertson-Ravo, Neil (RX)
Yes... Start > Programs > Administrative Tools (make sure its selected to show) > Internet Information Services Right-Click "Default Website" select the "Home Directory" tab Select "Configuration" Click Add Executable = "C:\Cfusion\bin\iscf.dll" Extension = ".cfm" Accept all changesstop

RE: [ cf-dev ] CF4.5 register with IIS

2003-11-06 Thread Douglas Humphris
I have installed CF4.5 on my WinXP box temporarily but can't get it to run. It looks like IIS isn't passing cfm pages to CF server. Does anyone know how to manually register CF4.5 server with IIS? Douglas -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe,

RE: [ cf-dev ] SQL CONTAINS

2003-11-06 Thread Robertson-Ravo, Neil (RX)
This will return all database entries that contain either the phrase "satachi" or "internet" Whereas : WHERE CONTAINS(Description, '"satachi*" OR "internet*"') Will return all entries containing the strings "satachi" or "internet." And likewise... WHERE CONTAINS(ProductName, 'satachi NEAR i

RE: [ cf-dev ] SQL CONTAINS

2003-11-06 Thread Robertson-Ravo, Neil (RX)
This should do it WHERE CONTAINS(ProductName, ' "satachi" OR "internet" ') -Original Message- From: Russ 'Snake' Michaels [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 16:00 To: [EMAIL PROTECTED] Subject: [ cf-dev ] SQL CONTAINS I am using the SQL contains clause. E.g Select

[ cf-dev ] SQL CONTAINS

2003-11-06 Thread Russ 'Snake' Michaels
I am using the SQL contains clause. E.g Select * from table WHERE CONTAINS (column, 'value') But it doesn't seem to be able to cope with strings with more than one word. E.g WHERE CONTAINS (column, 'satachi internet') Produces the error ODBC Error Code = 37000 (Syntax error or access violatio

Re: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread [EMAIL PROTECTED]
np :) - Original Message - From: "Sandeep Shetty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 2:24 PM Subject: RE: [ cf-dev ] java.io.FilePermission > This worked Thank you > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

[ cf-dev ] Use of CFGrid

2003-11-06 Thread Lovelock, Richard J
How widely accepted is the result of using of CFgrid on end clients machines? i have used it but my colleage's didn't display the results moaning about not having Java 2 - without an option to download. My machine has just moaned saying I need to download a more recent JRE! Is this going to be a

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
It puts on that faded background from white to nav top to bottom - but I actually took it out and prefer a solid background now - i think it was a bit of blue/white overkill before. thanks again ___ * Regards, Richard Lovelock

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Mark Smyth
you could just always do an extended search and replace to save time, but be careful ;) what does it do? MArk -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 14:15 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Drop Down problem aahh yes th

RE: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Sandeep Shetty
This worked Thank you -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 11:39 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] java.io.FilePermission If there is a sandbox ( likely since your using cffile on MX ) present you also need permissions

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
aahh yes that is the problem - well done Mark what to do now!!?? I'll have to change all my pages to remove that if I take it out :o/ - it was something I found on a JS site while looking for something else ___ * Regards, Rich

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Mark Smyth
Just had a play with the source, its not the CSS looks like the following line is causing the problem: Try removing it and seeing if it makes a difference your end -Original Message- From: Mark Smyth Sent: 06 November 2003 14:07 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Drop Dow

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
yes it happened even before the css sheet was applied and tried taking out the MM stuff - no different. I have 4 separate froms within 1 table - could this be an issue? ___ * Regards, Richard Lovelock Westminster City Counc

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Mark Smyth
try taking out the CSS class and seeing if it still happens -Original Message- From: Stephen Pope [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 14:04 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Drop Down problem Yikes .. happens here too .. that's the weirdest error .. have you trie

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Stephen Pope
Yikes .. happens here too .. that's the weirdest error .. have you tried stripping out all the macromedia generated guff at the top of the page and just had the plain HTML to see if it still happens ? Stephen -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 06

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
on IE 6 and 5 I think ___ * Regards, Richard Lovelock Westminster City Council - Web Support Cap Gemini Ernst & Young Southbank 95 Wandsworth Road London SW8 2HG ( 0870 906 7482 _

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
tried it on 4 various PCs and it happens :o/ ___ * Regards, Richard Lovelock Westminster City Council - Web Support Cap Gemini Ernst & Young Southbank 95 Wandsworth Road London SW8 2HG ( 0870 906 7482 __

RE: [ cf-dev ] Drop Down problem

2003-11-06 Thread Giles Roadnight
If you mouse over the drop down boxes they re-appear so they are definitely still there. No idea why they disappear like that - sorry. Have you tried this on other browsers - I am on IE 6. Giles Roadnight http://giles.roadnight.name -Original Message- From: Lovelock, Richard J [mailto:[

Re: [ cf-dev ] Drop Down problem

2003-11-06 Thread [EMAIL PROTECTED]
unable to replicate your issue followed your promts dropdowns work fine - graphics card issue ? - Original Message - From: "Lovelock, Richard J" <[EMAIL PROTECTED]> To: "'cflist'" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 1:52 PM Subject: [ cf-dev ] Drop Down problem > Guys

[ cf-dev ] Drop Down problem

2003-11-06 Thread Lovelock, Richard J
Guys If any of you have a spare couple of mins could you have a look at http://fclounge.cfdeveloper.co.uk/statistics.cfm - a site I am working on. If you resize the screen so that you have to scroll up or down to see other parts of the page, y

[ cf-dev ] OT: Qmail for windows 2000

2003-11-06 Thread Giles Roadnight
I am moving mail servers (again) and want to make sure that during the move any messages delivered to the old mail server due to out of date DNS records will be automatically forwarded to the new mail server. I understand that qmail can do this (my backup mail server provided by gradwell.com uses q

Re: [ cf-dev ] Multiple custom 404 error pages

2003-11-06 Thread duncan . cumming
Someone else on the list had this same problem a while ago (perhaps not on Apache though), and the suggestion at the time was to have your 404 page detect what domain they were trying for. Based on that, serve up different versions of the page. Duncan Cumming IT Manager http://www.alienationde

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Paul fennell
hehe im sure i said all this :) - Original Message - From: "Robin Griffiths" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 12:02 PM Subject: Re: [ cf-dev ] Image manipulation Oh, and you'll need the cf_magicktag from http://www.alagad.com/index.cfm/name-m

[ cf-dev ] Multiple custom 404 error pages

2003-11-06 Thread Tim Blair
Yo. We have a number of sites running off one CF installation using apache virtual hosts. A problem occurs when there's a 404 error for one of these sites - all sites use the same custom error handler. I've tried using the apache directive "ErrorDocument 404 ..." but Apache passes any .cfm reque

RE: [ cf-dev ] Image manipulation

2003-11-06 Thread Paul Johnston
You know... I'm sure we've been here before... http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/msg06237.html (and subsequent thread) Paul > -Original Message- > From: Simon Horwith [mailto:[EMAIL PROTECTED] > Sent: 06 November 2003 11:58 > To: [EMAIL PROTECTED] > Subject: RE

RE: [ cf-dev ] Image manipulation

2003-11-06 Thread Simon Horwith
there's also an exccellent application in DRK 4 that uses the Java Drawing API to do this stuff from CF. ~Simon Simon Horwith CTO, Etrilogy Ltd. Member of Team Macromedia Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer CFDJList - List Admini

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Robin Griffiths
Oh, and you'll need the cf_magicktag from http://www.alagad.com/index.cfm/name-mtdoc - Original Message - From: Robin Griffiths To: [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:43 AM Subject: Re: [ cf-dev ] Image manipulation In which case, here's something I just

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Matt Horn
Dunno about CF code but if all the images are the same size you can create a photoshop action to open the image and resize then save this is the only good thing about Apple macs .. applescript is a lovely thing :D - Original Message - From: "Adam Reynolds" <[EMAIL PROTECTED]> To: "cfde

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Robin Griffiths
In which case, here's something I just did for a thumbnail upload. Basically, these have a maximum size below which they are unaltered. I used imageMagick for the transformation, but it was a bit overkill for the basic size check, so I used imageInfo which is much quicker (http://www.geocitie

Re: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread [EMAIL PROTECTED]
If there is a sandbox ( likely since your using cffile on MX ) present you also need permissions to C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\- and C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\ ON YOUR sandbox - Original Message - From: "Sandeep Shetty" <[EMAIL PR

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Stephen Moretti
If you're on CFMX (OS was a bit of a red herring really)... http://www.evolt.org/article/Image_Manipulation_with_CFMX_and_JAI/18/33907/ Stephen Moretti wrote: What version of CF and OS?? Stephen Adam Reynolds wrote: Anybody have any example CF code that manipulates image sizes etc. I need to

RE: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Steve Martin
Not necessarily. File uploads are a function of the web server as it is a HTTP operation. CFFILE simply performs utility functions post-upload such as placing the uploaded file in the destination dir, managing naming etc. Don't dismiss this one just yet. Steve > -Original Message- > Fr

RE: [ cf-dev ] Image manipulation

2003-11-06 Thread Adam Reynolds
6.1 under win2003. ImageMagick is looking interesting. > -Original Message- > From: Stephen Moretti [mailto:[EMAIL PROTECTED] > Sent: 06 November 2003 11:21 > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] Image manipulation > > > What version of CF and OS?? > > Stephen > > Adam Reynolds

RE: [ cf-dev ] Image manipulation

2003-11-06 Thread Adrian Lynch
http://efflare.com/ cfx_jpg works nicely -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 11:08 To: cfdev Subject: [ cf-dev ] Image manipulation Anybody have any example CF code that manipulates image sizes etc. I need to resize an image upload to

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread [EMAIL PROTECTED]
of course that means you need this as well http://www.imagemagick.com/www/archives.html - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 11:26 AM Subject: Re: [ cf-dev ] Image manipulation > http://www.alagad

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread [EMAIL PROTECTED]
http://www.alagad.com/index.cfm/name-mtinfo :) - Original Message - From: "Adam Reynolds" <[EMAIL PROTECTED]> To: "cfdev" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 11:07 AM Subject: [ cf-dev ] Image manipulation > Anybody have any example CF code that manipulates image siz

Re: [ cf-dev ] Image manipulation

2003-11-06 Thread Stephen Moretti
What version of CF and OS?? Stephen Adam Reynolds wrote: Anybody have any example CF code that manipulates image sizes etc. I need to resize an image upload to 500 pixels wide, and create a thumbnail 150 pixels wide. Currently I have a client that is loading very big images on to a site, and wa

RE: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Sandeep Shetty
Yup just noticed that the file gets uploaded but it's the reading from the temp directory that's causing error...so cffile must be enabled... -Original Message- From: Robin Griffiths [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 11:01 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] java.

[ cf-dev ] Image manipulation

2003-11-06 Thread Adam Reynolds
Anybody have any example CF code that manipulates image sizes etc. I need to resize an image upload to 500 pixels wide, and create a thumbnail 150 pixels wide. Currently I have a client that is loading very big images on to a site, and want to get sort this out sometime next week, as it is abusiv

Re: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Robin Griffiths
Just noted, it's a Windows box - d'oh! should get more sleep - sorry! - Original Message - From: Robin Griffiths To: [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 10:55 AM Subject: Re: [ cf-dev ] java.io.FilePermission Looks like something odd with the *nix file perm

Re: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Robin Griffiths
Looks like something odd with the *nix file permissions as you can write but not read! Are you specifying the mode attribute in the CFFILE tag? May be worth setting it to 777 to see if it works before trimming it back to a more reasonable setting. - Original Message - From: Sandee

RE: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Sandeep Shetty
Yup I will add this to the checklist -Original Message- From: Stephen Pope [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 10:49 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] java.io.FilePermission I would have also said check if CFFILE is enabled in the CF Administrator. If it's a hos

RE: [ cf-dev ] java.io.FilePermission

2003-11-06 Thread Stephen Pope
I would have also said check if CFFILE is enabled in the CF Administrator. If it's a hosting environment I would have thought the dangerous tags like CFFILE would be turned off as standard. Saying that, it looks like you can upload the file into the CF temp dir but you cant read it back. Sorry if

[ cf-dev ] java.io.FilePermission

2003-11-06 Thread Sandeep Shetty
Hi, We are in the process of transferring our website to a hosting cfmx company and when testing our site on their server we are getting errors when uploading files using cffile, Uploading files gives the following error Security: The requested template has been denied access to C:\CFusionMX\runt

Re: [ cf-dev ] Query not producing any output

2003-11-06 Thread Damian Watson
fixed now.. you were right Simon, for some reason the data had disappeared :) - Original Message - From: "Simon Horwith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 12:56 AM Subject: RE: [ cf-dev ] Query not producing any output > looks fine... are you