Variables

2012-05-16 Thread N kips
Greetings, just need some help to understand how CF works in regards to variables. Can CF might mix-up the variables, unless the variables are in the session? Is this sufficient? cfset var = GetAuthUser() or should I say cfset session.var = GetAuthUser() It is just a variable that is

Re: Variables

2012-05-16 Thread Scott Stewart
If it's a local variable in a function, you'll scope it as local.varname If it's a local variable in a CFM page, you'll scope it as variables.varname if it's in the request scope, then it's request.varname if it's in the session, then it's session.varname application, application.varname form,

RE: Variables

2012-05-16 Thread Robert Harrison
If the var is used only within a single program a regular local var is fine. If the var needs to persist and be recalled from another program later (i.e., a program where the var is not passed as a URL or form value), then use the session.var. Robert Harrison Director of Interactive

Re: Variables

2012-05-16 Thread Cameron Childress
The larger question here is developing an understanding of the scopes available in ColdFusion and why you would or wouldn't use them. This is a very fundamental thing that's quite important to understand in order to develop quality ColdFusion applications. Before continuing I'd recommend reading

Re: MSSQL2012 And Web Site Panel

2012-05-16 Thread Peter Donahue
Hello Byron and everyone, Do you have any idea how long it will be before they release the final version of WSP with this enhancement? Thanks for the information. Peter Donahue - Original Message - From: Byron Mann byronos...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent:

Re: MSSQL2012 And Web Site Panel

2012-05-16 Thread Russ Michaels
your prob better off asking that on the WSP forums or the WSP discussion list https://groups.google.com/forum/?fromgroups#!forum/websitepanel http://social.msdn.microsoft.com/Forums/en-US/category/websitepanel WSP releases are not very frequent though. On Wed, May 16, 2012 at 3:50 PM, Peter

Re: Variables

2012-05-16 Thread Carl Von Stetten
Also, be careful using var as a variable name. It is a reserved keyword in ColdFusion. As Scott mentioned, you can make a variable local to a function by calling it local.varname. You can also make it local to a function by using the var keyword when you create the variable: cfset var foo

Re: Not instantiating object

2012-05-16 Thread daniel kessler
hi, same person here. I am trying to migrate this to another server. However, I cannot read my old CF7 settings. I have a java folder with classes in it that are used by the project. The java folder is at c:/java. I recall that I need to update the Coldfusion Administrator so that these

Re: Not instantiating object

2012-05-16 Thread Russ Michaels
it is probably easier if you justr put then in one of the existing paths rather than add a new one c:\coldfusion9\runtime\lib On Wed, May 16, 2012 at 4:05 PM, daniel kessler dani...@umd.edu wrote: hi, same person here. I am trying to migrate this to another server. However, I cannot read

CF, Bots sessionTimeouts

2012-05-16 Thread Che Vilnonis
I maintain a well-trafficked site on CF9 that has occasional memory problems that ultimately requires restarts. I am fairly certain the cause of my problems is related to bot hits and the server's memory they take up. I am attempting to set low sessionTimeouts to all bots to remedy this

: MSSQL2012 And Web Site Panel

2012-05-16 Thread Peter Donahue
Hello Russ and everyone, Thanks for the suggestion. I have another issue to bring to their attention so will bring it to their attention. Much of WSP is screen reader-friendly but reaching particular administrative areas such as Configuration, Reports, Databases, Mail, and probably a few

Re: Not instantiating object

2012-05-16 Thread daniel kessler
it is probably easier if you justr put then in one of the existing paths rather than add a new one c:\coldfusion9\runtime\lib I'll try that to get by, but I need to duplicate the production environment. It's difficult to update these settings?

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Dave Watts
And no north american sales rep to be found to discuss purchasing licenses. We're a reseller, and may be able to help you with that if you like. If you're interested, let me know and I'll put you in touch with our sales team (or you can just email sa...@figleaf.com). Dave Watts, CTO, Fig Leaf

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Judah McAuley
Big public announcements at conferences are a great thing. And pretty common. However, when companies do that, they usually also release the damn product at the same time. At least they build a good product. Coldfusion: great engineering, crappy marketing. Judah On Tue, May 15, 2012 at 3:21

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Russ Michaels
well considering it was not announced it seems it was perhaps not an official release, as it was ust found by accident, so perhaps the official release was meant to be at CFO, they were just making sure they had it online ready to download in advance. On Wed, May 16, 2012 at 6:15 PM, Judah

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Michael Dinowitz
blogging is not marketing, at least not corporate marketing. On Tue, May 15, 2012 at 6:00 PM, Andrew Scott andr...@andyscott.id.au wrote: Actually Adobe did announce it via their blogs, even Ray Camden blogged about it.

Re: Not instantiating object

2012-05-16 Thread Dave Watts
I have a java folder with classes in it that are used by the project.  The java folder is at c:/java.  I recall that I need to update the Coldfusion Administrator so that these classes can be used.  However, I can not determine where I should update these.  I did this in the mappings

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Wil Genovese
It was announced - at least on a private list. I have not seen the Public announcement yet. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On May 16, 2012, at 12:35 PM, Russ Michaels wrote: well

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Wil Genovese
True, but I don't think Adobe likes CF.Objective() that much. CF.Objective() is a CFML Developers conference, so people from Railo and BlueDragon are typically there, presenting, promoting the competing products. This has really irritated a few people at Adobe in the past. So in this case is

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Cameron Childress
I think this is an out of date opinion. Adobe is a Gold Sponsor (the only one) this year at CF.Objective(). -Cameron On Wed, May 16, 2012 at 2:38 PM, Wil Genovese jugg...@trunkful.com wrote: True, but I don't think Adobe likes CF.Objective() that much. CF.Objective() is a CFML Developers

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread sslone
And I'm pretty sure Adobe gave the opening keynote this morning... On Wed, 16 May 2012 14:52:58 -0400, Cameron Childress camer...@gmail.com wrote: I think this is an out of date opinion. Adobe is a Gold Sponsor (the only one) this year at CF.Objective(). -Cameron

CF10 + Wamp ?

2012-05-16 Thread Mallory Woods
I had a little time today and I wanted to throw the trial version of CF10 on a spare machine. However, I was trying to install wampserver2.2d-x32.exe and then CF10 on top of it. I noticed that CF did not copy over the CFIDE etc directories to the default wamp directory (c:\wamp\www). I finally

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Wil Genovese
Actually a Platinum Sponsor. But they also went years without being a sponsor. I really hope it's an out of date opinion!!! Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On May 16, 2012, at 1:52 PM,

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Wil Genovese
Tomorrow - the actual conference starts Thursday Morning. And yes they are giving the keynote. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On May 16, 2012, at 1:55 PM, ssl...@rubbergumball.net wrote:

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Jochem van Dieten
On Wed, May 16, 2012 at 8:38 PM, Wil Genovese wrote: But this release of CF10 just two days before CF.Objective() and not AT Cf.Objective() reminded me of the past pettiness. The opening keynote is on Thursday at 14:00 UTC. That is not just past the deadline for the Friday news in a big part

Re: CF10 + Wamp ?

2012-05-16 Thread Gerald Guido
Apache uses an Apache Tomcat Connector (mod_jk) to talk to CF10/Tomcat Look in the mod_jk.conf file in your apache conf directory. That will telll you where CFIDE is physically On my machine it is C:\ColdFusion10\cfusion\wwwroot On Wed, May 16, 2012 at 3:03 PM, Mallory Woods

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Justin Scott
well considering it was not announced  it seems it was perhaps not an official release, as it  was ust found by accident, ... When I first posted, it wasn't an accident. Ben Forta had posted an announcement on his blog and I happened to see it within a few minutes in my RSS news reader and

Re: CF10 + Wamp ?

2012-05-16 Thread Gerald Guido
Also you might need to restart Apache for the changes to Apache conf files to stick. At least that has been my experience. HTH G! On Wed, May 16, 2012 at 3:27 PM, Gerald Guido gerald.gu...@gmail.comwrote: Apache uses an Apache Tomcat Connector (mod_jk) to talk to CF10/Tomcat Look in the

Re: CF10 + Wamp ?

2012-05-16 Thread Mallory Woods
Thanks. I will check. On Wed, May 16, 2012 at 3:27 PM, Gerald Guido gerald.gu...@gmail.comwrote: Apache uses an Apache Tomcat Connector (mod_jk) to talk to CF10/Tomcat Look in the mod_jk.conf file in your apache conf directory. That will telll you where CFIDE is physically On my machine

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Judah McAuley
On Wed, May 16, 2012 at 12:34 PM, Justin Scott leviat...@darktech.org wrote: (Creative Suite sales are probably an order of magnitude greater than CF sales, so while CF is profitable, it's likely a drop in the bucket compared with the heavy hitters that have a broader market appeal).  A

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Bryan Stevenson
and yet Adobe can't be bothered to e-mail it's paid customers of previous versions to tell them - sad and even sadderthis is par for the course. -- Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread .jonah
In reality though, they only soft launched it yesterday. We don't know yet what publicity and marketing efforts will come out in the days and weeks ahead... Are they going to put as big of a push as we'd like to see behind it? Sadly, I doubt it, but I suspect they'll do more than nothing.

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Byron Mann
Adobe's overall approach to this product has been weak since 8 was released. In fact sometime after 8 Adobe notified us they would not renew our annual support contract, which we were paying a fair amount for at the time. It just would have been nice as a fairly substantial licensee to have a

Re: best practice on session variable persistence and ssl?

2012-05-16 Thread Nick Gleason
Hey there. Many thanks on these great responses. This is very helpful as we think this through. May have some follow up thoughts / questions as we go. Nick ~| Order the Adobe Coldfusion Anthology now!

Re: CF10 + Wamp ?

2012-05-16 Thread Byron Mann
Installed to my workstation today, the cfide was left in c:/coldfusion10 instead of the ./wwwroot. Install on a server this did not happen. Also selected cfdocs on the install but no where to be found. Byron Mann Lead Engineer and Architect Hostmysite.com On May 16, 2012 3:04 PM, Mallory Woods

CF8/CF9 installers with Verity going away

2012-05-16 Thread Justin Scott
This is a post from the CF Server Team Blog that I thought worthy of passing along. If you believe you will need to install CF8 or CF9 with Verity bundled in the future and do not already have the installers, go grab them now... --- From: