Mapping differences between CF9 and CF10?

2014-05-19 Thread .jonah
I'm moving from CF9/IIS/Win2008 to CF10/IIS/Win2012 and am having issues with my Coldfusion mappings. Both machines have the CF apps in C:\Webroot\ On CF9 I have one mapping in the admin \ maps to C:\Webroot\ With that mapping, any absolute path in CFML is relative to that. e.g. I can referen

Re: searching between 2 date fields with "where" in cfquery

2012-12-02 Thread Justin Scott
> i have a table that has two date fields (dateinx and dateoutx) and i > need to find all the results for todays date that both fall between > and on that date for a given customer: cID. This should be fairly simple to add to your existing query... AND GETDATE() BETWEEN dateinx AND

searching between 2 date fields with "where" in cfquery

2012-12-02 Thread Andy Mann
i have a table that has two date fields (dateinx and dateoutx) and i need to find all the results for todays date that both fall between and on that date for a given customer: cID. database is msSQL2005 cfserver is 7 if todays date is 12/2/2012examples of vialable entries: - dateinx=12/2

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-12 Thread Rick Faircloth
Thanks for the info, Nithya! Rick -Original Message- From: Nithya K [mailto:nithyakr...@gmail.com] Sent: Wednesday, September 12, 2012 2:09 AM To: cf-talk Subject: Re: Not understanding the relationship between html form values and cfhttpparam values In my application, I used to

Re: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Nithya K
In my application, I used to directly pass the form variables to another website. Then I found that form variables posted are not secure, as they can be intercepted and modified.(especially in payment functions where form.amount could be modified to 0) The variable values are secure when using

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Rick Faircloth
Oh, and thanks for the feedback and explanation, Dave! Rick -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, September 11, 2012 10:21 PM To: cf-talk Subject: Re: Not understanding the relationship between html form values and cfhttpparam values > So,

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Rick Faircloth
[mailto:ow...@threeravensconsulting.com] Sent: Tuesday, September 11, 2012 10:22 PM To: cf-talk Subject: RE: Not understanding the relationship between html form values and cfhttpparam values Yes...CF converts it over to html and javascript so that the actual output is html. If we were to use my name would

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Rick Faircloth
rom: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, September 11, 2012 10:21 PM To: cf-talk Subject: Re: Not understanding the relationship between html form values and cfhttpparam values > So, how does the cfhttpparam above get the #form.fname# value? Does I use > a regular HTML form and

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Eric Roberts
: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Tuesday, September 11, 2012 8:44 PM To: cf-talk Subject: RE: Not understanding the relationship between html form values

Re: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Dave Watts
> So, how does the cfhttpparam above get the #form.fname# value? Does I use > a regular HTML form and submit the values to another page that receives > and posts them via cfhttp? (If that's true, then I'll now understand how > the value of a select formfield gets into a cfhttpparam...) I think yo

RE: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Rick Faircloth
in the first place...) Rick -Original Message- From: Brian Thornton [mailto:br...@cfdeveloper.com] Sent: Tuesday, September 11, 2012 9:20 PM To: cf-talk Subject: Re: Not understanding the relationship between html form values and cfhttpparam values should do the trick. On Tue, S

Re: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Brian Thornton
should do the trick. On Tue, Sep 11, 2012 at 9:11 PM, Rick Faircloth wrote: > > I've been reading about this all day and I'm just missing something > and I can't understand the relationship between HTML formfields/values > and cfhttp/cfhttpparam values? None of the

Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Rick Faircloth
I've been reading about this all day and I'm just missing something and I can't understand the relationship between HTML formfields/values and cfhttp/cfhttpparam values? None of the many examples I've reviewed showed how to get variables a user inputs into a form into the cfht

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-10 Thread Al Musella, DPM
An easier way may be to set up a virtual PC with the version of cf you use least often.. leave the other one on your computer.. Then just launch the virtual pc when you need that version. Set up a hosts file on your computer so cf8.mydomain.com goes to the virtual pc. ~~~

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Larry Lyons
> >why not just setup separate sites and set each site to use the > appropriate > >cf version instead of keep switching one site between different home > >directories and cf version ? > > It's my understanding that the IIS can only do one site (I'm in XP).

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Gerald Guido
>> Or you can look into the Microsoft program BizSpark :-) I forgot about that. The Website spark allows you to use Windows Server 08 for free for a year or two. http://www.microsoft.com/web/websitespark/ G! On Fri, Mar 9, 2012 at 1:57 PM, Andrew Scott wrote: > > Or you can look into the Micr

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Andrew Scott
Or you can look into the Microsoft program BizSpark :-) -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sat, Mar 10, 2012 at 5:52 AM, Russ Michaels wrote: > > Dan, > > there are a couple of options to get round that. >

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Russ Michaels
Dan, there are a couple of options to get round that. - Switch to Apache. - Use this to manage multiple sites In IIS on windows XP: http://www.codeproject.com/Articles/10561/IIsAdmin-NET-Create-Multiple-Web-Sites-Under-Windo The best solution would be to upgrade to windows 7 which includes IIS

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Gerald Guido
>>> It's my understanding that the IIS can only do one site (I'm in XP). To do more, I have to buy the IIS Server. That is correct. That is also why I moved to Apache some years ago. I have done what you are looking to do in the past and it is very easy to do with Apache. Actually there are man

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
: Migrate back and forth between cf7 and cf8 on IIS >Just set the ISAPI paths at the website level for the CF7 site to point >to your CF7 install directory (specifically at the jrun dll's).. ok, that worked. Thank you very much. Is that the sort of thing that can be adjusted using

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Carl Von Stetten
He's on Windows XP and is thus limited to one site in IIS. Man I love multiple IIS sites in Windows 7! -Carl On 3/9/2012 10:04 AM, Russ Michaels wrote: > why not just setup separate sites and set each site to use the appropriate > cf version instead of keep switching one site betwee

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
thank you Andrew; I'll read that. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/m

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
>why not just setup separate sites and set each site to use the appropriate >cf version instead of keep switching one site between different home >directories and cf version ? It's my understanding that the IIS can only do one site (I'm in XP). To do more, I have to buy the

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Russ Michaels
why not just setup separate sites and set each site to use the appropriate cf version instead of keep switching one site between different home directories and cf version ? On Fri, Mar 9, 2012 at 5:23 PM, Andrew Scott wrote: > > Just a heads up that I wrote a blog about something like th

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Andrew Scott
website level for the CF7 site to point to > >your CF7 install directory (specifically at the jrun dll's).. > > > ok, that worked. Thank you very much. > > Is that the sort of thing that can be adjusted using a .bat file? I don't > know much about them. How

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
m. However, I'm trying to make switching between these two environments as easy as possible. I appreciate the assistance everyone. daniel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-An

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
forth between cf7 and cf8 on IIS >What services are running? >On Mar 9, 2012 11:47 AM, "daniel kessler" wrote: In going through my web site configuration -> application configuration, I see a bunch of paths that go through ColdFusion8 and end with jrun.dll. Could this be the

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
>Check your services for jrun... You may need to copy your web inf over >On Mar 9, 2012 11:51 AM, "daniel kessler" wrote: I didn't see a service that started with the term jrun. i don't think that I see any with jrun in the name anywhere. I do see a Java Quick Starter. ~

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
>What services are running? >On Mar 9, 2012 11:47 AM, "daniel kessler" wrote: In going through my web site configuration -> application configuration, I see a bunch of paths that go through ColdFusion8 and end with jrun.dll. Could this be the problem? Will I need to delete these and import t

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brian Thornton
Check your services for jrun... You may need to copy your web inf over On Mar 9, 2012 11:51 AM, "daniel kessler" wrote: > > >What services are running? > > They're the CF ones that are installed. > > For cf7: > ColdFusion MX 7 Application Server > ColdFusion MX 7 ODBC Agent > ColdFusion MX 7 Sea

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
>What services are running? They're the CF ones that are installed. For cf7: ColdFusion MX 7 Application Server ColdFusion MX 7 ODBC Agent ColdFusion MX 7 Search Server For cf8: ColdFusion 8 .NET Service ColdFusion 8 Application Server ColdFusion 8 ODBC Agent ColdFusion 8 ODBC Server At the m

Re: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brian Thornton
t;Could not connect to JRun > Server." I don't know what to do next. Any thoughts? > > In the end, I need a process for switching between the two setups. > > thank you. > > ~| Order the Adobe Coldfusi

Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread daniel kessler
ome directory in IIS, disabled cf8 services, enabled cf7 services, restarted the IIS server. I now receive the error on localHost of "Could not connect to JRun Server." I don't know what to do next. Any thoughts? In the end, I need a process for switching

RE: Difference between cfcontent and cfheader in terms its usage?

2012-02-16 Thread Bobby Hartsfield
ntent .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Jay Pandya [mailto:jaypandy...@gmail.com] Sent: Thursday, February 16, 2012 2:01 AM To: cf-talk Subject: Difference between cfcontent and cfheader in terms its usage? Difference between cfco

Re: Difference between cfcontent and cfheader in terms its usage?

2012-02-15 Thread Justin Scott
> Difference between cfcontent and cfheader in terms its usage? Generally, cfcontent is used to serve up a file from the server through ColdFusion (could be a generated PDF document, tracking image, or any other file you want to have ColdFusion serve up for you through the code). You can a

Difference between cfcontent and cfheader in terms its usage?

2012-02-15 Thread Jay Pandya
Difference between cfcontent and cfheader in terms its usage? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

RE: Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Bobby Hartsfield
m.com -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: Saturday, January 28, 2012 4:02 PM To: cf-talk Subject: Best Practice question about database access between Dev and Production Servers Hello, I'm setting up a new environment and I would like to have t

Re: Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Russ Michaels
se database code to copy objects between servers, possibly > triggered by a command issued by a Web UI. Database security is easier > to control at the database level, and you wouldn't have to expose the > production dsn on the dev Web server. > > I can't think of too many exampl

Re: Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Mike Chabot
database code to copy objects between servers, possibly triggered by a command issued by a Web UI. Database security is easier to control at the database level, and you wouldn't have to expose the production dsn on the dev Web server. I can't think of too many examples where you would wa

Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Brook Davies
Hello, I'm setting up a new environment and I would like to have the ability, through a web UI to copy objects from our production database (separate server) to a development/debugging database (separate server). My question is not about how to implement this but rather whether this is bad pra

Re: Caching stubs between restarts

2011-09-11 Thread Russ Michaels
I can't say I have noticed this behaviour after restarting CF, do the webservices still show in the cfadmin after restarting ? On Sun, Sep 11, 2011 at 10:44 AM, Andrew Scott wrote: > > I must be missing something, I was under the impression that all web > services, did have there stubs cached. T

Re: Caching stubs between restarts

2011-09-11 Thread Andrew Scott
I must be missing something, I was under the impression that all web services, did have there stubs cached. These stubs are viewable in the Admin section for web services, have you switched this off somewhere? -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.g

Caching stubs between restarts

2011-09-10 Thread John Blayter
We have a middle ware that our CF application access via web services. There is a single service with many methods and a very complex data model behind that. So every time the ColdFusion service restarts it creates all the Java stubs all over again. This process takes 3 - 4 minutes. I would like C

RE: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread andy matthews
And THAT is why you're not a Jedi. andy -Original Message- From: Kris Jones [mailto:kris.jon...@verizon.net] Sent: Thursday, December 30, 2010 8:53 PM To: cf-talk Subject: Re: SerializeJSON return different between CF8 and CF9 Doh! Yes, exactly what I'm doing. Here&#

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Kris Jones
Doh! Yes, exactly what I'm doing. Here's the weird thing though - works fine in CF9. Perfect. In CF8 it simply escapes all the quotes in the JSON string itself. Strange behavior? Or just an incompatibility? I honestly didn't understand that returnformat=json was actually serializing the json. I t

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Michael Grant
Yo Dawg. I heard you liked serializing JSON. So I put serialized JSON in your serialized JSON. So now you can serialize JSON while you serialize JSON. *groan* Sorry, couldn't resist. As you were. http://www.google.ca/images?q=hey+dawg+i+heard+you+like&um=1&hl=en&ie=UTF-8&source=univ&ei=RkMdTbfe

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Raymond Camden
Dumb question. But you are doing something like this: but _also_ adding returnFormat=json? If so - you are double serializing the JSON. On Thu, Dec 30, 2010 at 8:09 PM, Kris Jones wrote: > > Okay, finally figured this out: To make this work in CF8 (w/ chf4 > applied), I had to change the re

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Kris Jones
Okay, finally figured this out: To make this work in CF8 (w/ chf4 applied), I had to change the returnformat to "plain", rather than "json". Otherwise it escaped all the quotes used to construct the JSON. This does not happen in CF9. Searched and searched for this on the web to no avail - hopeful

SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Kris Jones
Hi folks, Was reworking a function today to use serializejson instead of building the json myself. Love this functionality. Unfortunately, I've run into a snag when I pushed this over to a CF8 box where it must run. The double-quotes on elements in the JSON returned are escaped when run from the

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Arsalan Tariq Keen
cf-talk@houseoffusion.com > Subject: Re: What Notable Differences are there between Railo, Open > Bluedragon, and Adobe Coldfusion? [Stackoverflow.com] > Date: Tue, 21 Dec 2010 22:10:19 -0500 > From: mgr...@modus.bz > > > It sounds like it's a first impression problem

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Michael Grant
It sounds like it's a first impression problem. Which is ironically what CF has suffered from since day one. Many still scoff at CF based on a first impression they got about it in the 90's or early 00's. Sadly people who have tried it and been disappointed (be it CF, Railo or whatever else) aren'

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Sean Corfield
On Tue, Dec 21, 2010 at 2:49 PM, UXB wrote: >>> . 3.2 will also see the Vivio installers become the official Railo >>> installers so folks who like simple "click-click-done" installers > This, the lack of simple installation, in my opinion is the biggest > impediment to attracting new people to t

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Russ Michaels
Looks like you missed/not read several of the posts, as has been mentioned previously there is now a simple installer by Jordan Michaels that installs Railo with tomcat. It will probably never be quite as idiot proof as CF because of JRUN and its custom connector which negates the need to do addit

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Claude Schnéegans
>>This, the lack of simple installation, in my opinion is the biggest impediment to attracting new people to the CF open source, Very good point. Even if CF cannot be qualified as easy to install either. ~| Order the Adobe Cold

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread UXB
>> . 3.2 will also see the Vivio installers become the official Railo >> installers so folks who like simple "click-click-done" installers This, the lack of simple installation, in my opinion is the biggest impediment to attracting new people to the CF open source, if not many open source alterna

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
Which is exactly what I am trying to do here http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1, sadly I am not getting much input from others so I am only able to update it base don my own experiences, but as I migrate apps between Cf/Railo I do take note of things I have to fix and I

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Sean Corfield
On Mon, Dec 20, 2010 at 7:20 AM, <> wrote: In Gmail, this post seems to be from an anonymous user... > I hate those open source or free stuff. ...so I visited the HoF site and I see it's Claude Schneegans, in which case the negativity makes perfect sense. > The more undocumented free gadgets

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread James Holmes
http://www.getrailo.org/index.cfm/documentation/compatibility/cfml-compatibility/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 21 December 2010 01:20, <> wrote: > > The least would be some good docs about what's in CF and is not in Railo, and > vice versa. ~~~

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread David McGraw
There are docs on the Railo site which details exactly what is and isn't supported across the different platforms. I use Railo, I find is a great alternative for most of my clients. - Then again, we develop in multiple languages, so to me, it's just another language to know the difference in synt

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
>>When it comes to CFML programming the docs for Railo is pretty much the same as ColdFusion. "Pretty much", until you find something that works under CF and does not under Railo. Most of the time, it is only a detail, but it can cost you hours. The least would be some good docs about what's i

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
Documentation for Railo is indeed poor, but they are aware and they are working on it, it has been improving slowly and there is now a good installer as well. But remember this is really only with regards with installing and setup. When it comes to CFML programming the docs for Railo is pretty muc

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
> I tried to give a test to Railo some months ago. > The lack of documentation made me give up after a few days. > I finally upgraded to CF 9. > Documentation is the most important thing for developers. > For the same reason, I hate Mozilla. > It may be many times better than Explorer, but their d

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
> you may also find this comparison helpful. > > http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1 > > Russ > > On Mon, Dec 20, 2010 at 11:26 AM, Matthew Lesko > wrote: > Thanks I've added this to an answer on the site. Comments are just as interesting as the actual comparison.

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
>>Open source, or free, does not automatically equal crappy documentation. At least for the two examples I gave, YES! >>And what kind of docs are you looking for in your browser? Mostly Javascript and CSS. As far as HTML is concerned, there are not really differences. ~~

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Raymond Camden
Wow, this is incredible. You hate open source and free stuff? Really? I've used plenty of commercial software with crappy documentation. Open source, or free, does not automatically equal crappy documentation. And what kind of docs are you looking for in your browser? On Mon, Dec 20, 2010 a

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
I tried to give a test to Railo some months ago. The lack of documentation made me give up after a few days. I finally upgraded to CF 9. Documentation is the most important thing for developers. For the same reason, I hate Mozilla. It may be many times better than Explorer, but their documentation

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
you may also find this comparison helpful. http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1 Russ On Mon, Dec 20, 2010 at 11:26 AM, Matthew Lesko wrote: > > > http://stackoverflow.com/questions/4480205/what-notable-differences-are-there-between-railo-open-bluedragon-and-a

What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
http://stackoverflow.com/questions/4480205/what-notable-differences-are-there-between-railo-open-bluedragon-and-adobe-cold Posting here to in hopes list readers will post new, useful answers. ~| Order the Adobe Coldfusion

RE: Choosing between ColdFusion Builder and IntelliJ

2010-12-06 Thread Andrew Scott
; To: cf-talk > Subject: Re: Choosing between ColdFusion Builder and IntelliJ > > > Thank you to all for the replies so far. Very helpful. Now that I've had some > time to evaluate CFBuilder, I'd like to revisit this thread. I'm not bashing on > CFB here - honest que

Re: Choosing between ColdFusion Builder and IntelliJ

2010-12-06 Thread Mark Mandel
Variable completion for me is the huge win. This is the biggest time saver that I have ever had, and the biggest reason I use CFB. Secondly is the integrated debugger. I pull this out when I need to debug some seriously complex code, and it's a g-d send. It's one of those tools that you may not n

Re: Choosing between ColdFusion Builder and IntelliJ

2010-12-06 Thread Dave Watts
> Thank you to all for the replies so far. Very helpful. Now that I've had some > time to evaluate CFBuilder, I'd like to revisit this thread. I'm not > bashing on CFB here - honest questions: considering that I'm not starting > from scratch but already have the functionality of DreamWeaver at m

Re: Choosing between ColdFusion Builder and IntelliJ

2010-12-06 Thread Dave Burns
Thank you to all for the replies so far. Very helpful. Now that I've had some time to evaluate CFBuilder, I'd like to revisit this thread. I'm not bashing on CFB here - honest questions: considering that I'm not starting from scratch but already have the functionality of DreamWeaver at my dispo

Re: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Dave Merrill
On Thu, Nov 18, 2010 at 2:19 PM, Dave Burns wrote: > > I'm considering moving on from Dreamweaver and finally using a better IDE for > CF work. I know of CFBuilder and have downloaded the trial to eval. I used > IntelliJ for some Java projects 2 years ago and it was outstanding. FWIW, I'm a re

Re: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Sean Corfield
On Thu, Nov 18, 2010 at 11:19 AM, Dave Burns wrote: > I'm considering moving on from Dreamweaver and finally using a better IDE for > CF work. I know of CFBuilder and have downloaded the trial to eval. I used > IntelliJ for some Java projects 2 years ago and it was outstanding. For Java (and o

RE: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread DURETTE, STEVEN J (ATTASIAIT)
Steve -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, November 18, 2010 2:49 PM To: cf-talk Subject: Re: Choosing between ColdFusion Builder and IntelliJ I think IntelliJ is probably a better choice for pure Java development, although I still use Eclipse for

Re: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Dave Watts
> I'm considering moving on from Dreamweaver and finally using a better IDE for > CF work. I know of CFBuilder and have downloaded the trial to > eval. I used IntelliJ for some Java projects 2 years ago and it was > outstanding. > > My current take is that price is equal and functionality is *ro

RE: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Russ Michaels
Cfbuilder is built on eclipse, so you can also use most eclipse plugins as well. I do still like Dreamweaver though, it has its good points. -Original Message- From: Dave Burns [mailto:cft...@burnsorama.com] Sent: 18 November 2010 19:20 To: cf-talk Subject: Choosing between ColdFusion

RE: Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Eric Roberts
There is also CFEclipse... -Original Message- From: Dave Burns [mailto:cft...@burnsorama.com] Sent: Thursday, November 18, 2010 1:20 PM To: cf-talk Subject: Choosing between ColdFusion Builder and IntelliJ I'm considering moving on from Dreamweaver and finally using a better ID

Choosing between ColdFusion Builder and IntelliJ

2010-11-18 Thread Dave Burns
I'm considering moving on from Dreamweaver and finally using a better IDE for CF work. I know of CFBuilder and have downloaded the trial to eval. I used IntelliJ for some Java projects 2 years ago and it was outstanding. My current take is that price is equal and functionality is *roughly* equa

Re: License question about compiled code between Developer & Enterprise

2010-08-26 Thread Dave Watts
> If we write our application using the Developer Edition of CF, and > compile our app. code using the Developer Edition, then take that > compiled code and put it on a licensed production server with CF > Enterprise Edition, we're not in any type of license violation, are we? > > We just want to

License question about compiled code between Developer & Enterprise

2010-08-26 Thread Eric Cobb
I've got a quick question that we pretty much already know the answer to, but I wanted to get some verification. If we write our application using the Developer Edition of CF, and compile our app. code using the Developer Edition, then take that compiled code and put it on a licensed productio

Cflayout, cflayoutarea, and navigating between a border area and a tab?

2010-08-02 Thread Pete Ruckelshaus
I'm using cflayout and cflayoutarea to approximate a frame layout. Here's my code: What I have is a list of links in the "locations" layoutarea, and when I click on the link, I want to load location-specific information in both layoutareas "editlocations" and "resources". My in

Re: Differences between MySQLs?

2010-03-24 Thread G Allen R Souliere
Another quick thought...does MySQL have row level security? Its possible that your second datasource has given you read access to the table, but not the rows in the database. This has caught me in Oracle before. Allen On 24-Mar-10, at 2:30 PM, denstar wrote: > > Are they the same version

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
On Wed, Mar 24, 2010 at 2:30 PM, denstar wrote: > > Are they the same versions of MySQL on both? Yup. > Have you tried doing a LIKE instead of the "="?  Maybe throw a TRIM in > there, just in case, or else do the LIKE up with, like, > '%theFirstFewChars%' or some such? I haven't tried that, bu

Re: Differences between MySQLs?

2010-03-24 Thread denstar
Are they the same versions of MySQL on both? Have you tried doing a LIKE instead of the "="? Maybe throw a TRIM in there, just in case, or else do the LIKE up with, like, '%theFirstFewChars%' or some such? :den -- All generous minds have a horror of what are commonly called "Facts". They are

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
Well, I use a hosting company, so stuff like that is out of something I can do. :) I'll forward your suggestion along though. :) Thanks. On Wed, Mar 24, 2010 at 1:57 PM, Won Lee wrote: > > I'm really trying hard to remember...but I think the connector is part of > the db string.  Open up each da

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
wrote: >> >>> Could be a case sensitivity issue. What's the OS of you, and of your host? >>> On *nix systems table names are case sensitive. >>> >>> -Original Message- >>> From: Phillip Vector [mailto:vec...@mostdeadlygame.co

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
No records at all. But on the local server, yes. Verified both databases are exactly alike. On Wed, Mar 24, 2010 at 12:25 PM, Dorioo wrote: > > any caching on your query? > > - Gabriel > > On Wed, Mar 24, 2010 at 3:02 PM, Phillip Vector > wrote: >> >> When I run this on my server.. >> >> SELECT

Re: Differences between MySQLs?

2010-03-24 Thread Won Lee
I'm really trying hard to remember...but I think the connector is part of the db string. Open up each datasource in cfadmin. It also might be installed to your JDK_Path/lib/ext. I might be off, both in pointing you towards the JDBC connector and how to check which version you have. I have no e

Re: Differences between MySQLs?

2010-03-24 Thread G Allen R Souliere
a case sensitivity issue. What's the OS of you, and of your host? >> On *nix systems table names are case sensitive. >> >> -Original Message- >> From: Phillip Vector [mailto:vec...@mostdeadlygame.com] >> Sent: Wednesday, March 24, 2010 2:03 PM >> To: cf

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
vec...@mostdeadlygame.com] > Sent: Wednesday, March 24, 2010 2:03 PM > To: cf-talk > Subject: Differences between MySQLs? > > > When I run this on my server.. > > SELECT * FROM Accounting Where PromoCode = 'CNJ0009001' > > I get 6 results... > > This is a l

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
sage- > From: Phillip Vector [mailto:vec...@mostdeadlygame.com] > Sent: Wednesday, March 24, 2010 2:03 PM > To: cf-talk > Subject: Differences between MySQLs? > > > When I run this on my server.. > > SELECT * FROM Accounting Where PromoCode = 'CNJ0009001' &g

Re: Differences between MySQLs?

2010-03-24 Thread Phillip Vector
Datasource is correct and the application datasource is correct. I have no way to confirm the JDBC connectors. On Wed, Mar 24, 2010 at 12:37 PM, Won Lee wrote: > > 1) check the datasource in cf admin. > 2) make sure the JDBC connectors are the same.  In your case it doesn't seem > like it will

RE: Differences between MySQLs?

2010-03-24 Thread Andy Matthews
Could be a case sensitivity issue. What's the OS of you, and of your host? On *nix systems table names are case sensitive. -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Wednesday, March 24, 2010 2:03 PM To: cf-talk Subject: Differences between M

Re: Differences between MySQLs?

2010-03-24 Thread Won Lee
1) check the datasource in cf admin. 2) make sure the JDBC connectors are the same. In your case it doesn't seem like it will be the issue but I would eliminate it as a possibility. 3) check the application.dsn (or whatever you named it). Make sure it is correct by cfdumping it. W On Wed, Mar

Re: Differences between MySQLs?

2010-03-24 Thread Dorioo
any caching on your query? - Gabriel On Wed, Mar 24, 2010 at 3:02 PM, Phillip Vector wrote: > > When I run this on my server.. > > SELECT * FROM Accounting Where PromoCode = 'CNJ0009001' > > I get 6 results... > > This is a local Dev server I have set up. > > When i run it at my hosting company

Differences between MySQLs?

2010-03-24 Thread Phillip Vector
When I run this on my server.. SELECT * FROM Accounting Where PromoCode = 'CNJ0009001' I get 6 results... This is a local Dev server I have set up. When i run it at my hosting company, I get 0 results for the same exact query. I go in and my external database program confirms the records are i

Re: How do people transfer data between databases nowdays?

2010-03-04 Thread Jason Fisher
Good to know, thanks. My next trick is to get a 356 MB script to run LOL ... time to break things up, I guess. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: How do people transfer data between databases nowdays?

2010-03-04 Thread Matthew Smith
I've had issues where it puts the view creation before the tables that the view uses, causing an error when run. Just keep an eye out for that. On Wed, Mar 3, 2010 at 6:03 PM, Jason Fisher wrote: > > Nice, I hadn't ever seen that tool before. Can't wait to give it a > spin. Thanks! > > > > O

Re: How do people transfer data between databases nowdays?

2010-03-03 Thread Jason Fisher
Nice, I hadn't ever seen that tool before. Can't wait to give it a spin. Thanks! On 3/3/2010 5:08 PM, Matthew Smith wrote: > I use this. Simple, works. > > http://www.microsoft.com/downloads/details.aspx?FamilyId=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en > > On Wed, Mar 3, 2010 at

  1   2   3   4   5   6   7   8   9   >