Re: Low-tech asychronous call to ColdFusion

2006-07-21 Thread Brandon Harper
On 7/20/06, dcooper @ macromedia. com dcooper @ macromedia. com [EMAIL PROTECTED] wrote: FYI, just doing some testing on these tags (cfthread and cfjoin) and I hope to have them posted on my blog today or tomorow. They'l require CF7, but Standard Edition is fine (Enterprise not required).

Re: Statistical computations in CF?

2006-06-29 Thread Brandon Harper
On 6/28/06, powell @ nauticom. net powell @ nauticom. net [EMAIL PROTECTED] wrote: I'm working on an app that pulls together a client's data for a given period of time, and produces a forecast for what future data might look like. Reed, I work a lot (on and off) with predictive algorithms,

CFScript Quick Reference Guide?

2006-01-23 Thread Brandon Harper
Some time ago I had a PDF which was a quick reference to CFScript. It was basically a quick and dirty two page overview which showed the various control structures available in CFScript. I've not needed it in quite a long time and don't seem to have it around any longer. That said, I was

Re: CFScript Quick Reference Guide?

2006-01-23 Thread Brandon Harper
On 1/23/06, Charlie Griefer [EMAIL PROTECTED] wrote: any specific questions that we can take a shot at tho? I know CFScript just fine so I don't have any questions about it, I was just looking for an old Quick Start guide that I used to have-- but thanks. :) I finally found it.. I've posted

Re: Anyone use AbleCommerce, CFMX version?

2006-01-16 Thread Brandon Harper
On 1/16/06, Mary Jo Sminkey [EMAIL PROTECTED] wrote: I notice that Tumi.com (they're an up and coming luxury luggage maker) is using some kind of Fusebox app, anyone know exactly what store they're using, or is it built internally? Hhm, that's certainly not a typical Fusebox application, and

JRun Clustering Behavior?

2005-04-12 Thread Brandon Harper
I've been setting-up/testing a simple JRun cluster with instances of ColdFusion MX 7.0 and one thing which does not seem to be documented well about JRun is what events signal adding/dropping instances from a cluster, what errors it can or can't recover from by switching to another instance in the

Re: JRun Clustering Behavior?

2005-04-12 Thread Brandon Harper
Thanks for the reply Simon. It was behaving illogically when running through various tests which is why it wasn't making much sense to me. For example, if I stopped one particular instance, it would not end-up back in the cluster for quite a long time, but would eventually at random find it's

Re: CF/programming experience from the list?

2005-03-07 Thread Brandon Harper
On Thu, 03 Mar 2005 16:14:02 -0400, Will The Game [EMAIL PROTECTED] wrote: I just wanted to try and gauge where I'm at right now in terms of programming Sorry for the late bump, but I just came across this thread. I was reading and writing at age three and had my first exposure to computers at

Re: Limitations of CFMX 7.0 Developer Version Gateways?

2005-02-10 Thread Brandon Harper
Double-check the JVM version that CF is using (SYSTEM INFORMATION in the top nav of the CF Admin). A colleague same this behavior on a system that had the 1.4.0 JVM. Thanks Sean. I'd actually tried another JVM as well just in case-- the default one which came with JRun (I did the multiserver

Limitations of CFMX 7.0 Developer Version Gateways?

2005-02-09 Thread Brandon Harper
I'm currently working with the CFML asynch gateway in CFMX 7.0 using the Developer edition and I seem to be having various problems with events not running. Essentially I'll fire off about 5 events, and only 2 of them ever complete even though they are queued successfully. Nothing shows-up in

Re: SQL Server Deadlock timed out queries while Enterprise Manager is Open

2004-12-19 Thread Brandon Harper
Your problem is not a CFMX problem, it's an Enterprise Manager problem. Our DBA's at work got us out of the habit of using that and now we only use the Query Analyzer to look at and change data. IIRC, Enterprise Manager locks the rows which are open in the display pane (so that you can edit

Re: Apache and CF

2004-06-30 Thread Brandon Harper
On Wed, 30 Jun 2004 13:03:15 -0400, Dave Watts [EMAIL PROTECTED] wrote: While you can't read the IIS metabase directly very easily, IIS isn't prone to having people screw up the httpd.conf file with typos, either. In addition, it's very easy to see what's going on in the IIS management

Re: Blackstone @ CF-FUN '04

2004-06-29 Thread Brandon Harper
Dick, You might want to check out REALbasic, it seems to have most all of what you are looking for: http://www.realsoftware.com/ I've never used it myself, but one of my friends at IBM uses it to write cross platform utilities. Hopefully that's of some help. - Brandon --

Re: OT: Measure Application Bandwidth

2004-06-25 Thread Brandon Harper
On Fri, 25 Jun 2004 10:47:49 -0500, Chris McGrath [EMAIL PROTECTED] wrote: Hi all, I am in search of a tool that will allow me to measure how much bandwidth an application uses per user(average). The tools that comes to mind to keep track of this sort of stuff are either web stats, or

Re: OT: Measure Application Bandwidth

2004-06-25 Thread Brandon Harper
Chris, Ahh, so you want something on the client side.Check out NetStat Live by AnalogX: http://www.analogx.com/contents/download/network/nsl.htm - Brandon On Fri, 25 Jun 2004 11:23:08 -0500, Chris McGrath [EMAIL PROTECTED] wrote: It's an http based coldfusion application. Basically what I

Re: Apache, CF5 and CFMX Question

2004-06-05 Thread Brandon Harper
I am trying to set up a local dev server that is running Virtual Hosts. I would like some of the virtual hosts to run on CF 5 and another to run on CFMX, has anyone achieved this? Mark, I've never tried that myself, but it seems like a pretty novel idea. I'm curious, if you reverse the

Re: Securing CF Apps against SQL Injection Cross Site Scripting

2004-05-14 Thread Brandon Harper
I'm jumping a little late into this discussion, but I see a couple of things which haven't been discussed. I think you need to do protection against XSS and SQL Injection in multiple layers. 1.) Web Server / Application Server Layer 2.) Pre-Application Execution 3.) Post User Input / Pre Query

Resolved: Re:CFMX and Fedora

2003-11-30 Thread Brandon Harper
Of course, this tells me nothing. I tried recompiling the connector several times, once when I initially encountered the problem, once early this morning, and also about an hour ago. After the third recompile, ColdFusion started working. The only thing I have noticed that seems odd about

Re: Strangeness in DWMX with circuits.xml.cfm files

2003-07-16 Thread Brandon Harper
Massimo, Here is the test case. I had a couple of other co-workers try it-- one with DWMX Fusedocs installed, and one without, and they weren't able to repeat the problem unfortunately. 1.) Create a new file.. I /think/ you should be able to name it anything, but I happen to be using a FB4 file

Strangeness in DWMX with circuits.xml.cfm files

2003-07-15 Thread Brandon Harper
(x-posted to the fusebox.org forums) I'm currently working on a project in Fusebox 4 using Dreamweaver MX 6.1, and it seems to be stripping the word circuits out of any circuits.xml.cfm file. I haven't really altered the config of DWMX very much, other than adding Fusedocs to it (which I suspect

CFMX Running on FreeBSD 5.1-RELEASE

2003-06-27 Thread Brandon Harper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For the 2-5 people in the ColdFusion community that might actually be interested... :) I finally got a chance to play with installing CFMX on FreeBSD again, and have it up and running! I'm pretty excited-- this is something I've wanted to have

RE: CFMX on FreeBSD

2003-01-31 Thread Brandon Harper
Has anyone been able to get CFMX and FreeBSD working together? I got it working on CFMX RC1 last Spring or so with FreeBSD 4.5. Keep in mind that working means in standalone mode only and that Verity will probably never work. I didn't try to setup an ODBC connection. If so, have you

CFMX Error Template

2002-12-20 Thread Brandon Harper
Just thought I'd pass along an interesting difference I found in CFMX today with error templates since I finally have it in a production setting. Its probably already been covered somewhere, but it can't hurt to share. If multihoming on a server, you will want to create a virtual directory in

RE: CF Instant Messaging

2002-12-17 Thread Brandon Harper
An option besides those old tags is PresenceWorks ( http://www.presenceworks.com ). I've worked enough with it enough to get something basic working in CF 5, then another project came along and I haven't gotten back to it yet. Perhaps I'll be able to write it as a CFC by the time it's a priority

Typos in Method selection Exception Error

2002-12-10 Thread Brandon Harper
I wasn't sure where to submit this, but I know there are Macromedia types on the list and its past my bedtime. There are typos in this error message in CFMX (updated with the Updater v1): Error Occurred While Processing Request Method selection Exception. An exception occurred during method

RE: RE :set email timezone?

2002-06-26 Thread Brandon Harper
mind to tell me how to check the zone please? thanks I don't know if there is a command line way (doubtful...), but double click on the clock in the System Tray, and click on the time zone tab. As far as synching time, there is no reason to install unnecessary software. Just setup a

RE: Hacking a shared SQL server

2002-06-07 Thread Brandon Harper
granted that that is true. however doesn't CF or any other programming language do the same thing. and if the way your getting at the data is by using form and url parameter, then it's very easy for me to do from the website and not even bother to try hack the database. using client

RE: FreeBSD and Java = CFMX???

2002-05-25 Thread Brandon Harper
From: Alex [EMAIL PROTECTED] You have to be realistic and have a little business savvy. Concur. I've seen maybe 3-4 people mention they were interested in seeing it on FreeBSD? So I'm curious, has anyone been able to get the Linux version of CFMX running on FreeBSD 4.5? Believe it or not,

RE: mySQL vs. Access

2002-05-21 Thread Brandon Harper
mySQL, hands down. With the right GUI front end you also have an easy and very powerful environment to work in. The free/donationware mySQLFront (http://www.mysqlfront.de) is my favorite. Thanks for the tip-- this is definitely the best Windoze MySQL front-end I've used. I've been

RE: apache 2 - windows

2002-05-17 Thread Brandon Harper
I vaguely remember this being discussed a while back and can't find the thread in the archives but... Has anyone built a coldfusion module to load with the new apache windows version ? What version of ColdFusion are you looking to get the shared object for? I'm not sure what