Re[4]: Trouble setting up CF Builder

2012-06-08 Thread Michael David
Well, I've been coding in intelliJ for some time now -- I sorta have this love/hate thing going on with it. :) I will say this though: there is something remarkably satisfying about coding in IntelliJ. And yet, it is a bit quirky. Unfortunately, it seems like the CF plugin is a bit low on

Re: Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Robert Rhodes
Glad to hear I am not the only one who thinks that. But then, I have been using Dreamweaver for for a long time. CFB is a whole new world for me. On Sat, Jun 9, 2012 at 12:13 AM, Michael David wrote: > > So you are editing directly on the files that are in the dev server > webroot? That wi

Re: Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Robert Rhodes
Yes that makes sense. Thanks Dave. Where do I find an SVN plugin (or other source control options) for CFB2? On Sat, Jun 9, 2012 at 12:16 AM, Dave Watts wrote: > > > So you are editing directly on the files that are in the dev server > > webroot? That will take some getting used to. I a

Re: Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Dave Watts
> So you are editing directly on the files that are in the dev server > webroot?  That will take some getting used to.  I am used to editing > locally and them pushing the files to the dev server for testing. Yes, but the dev server is on my laptop, so I am "editing locally". I can then dire

Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Michael David
So you are editing directly on the files that are in the dev server webroot? That will take some getting used to. I am used to editing locally and them pushing the files to the dev server for testing. -- Original Message -- From: "Dave Watts" To: "cf-talk" Sent: 6/9/2012 12:08:

Re: Trouble setting up CF Builder

2012-06-08 Thread Dave Watts
> But here's a question:  How do I get the files from the project directory > into the local webroot?  (I am running IIS7, btw).  I do not see any > mechanism to Put or Publish the files to the web root.  I am sure it's > something staring me in the face and I am just not seeing it.  Any ideas? I

Re: Trouble setting up CF Builder

2012-06-08 Thread Robert Rhodes
After wasting an entire day trying to figure out how to get CFB2 to work correctly with my development web server on the local network, I got tired of beating my head against the wall and gave up. So I loaded CF10 on my development machine and CFB controls the server just fine, and RDS communicat

Re: intermittant problems

2012-06-08 Thread Judah McAuley
That can be a tricky one. We had a problem with that recently where some customers were complaining that they would take an action on the site and then get "logged out". Turns out that there were some http calls to cdns for jquery on an otherwise https site. On certain configurations of IE it woul

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
*nods* I'll do that. :) On Fri, Jun 8, 2012 at 6:31 AM, Russ Michaels wrote: > > perhaps worth asking them to delete it via the cfadmin and see if that > solves the issue. > > > On Fri, Jun 8, 2012 at 2:25 PM, Phillip Vector > wrote: > >> >> It's a hosted account, so I don't have access to it f

AW: Alternative for using SQL bind parameters

2012-06-08 Thread Helwig, Till Helge
Oh. I didn't even know about that. We only recently moved from 8 to 9. This might actually work out quite nicely. Thanks for the hint. :) Till Helge ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldf

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Russ Michaels
perhaps worth asking them to delete it via the cfadmin and see if that solves the issue. On Fri, Jun 8, 2012 at 2:25 PM, Phillip Vector wrote: > > It's a hosted account, so I don't have access to it from admin. > > But seeing as they (hostek) never saw the error before, I would > presume it alw

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
It's a hosted account, so I don't have access to it from admin. But seeing as they (hostek) never saw the error before, I would presume it always worked. Then again, they probably weren't trying to update it every min. On Fri, Jun 8, 2012 at 12:29 AM, Russ Michaels wrote: > > What happens if yo

Re: Modify Excel Spreadsheet

2012-06-08 Thread Matt Quackenbush
Have you looked at ? Sent from my Samsung Galaxy SII On Jun 8, 2012 2:43 AM, "Richard White" wrote: > > Hi, > > does anyone have any feedback on whether its possible to open, modify and > close excel spreadsheets with CF tags/functions, or would i need to use the > underlying POI? > > thanks >

Re: intermittant problems

2012-06-08 Thread Scott Stewart
We fixed it, there was a point in one of the YUI calls where it was calling a fully qualified URL that was an "http" instead of an "https". On 6/7/2012 2:07 PM, Judah McAuley wrote: > Have you tried firebug to see what is failing in the JS? I'm presuming > an ajax call. And have you tried doing a

Re: Alternative for using SQL bind parameters

2012-06-08 Thread Dan G. Switzer, II
If you're on CF9+, then you can do what you want: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSe9cbe5cf462523a0693d5dae123bcd28f6d-7ffb.html You can also duplicate this concept in earlier versions of ColdFusion. I actually built an implementation for CF8 (probably would work in CF7 too)

Alternative for using SQL bind parameters

2012-06-08 Thread Helwig, Till Helge
Hi guys, I'm working on a very old CF application at the moment. When it was first created, apparently nobody cared about sanitizing SQL statements. There are lots of SQL queries in the code and most don't use , which I would like to change whenever I stumble upon one of these. However, there

Re: Modify Excel Spreadsheet

2012-06-08 Thread Richard White
Hi, does anyone have any feedback on whether its possible to open, modify and close excel spreadsheets with CF tags/functions, or would i need to use the underlying POI? thanks ~| Order the Adobe Coldfusion Anthology now! h

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Russ Michaels
What happens if you do it via admin On Jun 8, 2012 5:32 AM, "Phillip Vector" wrote: > > I'm also getting "Message: Unable to store Job : > 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists > with this identification." > > Doesn't update not try to replace it if it already ex