RE: Yet another validating email addresses question

2008-06-17 Thread Brad Wood
://www.bennadel.com/blog/265-ColdFusion-Email-Validation-IsValid-And -CFMail-Errors.htm ~Brad -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 9:27 PM To: CF-Talk Subject: Re: Yet another validating email addresses question Azadi Saryev wrote

RE: SOLUTION: JVM Tuning and cthreads... I'm Back

2008-06-17 Thread Brad Wood
Thanks for the note about 8.0.1. Did you ever try my suggestion about not creating as many threads, but instead creating 10 threads to do 130 reports apiece. I think it might get rid of some of your overhead. ~Brad -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent

RE: Extending Application.cfc

2008-06-16 Thread Brad Wood
I won't lie to you. If you've never used it, I do think Apache is harder to setup than IIS, or even CF but I still switched to it a long time ago on my home PC because I wanted multiple sites. I love it and I'm glad I did it. (And there's tons of info about it lying around the 'net) ~Brad

RE: Case Sensitive Form Field Names

2008-06-16 Thread Brad Wood
Man, you're killing all kinds of birds with that stone! :) ~Brad -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2008 4:23 PM To: CF-Talk Subject: RE: Case Sensitive Form Field Names Probably a lost cause but does anyone know of any method(s

RE: CFImage and WriteToBrowser

2008-06-13 Thread Brad Wood
requests... especially requests for non-existent folders. ~Brad If so, after the image is displayed in the web browser, by viewing the properties of the image, it is shown as: /CFFileServlet/_cf_image/_cfimg[xx] That URL pattern doesn't point to an actual physical filesystem location

RE: JVM Tuning and cthreads... I'm Back

2008-06-13 Thread Brad Wood
of them anyway. Set each thread up to loop and process 130 documents. Then kick off all 10 of them. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

RE: Extending Application.cfc

2008-06-13 Thread Brad Wood
Speaking of... what ever happened to Dave the Disruptor? ~Brad -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 5:47 PM To: CF-Talk Subject: Re: Extending Application.cfc Just kidding, Will. Phe! I was about ready ta send

RE: Is it Flex?

2008-06-13 Thread Brad Wood
it in an iframe and waits 5 seconds for your browser to finish loading it. Then it snags the rendered HTML and parses it with some JavaScript regex. Unfortunately that means complicated pages with JavaScript errors or frame break-out code kind of screw with it. :) ~Brad -Original Message

RE: Protecting images

2008-06-12 Thread Brad Wood
the PDF to decide if it wants to obey the security flags. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive

RE: Convrt Access to Excel via XML

2008-06-12 Thread Brad Wood
Here's one of the good CF implementations: http://www.bennadel.com/projects/poi-utility.htm ~Brad -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 8:57 AM To: CF-Talk Subject: Re: Convrt Access to Excel via XML Hi Marc, You might want

urlencoded content type

2008-06-12 Thread Brad Wood
-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Host: test.myserver.com xml=orderproduct name=product name /borrower name=Tom amp; Linda phone=123-123-1234//order = ~Brad

lowagie PDF Libs

2008-06-12 Thread Brad Wood
. Of course, what is weird is the PDF will always open up fine in Adobe Acrobat Reader which makes it difficult to convince our users that their PDF is corrupted. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important

RE: lowagie PDF Libs

2008-06-12 Thread Brad Wood
an entire directory of PDFs. What the heck? ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 11:10 AM To: CF-Talk Subject: lowagie PDF Libs Does anybody use the lowagie PDF libraries and ever receive the following error when merging PDFs

RE: urlencoded content type

2008-06-12 Thread Brad Wood
Ok, forget the content type guru's part. I now officially open this thread up so anyone can respond... Please... ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 9:49 AM To: CF-Talk Subject: urlencoded content type Ok, you content type

RE: urlencoded content type

2008-06-12 Thread Brad Wood
basic principles before I bored anyone with the details of my specific problem. ~Brad -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 12:16 PM To: CF-Talk Subject: RE: urlencoded content type Why would anyone in a coldfusion list be able

RE: urlencoded content type

2008-06-12 Thread Brad Wood
, but I was hoping someone here could help. As soon as I get an answer to the encoding question, my follow-up question will get to the meat of my problem which directly involves Java/CF. ~Brad -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12

RE: urlencoded content type

2008-06-12 Thread Brad Wood
soliciting work-arounds. I'm thinking some way to get at the underlying Java HttpServletRequest object to do my own parsing of the request body. There, ya happy? :) Let me have it. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most

RE: urlencoded content type

2008-06-12 Thread Brad Wood
stuff in there and I don't know what it all is. Check this out to make your head spin: http://www.bennadel.com/blog/758-ColdFusion-GetPageContext-Massive-Explo ration.htm ~Brad -Original Message- From: Wil Genovese [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 3:18 PM To: CF

RE: urlencoded content type

2008-06-12 Thread Brad Wood
me try and get back to you... ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

RE: urlencoded content type

2008-06-12 Thread Brad Wood
be: %26amp; since %26 is the proper way to url encode an . ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive

RE: urlencoded content type

2008-06-12 Thread Brad Wood
that data? ~Brad What happens if you access the request body directly, using CF's GetHttpRequestData function? Hmmm, now we're talking. Let me try and get back to you... ~| Adobe® ColdFusion® 8 software 8 is the most

Re: CF thinks 0F is boolean.

2008-06-11 Thread Brad Wood
Sounds very cool. I am one of those digging types -- dare I admit it. I had gotten it in my head that it was illegal to decompile a closed-source program like Adobe ColdFusion so I have never tried it before. I'm sure somone would gladly corect me if I am wrong. ~Brad JADclipse, a plugin

RE: CF thinks 0F is boolean.

2008-06-11 Thread Brad Wood
Thanks Adam. That right there is enough reason for me to never bother trying. :) ~Brad -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 7:32 AM To: CF-Talk Subject: Re: CF thinks 0F is boolean. I won't say yes or no one way or another

RE: CF thinks 0F is boolean.

2008-06-10 Thread Brad Wood
take long enough to catch in the stack trace. Maybe some regex is being used to get out yes, no, true, false, and... ?? ~Brad -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 4:34 PM To: CF-Talk Subject: Re: CF thinks 0F is boolean. 0A

RE: Importing Lists with empty values

2008-06-10 Thread Brad Wood
. ~Brad -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 5:18 PM To: CF-Talk Subject: Importing Lists with empty values I've set up a function for a client to import lists of email addresses from | delimeted files generated from Excel spreadsheets

RE: CF thinks 0F is boolean.

2008-06-10 Thread Brad Wood
: 1259 [local variables unavailable] CfJspPage.internalIsBoolean(Object) line: 712 Double.isInfinite(double) line: 506 ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 5:11 PM To: CF-Talk Subject: RE: CF thinks 0F is boolean. Man, I

RE: Alarming script Injection in SQL Server 2005 tables

2008-06-09 Thread Brad Wood
Additionally, if all data are escaped properly when output (i.e., strings wrapped in HTMLEditFormat before output in an HTML page) then the malicious script will never be executed anyway. ~Brad -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 11

RE: cfhttp resolving base urls to wrong path on redirect

2008-06-09 Thread Brad Wood
database. I guess we'll see if they agreed with me or not when Centaur comes out. I wonder when the alpha will be released :) ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 6:33 PM To: CF-Talk Subject: RE: cfhttp resolving base urls

RE: Umlauts and Internalization, Data Storage - Updated w/ Code Sample

2008-06-09 Thread Brad Wood
Getting a 404 not found for http://dev8.vivoconcepts.com/rey/reytest.cfm -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 5:28 PM To: CF-Talk Subject: Re: Umlauts and Internalization, Data Storage - Updated w/ Code Sample Thanks for the feedback.

RE: Umlauts and Internalization, Data Storage - Updated w/ Code S ample

2008-06-09 Thread Brad Wood
That sounds like a trick question. Either that or something off Sesame Street. The form found at /rey/test.cfm submits to /rey/reytest.cfm ~Brad Thanks for the feedback. Here's a test link: http://dev8.vivoconcepts.com/rey/test.cfm Getting a 404 not found for http://dev8

RE: Can't place a variable inside of a CF tag

2008-06-09 Thread Brad Wood
Another idea (while not necessarily a good one) would be: cfif condition1 CFSET max_results = 5 cfelse CFSET max_results = /cfif cfquery name=NewsQ datasource=#DSN# maxrows=#max_results# SELECT * FROM TABLE /cfquery ~Brad -Original Message- From: Barney Boisvert [mailto

RE: cfhttp resolving base urls to wrong path on redirect

2008-06-06 Thread Brad Wood
Holy crickets, Batman. Maybe if I do call this a bug I will get some response. :) ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 11:07 PM To: CF-Talk Subject: cfhttp resolving base urls to wrong path on redirect OK, so here's

RE: cfchart bar graph

2008-06-06 Thread Brad Wood
You know, I feel kind of irresponsible just dumping some code on you, but I have a version of a DHTML progress bar I found somewhere and modified the heck out of. You would need to dig through the source, but here is an example page that demos several of them. They can be updated via JavaScript

RE: cfchart bar graph

2008-06-06 Thread Brad Wood
Lol... I know-- it's one of those things I messed around with once, but I'm kind of afraid to admit it now. :) Let me know if you need any help. ~Brad -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 11:47 AM To: CF-Talk Subject: Re

RE: cfchart bar graph

2008-06-06 Thread Brad Wood
to your personal address with another page that uses the progress bar which is a little cleaner. ~Brad -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 12:01 PM To: CF-Talk Subject: Re: cfchart bar graph Sure.. myProgBar5.setBar(0

Is it Flex?

2008-06-06 Thread Brad Wood
permission of course) I rewrote it last night (read: introduced some bugs) and thought I would throw it out there for people to mess with. If you have any questions you can hit me off-list at brad at bradwood.com since this is a little OT. Thanks. ~Brad

RE: left join on query of queries

2008-06-06 Thread Brad Wood
http://www.google.com/search?hl=enq=left+join+on+query+of+queriesbtnG= Google+Search -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 12:14 PM To: CF-Talk Subject: Re: left join on query of queries Yes we are aware that they are not supported

RE: Is it Flex?

2008-06-06 Thread Brad Wood
it in an iframe and waits 5 seconds for your browser to finish loading it. Then it snags the rendered HTML and parses it with some JavaScript regex. Unfortunately that means complicated pages with JavaScript errors or frame break-out code kind of screw with it. :) ~Brad -Original Message

RE: cfhttp failing to retrieve page

2008-06-06 Thread Brad Wood
I agree with Ray. If you are on Windows download Ethereal and run it (it is a packet sniffer) on the server while you run the page. You can follow the TCP stream and see the actual HTTP request going out and the result coming back. Are you getting an HTTP status code of 200? ~Brad

RE: cfhttp failing to retrieve page

2008-06-06 Thread Brad Wood
Weird, the cfhttpparams do work. I just tried it too. Interestingly enough, if I try to load the page in IE7 while running Microsoft Fiddler 2, I get the blank response. ~Brad -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 3:16 PM

RE: List question... (having a brain [EMAIL PROTECTED])

2008-06-06 Thread Brad Wood
Technically, couldn't you create some regex that would check for it in one swipe? Something like if find matches of (string1 or string2 or string3 or etc...) ~Brad -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 4:44 PM To: CF-Talk Subject

RE: cfhttp resolving base urls to wrong path on redirect

2008-06-06 Thread Brad Wood
returned by the server, where possible. Speak now or forever hold your peace. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

RE: listtoarray?

2008-06-05 Thread Brad Wood
was asking for. ~Brad -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 10:16 AM To: CF-Talk Subject: Re: listtoarray? So let me get this right. You looked at the manuals / cfdocs, and you couldn't work out this: cfset myArray = listToArray

RE: listtoarray?

2008-06-05 Thread Brad Wood
. ~Brad -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 10:35 AM To: CF-Talk Subject: Re: listtoarray? Then here is what I would do, it doesn't solve your problem. But it is a bug with Coldfusion. Report this as a bug, it allows for a string

cfhttp resolving base urls to wrong path on redirect

2008-06-05 Thread Brad Wood
. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
Who, that's weird-- this message came in my inbox late last night as a duplicate of something I sent yesterday afternoon... I wasn't even in front of a computer at 11:45 pm. :) ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:45 AM

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
yesterday. Let me know if the word-wraps trashed it). ~Brad = Rick, I thought I run your code test cfset vs cfsavecontent on a slightly different platform - BlueDragon for J2EE running on JBoss AS 4.22 on an XP Pox (intel core 2 duo with 2gig memory). Here are the results

RE: CSV Generation MEMORY SUCK

2008-06-04 Thread Brad Wood
Thanks Larry. ~Brad -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 1:34 PM To: CF-Talk Subject: Re: CSV Generation MEMORY SUCK Here are the results of your code with java.lang.runtime. Forgot to mention that the JVM is 1.5.0_15-b04

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
I wonder what Java string objects are used when you create a large string by outputting inside a cfsavecontent. I'm sure ColdFusion implements strings the way it does because it was found to be the most efficient method for the majority of programming needs. ~Brad -Original Message

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
Good to know. What is your source of this information? ~Brad From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:11 AM Building up strings in cfsavecontent also concatenates to the result variable so the problem is the same. On Tue, Jun 3, 2008 at 11:16 AM, Brad

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
Hmm, I don't think you are correct Brian. I just whipped up a test of string concatenation. Please spare the proper load test flames. This is NOT a load test-- it is intended to make a process run long enough to capture a thread stack. Actually, in the context of large file generations I

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
-Original Message- From: Brad Wood Sent: Tuesday, June 03, 2008 11:45 AM To: Brad Wood; 'cf-talk@houseoffusion.com' Subject: RE: CSV Generation MEMORY SUCK Here are the results: string string: 17093ms String Length: 39 cfsavecontent: 125ms String Length: 39

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
() methods in the runtime object available in java.lang.Runtime. I could run that before and after the code ran, but I'm not sure how garbage collection would affect that. Suggestions? ~Brad -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 12:11

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
Ok, here are my memory usage stats on CF 7. Someone please correct me if my code is wrong. It's a little messy, and I apologize for that. Memory Before: 83 Megs string string: 52795ms String Length: 65 Memory After: 101 Megs -- Increase of 17 Megs Memory Before: 85 Megs cfsavecontent:

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
+10=55 For the life of me I can't figure out what the Big-O notation would be for that though... ~Brad -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 1:44 PM To: CF-Talk Subject: Re: CSV Generation MEMORY SUCK I did a million loops - I don't

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
Dang closed source apps-- if only we could just go look at the code! :) ~Brad -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 2:26 PM To: CF-Talk Subject: Re: CSV Generation MEMORY SUCK Well, since we're all conducting our own little tests

RE: CSV Generation MEMORY SUCK

2008-06-03 Thread Brad Wood
(Sorry, I got a little CTRL-Enter happy and sent before I was ready...) Building up strings in cfsavecontent also concatenates to the result variable so the problem is the same. = Hmm, I don't think you are correct Brian. I just whipped up a test of string

RE: recursive functions and cfqueries

2008-06-02 Thread Brad Wood
I'll admit, I only briefly scanned your code, but start by varring all your local variables including the query at the top of the function cfset var childFolders = cfset var ax1 = Etc... ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, June 02

RE: recursive functions and cfqueries

2008-06-02 Thread Brad Wood
rule, all variables should be varred inside of a function or a method of a CFC if you want them to be local to that method only. If for nothing else then to make sure you don't inadvertently overwrite another variable on your page with the same name. ~Brad -Original Message- From: Richard

RE: Comparing dates in text field

2008-05-30 Thread Brad Wood
What sucks, is if you are doing something like Select * From table Where cast(date_as_string as datetime) '1/1/2008' Any index on date_as_string field will NOT be used and the cast will have to be performed on every record in the table. Not too fun for little Harpo. ~Brad -Original

RE: Best CF editor?

2008-05-30 Thread Brad Wood
You can get good general help on Eclipse at http://www.eclipse.org/resources/ ~Brad -Original Message- From: Qing Xia [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 11:09 AM To: CF-Talk Subject: Re: Best CF editor? Hello folks: I am a newbie with CFEclilpse. I installed

RE: Rank names on Forums

2008-05-30 Thread Brad Wood
Oh Ray, do share with the rest of us! ~Brad -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 2:17 PM To: CF-Talk Subject: Re: Rank names on Forums Hey Phillip, I sent an email your way about a minor security issue on your site. Just pinging

RE: Why is CF giving me grief over this code?

2008-05-29 Thread Brad Wood
problem with the code, address it at that time. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http

RE: Comparing 2 different chunks of text

2008-05-28 Thread Brad Wood
perform the best on long strings when you have thousands of them to compare, but at least it could give you something to start with. Give me a minute to post the code somewhere... ~Brad -Original Message- From: Abigail Coker [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2008 8:16 AM

RE: Comparing 2 different chunks of text

2008-05-28 Thread Brad Wood
of long string compares. That is only half true. It is slower in CF7, but when I ran it on CF8 it KICKED BUTT. I'm talking, a 3 minute page load reduced down to 13 seconds on a SLOWER server. Go CF8! ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

RE: Help! I get someone else's variables!

2008-05-22 Thread Brad Wood
variables. Maybe you can give us some specifics on exactly what happens when one of your users create[s] a new date in their calendar. Hope this gets you started. ~Brad -Original Message- From: KDJ The Net Surfer [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 9:25 AM To: CF-Talk

RE: Can't figure out this query! Aaargh!

2008-05-21 Thread Brad Wood
cfoutput to ignore repeated photos for a given MLS. Hope that gives you something. I can't guarantee each of those will work in MySQL, but they should in MSSQL. ~Brad -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 4:44 PM To: CF-Talk Subject

RE: Problems with CF-MX Mailserver

2008-05-20 Thread Brad Wood
=entryentry=A98FC11A-D423-2 C94-321969FEDED489F4 ~Brad -Original Message- From: nic olai [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 3:54 AM To: CF-Talk Subject: Problems with CF-MX Mailserver Hi all, i have a problem so send mails with the CF MX7. I have adapt

RE: Problems with CF-MX Mailserver

2008-05-20 Thread Brad Wood
Sorry, I also should have mentioned-- if you have access to your CF Administrator, you can adjust the Error Log Severity setting under the Mail menu to control the verbosity of your Mail logging. ~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20

RE: Coldfusion 8.0.1 Application.cfc issue

2008-05-20 Thread Brad Wood
Are you on Linux or another case-sensitive OS? I believe Application.cfc needs to have the capital A. ~Brad -Original Message- From: Larry Schaberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 11:52 AM To: CF-Talk Subject: Re: Coldfusion 8.0.1 Application.cfc issue Yes, I

RE: Friday CF Puzzler...

2008-05-19 Thread Brad Wood
Lol. I guess it depends on how friendly 's' is. Q doesn't touch him so I didn't count it. :) ~Brad how about that as an extra spin on the thing? and where's the 'q' in neighbours of 's'? :) Brad Wood wrote: Passing in s to the neighbors function returns the following letters: w,e,a,d,z,x

RE: **UPDATE** JRun 600MB+ shortly after boot up

2008-05-16 Thread Brad Wood
into what is going on. ~Brad -Original Message- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: Friday, May 16, 2008 10:04 AM To: CF-Talk Subject: RE: **UPDATE** JRun 600MB+ shortly after boot up Uninstalled McAfee and still have the same problem. I'll keep uninstalling applications

RE: **UPDATE** JRun 600MB+ shortly after boot up

2008-05-16 Thread Brad Wood
should be in coldfusionroot\wwwroot\WEB-INF\classes Then you should be able to do: http://ip.address.here:8999 once you restart CF. I've always been able to reach the SeeFusion guys on the phone too if I have problems. ~Brad -Original Message- From: Jason Durham [mailto:[EMAIL PROTECTED

RE: Friday CF Puzzler...

2008-05-16 Thread Brad Wood
Ok, disclaimer: I DON'T think is a good solution, but I wanted to try it-- it IS Friday after all. The code below creates a four-dimensional array for all the numbers and letters in a QWERTY keyboard. It then creates a struct of all the letters and numbers to provide a lookup table to quickly

RE: CFMX AS windows services

2008-05-15 Thread Brad Wood
Check the CF logs around the time the instances stopped. Are their errors being reported? Also, can I assume this is CF Enterprise deployed as separate J2EE instances on JRUN? ~Brad -Original Message- From: Steve Avey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 7:46 AM

RE: JRun 600MB+ shortly after boot up

2008-05-15 Thread Brad Wood
jvm.config to use it. Something like: java.home=C:/JRun4/1.5_14/jre Thanks. ~Brad -Original Message- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 8:59 AM To: CF-Talk Subject: RE: JRun 600MB+ shortly after boot up Thanks for the suggestion however James

RE: load balancing / failover

2008-05-14 Thread Brad Wood
require him to use Linux, but have an additional physical server to control the load balancing. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

RE: load balancing / failover

2008-05-12 Thread Brad Wood
one if it hangs and use a program like SeeFusion to auto-kill any long running stuff that might be taking down that instance. Ultimate high-availability clustering with thorough redundancy at every level= $,$$$,$$$ The rest of us just get as close as we can. ~Brad -Original Message

RE: Server Side Include Injection creates a License Exception

2008-05-12 Thread Brad Wood
) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java :428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: Spry Eclipse Plugin?

2008-05-09 Thread Brad Melendy
The only problem I have with CS3 is that it is a dog, runs horribly on my three workstations (two XP and one Vista). I've got the CPU utilization problem in all three cases and there seems no help on the horizen. Just downloaded JSEclipse. However, I really am beginning to wonder about the

RE: CF redefines math: 5 = 6

2008-05-08 Thread Brad Wood
. It appears in my example; the integer 6 is being stored behind the scenes as a double and being secretly (and inconsistently) rounded for me. ~Brad -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 6:02 PM To: CF-Talk Subject: Re: CF redefines math: 5

RE: Session variables across servers

2008-05-08 Thread Brad Wood
, and have your application deployed as an instance on both machines which are part of a single JRun cluster. At that point, there is a setting in CFAadmin for session replication. ~Brad -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 10:41 AM To: CF

RE: 404's

2008-05-08 Thread Brad Wood
letting the browser deal with what to display. For a prime example, go to www.yahoo.com/totally_non_existant_directory/index.html I completely made up that URL, but Yahoo still gives you something pretty. ~Brad -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent

RE: query on query advice

2008-05-08 Thread Brad Wood
No-can-do compadre. There are some funky workarounds (http://instantbadger.blogspot.com/2006/07/faking-left-outer-join-in-que ry-of.html) but query of query's do not natively support that syntax. Very sad indeed ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED

RE: query on query advice

2008-05-08 Thread Brad Wood
Go forth unto all the nations and make your voice heard. Or at least go forth unto Adobe... http://www.adobe.com/go/wish ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:07 PM To: CF-Talk Subject: Re: query on query advice thank

RE: query on query advice

2008-05-08 Thread Brad Wood
Me too :) I also threw the fact that there are no string manipulation functions in QofQ like substring or mid. ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:19 PM To: CF-Talk Subject: Re: query on query advice thanks for the link

RE: whats wrong with my query!!!

2008-05-08 Thread Brad Wood
, or with querynew()? ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 2:08 PM To: CF-Talk Subject: whats wrong with my query!!! hi i have been looking at this query for ages and cannot understand the error i am getting: i have 2 queries

RE: avoiding long running requests when users download files (whilst hiding the path to the file)

2008-05-08 Thread Brad Wood
would make it temporary. Alternatively, you could have a separate instance of ColdFusion that did nothing but serve files. Set it to allow a larger number of concurrent threads. I really don't think that would be a good high availability solution though. ~Brad -Original Message- From

RE: whats wrong with my query!!!

2008-05-08 Thread Brad Wood
several rows of the query. ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 2:18 PM To: CF-Talk Subject: Re: whats wrong with my query!!! hi brad well i have first created a structure with the data and then used the structureToQuery

RE: or in a cfcase statement

2008-05-06 Thread Brad Wood
. ~Brad -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 11:09 AM To: CF-Talk Subject: or in a cfcase statement Hey All, Can an or be used in a CFCase statement IE: cfcase value=X or Y or something like

CF redefines math: 5 = 6

2008-05-06 Thread Brad Wood
://en.wikipedia.org/wiki/Computer_numbering_formats#Representing_fra ctions_in_binary ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

RE: Preventing user from changing ID number in URL

2008-05-06 Thread Brad Wood
of the link or a network sniffer to pull out ids of tickets other people were viewing even if they were obfuscated (UUID's). ~Brad -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 5:44 PM To: CF-Talk Subject: Re: Preventing user from changing ID number

SQL GO keyword in cfquery

2008-05-02 Thread Brad Wood
of the GO makes everything better again. Please comment if you know more on how this works, and thanks to http://www.kylehayes.info/blog/index.cfm/2006/7/10/Multiple-SQL-Statemen ts for tipping me off. ~Brad ~| Adobe

RE: cfmail won't send

2008-04-28 Thread Brad Wood
If you do not specify an SMTP server, ColdFusion will use he default one entered in ColdFusion Administrator. Do you have access to the Administrator? ~Brad -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 9:58 AM To: CF-Talk Subject: Re

RE: cfmail won't send

2008-04-25 Thread Brad Wood
successfully. If the logs show the mails are being sent, then it may be a problem with your receiving mail server or client. ~Brad -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 1:48 PM To: CF-Talk Subject: cfmail won't send Is there anything wrong

RE: OT: Printing Database Structure

2008-04-25 Thread Brad Wood
If you're on CF8, cfdbinfo is all you need. -Original Message- From: Steve Good [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 4:16 PM To: CF-Talk Subject: RE: OT: Printing Database Structure AHA! This looks familiar... I'll give it a whirl. Thanks! ~Steve http://lanctr.com/

RE: CF 8 Shared hosting w/o Java 6 Class Loader bug

2008-04-23 Thread Brad Wood
where Webstart applications should stand strong against Flex and other wannabe RIA architectures? Please fix this ASAP unless Java gets the reputation of being slow! Notice how they pile Flex in with other wannabe RIA architectures. Lol ~Brad -Original Message

RE: Cffile and cfdirectory in CF 8

2008-04-22 Thread Brad Wood
Are you by chance using a path relative to the old installation of CF7? ~Brad -Original Message- From: Tim Lancaster [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 12:43 PM To: CF-Talk Subject: Cffile and cfdirectory in CF 8 I just upgraded from CF7 Standard to CF8 Enterprise

RE: CF and SQL Server temporary tables

2008-04-18 Thread Brad Wood
-documented. Furthermore, alternative CFML engines like BlueDragon don't follow the same behavior. If you want to be sure your code will be 1) portable and 2) forward compatible, use a cftransaction to force it to reuse the same connection. ~Brad -Original Message- From: James Holmes [mailto

RE: Prevent Cross Site scripting

2008-04-18 Thread Brad Wood
I've certainly been guilty of myself. ~Brad -Original Message- From: Ian Rutherford [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 2:06 PM To: CF-Talk Subject: Re: Prevent Cross Site scripting So what do you recommend instead? The built in xxs protection doesn't catch everything

<    3   4   5   6   7   8   9   10   11   12   >