What do Charlie Arehart, Sean Corfield, Ray Camden, Ben Forta Ben Nadel have in common?

2007-12-03 Thread Dale Fraser
They have all contributed tutorials to http://learncf.com. Now if these names ring a bell, you probably realise just how busy these guys are, you probably also realise that they already contribute a lot to the community. However they still made the time and put in the effort to contribute.

Re: Zip Code Locator

2007-12-03 Thread James Blaha
Hi Dave, Thanks for the reply! Can you pass Ray's CFC a full U.S. address? -Jim ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

Re: Eclipse CFEclipse

2007-12-03 Thread Tom Chiverton
On Saturday 01 Dec 2007, Rick Faircloth wrote: Can the various sections of the Eclipse interface be dragged onto a second screen apart from the main interface to make more room for viewing code? Right click the tab and choose 'detached'. -- Tom Chiverton Helping to assertively entrench

RE: Eclipse CFEclipse

2007-12-03 Thread Rick Faircloth
Thanks for the info, Tom. Assuming you're an Eclipse/CFEclipse user, how would you respond to this question: Is Ecliple/CFEclipse overkill for an independent developer, who never has to worry about checking code in or out? I am having some trouble keeping my development versions of sites synced

Snake graphs, a longshot

2007-12-03 Thread Dominic Watson
This is a huge longshot, but does anyone recognise what software might have produced this graph (from the styling): http://dev-schoolprofile.teachernet.gov.uk/_i/graph_secondary.gif I'm assuming it wasn't cfchart?! We have to make an identical graph but with new data and it has to appear exactly

RE: Eclipse CFEclipse

2007-12-03 Thread Russ
I don't know about Tom, but IMHO, even an independent developer should use SVN, it's free and the benefits of it are too great not to use, even if you're working all by yourself. Russ -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007

Re: Eclipse CFEclipse

2007-12-03 Thread Tom Chiverton
On Monday 03 Dec 2007, Russ wrote: I don't know about Tom, but IMHO, even an independent developer should use SVN, it's free and the benefits of it are too great not to use, Oh, don't worry, I agree ! -- Tom Chiverton Helping to enormously generate killer systems on:

Which way is the correct way to write this code?

2007-12-03 Thread Rick Faircloth
Hi,all. (CF8) I've been using this code successfully (at least I'm fairly certain I tested it initially.this was final testing), but now I'm getting an error: Error Occurred While Processing Request The C:\websites\bodaford-homes\images\buyers_guide\original\original3 image format is not

Re: Which way is the correct way to write this code?

2007-12-03 Thread Tom Chiverton
On Monday 03 Dec 2007, Rick Faircloth wrote: cfimage action=resize height= width=150 source=#rbgo##cffile.serverfile# Should the #rbgo# really be there, if you are processing a file sent from a form ? -- Tom Chiverton Helping to proactively enhance best-of-breed interfaces on:

RE: Which way is the correct way to write this code?

2007-12-03 Thread Rick Faircloth
Thank God, He looks after idiots... I didn't have the destination folder on my production server as I did on my development server. So, the problem was a missing destination folder. Hmmm... I wonder if I could write the code, so that if a folder is not present that is present as a destination,

RE: Eclipse CFEclipse

2007-12-03 Thread Rick Faircloth
Hi, Russ... But after reading the discussion on the list about trunk, tree, etc., and whatever else SVN involves, it seems like some serious complication that I could see being necessary in a multi-developer environment, but I didn't want to use a hammer to kill a mosquito... I actually

Re: Which way is the correct way to write this code?

2007-12-03 Thread Kris Jones
Thank God, He looks after idiots... Heh, we're all idiotic at some point, right? [snip] Hmmm... I wonder if I could write the code, so that if a folder is not present that is present as a destination, it is automatically created? Yes, check out CFFILE and CFDIRECTORY Cheers, Kris

RE: Which way is the correct way to write this code?

2007-12-03 Thread Rick Faircloth
Yes, in my convoluted way of handling file paths for all these years of CF 4.5 (variables in Application.cfm), the #rbgo# represents C:\websites\bodaford-homes\images\buyers-guide\original as the destination folder. The resize action that the code represents is one of a series of actions taken

Re: Eclipse amp; CFEclipse

2007-12-03 Thread Terry Schmitt
Rick, I may be missing something, but CFEclipse has nothing to do with SVN. CFEclipse is simply a CF IDE. SVN plugins for Eclipse are simply added functionality that many CF developers utilize. SVN is not required for using CFEclipse. I am a solo developer and shifted to CFEclipse about 3

Re: Which way is the correct way to write this code?

2007-12-03 Thread Ian Skinner
Rick Faircloth wrote: Hmmm... I wonder if I could write the code, so that if a folder is not present that is present as a destination, it is automatically created? ??? Rick Shouldn't be too hard with directoryExists() and cfdirectory... functionality.

Re: Snake graphs, a longshot

2007-12-03 Thread Tom Chiverton
On Monday 03 Dec 2007, Dominic Watson wrote: with new data and it has to appear exactly as above. As usual with this *exactly* i.e to the pixel ? Or just close enough (in which case, how close is enough ?), in which case Flex's Charting should get you fairly close, if you can afford the

Re: Which way is the correct way to write this code?

2007-12-03 Thread Dominic Watson
Yes, check out CFFILE and CFDIRECTORY Also FileExists() and DirectoryExists() Dominic ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next

RE: Which way is the correct way to write this code?

2007-12-03 Thread Bobby Hartsfield
I send all my uploads to a /cache folder for processing.. I ALWAYS forget to make it on the prod server :-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007

Re: Eclipse CFEclipse

2007-12-03 Thread Charlie Griefer
On Dec 3, 2007 6:21 AM, Rick Faircloth [EMAIL PROTECTED] wrote: Assuming you're an Eclipse/CFEclipse user, how would you respond to this question: Is Ecliple/CFEclipse overkill for an independent developer, who never has to worry about checking code in or out? I am having some trouble

Passing URL in URL variables and CFLOCATION

2007-12-03 Thread Steve Piotrowicz
Hi All, thanks for any help on this topic. I'm working on a project for a client where I need to build some simple tracking from and adwords click to a landing page and need to incorporate google tracking and affiliate links. I'm working with 3 pages/urls. 1. Landingpage.cfm 2. go.cfm 3. Final

While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Okay, I got my other question taken care of, it ended up being a manual Javascript function. Now I'm trying to get the form to be nice to me in IE. I have the form built in a tabular fashion... the auto-suggest is falling behind the form elements below it. I'm pretty sure this isn't a CF

jrun.xml

2007-12-03 Thread d l
Could we consider this file as a configuration file for CF8 (my box OS is Windows XP)? And I would think the following would tell Jrun or the like NOT to use its internal web server, !-- This is the built-in JRun Web Server -- !--

Re: jrun.xml

2007-12-03 Thread Jochem van Dieten
d l wrote: And I would think the following would tell Jrun or the like NOT to use its internal web server, !-- This is the built-in JRun Web Server -- !-- == -- service

RE: Eclipse amp; CFEclipse

2007-12-03 Thread Rick Faircloth
Thanks for the clarification and info, Terry. The relationship between CFEclipse and SVN was just my misconception. I'll definitely check into a hosted SVN solution and TRAC. I've never heard of a hosted SVN solution before. Who do you use for $6 per month? Rick -Original Message-

RE: Eclipse CFEclipse

2007-12-03 Thread Rick Faircloth
Thanks for the tip on the cfeclipse list, Charlie. I've already signed up. On the matter of SVN and checking code in and out, because I see so much discussion that involved both Eclipse/CFEclipse and SVN, I have been assuming they were part of the same package. Thanks for clearing that up.

Re: jrun.xml

2007-12-03 Thread d l
Thanks, Jochem, and good to hear from you after these years ... more below... d l wrote: And I would think the following would tell Jrun or the like NOT to use its internal web server, !-- This is the built-in JRun Web Server -- !--

Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Che Vilnonis
I can't get past this. Any ideas? Gracias. cfhttp method=Get url=http://www.mydomain.com/data.txt; name=auctionSearch textqualifier= cfquery name=q dbtype=query SELECT domain, search, COUNT(search) AS searchCount FROM auctionSearch GROUP BY COUNT(search) ORDER BY

Re: jrun.xml

2007-12-03 Thread d l
d l wrote: And I would think the following would tell Jrun or the like NOT to use its internal web server, !-- This is the built-in JRun Web Server -- !-- == -- service

RE: While we're talking about AJAX...

2007-12-03 Thread Andy Matthews
Got a link? -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:54 AM To: CF-Talk Subject: While we're talking about AJAX... Okay, I got my other question taken care of, it ended up being a manual Javascript function. Now I'm trying

nobody on Linux

2007-12-03 Thread Richard Colman
CF8 is currently running on the nobody account on our Linux server. This is causing problems with access permissions. Are there are potential issues with creating another account (like coldfusion etc.) and running CF8 under this new account, instead of as the default nobody account? Any comments

Re: nobody on Linux

2007-12-03 Thread Barney Boisvert
Nope, not at all. I usually run CF and Apache as the same user (usually 'apache'), but it's kind of irrelevant what user you use, as long as it has the permissions it needs. cheers, barneyb On Dec 3, 2007 11:20 AM, Richard Colman [EMAIL PROTECTED] wrote: CF8 is currently running on the nobody

Re: Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Raymond Camden
What error do you get? Query of query can be used on _any_ query result in CF. On Dec 3, 2007 1:30 PM, Che Vilnonis [EMAIL PROTECTED] wrote: I can't get past this. Any ideas? Gracias. cfhttp method=Get url=http://www.mydomain.com/data.txt; name=auctionSearch

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
This is a model of the form and is breaking in the same fashion - http://www.solarxeyewear.com/quick.cfm Something else that I've noticed - it takes IT a LOT longer to populate the dropdown. Thanks! Hatton On Dec 3, 2007 3:11 PM, Andy Matthews [EMAIL PROTECTED] wrote: Got a link?

Re: Eclipse CFEclipse

2007-12-03 Thread Charlie Griefer
On Dec 3, 2007 10:14 AM, Rick Faircloth [EMAIL PROTECTED] wrote: As far as installing it, I'm asking my final preparation questions before making the leap. Yes, I can install and uninstall, but I hate doing that too much on my system. Parts are always left behind somewhere after

Re: nobody on Linux

2007-12-03 Thread Andrew Scott
Was CF8 installed as root? I would say it wasn't, if you are having access problems. And seeing as you haven't mentioned it, what sort of access problems are you having? On 12/4/07, Richard Colman [EMAIL PROTECTED] wrote: CF8 is currently running on the nobody account on our Linux server.

Re: Zip Code Locator

2007-12-03 Thread Dave l
If i remember correctly yes you can Hi Dave, Thanks for the reply! Can you pass Ray's CFC a full U.S. address? -Jim ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Problem with Coldfusion 8 running on Oracle 10G AS

2007-12-03 Thread Brogdon, Kirk P (DFG)
Not sure if this is the right place to post this - if anyone can suggest somewhere better, please let me know: I've deployed an EAR on an OC4J instance (called CFSF) and I am trying to access the administrator through IIS. I've added the OPII.dll to the web server and it seems to be

RE: nobody on Linux

2007-12-03 Thread Richard Colman
We installed an outside NAS under NFS, so the Linux server could access files there. Apache can get to the new NFS section under /mnt, but CF8 cannot ... because it was installed as nobody and nobody does not have permission to access the /mnt files. I am concerned that letting nobody get to

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Now I'm trying to get the form to be nice to me in IE. I have the form built in a tabular fashion... the auto-suggest is falling behind the form elements below it. I'm pretty sure this isn't a CF specific issue but since these are CF tags being called I'm going to ask here. Well, after

Remote Admin of CF server

2007-12-03 Thread Jeremy Rottman
We are in the process of writing an administrator tool for a flex application. The over all idea behind this application is a one stop shop to manage the data for each instance. At this point, we have everything planned out save a few minor details. One issue that I am researching right now is

RE: Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Dave Watts
Subject: Can a QofQ be performed on result set of a cfhttp call? Yes, if the CFHTTP call returns a query object (as yours does below). I can't get past this. Any ideas? Gracias. cfhttp method=Get url=http://www.mydomain.com/data.txt; name=auctionSearch textqualifier=

RE: Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Ben Nadel
I think you problem is this: GROUP BY COUNT(search) I don't think you can group on an aggregate. You have to group on a field and then SELECT or ORDER BY aggregates of that field: SELECT domain, search, COUNT(search) AS searchCount FROM auctionSearch GROUP BY domain, search ORDER BY

RE: jrun.xml

2007-12-03 Thread Dave Watts
service class=jrun.servlet.jrpp.JRunProxyService name=ProxyService my comment: skip less critical attributes... attribute name=deactivatedfalse/attribute attribute name=interface*/attribute attribute name=port8000/attribute This tells CF to listen on

finding a substring in string, target attribute of an anchor tag

2007-12-03 Thread Andy Matthews
I have a variable containing a string in which might appear any number of links to to kbb.com: a href=http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3 http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3amp;;tamp;21amp;amp amp;;tamp;21amp;amp; target=mainsome text/a I need to programmatically find each anchor

RE: nobody on Linux

2007-12-03 Thread Brad Wood
Don't worry. As long as you recursively chown the CF application files /opt/coldfusionwhatever/ to the new user it should run fine. We had the same problem where we ran CF as nobody, but then didn't want to give nobody rights to our mount drives for obvious reasons. Just test in on your test

Re: CFDocument: 3x2 document but only uses 3/4 of it

2007-12-03 Thread Jane zheng
Hi Rupesh, Do you have any updates on this problem? I am kind of waiting for any suggestions/solutions. Thanks. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

cf_2selectsrelated

2007-12-03 Thread Scott Dowling
I apologize for posting such a junior level question especially since I have been at this for 6 years. I havent used 2selectsrelated in a number of years but it never gave me a problem. Now I need to use it and cannot get it to work. Whats worse is I made my query relect the exact example in

Re: Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Kris Jones
Not sure, but I don't think you can do a GROUP BY on a Q of Q. The SQL functionality on QoQ is severely limited. To see if your Q of Q actually works, take out the GROUP BY and Count(), and see if it works. cfhttp method=Get url=http://www.mydomain.com/data.txt;

Re: Remote Admin of CF server

2007-12-03 Thread Matthew Williams
You'll need to make calls the default JRun webserver. This is my one beef with running clustered instances, these settings won't propagate. The default webserver has its root located so that CFIDE, WEB-INF, and cfdocs are accessible. You can place any code you like here and execute it. If

Re: While we're talking about AJAX...

2007-12-03 Thread Kris Jones
Probably a known IE CSS bug. If you are running IE6, and the form element which is obscuring your auto-suggest is a drop-down, there isn't a solution that I know of. Take a look at PIE: www.positioniseverything.net. They have a whole section on IE CSS bugs. This bug is resolved in IE7. Now I'm

Re: nobody on Linux

2007-12-03 Thread Jordan Michaels
Nope. No problems with this kind of setup at all. I would surmise that the main reason that the nobody account is used by default is because it is present on most Linux servers by default. There should be no problems at all with creating a user specifically for CF and using it for CF8. Hope this

SOLVED: Query help...

2007-12-03 Thread Will Tomlinson
I got it fixed. Thanks, Will ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

RE: nobody on Linux

2007-12-03 Thread Dave Watts
CF8 is currently running on the nobody account on our Linux server. This is causing problems with access permissions. Can you be more specific about the problems? Are there are potential issues with creating another account (like coldfusion etc.) and running CF8 under this new account,

Query help...

2007-12-03 Thread Will Tomlinson
Hey, I have 3 tables - one to many rel. tblreports reportid PK lotsmorefieldsforfiltering tblquestioncomments questioncommentid PK reportid FK questionid FK tblquestions questionidPK Originally I just needed a question count based off a specific question ID. As my

RE: Eclipse CFEclipse

2007-12-03 Thread Russ
Rick, It sounds complicated because you're making it complicated. If you're a solo developer, you can get started by creating a repository on your own computer using tortoiseSVN and then accessing it via the file protocol. You can access the repository either using tortoise or subclipse.

Re: cf_2selectsrelated

2007-12-03 Thread Scott Dowling
Is it throwing any JS errors in Firefox via is js debug console or if you have it Firebug? Personally I'd maybe take this as a sign to just write your own canned routine for n-selects related. There are a lot of examples online that you could pull ideas from or just plain use. On Dec 3, 2007

RE: Eclipse CFEclipse

2007-12-03 Thread Rick Faircloth
I had forgotten about that feature! Thanks! Rick -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 2:51 PM To: CF-Talk Subject: Re: Eclipse CFEclipse On Dec 3, 2007 10:14 AM, Rick Faircloth [EMAIL PROTECTED] wrote: As far as

RE: Can a QofQ be performed on result set of a cfhttp call?

2007-12-03 Thread Che Vilnonis
Please disregard. I've figured out the problem. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 2:31 PM To: CF-Talk Subject: Can a QofQ be performed on result set of a cfhttp call? I can't get past this. Any ideas? Gracias. cfhttp

Re: Slow Speed of Ajax Driven CF Tags

2007-12-03 Thread Philip Hayes
Like I said... I have a Spry Menu working great and would be ok to keep using it. But, I was hoping to take advantage of the new CF8 tags to make my life easier, but it seems many of the AJAX tags don't play well with the Google ads and other code that might find itself on a typical web

Re: cf_2selectsrelated

2007-12-03 Thread Aaron Rouse
Is it throwing any JS errors in Firefox via is js debug console or if you have it Firebug? Personally I'd maybe take this as a sign to just write your own canned routine for n-selects related. There are a lot of examples online that you could pull ideas from or just plain use. On Dec 3, 2007

Re: While we're talking about AJAX...

2007-12-03 Thread C. Hatton Humphrey
Unfortunately this is happening in IE7. On Dec 3, 2007 5:24 PM, Kris Jones [EMAIL PROTECTED] wrote: Probably a known IE CSS bug. If you are running IE6, and the form element which is obscuring your auto-suggest is a drop-down, there isn't a solution that I know of. Take a look at PIE:

can't use the result of a regular expression as a variable?

2007-12-03 Thread Johnny Le
I tried to do this: cfset thestring = user.listid={id}username={username}/ cfset reReplace(thestring,'\w*{(\w+)}','#qryUser[\1]#','all')/ but I got an error. Is it possible to use \1 as a variable? I even tried '#evaluate(qryUser[\1])# but it doesn't work.

Re: can't use the result of a regular expression as a variable?

2007-12-03 Thread Michael Dinowitz
The back-reference variables (\1, etc.) can't be used as a value of a ColdFusion function within a RE tag. On Dec 3, 2007 10:42 PM, Johnny Le [EMAIL PROTECTED] wrote: I tried to do this: cfset thestring = user.listid={id}username={username}/ cfset

Re: Slow Speed of Ajax Driven CF Tags

2007-12-03 Thread Michael Dinowitz
Ah, I think I've got it. Place the Google ad code (the js call) inside the body of the doc right where the ad will be shown. If its in the head it may be interfering with the external calls for js libraries. Speculation, but that's the only way that the two different apps would really interact.

Re: Remote Admin of CF server

2007-12-03 Thread James Holmes
Yes, this is what the Administration API is for. We've just created an app to do exactly this, via the admin API and secure webservices. On Dec 4, 2007 7:36 AM, Jeremy Rottman [EMAIL PROTECTED] wrote: We are in the process of writing an administrator tool for a flex application. The over all