RE: Returning javascript variables to CFMX via hidden fields.

2004-11-17 Thread Pascal Peters
Your option tags don't have values (not something I would recommend). FF is picking up the text as the value, but IE isn't. Just change your code to mystr3 += ((mystr3.length0)?|:) + m2.options[i].text Of course, a better solution would be to actually use the values of your options (both in the

What sets the domain in default CFID cookies?

2004-11-17 Thread Nick Cabell
I'm having real trouble with my sessions and cookies. I can observe the CFID/CFTOKEN cookies get set in my browser. They are set twice, once when I come to the home page and then again when I login. But the confusing part is why the domain name is host.net for one pair and then WWW.host.net for

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Same story everywhere, except the US I guess. Macromedia is just too late with unique features. It was BlueDragon who had to come up with the feature of deploying compiled ColdFusion apps first despite the fact it was widely requested (since v4.0 people requested it) as a builtin functionality

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread dave
are you on crack? seriously? -- Original Message -- From: Micha Schopman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 17 Nov 2004 09:52:04 +0100 Same story everywhere, except the US I guess. Macromedia is just too late with unique features.

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Why? .. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 ~| Special thanks to the CF Community Suite Gold Sponsor

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread dave
[quote] Macromedia is just too late with unique features[/quote] huh? what other platform has as many built-in features as coldfusion? heres a quote from earlier on another lisr [quote]I imagined MacroMedia would not turn out a template that did not work in all browsers on all

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Euhmm.. ASP.NET? PHP? Name one thing that cannot be done on these platforms and can be done with ColdFusion. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

RE: Oddball Query question...

2004-11-17 Thread Taco Fleur
Correct me if I am wrong, but would SELECT zip FROM table1 WHERE NOT EXISTS (SELECT zip FROM table2 WHERE zip = table1.zip) Not be a whole faster? Using IN would not stop after it found one occurrence, EXISTS would stop after it finds one occurrence. Could be wrong, had a long day... Taco

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread dave
what else has progressed as much as cfm in the last yr or so? .net not much php - nope jsp - nope actually probably gone done now that cfm can play with jsp cgi? lol perl- haha asp - whats that? its 2 am but off the top of my head some of the unique features that i guess dont make your list

cfm tag changes

2004-11-17 Thread dave
i was cleaning out my harddrive and i came across this file that has lists of when certain changes to the cfml launguages took place not sure how current it is but a lot of ppl mention about thrying to find out if a certain function existed say in 4.5 or 4, this should say, havent read it but

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Clearly.. If you talk about .NET doesn't have CFC's, or .NET doesn't have J2EE deployment are you being serious? .. or do you think a CLASS is a rabbit on a pogo stick? For the rest, everything what you just mentioned can be done with PHP as well as ASP.NET, and once you know the language

Re: apache and muliple CF instances

2004-11-17 Thread Mark Drew
Paella only on sundays.. at 2pm.. precicely! I missed the virutal host/ virtual directory bit I shall post more stuff as I come across it.. the other trick that I implemented was to run a separate instance of Apache.. (on windows) I shall blog that at some point! Regards Mark Drew On Wed,

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread dave
well did u not say to give u one feature that php or .net doesnt have? so i did, cfc's, isnt that what u asked for? and thats a friggin pretty BIG feature wouldnt u say? then why try to change your ? now? so if i say that u dont have to make whole db calls on the pages like .net or php, r u

RE: cfm tag changes

2004-11-17 Thread COLLIE David
that has lists of when certain changes to the cfml launguages .. i guess its up to 6.1 http://www.jamwerx.com/cfmTaghistory/index.htm Cheers dave :) -- dc ~| Special thanks to the CF Community Suite Gold Sponsor -

RE: cfm tag changes

2004-11-17 Thread dave
thank ya thankya very much i'll be here all week ;) i was just looking through it and there is some good stuff in there! think i should zip it up and have it to download? only prob with that is i have no idea how i got it and if it steps on anyones toes -- Original Message

RE: cfm tag changes

2004-11-17 Thread COLLIE David
think i should zip it up and have it to download? Yeah... Would be good for out intranet... only prob with that is i have no idea how i got it and if it steps on anyones toes Well, give it a day and if nobody hollers then ... meshrugs / ... Why not :) -- dc

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Dave, Like I said, each platform has it's own syntax. For ColdFusion you have CFC's, for .NET you have Classes. It is pretty obvious .NET doesn't have a cfcomponent tag isn't it? Remote calls through web pages, .. I prefer xmlHttp, SOAP, or JS RPC here, they have much less overhead and have

Backup MySQL DB... and restore ;-(

2004-11-17 Thread Marco Antonio C. Santos
Hi all I want to backup my database to a file that is just like a SQL dump. With mysqldump I can do that. Easy. Then, I just want to be able to execute that .sql file when I need to restore my database... with CF... What do you think about? Cheers Marco

RE: cfm tag changes

2004-11-17 Thread Pascal Peters
You got it from the MM site. The zip is available for download there! Pascal -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 11:25 To: CF-Talk Subject: RE: cfm tag changes thank ya thankya very much i'll be here all week ;) i was just looking

Re: Backup MySQL DB... and restore ;-(

2004-11-17 Thread Will Tomlinson
Navicat makes it REAL easy to do this. www.navicat.com Will ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184548

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Paul Hastings
Micha Schopman wrote: have J2EE deployment are you being serious? .. or do you think a CLASS is a rabbit on a pogo stick? a rabbit on a pogo stick? maybe you better explain that one. ~| Special thanks to the CF Community

RE: category-unlimited subcategory formatted dropdowns

2004-11-17 Thread CFDEV
You could also look at this custom tag that does a great job .. http://www.niederhausen.net/piet/dev/customtags/traversetree.html Pat -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: November 17, 2004 01:17 To: CF-Talk Subject: RE: category-unlimited subcategory

Re: OT: ERD for MySQL

2004-11-17 Thread Marco Antonio C. Santos
Mark do you can test dbdesigner4, a open source MySQL modelling tool... http://www.fabforce.net/dbdesigner4/ Cheers Marco On Mon, 15 Nov 2004 10:23:42 +, Stephen Moretti (cfmaster) [EMAIL PROTECTED] wrote: Mark Drew wrote: Does anybody use any fornt ends to mysql that allow you to do

RE: CFMX and Access Databases

2004-11-17 Thread Graham Pearson
That was the first driver I tried. It looks like I might have to move towards buying an JDBC Driver for Access from some company. Unless I can get this solved to give me the time I need to migrate to SQL. At 08:47 PM 11/16/2004, you wrote: Has anyone found a solution to using MS Access

RE: cfm tag changes

2004-11-17 Thread COLLIE David
You got it from the MM site. The zip is available for download there! And here they are for anyone that doesn't have them... Cheers dave and Pascal http://www.macromedia.com/support/coldfusion/ts/documents/cfmlhistory.ht m -- Dc

Re: Update multiple rows

2004-11-17 Thread Graham Pearson
Check out www.yessoftware.com for a Program called CodeCharge Studio which I usee to create all of my data entry screens. The money I used to purchase this program allows me to save time and not worry about validation or user entry issues as it handles this, I then take their code and wrap my

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Mark Drew
Getting away from Tit for Tat features and wheter CF has more features than most I think its a sad day that MM walk away and not support any market. its hard enough in the uk as companies go the M$ root and the lower end (where CF would shine) people head up to PHP The deployable apps would be a

Re: OT: ERD for MySQL

2004-11-17 Thread Mark Drew
Ohh! I spotted that the other day and reviewd it! http://cybersonic.blogspot.com/ Now I want to find something like it for OS X Pah! I should build one... if I had the time :( as the SimpleWebFront plugin is superb! MD On Wed, 17 Nov 2004 10:00:31 -0200, Marco Antonio C. Santos [EMAIL

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Mike Kear
I started this thread off, by expressing doubts about Macromedia Australia's genuine commitment to the ColdFusion server. My doubts were based on a number of things, some things are historical, dating back to the treatment I received from Allaire and Firmware when I was trying to get my new

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
So you have also noticed the change in the market also. How do you overcome the Microsoft attention of your prospects? Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
If Macromedia are guilty of anything it's not telling us enough of what they're doing. And that is why I started about the roadmap story. My managers look at the roadmaps for products because, they need to make long term decisions for long term projects and long term contracts. No manager is

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Btw .. I am also in the middle of two fights,.. I have build the lasts 11 months intensively on a huge inhouse ColdFusion product (about 2000+ CFC's and CFM files) , and chances are high because it gets cancelled due to company strategy changes (towards Microsoft), so Thursday I have to literally

ESCROW / source code license for CF or BD

2004-11-17 Thread Jochem van Dieten
Does anybody know if Macromedia or NewAtlanta offer source code licenses for their CF application servers? Under Dutch privacy law processing certain types of information requires you to have ESCROW access to the source code in case the vendor goes belly up. Jochem

Re: Backup MySQL DB... and restore ;-(

2004-11-17 Thread Mark Drew
command line is also very easy mysqldump -u sa test test.sql and restore is the same but with regards MD On Wed, 17 Nov 2004 06:22:24 -0400, Will Tomlinson [EMAIL PROTECTED] wrote: Navicat makes it REAL easy to do this. www.navicat.com Will

SQL Query using 'FOR XML' Coldfusion

2004-11-17 Thread Andy Mcshane
Hi all. I am trying to utilise the SQL2000 'FOR XML' functionality to return the results of a stored procedure, called from Coldfusion using 'CFStoredProc', as an XML string to my Coldfusion app. I am having a few problems; When I run the query in the SQL query window the results are exactly as

Re: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Greg Morphis
I dont think you are understanding what I'm trying to do.. I already check for server validation on the processing page. What I'm trying to prevent is from the user to hit submit without checking a box using client validation... javascript. If they hit submit I want to display a message that they

RE: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Micha Schopman
That is pretty basic stuff.. script type=text/javascript var i=document.forms['formname'].elements['elementname'].length; while(i--){ if(document.forms['formname'].elements['elementname'][i]){ return true; } } alert('you haven\'t selected anything.. '); return

RE: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Micha Schopman
This line should be different.. made a typo if(document.forms['formname'].elements['elementname'][i]){ Must be if(document.forms['formname'].elements['elementname'][i].checked){ You are checking for the bool checked.. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL

Re: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Greg Morphis
my elements are named differently. the first checkbox for example is r_20, next is r_21, r_22, r_23, etc. Will this work with that in mind? On Wed, 17 Nov 2004 14:32:35 +0100, Micha Schopman [EMAIL PROTECTED] wrote: This line should be different.. made a typo

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Dan O'Keefe
It would be intersting to hear how the meeting went and what the issues and context was for them to consider scrapping 11 months of development, if you are able to share that is. Thanks, Dan On Wed, 17 Nov 2004 13:36:12 +0100, Micha Schopman [EMAIL PROTECTED] wrote: Btw .. I am also in the

Re: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Greg Morphis
I adapted your function to work... for(i=cfoutput#sweeps.minval#/cfoutput;i = cfoutput#sweeps.maxval#/cfoutput; i++) { if(document.forms['sweeps'].elements['r_'+i].checked) { return true; } }

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
I'll post the results here once we're done. I guess our issues are exactly the same as with any other company selling ColdFusion, customers choose the safety of the brand Microsoft instead of using their brains and comparing the results with the costs. That's how it works unfortunately, it is

RE: Update multiple rows

2004-11-17 Thread Jerry Barnes
Below is a link for a DHTML/Javascript spreadsheet. At the same site, I found a DHTML/Javascript slider that I modified to work. You may be able to do the same with this. http://www.blueshoes.org/en/javascript/spreadsheet/ J -Original Message- I need to write an app where the user

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread dave
wouldnt using the words safety and microsoft in the same sentence and have a direct meaning to one another be slanderous statement? makes me wanna barfff thats funny, the perception that is. and thats the exact route i would take to fight it. running it on a windows server pretty much puts

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Mark Drew
Not so much outlive anything but going back to topic. count number of sales reps/evangelisers for CF in Australia count number of sales reps/evanglisers for Microsoft/ ASP.NET in Australia Simple.. make a call to noth and see who turns up on your doorstep first pluggin their wares. I LOVE CF

RE: ESCROW / source code license for CF or BD

2004-11-17 Thread Vince Bonfanti
Yes, we have standard arrangements for source code escrow for BlueDragon. Contact our sales team at [EMAIL PROTECTED] for more info. Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent:

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
Well.. I must say, and that is because I do both, Microsoft has done a tremendous job with asp.net. Seriously, you must have worked with it to be impressed, and I am not quickly impressed, but this time they've put something on the market which really has alot of potential. The development tools

Re: Backup MySQL DB... and restore ;-(

2004-11-17 Thread Stephen Moretti (cfmaster)
Marco Antonio C. Santos wrote: Hi all I want to backup my database to a file that is just like a SQL dump. With mysqldump I can do that. Easy. Then, I just want to be able to execute that .sql file when I need to restore my database... with CF... What do you think about? Aside from using

How do I rewrite this as a join query?

2004-11-17 Thread Rick Faircloth
Good morning, all... I'm using MySQL (4.0) version, which doesn't support subqueries, so I need to rewrite this as a join query...how would I do that? Select CAL.EmailAddress from classroom_access_list CAL where CAL.EmailAddress not in (Select S.EmailAddress from staff S) What I'm after is

Re: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Stephen Moretti (cfmaster)
I LOVE CF but Macromedia need to plan on Total Global Coverge, besides.. I recon a few Macromeedies from London wouldnt mind spending a stint in Oz ;) ~lol~ You know there aren't that many MM employees in the UK any more (I think its 3 now) and I believe one of those is an escapee... errr I

RE: What sets the domain in default CFID cookies?

2004-11-17 Thread Gaulin, Mark
Is there any chance that the host names are changing across your web site? Using both www.xyz.com and xyz.com will cause different sets of cookies to be used, even if you use domain cookies. (But www.xyz.com and abc.xyz.com will share cookies when domain cookies are used.) Mark

RE: Macromedia gives up on the server market in Australia and walks away.

2004-11-17 Thread Micha Schopman
I rest my case :D Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 ~| Special thanks to the CF Community Suite

Re: How do I rewrite this as a join query?

2004-11-17 Thread Anders Green
At 09:24 AM 11/17/2004, Rick Faircloth wrote: Good morning, all... I'm using MySQL (4.0) version, which doesn't support subqueries, so I need to rewrite this as a join query...how would I do that? Select CAL.EmailAddress from classroom_access_list CAL where CAL.EmailAddress not in (Select

RE: How do I rewrite this as a join query?

2004-11-17 Thread Ryan Duckworth
Without subqueries, I think it is easiest just to use CF's Query of Queries. This is close to what you need: The trick is the last query It uses both queries to filter the results. cfquery name=excludeStaffEmail datasource=myDataSource SELECT S.EmailAddress FROM staff S

RE: How do I rewrite this as a join query?

2004-11-17 Thread Rick Faircloth
Sorry I didn't mention this before, but I'm on CF 4.5.2...no Q of Q's available... :o( Rick -Original Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 9:47 AM To: CF-Talk Subject: RE: How do I rewrite this as a

Output by Fiscal Quarter

2004-11-17 Thread Tangorre, Michael
I have a recordset that I would like to output by Fiscal Qaurter. The query has a condition to pull only records where the year part of the DATE_CREATED value equals the passed in year (@filterYear). Id like to output the records by Fiscal Qtr: FY04 ---QTR1 [Jan-Mar] -record 1

RE: How do I rewrite this as a join query?

2004-11-17 Thread Rick Faircloth
MySQL didn't like that one...got a syntax error... Rick -Original Message- From: Anders Green [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 9:41 AM To: CF-Talk Subject: Re: How do I rewrite this as a join query? At 09:24 AM

RE: Output by Fiscal Quarter (SOLVED)

2004-11-17 Thread Tangorre, Michael
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] I have a recordset that I would like to output by Fiscal Qaurter. The query has a condition to pull only records where the year part of the DATE_CREATED value equals the passed in year (@filterYear). Nevermind. Used to UDFs. All set.

Image color info?

2004-11-17 Thread Emmet McGovern
Anyone know of a way to determine color format in an image with cf. I need to know if a file is cmyk or rgb. Thanks, Emmet ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net

Verity Installation Problem

2004-11-17 Thread kevin roche
Hi, I have recently installed CFMX 6.1 on a server that was locked down by the hosting company. The server already had CF5 running and I wanted to be able to run the two versions on the same box. The server was installe in JRun Mode and I have now set up a new virtual server that uses CFMX

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
Btw .. I am also in the middle of two fights,.. I have build the lasts 11 months intensively on a huge inhouse ColdFusion product (about 2000+ CFC's and CFM files) , and chances are high because it gets cancelled due to company strategy changes (towards Microsoft), so Thursday I have to

RE: Verity Installation Problem

2004-11-17 Thread Robertson-Ravo, Neil (RX)
What O/S? On Windows you will need to enable Verity via the Command Prompt to be a Windows Service (if you want it to be). -Original Message- From: kevin roche [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 15:26 To: CF-Talk Subject: Verity Installation Problem Hi, I have recently

RE: CFMX and Access Databases

2004-11-17 Thread Dave Watts
That was the first driver I tried. It looks like I might have to move towards buying an JDBC Driver for Access from some company. Unless I can get this solved to give me the time I need to migrate to SQL. Have you also tried the regular Microsoft Access datasource option, then? Dave

RE: How do I rewrite this as a join query?

2004-11-17 Thread Cornillon, Matthieu (Consultant)
I'm using MySQL (4.0) version, which doesn't support subqueries, so I need to rewrite this as a join query...how would I do that? Well, here's a clumsy idea that gets the job done. Do an outer join (don't know the exact syntax for MySQL) that gets you two columns in each row: email address

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
well did u not say to give u one feature that php or .net doesnt have? so i did, cfc's, isnt that what u asked for? and thats a friggin pretty BIG feature wouldnt u say? Uh, that's just a language-specific implementation of a feature - the ability to write class templates. You can certainly

Re: Image color info?

2004-11-17 Thread Cutter (CF related)
Emmet, I don't know as I've ever seen a .gif or .jpg that was ever cmyk (only time I ever really see .png is within a Flash movie). I know when I open various ones within PS and look at the Mode under the Image menu all of them appear to be either RGB or Indexed color. I also know that, when

RE: How do I rewrite this as a join query?

2004-11-17 Thread Rick Faircloth
I think your Union query worked, Anders. MySQL wasn't returning an error and I was basing its success on the number of email addresses returned...what I forgot was that I was looking at the number of addresses in my development database instead of the production database...which is about 68 and

RE: How do I rewrite this as a join query?

2004-11-17 Thread Anders Green
At 10:40 AM 11/17/2004, Rick Faircloth wrote: I think your Union query worked, Anders. A la Stewie from the Family Guy cartoon: HA! Victory is mine! ;) Anders +===+ |Anders Green Email: [EMAIL PROTECTED] | |

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
what else has progressed as much as cfm in the last yr or so? .net not much php - nope jsp - nope actually probably gone done now that cfm can play with jsp cgi? Lol Well, actually, have you checked out ASP.NET 2.0? There's quite a bit of new stuff coming there. Likewise, in the JSP

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
Not so much outlive anything but going back to topic. count number of sales reps/evangelisers for CF in Australia count number of sales reps/evanglisers for Microsoft/ ASP.NET in Australia Simple.. make a call to noth and see who turns up on your doorstep first pluggin their wares.

RE: Image color info?

2004-11-17 Thread Emmet McGovern
That's the issue. The app I'm writing is a file manager for a print company. It will index all image formats. The feature isn't mission critical; I could always have them add the attribute on file upload. I was just hoping to lose a few steps in between. -Original Message- From:

Re: How do I rewrite this as a join query?

2004-11-17 Thread Phill B
I don't know much about MySql but can you do this? cfquery name=emailList Select S.EmailAddress from staff S /cfquery cfquery name=whatever Select CAL.EmailAddress from classroom_access_list CAL where CAL.EmailAddress not in ('#ValueList(emailList.EmailAddress, ',')#') /cfquery Phillip b.

RE: Image color info?

2004-11-17 Thread James Smith
I don't know as I've ever seen a .gif or .jpg that was ever cmyk (only time I ever really see .png is within a Flash A gif can't be CMYK, it can't be RGB either, a gif is by definition an indexed format with it's own colour palette. A jpg can be either RGB or CMYK but will not be displayed

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Micha Schopman
Dave, PHP 5 has some mayor (and I mean really mayor) changes regarding OO development, with true classes and full OO support. That is why the PHP crowd goes mad. Personally, I really like CF, as you do. I'm very excited about Blackstone, especially with regard to the asynchronous processing

RE: Image color info?

2004-11-17 Thread Robertson-Ravo, Neil (RX)
Look for something like ImageMagik on the Net, there are a few nice apps/tags out there which do this. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 15:49 To: CF-Talk Subject: RE: Image color info? That's the issue. The app I'm writing is a

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
Euhmm.. ASP.NET? PHP? Name one thing that cannot be done on these platforms and can be done with ColdFusion. Clean, painless J2EE integration? The fact is, you can do pretty much anything with any of these products. The hands-down advantage of CF, in my opinion, is that you can do most of

RE: apache and muliple CF instances

2004-11-17 Thread Dave Watts
I did find that I could setup virtual hosts on the same domain under different ports and 'map' seperate CF instances to them. Then mod_rewrite can be employed to move requests from foo.com/home to foo.com and foo.com/yourhome to foo.com:88. Out of curiosity, why do you want separate

Re: What sets the domain in default CFID cookies?

2004-11-17 Thread Nick Cabell
I guess I'm not sure what would cause them to change, but I can see the result of it in the different cookies. Doesn't happen on dev machine where it is always localhost. What determines the domain value for CFIF/CFTOKEN cookies and how can I prevent it? Is there any chance that the host

RE: Image color info?

2004-11-17 Thread Emmet McGovern
I wrote the original question assuming everyone knew I was talking about jpg. Although it would be nice to be able to determine ai, tiff, psd, eps but I can just assume that they are cmyk to begin with and so can the printer. The problem exists with reading any jpg's in the directory.

RE: Verity Installation Problem

2004-11-17 Thread kevin roche
- Forwarded message from [EMAIL PROTECTED] - Date: Wed, 17 Nov 2004 16:02:46 + From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Not Subscribed: RE: Verity Installation Problem To: [EMAIL PROTECTED] You are not subscribed to the CF-Talk list with the address

Re: How do I rewrite this as a join query?

2004-11-17 Thread Keith Gaughan
Rick Faircloth wrote: I'm using MySQL (4.0) version, which doesn't support subqueries, so I need to rewrite this as a join query...how would I do that? Select CAL.EmailAddress from classroom_access_list CAL where CAL.EmailAddress not in (Select S.EmailAddress from staff S) What I'm

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
I'll post the results here once we're done. I guess our issues are exactly the same as with any other company selling ColdFusion, customers choose the safety of the brand Microsoft instead of using their brains and comparing the results with the costs. That's how it works unfortunately,

RE: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Dave Watts
wouldnt using the words safety and microsoft in the same sentence and have a direct meaning to one another be slanderous statement? makes me wanna barfff thats funny, the perception that is. and thats the exact route i would take to fight it. running it on a windows server pretty

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Mark Drew
rant No, that I wouldnt but surely Australia (and probably that includes New Zealand and South Africa) is a large enough area to need more than one person out there.. then again its a demand vs supply thing. Here in spain CF is pretty low (where I am at any rate) But I know that in the capital

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Bryan Stevenson
Dave nailed it here: The fact is, you can do pretty much anything with any of these products. The hands-down advantage of CF, in my opinion, is that you can do most of the common, important things very easily. Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Greg Morphis
Their stocks aren't doing too bad. http://finance.yahoo.com/q?s=MACR On Wed, 17 Nov 2004 08:20:24 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote: Dave nailed it here: The fact is, you can do pretty much anything with any of these products. The hands-down advantage of CF, in my opinion,

Re: Macromedia gives up on the server market in Australia and wal ks away.

2004-11-17 Thread Lawrence Ng
yeah... when I first started years ago as a rookie, I could not believe how easy it was to connect to a db and write out your queries freely without worrying about line breaks, not appending correctly, etc. and all inside a tag to boot. [EMAIL PROTECTED] 11/17/2004 8:20:24 AM Dave nailed it

DevNet Version of CFMX adds rubbish to the start of my HTML.

2004-11-17 Thread kevin roche
Hi, I am trying to build pages for the first time with XHTML and the validators in both Homesite and Dreamweaver seem only to do half the job. I am trying to point the W3C validator at my development machine which is running the multiuser devnet version of my site but the server adds an extra

Verity Search string assistance

2004-11-17 Thread Dennis Powers
We are still using CF5 and the built in verity engine with excellent success. However, every once in a while the search page generates an error within the cfsearch tag that tells us that an invalid character was passed in the search string. We have written a filter that removes non-alphanumeric

Re: apache and muliple CF instances

2004-11-17 Thread Douglas Knudsen
We have a server on our intranet hosting several CF apps all under one CFMX instance. A couple of these apps have grown in popularity and I'd like to run thme under a seperate CFMX instance BUT retain the URL path. Running https too, so IIRC, can't use host headers. We are using IIS now, can

Re: Verity Search string assistance

2004-11-17 Thread Raymond Camden
http://www.cflib.org/udf.cfm?ID=760 Enjoy On Wed, 17 Nov 2004 11:33:44 -0500, Dennis Powers [EMAIL PROTECTED] wrote: We are still using CF5 and the built in verity engine with excellent success. However, every once in a while the search page generates an error within the cfsearch tag that

RE: Image color info?

2004-11-17 Thread James Smith
I think http://www.intrafoundation.com/CFX_ImageInfoMX.asp will do what you ask. -- Jay -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 16:03 To: CF-Talk Subject: RE: Image color info? I wrote the original question assuming everyone knew

RE: apache and muliple CF instances

2004-11-17 Thread Dave Watts
We have a server on our intranet hosting several CF apps all under one CFMX instance. A couple of these apps have grown in popularity and I'd like to run thme under a seperate CFMX instance BUT retain the URL path. Running https too, so IIRC, can't use host headers. We are using IIS

Re: payment gateway question

2004-11-17 Thread DRE
nobody every heard of them? On Tue, 16 Nov 2004 15:18:56 -0800, DRE [EMAIL PROTECTED] wrote: Hi, I have a client who wants to run credit cards thru a processor / gateway called WorkSmartPros.com who uses Cornerstone as their Merchant processor. Anybody got any feedback on these people and

RE: Image color info?

2004-11-17 Thread Emmet McGovern
I totally forgot about that site. It should get the wacky cf site of the millennia award. Or something like that. I put together a nice server manager with his hosting toolkit a long time ago. I wonder if any of that stuff works with IIS/win2003 these days. BTW... the tag works like a charm.

RE: payment gateway question

2004-11-17 Thread Emmet McGovern
Check out www.modernauthorize.com It doesn't really answer your original question, but its pretty competitive. The same company also runs www.sslfactory.com very cheap ssl certs. I had a client try to grope me after the amount she saved from switching from the Verisign/CSI/Thawte money pit.

Re: loop over form objects - using JavaScript - Client Validation

2004-11-17 Thread Ron Gowen
I believe this is what you are looking for: script type=text/javascript function validateFields(oForm) { var colorChecked = 0; for (var i=0; ioForm.color.length; i++) { if (oForm.color[i].checked) {

Re: SQL Query using 'FOR XML' Coldfusion

2004-11-17 Thread Rob
Yes, you have to loop over the query columns and build a new string with the columns data. The way you go about it is pretty wacky and I forget the syntax, but I (and others) have posted how to do it to the list at one point so it should be in the archive (it was like a year ago though) On Wed,

CFC form handling

2004-11-17 Thread Ian Skinner
I am stumped here. I am trying to learn how to utilize the full power of CFC's in a better practice way (working my way towards best practices). I am building an administrative application. I have put the queries into a data CFC, my business logic into its own CFC, and thus leaving the

Re: CFC form handling

2004-11-17 Thread Doug James
Could you pass in the Form.cfm url along with the form, hidden fields maybe. Then if the data is valid go to a function that calls Data.cfc or if the data is invalid then it goes to a function that returns the form fields back to Form.cfm using the url parameter. Just a thought. I have been

  1   2   >