Re: Distributive Mode

2014-10-20 Thread brad f
Thanks so much! I really appreciate all the feedback and information from everyone. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Distributive Mode

2014-10-17 Thread brad f
Looking for help. We currently run CF9 on windows and run it in distributive mode. I set this up by installing coldfusion on one server(using JRUN to run multiple instances), setup a cluster.. then copy the wsconfig.jar file to the IIS web server, install the JRE on web server then run the

Re: Distributive Mode

2014-10-17 Thread brad f
Distributive mode allowed us to have three servers on three separated tiers. Presentation, Application and Database. Presentation never talking to DB. To me it doesn't seem a good idea to run IIS and Coldfusion on the same server. There is already a load balancer(reverse proxy) in front of the

Re: Distributive Mode

2014-10-17 Thread brad f
For better security...piece of mind, I prefer to have my web servers physically separated from my database servers and distributed mode lets me do this. I finally did find a good article https://wikidocs.adobe.com/wiki/display/coldfusionen/WebSocket+Enhancements that describes exactly what I

httponly and cookie-secure

2014-05-19 Thread brad f
Not sure what I am missing here. We are running Coldfusion 9.0.2 in a clustered environment. I added the -Dcoldfusion.sessioncookie.httponly=true to the jvm.config file. I restart the coldfusion instances. Run an application scan and it still says the y are not httponly (also check using

Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread brad f
I am running coldfusion 9 in distributed mode(web server and CF on different servers). I have three web servers and three coldfusion servers running in a clustered environment. The problem is that I can never get the cluster setup or the web servers to see the cluster unless I disable the

Re: Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread brad f
Thanks for all the replies.. Changing the order of the nics was all I had to do. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Announcement: ColdBox Developer Week - FREE training

2012-07-02 Thread Brad Wood
CBDW page of our site and get signed up now. http://www.coldbox.org/cbdw What the heck IS ColdBox? ColdBox is an event-driven, convention-based ColdFusion Development Platform. Read more about ColdBox here: http://www.coldbox.org/about Thanks! ~Brad ColdBox Platform Evangelist Ortus

CFHTTP in Distributed Mode

2012-05-21 Thread brad f
Have a problem with using an cfhttp get command while running in distributed mode. I have one test lab setup running coldfusion and iis on the same box and the cfhttp get command works great. The other is running in distributed mode (web and cf on different servers) and it fails every time

Re: CFHTTP in Distributed Mode

2012-05-21 Thread brad f
What does the URL look like? If you're using the address as if it is on the webserver, make sure the CFHTTP url is pointing to the web server, Phil Well, after some more troubleshooting.. realized that the CFHTTP Get was trying to access the URL from the Coldfusion box and not the web box..

Re: CFHTTP in Distributed Mode

2012-05-21 Thread brad f
Well, after some more troubleshooting.. realized that the CFHTTP Get was trying to access the URL from the Coldfusion box and not the web box.. had to add the Proxy statements to the CFHTTP command in order for the outside url to be accessible from the CF applicatin box (had no public access

Cluster not sending request to second server

2012-03-12 Thread brad f
I have two Windows 2008 R2 boxes, one running 4 CF instances and the other running two. I have created a cluster with all six instances. My problem is that Coldfusion never sends request to the second server. I had this running for many years on 2003 servers but for some reason i cannot get

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
Do you have a port filter on the network? On Mar 12, 2012 10:49 AM, brad f b...@ciswired.com wrote: No port filter and local os firewall disabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
Do you have a port filter on the network? On Mar 12, 2012 10:49 AM, brad f b...@ciswired.com wrote: no port filter and local os firewall is disabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
ok.. Thanks for all the quick replies but i have figured it out after doing a netstat and seeing the other server was connecting on the wrong subnet.. i disabled the other NIC and restarted CF services.. then re-enabled the other nic and we are good to go. Thanks again for all the responses

ColdFusion 9 Session Replication

2011-10-09 Thread Brad Parker
Here's a question hopefully someone can answer. Is it possible to use session replication to multiple instances on different physical servers without having to use CF load-balancing? We have a hardware load balancer in front of the web servers. I would like hardware appliance to handle the

Re: Salesforce CFC?

2010-07-22 Thread Brad Wood
riaforge.com should give you a way to submit a ticket and contact the project owner so he can include your updates into the main project. ~Brad - Original Message - From: Billy Cox bi...@oldworldspices.com To: cf-talk cf-talk@houseoffusion.com Sent: Thursday, July 22, 2010 10:40 AM

Re: IIS Missing CFM Pages

2010-07-22 Thread Brad Wood
Check the Verify that file exists checkbox on the IIS mapping. Beware, this will break things like cfimage display in browser, cfchart output and RDS sine those rely on the wildcard mapping to non-existent directories that CF still processes. ~Brad - Original Message - From: Robert

RE: SOT: Automated Firebug Net-style Timing

2010-07-21 Thread brad
. http://fiddler.wikidot.com/fiddlercore ~Brad Original Message Subject: SOT: Automated Firebug Net-style Timing From: John M Bliss bliss.j...@gmail.com Date: Wed, July 21, 2010 11:11 am To: cf-talk cf-talk@houseoffusion.com Hello, smart people. So you know how Firebug's Net

RE: Problems with multiple instances in CF9

2010-07-20 Thread brad
, jrunx.kernel.JRun).getServerName()# ~Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups

RE: CF7.1 CFHTTP to Amazon S3: cfhttp.filecontent = 'Conn ection Failure'?

2010-07-20 Thread brad
the problem is that when we try to retrieve the binary data for a file using CFHTTP, cfhttp.filecontent says 'connection failure' even though the cfhttp.responseheader from Amazon returns a 200 OK Is the response compressed? Post the HTTP headers that you are getting back. ~Brad

RE: CF7.1 CFHTTP to Amazon S3: cfhttp.filecontent = 'Conn ection Failure'?

2010-07-20 Thread brad
? ~Brad Original Message Subject: Re: CF7.1 CFHTTP to Amazon S3: cfhttp.filecontent = 'Conn ection Failure'? From: Ed Griffiths edward.griffi...@uk.agimedia.com Date: Tue, July 20, 2010 12:16 pm To: cf-talk cf-talk@houseoffusion.com the problem is that when we try to retrieve

Re: Connecting to CFC's in the same directory in CF9.

2010-07-18 Thread Brad Wood
your host file to have a separate domain for each of them. For instance, www.example.com could be devww.example.com on your desktop. ~Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

RE: Connecting to CFC's in the same directory in CF9.

2010-07-16 Thread brad
In your E-mail you said the component file name was TestCFC2.cfm . Shouldn't that be TestCFC2.cfc? ~Brad Original Message Subject: Connecting to CFC's in the same directory in CF9. From: John Pullam jpul...@mcleansystems.com Date: Fri, July 16, 2010 4:42 pm To: cf-talk cf

Re: logout and back button

2010-07-15 Thread Brad Wood
By citation needed I think the implication was that you didn't know what what you were talking about. The original poster's problem had nothing to do with persisted session vars and everything to do with browser cache. This can be an issue regardless of sever-side technology in use. ~Brad

Re: Looking for a CF Recipe script!

2010-07-13 Thread Brad Wood
is a coulomb of electrical charge, or 6.241E18 electrons flowing through the conductor. So the real question is this: when your computer starts counting all those electrons does it start at 1 as the first one flows by? I believe the answer is yes, so it turns out CF was right after all. ~Brad

Re: ByteArray objects

2010-07-01 Thread Brad Wood
If you want to be able to visually represent something that is a little cumbersome to display, why don't you try hashing it? That may help comparing them as well. ~Brad - Original Message - From: Sisk, Kris ks...@gckschools.com To: cf-talk cf-talk@houseoffusion.com Sent: Thursday

RE: Order By question

2010-06-30 Thread brad
statement in your order by. ORDER BY CASE WHEN id IN (x,y) THEN 1 ELSE 0 END, last_name Either way, it's good to know all the cat-skinning options CF gives you. ~Brad Original Message Subject: Re: Order By question From: Michael Grant mgr...@modus.bz Date: Wed, June 30, 2010 2

RE: Order By question

2010-06-30 Thread brad
Let's hope no one has a last name starting with any of the following characters: space ! # $ % ' ( ) * + , - . / All of those fall alphabetically before 0. :) ~Brad Original Message Subject: RE: Order By question From: Paul Alkema paulalkemadesi...@gmail.com Date: Wed

RE: Order By question

2010-06-30 Thread brad
lol. My list-of-names-that-will-screw-up-DBAs just got a little longer. ~Brad Original Message Subject: Re: Order By question From: John M Bliss bliss.j...@gmail.com Date: Wed, June 30, 2010 3:16 pm To: cf-talk cf-talk@houseoffusion.com Yeah *that's* why I didn't suggest

RE: Order By question

2010-06-30 Thread brad
Paul, now's a good time to start a select * rant. :) Glad it works for you Les. ~Brad Original Message Subject: Re: Order By question From: Les Mizzell lesm...@bellsouth.net Date: Wed, June 30, 2010 4:18 pm To: cf-talk cf-talk@houseoffusion.com Works the charm: SELECT

RE: Turning off try/catch

2010-06-29 Thread brad
it all back with another find and replace later. Better yet, replace it with cfcatchcfset handleError(cfcatch) where handleError is a custom function you write to do whatever you want with the error. Then you can log it, rethrow it, ignore it, whatever. Thanks! ~Brad On 2010-06-29, at 12:06

Re: Dump out CFC properties/variables

2010-06-27 Thread Brad Wood
I usually include a dump method in my CFC's that simply cfdumps out whatever internals you want to see and cfaborts. If all your CFCs extend a single base component, this is even easier since you can put the method there. ~Brad - Original Message - From: Scott Brady dsbr

Re: Seriously PO'd - cfqueryparam and/or struct dereference flakes out

2010-06-24 Thread Brad Wood
It's a bit more code, but if you switch to having a cfargument tag for each parameter and enforce the type there, you can pass in your struct as an argument collection. You'll get a more meaningful error that way. Sent from my HTC on the Now Network from Sprint! - Reply message -

Re: ColdFusion Server Survey

2010-06-20 Thread Brad Wood
According to the link, the survey is closed. This survey is currently closed. Please contact the author of this survey for further assistance. ~Brad - Original Message - From: Shilpi Khariwal shilpi.an...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Sunday, June 20, 2010 11

Re: Branching Strategies

2010-06-15 Thread Brad Wood
Thanks to all who replied to my question. You guys gave me a lot of help and info I will share with the rest of my team to help decide how we set up Subversion. ~| Order the Adobe Coldfusion Anthology now!

Re: Coldfusion files aren't found.

2010-06-13 Thread Brad Wood
The user that Cf runs as needs to have access to that drive. The html file is being served directly by iis and using its permissions. Sent from my HTC on the Now Network from Sprint! - Reply message - From: Richard Steele r...@photoeye.com Date: Sun, Jun 13, 2010 4:17 pm Subject:

Branching Strategies

2010-06-11 Thread brad
afraid of the overhead of merging. I found a lot of good branching theory here: http://www.cmcrossroads.com/bradapp/acme/branching/ However, I wanted to hit up the list to get opinions from people with similar sized teams to see what you've found to be a good branching strategy. Thanks! ~Brad

RE: Avoiding SQL deadlocks

2010-06-09 Thread brad
without the most critical piece (the database). The execution plan of the offending queries will be invaluable to seeing what is happening. Good luck. ~Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

RE: How do I solve this path issue for components?

2010-06-08 Thread brad
to a different physical server. Ok, actually a VM is the next best thing to that, but I digress... ~Brad Original Message Subject: Re: How do I solve this path issue for components? From: Sean Corfield seancorfi...@gmail.com Date: Tue, June 08, 2010 3:34 pm To: cf-talk cf-talk

Re: Home Site+ and Windows 7

2010-06-02 Thread Brad Wood
from one to another. ~Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

RE: Home Site+ and Windows 7

2010-06-02 Thread brad
I'm glad to know that File View covers those scenarios. I won a copy of CF Builder at my local user group so I'll be installing it soon and I'll keep that in mind. Thanks! ~Brad Original Message Subject: Re: Home Site+ and Windows 7 From: Sean Corfield seancorfi

Dynamic Getters and Setters

2010-05-26 Thread Brad Haas
the entire bean going that route. Once populated the bean will be passed to a DAO to save the data. I'm using CF8. Thanks, Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael

Re: Dynamic Getters and Setters

2010-05-26 Thread Brad Haas
But isn't it a problem to use CFINVOKE with getters and setters? Wouldn't the object be reinstantiated for every single method call? Am I wrong in assuming this? --Brad **untested** cfif theField IS NOT submit cfset theMethod = theObject[set theField] / cfset theMethod(theField

Color Code XML

2010-05-25 Thread Brad Wood
required a number of find and replaces to finish getting rid of the JavaScript. Suggestions? Thanks! ~Brad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155

Re: Color Code XML

2010-05-25 Thread Brad Wood
Hmm, that's a slick little library. I like the customizability of it and the separate CSS files. Thanks! ~Brad - Original Message - From: Justin Scott jscott-li...@gravityfree.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, May 25, 2010 10:41 PM Subject: RE: Color Code XML

Re: Coldfusion 9 Windows vs Linux

2010-05-21 Thread Brad Wood
and MySQL which puts you out there in RTFM land, but it's all doable. I've deployed CF on RedHat and Open Suse with good results. Honestly, I think the real determining factor is going to be how comfortable you are with Linux and command line stuff in general. ~Brad - Original Message

Re: Transaction locking table, not sure where or why...

2010-05-14 Thread Brad Wood
that might be what Leigh was getting at. I don't know that I can recommend setting your global isolation level to read uncommitted. Locks are for a reason and I've seen some weird hard-to-find errors in systems where over-zealous DBA's used read uncommitted for EVERYTHING. :) ~Brad

RE: What is the version of Java SDK CF should use?

2010-05-12 Thread brad
I would recommend anything later than updater 10. Just make sure you get the JDK and not just the JRE. I'm using 1.6.0_12 on my CF8 servers. ~Brad Original Message Subject: What is the version of Java SDK CF should use? From: Nathan Chen nathan.c...@cu.edu Date: Wed, May 12

Re: Downloading mp3s

2010-05-08 Thread Brad Wood
always found it difficult to control user experience when downloading files based on all the different configurations of file associations and browsers. ~Brad - Original Message - From: andy matthews li...@commadelimited.com To: cf-talk cf-talk@houseoffusion.com Sent: Saturday, May 08, 2010

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-04 Thread Brad Wood
Have you looked into HTML 5? I hear it does everything Flash does. Your clients can wait another 5 years for the spec to be implemented, right? /sarcasm ~Brad On Tue, May 4, 2010 at 5:13 PM, Dawn Sekel dse...@ciber.com wrote: Hi-I have several web templates that use Flash widgets

RE: How to protect PDF documents from direct access

2010-05-03 Thread brad
Store them outside your web root and serve them up with cfcontent. Just remember a CF thread is used for the duration of the download. ~Brad Original Message Subject: How to protect PDF documents from direct access From: col...@uci.edu col...@uci.edu col...@uci.edu Date: Mon

RE: CF8 sessions being dropped all of a sudden

2010-04-28 Thread brad
in the admin as well as the app to make sure there is nothing screwy going on. ~Brad Original Message Subject: CF8 sessions being dropped all of a sudden From: Steve Logan st...@sagescholars.com Date: Wed, April 28, 2010 7:53 am To: cf-talk cf-talk@houseoffusion.com We have

RE: SQL Gurus... obtaining the correct Incremental ID

2010-04-28 Thread brad
That would ONLY work if you used SET TRANSACTION ISOLATION LEVEL SERIALIZABLE or WITH(TABLOCKX HOLDLOCK) Even with with rowlock, another spid can insert additional records into the table and the select max() might return a bogus value. ~Brad Original Message Subject: Re: SQL

RE: SQL Gurus... obtaining the correct Incremental ID

2010-04-28 Thread brad
Transactions control when data gets committed as well as how long some locks are held. They do not necessarily keep other processes from modifying parts of a table you are touching. That's when isolation levels and locking behavior comes into play. ~Brad Original Message

RE: SQL Gurus... obtaining the correct Incremental ID

2010-04-28 Thread brad
Yes, I would agree that is a much simpler and safer alternative. since scope_identity() is already specific to your connection you don't have to worry about locking and such altogether. ~Brad Original Message Subject: Re: SQL Gurus... obtaining the correct Incremental ID From

RE: SQL Gurus... obtaining the correct Incremental ID

2010-04-28 Thread brad
to the cftransaction tag, I get SET TRANSACTION ISOLATION LEVEL SERIALIZABLE immediately prior to the select. ~Brad Original Message Subject: Re: SQL Gurus... obtaining the correct Incremental ID From: Dave Watts dwa...@figleaf.com Date: Wed, April 28, 2010 4:54 pm To: cf-talk cf-talk

RE: SQL Gurus... obtaining the correct Incremental ID

2010-04-28 Thread brad
ALL OTHER processes from touching the table. Or, just make life easy on yourself and use scope_identity(). ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

RE: Remove multple EXTRA spaces from string

2010-04-23 Thread brad
This appears to work for me: cfset string = rereplace(string,( +), ,all) Original Message Subject: Remove multple EXTRA spaces from string From: UXB Internet denn...@uxbinternet.com Date: Fri, April 23, 2010 3:26 pm To: cf-talk cf-talk@houseoffusion.com I am having a senior

Re: SQL data integrity

2010-04-22 Thread Brad Wood
data was ever brought into question that third party could independently verify that the data really was there on that date. That would be a heck of a lot of data- but I guess you have to ask yourself how much you are willing to pay for this kind of thing. ~Brad

RE: Where do i find CFGRID Code?

2010-04-21 Thread brad
. === Your sub domain doesn't have a mapping for the cfide folder. If you use Firebug or MS Fiddler you can easily see the 404s happening when the non-working example attempts to load the JavaScript files required for the grid to work. ~Brad

RE: cfhttp Connection Failure

2010-04-20 Thread brad
#sec14.39 ~Brad Original Message Subject: Re: cfhttp Connection Failure From: Sue Buck sue.b...@avsi.co.uk Date: Tue, April 20, 2010 8:20 am To: cf-talk cf-talk@houseoffusion.com Thanks for all the suggestions. Unfortunately my client is phasing out ColdFusion so upgrading

RE: cfhttp Connection Failure

2010-04-20 Thread brad
Your sure it's compressed responses and not something else? No, I,m not sure. I know how to find out. http://www.wireshark.org/ ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know

RE: New SQL injection :(

2010-04-19 Thread brad
around them. And for the love of all that is good in the world, don't ever let your webs servers ever connect to your database with sa. :) ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know

Re: cfhttp Connection Failure

2010-04-19 Thread Brad Wood
for the occaision. Adding the following header values will tell the remote server that the client (CF) can't handle compressed responses: cfhttpparam type=Header name=Accept-Encoding value=deflate;q=0 cfhttpparam type=Header name=TE value=deflate;q=0 ~Brad

RE: DateDiff() and Minutes Wierdness

2010-04-13 Thread brad
to the next full minute which is essentially what you are doing below. Perhaps you can explain exactly what you were trying to do. ~Brad cfoutput cfset holdTotalHours = ABS(DatePart(h, arguments.HighDate) - DatePart(h, arguments.LowDate)) cfset holdTotalMinutes = ABS(DatePart(n, arguments.HighDate

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Is the new ColdFusion instance running as a user that has permission to read from the share? ~Mahcsig I have actually found the necessary info. 1. You need to have Interact with Desktop checked under services LogOn info. 2. Reason for CFM code to be stored on App box is purely for speed.

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
I have found the answers to my questions 1. Need to have Interact with Desktop checked under the service LogOn tab. 2. Code resides on app box strictly for speed. ~| Want to reach the ColdFusion community with something they

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Now I know in the documentation it says this is the way you have to set it up.. but I guess my two questions are 1. Why did it work before with the code only being in one place? I don't know. Maybe it was able to resolve to a remote share where the files actually are? 2. Why

ColdFusion Distributed Mode

2010-04-07 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point IIS to

ColdFusion Distributed Mode

2010-04-07 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point IIS to

RE: Joni Mitchell and Cold Fusion

2010-04-07 Thread brad
The site seems pretty snappy to me. I'd bet you are taking too much bandwidth with the media downloads. If that truly is the problem, see if you can pay more for additional bandwidth, or most all the large media to an Amazon S3 bucket. They charge peanuts. ~Brad Original Message

Re: Passing NT Username and Password to SQL Server datasource - still impossible or have things changed?

2010-04-06 Thread Brad Wood
with? I actually like that because it makes it a bit easier to audit permissions with explicit accounts. ~Brad - Original Message - From: Thomas Harper harpe...@upmc.edu To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, April 06, 2010 7:26 AM Subject: Passing NT Username and Password to SQL

RE: Best way to return generated html from cfc

2010-04-05 Thread brad
use cfsavecontent in the CFC to put the generated HTML into a variable. Don't forget to var the cfsavecontent variable first. ~Brad Original Message Subject: Best way to return generated html from cfc From: Matthew Smith chedders...@gmail.com Date: Mon, April 05, 2010 6:22

Re: ColdFusion dateDiff() function?

2010-04-05 Thread Brad Wood
Nope, it's working as designed. Here is an excerpt from the docs: The DateDiff function determines the number of complete datepart units between the two dates; for example, if the datepart parameter is m and the dates differ by 55 days, the function returns 1. So basically, using date diff is

RE: Decrypt CF scheduled job password?

2010-03-30 Thread brad
own legal risk. :) ~Brad Original Message Subject: Decrypt CF scheduled job password? From: Qing Xia txiasum...@gmail.com Date: Tue, March 30, 2010 8:09 pm To: cf-talk cf-talk@houseoffusion.com Hello folks, I was just wondering, does anyone happen to know if the password

RE: ColdFusion Builder Released!

2010-03-26 Thread brad
I think the most we can do is encourage people to buy other phones. Well I walked out of a Sprint store with my new HTC Hero Android phone last night so I guess I'm doin' my part :) ~Brad ~| Want to reach

RE: ColdFusion Builder Released!

2010-03-26 Thread brad
? ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332314 Subscription: http

RE: cftransaction and multiple databases

2010-03-24 Thread brad
If the databases are on the same server, you can try accessing the other database from your main data source by specifying the full path to the table: SELECT * FROM databaseName.owner.tableName On SQL Server, owner is often dbo. Or you can use the shortcut databaseName..tableName ~Brad

RE: Undefined in Form when using MSIE

2010-03-24 Thread brad
Geez I hope so, seeing as how that is from a post back in 2004. http://www.mail-archive.com/cf-talk@houseoffusion.com/msg172391.html Since a little water has gone under the bridge since that post why don't you start by telling us what your specific problem is. Thanks! ~Brad Original

Re: ColdFusion Builder Released!

2010-03-23 Thread Brad Wood
. Also, you can call the shareholders greedy but unless you know how much money Adobe poured into CFB for the past year and a half you really can't prove their making bank on anything. ~Brad - Original Message - From: Eric Cobb cft...@ecartech.com To: cf-talk cf-talk@houseoffusion.com Sent

RE: CF Education (was: ColdFusion Builder Released!)

2010-03-23 Thread brad
time, but Adobe _does_ provide curriculum for teaching ColdFusion 8 in the classroom. http://www.adobe.com/education/instruction/teach/cfcurriculum.html ~Brad Original Message Subject: RE: CF Education (was: ColdFusion Builder Released!) From: Ben Forta b...@forta.com Date: Tue

RE: Features (Re: ColdFusion Builder Released!)

2010-03-23 Thread brad
at the usefulness of simply clicking a class and being taken to the corresponding .java file etc. ~Brad Original Message Subject: Re: Features (Re: ColdFusion Builder Released!) From: Adrocknaphobia adrocknapho...@gmail.com Date: Tue, March 23, 2010 4:00 pm To: cf-talk cf-talk

RE: ColdFusion Builder Released!

2010-03-22 Thread brad
found? ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331968 Subscription

RE: Referencing column names in queries with special characters

2010-03-22 Thread brad
You will probably need to use array notation: temp[BM][currentRow] or to show the dynamic-ness: cfset columnName = BM temp[columnName][currentRow] Think of it is a two-dimensional array if you will. ~Brad Original Message Subject: Referencing column names in queries

RE: ColdFusion Builder Released!

2010-03-22 Thread brad
know how much Adobe has really spent on CFB, nor how many licenses they expect to sell, but my guess is that they will probably have to sell upwards to 10,000 CFB licensees to START making a profit. ~Brad ~| Want to reach

RE: ColdFusion Builder Released!

2010-03-22 Thread brad
that if it would mean I could type variables.mySerivce. and have the list of methods pop up. ~Brad Original Message Subject: Re: ColdFusion Builder Released! From: Judah McAuley ju...@wiredotter.com Date: Mon, March 22, 2010 5:54 pm To: cf-talk cf-talk@houseoffusion.com I can tell you

RE: SOT: Default Flash behavior when crossdomain.xml is absent

2010-03-12 Thread brad
But can't you just go ahead and create a crossdomain file and avoid this problem altogether? Of course, and I already have. My personality is such that I like to find out exactly why things were broke-- not just wiggle wires until it turns on, shrug, and continue. :) ~Brad

RE: JSON object error

2010-03-12 Thread brad
Is the server call erroring? Use FireBug or MS Fiddler to capture the actual ajax request and confirm the status code and response body. ~Brad Original Message Subject: JSON object error From: sandeep saini sandeep00...@yahoo.com Date: Fri, March 12, 2010 3:22 pm To: cf-talk

RE: JSON object error

2010-03-12 Thread brad
result set. ~Brad Original Message Subject: Re: JSON object error From: sandeep saini sandeep00...@yahoo.com Date: Fri, March 12, 2010 3:41 pm To: cf-talk cf-talk@houseoffusion.com When I use http://127.0.0.1:8500/prototype/getData.cfc?method=rptDataidval=04; in URL, I

SOT: Default Flash behavior when crossdomain.xml is absent

2010-03-11 Thread brad
that compares their behavior. All I can find of the Internet is eleventy-billion how-to's on creating a policy new. (thanks but I already know how) Thanks. ~Brad ~| Want to reach the ColdFusion community with something

Re: Daylight Savings Scheduled Tasks

2010-03-11 Thread Brad Wood
I usually use the following JVM arg (I'm in the central time zone): -Duser.timezone=America/Chicago ~Brad - Original Message - From: Terry Ford terryfor...@yahoo.com To: cf-talk cf-talk@houseoffusion.com Sent: Thursday, March 11, 2010 9:48 PM Subject: Re: Daylight Savings Scheduled

Re: SOT: Default Flash behavior when crossdomain.xml is absent

2010-03-11 Thread Brad Wood
a crossdomain.xml file. Interesting... I'm not sure if that is affecting me or not. I'm using the JWPlayer and I'm pretty certain it doesn't do anything special to the MP3s. ~Brad ~| Want to reach the ColdFusion community

Re: null500 on nested custom tag

2010-03-11 Thread Brad Wood
returns no records, won't the line cfif nParentCatID LT 1 error trying to convert to a number? ~Brad - Original Message - From: Me Too must...@wabba.net To: cf-talk cf-talk@houseoffusion.com Sent: Thursday, March 11, 2010 10:31 PM Subject: null500 on nested custom tag

RE: chossing a methodolgy

2010-03-10 Thread brad
want something uber-light weight and simple, try Sean's FW/1. http://fw1.riaforge.org/ If you want to play Framework Roulette, go to Charlie's framework list, close your eyes, and point your finger at the screen. :) http://www.carehart.org/cf411/#cffw_app ~Brad Original Message

RE: overwriting a component reference variable

2010-03-09 Thread brad
still exist in memory when the request is completed but with no hard references. They will get picked up the next time garbage collection executes. ~Brad Original Message Subject: overwriting a component reference variable From: Michael Dinowitz mdino...@houseoffusion.com Date: Tue

Re: query passed by value from a udf?

2010-03-09 Thread Brad Wood
can be a little complicated. Just because you run the code above may not guaruntee everything you expect to be collected will be. ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know

Re: query passed by value from a udf?

2010-03-09 Thread Brad Wood
This is starting to sound like one of those Hibernate knows best sort of discussions. lol A sentiment I generally agree with, mind you. Second guessing Java's GC logic is probably for pretty darn special scenarios. ~Brad - Original Message - From: Dave Watts dwa...@figleaf.com

Re: Pretty XML

2010-03-05 Thread Brad Wood
document without being confused with the XML markup of the document it is being included in. Try this: pre #xmlString# /pre If you want more control, htmlEditFormat it, and manually replace line breaks with br, spaces with nbsp; and tabs with nbsp;nbsp;nbsp;nbsp;nbsp; etc... ~Brad

  1   2   3   4   5   6   7   8   9   10   >