Re: Loop Loop Loop

2009-04-23 Thread Bret McDermitt
Rick's the man. Worked like a charm. What database are you using, Bret? I use MySQL 5 and I import MLS data from two different MLS's every day, but I use SQL to do it in a cfquery, rather than CFML only. Very, very fast this way. For example, after downloading all the data from one of the MLS

Loop Loop Loop

2009-04-19 Thread Bret McDermitt
Hey all, struggling with a large Real Estate data load. I have 6 text files with a couple hundred rows and a couple hundred columns which need to make their way into a database. I loop over the rows to get the actual data from the files, and I'm having to loop over each column to determine

Re: Loop Loop Loop

2009-04-19 Thread Bret McDermitt
Rick, I owe you one. Bret What database are you using, Bret? I use MySQL 5 and I import MLS data from two different MLS's every day, but I use SQL to do it in a cfquery, rather than CFML only. Very, very fast this way. For example, after downloading all the data from one of the MLS sites, I

CF8 Report Builder chart issue

2009-02-17 Thread Bret Colburn
I'm new to report builder. I created a chart using the chart wizard and the chart display as I intended. The problem is, when I had the cart in the Detail tab the chart was repeated once for each data point. I charted 51 data points so I got that chart 51 times. I moved it to the Column

Re: Newb AJAX question

2008-08-07 Thread Bret McDermitt
Thanks Tom, my JS is really weak... can you point me to some resources online that would walk me through this? Bret On Tuesday 29 Jul 2008, Bret McDermitt wrote: right on the money. If I could generate that key based on the domain name being passed to my server using AJAX and then send

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
Any other ideas? On Monday 28 Jul 2008, Bret McDermitt wrote: I have a framed app and I'm trying to authenticate it's use by domain. So if someone in domain a.com wants to use it, I would like to be able to check and see if that domain is authorized. Norton killed my odds of going

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
src, that'd be perfect. On Tuesday 29 Jul 2008, Bret McDermitt wrote: Any other ideas? Well, generally, you wouldn't use something totally under the control of an attacker... You could require the framing site passes a token into you application for instance, and make sure no 2 IP

Re: Newb AJAX question

2008-07-29 Thread Bret McDermitt
. Bret McDermitt wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF

Re: Newb AJAX question

2008-07-28 Thread Bret McDermitt
Thanks for the feedback. So this seems more like a work-around instead of a fix, there's no way you can think of to get this done using a JS include and ajax? Appreciate it. Bret Why not check for the CGI variable and if it doesn't exist (or if it's blank, I'm not sure what it looks like

Newb AJAX question

2008-07-27 Thread Bret McDermitt
include which would post their 'document.location' to my server and I could send back the key to populate the iframe with an authenticated app URL? Easier said than done? I've been mulling this over a while and I can't seem to get it right from an architecture standpoint. Any thoughts? Thanks, Bret

Re: Slightly OT: Graphics expert?

2004-06-22 Thread bret
versions, as they do them vector-based. HTH, -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CF/FB Job in Portland

2004-06-22 Thread bret
(should be posted within the next week). Thanks, -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CF/FB Job in Portland

2004-06-22 Thread bret
Whoops, I meant to send this to CF-Community instead. My apologies for the off-topic post. -Bret bret wrote: Hi All- Apologies to those of you on the Fusebox Topica list who might have seen this message already. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

Re: Missing FA=

2004-05-14 Thread bret
started working with CFMX. -Bret Randy Messer wrote: I have a set of fuseaction applications that I use over and over. My most recent installation doesn't allow me to insert or update the SQL db using form submit. I can update by usingA href with URL string. I have reviewed appplication

Re: ttools (or similar bug tracking systems)

2004-04-23 Thread bret
the applicationroot variable in Application.cfm to be to work with our server directory structure. -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: A lesson in security by obscurity...

2004-04-21 Thread bret
in it, but #9 appears to be wrong. So he must have changed it after he realized the codes had all been leaked. Still stuck at 9. -Bret Burns, John D wrote: I did the same.9 seems like a lot of quess work.Up to that point it was a test of working around _javascript_ security and from what I can

Re: Help! disappearing datasources

2004-04-20 Thread bret
For what it's worth, your site (atcc.org) is coming up with this error right now: Error Diagnostic Information An error occurred while attempting to establish a connection to the server. The most likely cause of this problem is that the server is not currently running. Verify that the server

Re: CF Hosting (beaten to death I know)

2004-04-03 Thread bret
payable department. Otherwise, I've been very happy and have about 10 client sites hosted there. -Bret Jim Davis wrote: I second CrystalTech.I host several sites, one of which gets a freakish amount of traffic for a few days each year - they've never let us down. Jim Davis _ [Todays

CF 5.0 on Solaris/Oracle 8.1.7/Verity Indexing

2004-03-19 Thread bret
be much appreciated. -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF 5.0 on Solaris/Oracle 8.1.7/Verity Indexing

2004-03-19 Thread bret
. The system has outgrown the scheduled tasks. Sigh. Another broken thing to fix here again. -Bret Jerry Johnson wrote: Bret, Is there enough hard disk space to hold 2 copies of the collection? How many unique records in the index? Are you indexing data from the Oracle db, or is a file-type

Re: CF 5.0 on Solaris/Oracle 8.1.7/Verity Indexing

2004-03-19 Thread bret
Yeah and at .5 FTE, I will be set for life. (cue the evil music) Muahahahahahahahahahahaha! -Bret (thoughtfully stroking the goatee on my chinny-chin-chin) Jerry Johnson wrote: Repeat after me ... Job Security =) Glad you figured it out. Jerry Johnson [Todays Threads

Re: JavaScript: Retrieving Remote HTML

2004-03-12 Thread bret
Is this the sort of thing you're looking for? http://jibbering.com/2002/4/httprequest.html -Bret -Original Message- From: Nikhil Madani [mailto:[EMAIL PROTECTED] I know this forum might not be the most relevant place for _javascript_ help, but anyway here is my problem

Frameworks

2004-03-09 Thread bret
/ontap/) - SmartObjects Thanks in advance, -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFMX with Oracle 9 or 10G?

2004-03-09 Thread bret
the choice, what would y'all recommend? Obviously, I am not a DBA and have a relatively small amount of experience with Oracle, so any advice would be much appreciated. Thanks! -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Frameworks

2004-03-09 Thread bret
Tony Weeg wrote: OH NO I CAN HEAR IT NOW Framework World War 451 here it comes I know! I had a feeling this might spawn some heated discussions, but I honestly tried to search the HOF archives and text search is down. Time to don the flak jacket and take shelter. :-) -Bret

Re: Frameworks

2004-03-09 Thread bret
where applicable. Thanks for asking those questions, it helps me think through priorities more. -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Frameworks

2004-03-09 Thread bret
Thanks a ton for the info, Barney. With my Fusebox leanings, I'm inclined to do FB4, but I am trying very hard to be open-minded to other options. I will definitely check out the onTap article. -Bret Barney Boisvert wrote: - Fusebox FB3 was great, FB4 is fantastic.Couple either

Re: Frameworks

2004-03-09 Thread bret
for both. We have no standards nor frameworks to build upon them. :-) -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT; JavaScript auto go back

2004-02-25 Thread bret
This should do the trick: a href=""> -Bret Robert Orlini wrote: Anyone know what is the _javascript_ to have an automatic history to the previous page. I know the ones with a href and a GO BACK link you click on, but is there one that redirects or historys to the previous

Re: OT; JavaScript auto go back

2004-02-25 Thread bret
. -Bret Robert Orlini wrote: Anyone know what is the _javascript_ to have an automatic history to the previous page. I know the ones with a href and a GO BACK link you click on, but is there one that redirects or historys to the previous page? Thx. Robert O. HWW [Todays Threads

Re: Reroute problem and Google Search Me Please!

2004-02-17 Thread bret
to them. I do this on my server with several FB3 apps and it works quite well. As for Google, it could be the redirects that are throwing it off. HTH, -Bret Stuart Kidd wrote: Hi guys, I have a whole bunch of sites pointed at my domain which is hosted on a server in the good ol' USA. I

Re: Reroute problem and Google Search Me Please!

2004-02-17 Thread bret
forget to set a defaultcase for those who access your site from the IP address or some other subdomain: cfdefaultcase cfinclude TEMPLATE=index_stuartkidd.cfm /cfdefaultcase Best of luck! -Bret Stuart Kidd wrote: Hi Bret, I like that idea, thanks. Is this what you mean? cfswitch

Re: Reroute problem and Google Search Me Please!

2004-02-17 Thread bret
Stuart Kidd wrote: Actually Bret, I've given that code all a try and it works a treat, thanks so much!:-)And fixed the back button issue too! Glad I could help! -Bret [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cflocation problem

2003-09-16 Thread AKERS,BRET (HP-SanDiego,ex1)
Hi All, I've got a crazy problem with the cflocation tag. When using it to redirect to network locations, i.e. cflocation url=\\machine\share\directory\ addtoken=no, I get the Page cannot be displayed error unless I disable the Show friendly http error messages checkbox in Internet explorer. Any