RE: is cfflush above?

2006-10-04 Thread Ben Nadel
Just wrap it a UDF that returns a boolean cfif IsFlushInitiated() . /cfif .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Eduard Tabara [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 4:47 PM

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
NO worries dude, does this help: http://bennadel.com/index.cfm?dax=blog:317.view .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Eduard Tabara [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 5:14 PM

RE: How to get file sizes dynamically?

2006-10-04 Thread Ben Nadel
the name of the file (Check for qFileSize.REcordCount first just to be sure or wrap in Val()). The FILTER attribute makes sure it doesn't list all the files in the directory, JUST the given file. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com

RE: Headers and Footers

2006-10-03 Thread Ben Nadel
CFIncludes I imagine it would do just fine. And now, you can manage header footer arbitrarily. You can take it one step futher and just include a _header.cfm page which would then check variables and include a TYPE of header (ex. Standard, print, email, etc). .. Ben Nadel Certified

RE: Headers and Footers

2006-10-03 Thread Ben Nadel
A bit better. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 3:57 PM To: CF-Talk Subject: RE: Headers and Footers A the moment, I have had

RE: Headers and Footers

2006-10-03 Thread Ben Nadel
Oh, I need to get me some of that :) Installing right now! Thanks! .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Crow T Robot [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:12 PM To: CF-Talk

RE: Preventing long strings of one character

2006-10-03 Thread Ben Nadel
with a single version of that letter. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:20 PM To: CF-Talk Subject: Preventing long strings of one

RE: Preventing long strings of one character

2006-10-03 Thread Ben Nadel
. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:31 PM To: CF-Talk Subject: RE: Preventing long strings of one character Well now. That was easy enough. So using

RE: CFID CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Ben Nadel
There is nothing that requires you to pass CFID CFTOKEN in URL unless you are not using cookies or something. In CFLocation tags they even have a boolean attribute for this: cflocation url= addtoken=false / How are you doing session management? .. Ben Nadel Certified

RE: CFID CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Ben Nadel
Mary Jo, I like your approach. Nicely done. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 12:48 PM To: CF-Talk Subject: Re: CFID CFTOKEN

RE: Handling Marketing URLs

2006-09-29 Thread Ben Nadel
/index.cfm?dax=blog:286.view .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 10:37 PM To: CF-Talk Subject: Re: Handling Marketing URLs Here's

RE: Init Explanation

2006-09-28 Thread Ben Nadel
idea as init. Read the comments in the file. Hope that helps. -b .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 10:33 AM To: CF-Talk Subject

RE: Unexpected Constant Error

2006-09-27 Thread Ben Nadel
Try this: http://www.talkingtree.com/blog/index.cfm?mode=entryentry=B11F99A1-45A6 -2844-7E6E11C8B765E19B .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Insert best practice

2006-09-27 Thread Ben Nadel
. In my experience though, I would rather work with ZERO than with NULL. Plus, on the output, zero can be converted to a boolean, where as an empty string cannot (the ColdFusion representation of a NULL value pulled out of a query). My 2 cents. .. Ben Nadel Certified Advanced

RE: regexp help

2006-09-27 Thread Ben Nadel
!--- Using java. --- cfset strTest = strTest.ReplaceAll( [_12]+, ) / !--- Using REReplace. --- cfset strTest = REReplace( strTest, [_12]+, , ALL ) / .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Ray Champagne

RE: regexp help

2006-09-27 Thread Ben Nadel
. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 2:54 PM To: CF-Talk Subject: RE: regexp help Ben, Claude, just so I know, what's the difference between your solutions

RE: regexp help

2006-09-27 Thread Ben Nadel
using [] would be a nightmare. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 3:07 PM To: CF-Talk Subject: Re: regexp help No practical

RE: Paired Custom Tags

2006-09-26 Thread Ben Nadel
, but maybe it can help: http://www.bennadel.com/blog/293-ColdFusion-Basics-Nesting-Custom-Tags.h tm .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Carl L [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 6:26 PM

RE: URL Parameter

2006-09-25 Thread Ben Nadel
can look at my code on a daily basis and see the how and WHY I am doing things. I hope to get feedback so that I can finally bridge the gap between me and OOP. I am fan of ColdFusion :) .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original

RE: Error 0 - java.lang.ArrayIndexOutOfBoundsException

2006-09-25 Thread Ben Nadel
(zero) as the count, but in fact, the query of queries has a record count of Zero?? .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Loyd Campbell [mailto:[EMAIL PROTECTED] Sent: Saturday, September 23, 2006 3:02 PM To: CF

RE: application.cfc move

2006-09-25 Thread Ben Nadel
Don't mean to jump into this late... Sounds like you might be getting this error: http://www.bennadel.com/blog/101-ColdFusion-Error-Occurred-While-Process ing-Request-10-10.htm (if that get's cut off: http://www.bennadel.com/index.cfm?dax=blog:101.view) .. Ben Nadel

RE: URL Parameter

2006-09-22 Thread Ben Nadel
have a non-IIS example. .. Ben Nadel Certified Advanced ColdFusion Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Our deepest fear is not that we are inadequate. Our deepest fear is that we

RE: URL Parameter

2006-09-22 Thread Ben Nadel
of what I am doing. Give me like an hour or so and it will be posted. -ben .. Ben Nadel Certified Advanced ColdFusion Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Our deepest fear

RE: URL Parameter

2006-09-22 Thread Ben Nadel
, but it is the general idea. .. Ben Nadel Certified Advanced ColdFusion Developer http://www.bennadel.com -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 1:15 PM To: CF-Talk Subject: RE: URL Parameter That would be awesome, thanks Ben

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Also, here is the direct snippet: http://www.bennadel.com/snippets/29-Handling-404-Errors-in-ColdFusion.ht m -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:37 PM To: CF-Talk Subject: RE: URL Parameter Ok, this was a bit rushed

RE: URL Parameter

2006-09-22 Thread Ben Nadel
.. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:48 PM To: CF-Talk Subject: RE: URL Parameter Ben, That is a cool method! I guess that was too much

RE: image scraping on ebay

2006-09-22 Thread Ben Nadel
-Ben-CFHttp-For-Web-Mining-And-Image -Hot-Linking.htm .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:07 PM To: CF-Talk Subject: Re: image

RE: Finding current CF Version

2006-09-22 Thread Ben Nadel
CFDump out server: cfdump var=#SERVER# / .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 4:09 PM To: CF-Talk Subject: Finding current CF

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
of you know where. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 4:52 PM To: CF-Talk Subject: Best use for createODBCdate(), cfqueryparam

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
PS. Here is where you can see what DB's support which CF_SQL_ http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/comm on/html/wwhelp.htm?context=ColdFusion_Documentationfile=0317.htm .. Ben Nadel Certified Advanced ColdFusion Developer

RE: Best use for createODBCdate(), cfqueryparam CF_SQL_DATE vs. CF_SQL_TIMESTAMP

2006-09-22 Thread Ben Nadel
and Cfqueryparam... Here is a good post: http://www.harelmalka.com/?m=200608 .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 5:24 PM To: CF-Talk Subject

Passing ColdFusion Arrays By Reference

2006-09-19 Thread Ben Nadel
performance gains and is just all around wicked sweet! http://www.bennadel.com/blog/275-Passing-Arrays-By-Reference-In-ColdFusion-S WEEET.htm ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben

RE: Passing ColdFusion Arrays By Reference

2006-09-19 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 8:39 AM To: CF-Talk Subject: RE: Passing ColdFusion Arrays

RE: Passing ColdFusion Arrays By Reference

2006-09-19 Thread Ben Nadel
Sometimes I find it makes the code run faster ;) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19

RE: Timeout requests after XX seconds . . .

2006-09-19 Thread Ben Nadel
George, While I have no info on this... I am fairly certain that I have read that the timeout for the page is different than the timeout for a CFQuery tag, hence the issue you are having. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help

RE: Passing ColdFusion Arrays By Reference

2006-09-19 Thread Ben Nadel
Tom, Excellent catch. I did not think to test the ArrayResize() method. Hmmm, that may hinder the use a lot, for the very reason you are saying. I don't want people to have to test for type. Dang! ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer

RE: CFDocument TimeOut Bug???

2006-09-15 Thread Ben Nadel
Ha ha, no worries. I was like who's this Dave fellow :) I am really glad that helped you. I was banging my head against the desk! ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
Holy cow, that IS a cool little utility. I have never seen it before. If any one is interested, I have set up a little demo to see it in action: http://www.bennadel.com/resources/demo/3/ Tim, thanks a lot for posting! ... Ben Nadel www.bennadel.com Certified Advanced

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
Ha ha, no worries. I love me some good code :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 11:49 AM

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
That is weird. I guess for freeware, it's still very good. Besides... Look at excite.. It's a mess :) -b ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: cf user [mailto:[EMAIL

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
It's actually a site-wide error mailer... It must be crashing :( ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 15

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
? ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 1:56 PM To: CF-Talk Subject: RE: Web page thumbnails Hmmm, pretty. Also, from

RE: Web page thumbnails

2006-09-15 Thread Ben Nadel
... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 3:16 PM To: CF-Talk Subject: RE: Web page thumbnails I wonder what type

RE: QoQ is killing me

2006-09-14 Thread Ben Nadel
You can't use the function LEFT() in query of queries. Query of queries only allows for a few functions such as UPPER() and LOWER() for example. Can you perform the LEFT() call in the original Query before it gets to CF? ... Ben Nadel www.bennadel.com Certified Advanced

RE: wildcard

2006-09-14 Thread Ben Nadel
... But will also get jsmith-big-sexy.pdf (so be carefule). Also, LIKE in query of queries IS case sensitive so careful on that to. You can do a LOWER() on the name first if you like. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Ben Nadel
have found when testing, but I may be wrong. -ben ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Jeff Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 1:58 PM

RE: CFDocument TimeOut Bug???

2006-09-14 Thread Ben Nadel
Dave, I may or may NOT have had a similar problem just two days ago: http://www.bennadel.com/blog/266-CFDocument-Errors-And-Resolving-DNS.htm ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original

RE: cfquery sql= ...

2006-09-13 Thread Ben Nadel
I have never seen that before. Crazy! -b ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 4:27 PM

RE: OT Forcing download after N seconds

2006-09-12 Thread Ben Nadel
You can only send one set of headers so you can't send new headers after N seconds. My best guess would be to just a META redirect to the file after N seconds. meta http-equiv=Refresh content=N;url=http://www.domain.com/file.ext; Where N is the seconds. ... Ben Nadel

OT: Eclipse word delimiters

2006-09-11 Thread Ben Nadel
windows applications. Thanks, ben ... Ben Nadel Certified Advanced ColdFusion Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com

coldfusion.document.DocumentProcessTimeOutException

2006-09-08 Thread Ben Nadel
it is hanging? We are running standard edition, 7,0,1,116466. It's the ONLY website on this NEW server box. Thanks, Ben ... Ben Nadel Certified Advanced ColdFusion Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax

RE: Using CachedWithin

2006-09-08 Thread Ben Nadel
This is my limited knowledge. The user of queryparam does not allow the prepared sql statement to be statically cached because it does not have a set structure (used to cached the query values). The queryparam makes the statement dynamic. ... Ben Nadel www.bennadel.com

RE: text image clarity

2006-09-08 Thread Ben Nadel
... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 2:47 PM To: CF-Talk Subject: OT: text image clarity I'm asking

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
Does the error say 500 null by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
in ColdFusion to be fair :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500

RE: IIS 500 - Internal Server Error

2006-09-07 Thread Ben Nadel
error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Kevin Aebig

RE: Application CFC and the URL.

2006-09-06 Thread Ben Nadel
I use the CGI and URL values in my OnApplicationStart() method with no problems ( I think ). Although an also initialize outside of on applicationStart method... So not sure. All I know is the site works. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer

RE: Bulk data loading

2006-09-06 Thread Ben Nadel
a ColdFusion programmer, not a Java programmer, so there are probably issues. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Chris Tilley [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Locking Theory

2006-09-06 Thread Ben Nadel
condition matter? ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 6:20 PM To: CF-Talk Subject: Locking Theory

RE: including into a cfset

2006-09-05 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 10:43 AM To: CF-Talk Subject: including into a cfset okay

Query of Queries type cast error

2006-09-05 Thread Ben Nadel
is somewhere), so I thought I would give it a crack to share the power: http://www.bennadel.com/blog/237-Setting-ColdFusion-Query-Cell-Values-With-J avaCast-Fixes-Errors.htm Finally my query of queries can rock it hardcore again! ... Ben Nadel www.bennadel.com Certified Advanced

RE: YesNoFormat() is cool!

2006-08-31 Thread Ben Nadel
Yeah, I do that a good amount :( Just the other day I came across RemoveChars(), which is exactly what my UDF MidDelete() did ... It's sad to remake things just cause I don't know they already exist . ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer

RE: YesNoFormat() is cool!

2006-08-31 Thread Ben Nadel
Agreed. Everything IS a learning experience. I just hope that I don't start forgetting the things I learned. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Robert Feyerherm

RE: Rich text Editors

2006-08-31 Thread Ben Nadel
I am HUGE fan of XStandard. www.xstandard.com And my thoughts / experiences on it... http://www.bennadel.com/blog/tags/15-XStandard-WYSIWYG-blog-entries.htm ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben

RE: Method for printing labels from browser?

2006-08-31 Thread Ben Nadel
to print. cfheader name=content-disposition value=attachement; filename=labels.mht / cfcontent type=application/ms-word / ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Rick

RE: CFLOCK problem

2006-08-31 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 6:04 PM To: CF-Talk Subject: CFLOCK problem Hi. I am analyzing another programmers code

RE: SOT CSS issue

2006-08-30 Thread Ben Nadel
Quote the background image url Ex url( ../images/blam.gif ); Also reemember that URL are relative to the style sheet, NOT the calling page. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original

RE: GROUP BY error

2006-08-30 Thread Ben Nadel
BY ... SUBSTRING( clubroom.cb_content, 0, 1000 ) ... Or maybe... SELECT ... ( SELECT COUNT(*) FROM ) FROM ... WHERE ... ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need

RE: GROUP BY error

2006-08-30 Thread Ben Nadel
WHERE i.cb_id = r.cb_id ) AS image_count FROM clubroom r ORDER BY r.cb_dCreated DESC ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original

RE: COM and CF...

2006-08-29 Thread Ben Nadel
base. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:33 AM To: CF-Talk Subject: COM and CF

RE: select control

2006-08-29 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Rusty Owens [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:28 AM To: CF-Talk Subject: select control OK, this is strange

RE: select control

2006-08-29 Thread Ben Nadel
I think maybe he is thinking about a COMBO box (as seen in standard desktop applications)... There are hacks for this, but it is not built into HTML Yet :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben

RE: Peoples of the list..... arise and bring down my server!

2006-08-29 Thread Ben Nadel
File not found: /wtomlinson/Store/contact.cfm ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: loathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 3:37 PM To: CF

RE: How to tell what template called a function?

2006-08-29 Thread Ben Nadel
template executions. --- cfset qEvents = objDebugging.GetDebugger().GetData() / cfdump var=#qEvents# / ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Per Djurner [mailto:[EMAIL

RE: How to tell what template called a function?

2006-08-29 Thread Ben Nadel
There is always GetBaseTemplatePath() and GetCurrentTemplatePath()... But those are limited... ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Per Djurner [mailto:[EMAIL PROTECTED

RE: (Admin) New Hardware for House of Fusion

2006-08-28 Thread Ben Nadel
Sweeet :) ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 5:12 AM To: CF-Talk Subject: (Admin) New

RE: regex help

2006-08-28 Thread Ben Nadel
=this,that and the otherword/a, (a[^]*)(.)*?(/a[^]*), \2, ALL )# ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Monday

RE: regex help

2006-08-28 Thread Ben Nadel
Ok cool, then it's look behinds that are not supported. I know one of them is not supported. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Michael Dinowitz [mailto:[EMAIL

RE: (Admin) New Hardware for House of Fusion

2006-08-28 Thread Ben Nadel
Michael, If you need a spare desk to sit at for a day or two, you are always welcome at Nylon. 212.691.1134. ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Michael Dinowitz

RE: Frameworks Conf 2006 Call for Speakers due 9/29/06

2006-08-28 Thread Ben Nadel
Hey, I didn't see anything on the site about costs or anything... Is that info available yet? ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original Message- From: Michael Smith [mailto:[EMAIL

RE: Cross Joins and lists and forms oh my!

2006-08-25 Thread Ben Nadel
to be. Like, if a person is joined to a country, do they ALSO have to be joined to all those zip codes? Or is it ok for the application to store only explicitly set up joins? ... Ben Nadel www.bennadel.com -Original Message- From: Richard Dillman [mailto:[EMAIL

RE: Top 100 ColdFusion Programmers

2006-08-24 Thread Ben Nadel
list names cause I don't want to leave anyone out ). ... Ben Nadel Adobe Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Block, Jon [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 1:45 PM To: CF-Talk Subject: Top 100

RE: Cold Fusion growth

2006-08-24 Thread Ben Nadel
in ColdFusion. ... Ben Nadel www.bennadel.com -Original Message- From: Robert Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 4:55 PM To: CF-Talk Subject: Cold Fusion growth Anyone have info on if Cold Fusion is seeing any growth of usage and if Cold

RE: CFQUERY of non-swequential primary key ids

2006-08-23 Thread Ben Nadel
#lgthbimg#/cfoutput width=262 height=231 border=0 ... Ben Nadel www.bennadel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 12:14 PM To: CF-Talk Subject: CFQUERY of non-swequential primary key ids All, I'm

RE: CFQUERY of non-swequential primary key ids

2006-08-23 Thread Ben Nadel
* of MS SQL's UUID creator - newid() - and TOP 1. Not sure if this works on anything but MS SQL server. ... Ben Nadel www.bennadel.com -Original Message- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 12:47 PM To: CF-Talk

RE: cfexecute problem...

2006-08-23 Thread Ben Nadel
What happens if you run this same command from the command line manually, outside of CF, does anything weird happen? ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Some

RE: Figuring out significant digit.

2006-08-23 Thread Ben Nadel
. cfset intValue = 14 / cfset intDiv = (10 * (Len(intValue) - 1)) / #(NumberFormat((intValue * .75 ) / intDiv, 0. RepeatString(0, Len(intValue) - 1)) * intDiv)# Its rounding up... I can't remember the rules to sig-digits... ... Ben Nadel www.bennadel.com -Original

RE: To float or not, that is the question.

2006-08-23 Thread Ben Nadel
The display should change automatically in all the new generation browsers that I have seen. You might be getting Javascript errors or there might be something like a br clear=all / after it that is negating the effects. ... Ben Nadel www.bennadel.com -Original Message

RE: CFIdea: how to implement

2006-08-22 Thread Ben Nadel
Thank Rob :) ... Ben Nadel www.bennadel.com -Original Message- From: Robert Feyerherm [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 8:38 AM To: CF-Talk Subject: RE: CFIdea: how to implement I think Ben's idea is great. I also think it might be cool

RSS feeds and # sign

2006-08-22 Thread Ben Nadel
directions. Thanks! ... Ben Nadel www.bennadel.com ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

RE: RSS feeds and # sign

2006-08-22 Thread Ben Nadel
I am thinking that maybe this is not the error... Even with that line, I get an error sometimes!!! ... Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 10:26 AM To: CF-Talk Subject: RSS feeds

RE: RSS feeds and # sign

2006-08-22 Thread Ben Nadel
I figured it out... The page was timing out and it was showing a Cerro at the bottom of the page. Now I just have to figure out why the page is timing out sometimes and running instantly other times :( ... Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel

RE: What is the easiest way to get the true length of a list.

2006-08-22 Thread Ben Nadel
at the bottom of: http://www.rgagnon.com/javadetails/java-0438.html An interesting thing about String.split(): s.split( ) - {,,s} .split( )- {} .split( ) - {} (!) .split( ) - {} (!) s .split( )- {,,s} (!) ... Ben Nadel www.bennadel.com

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
to a folder on your computer. ... Ben Nadel www.bennadel.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 5:15 PM To: CF-Talk Subject: SOT: grabbing remote images Hey All, We have a client that is having issues

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
Yeah, give it a look over. If you think an offline-explorer type situation will not work with your setup, you can certainly jimmy up some CFHttp to save the images. ... Ben Nadel www.bennadel.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED

RE: grabbing remote images

2006-08-22 Thread Ben Nadel
( './test_girl.jpg' )# output=#objGrab.FileContent# addnewline=false fixnewline=false / cfdump var=#objGrab# / ... Ben Nadel www.bennadel.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22

RE: hash()

2006-08-21 Thread Ben Nadel
, as they might have CF examples. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com Some people call me the space cowboy. Some people call me the gangster of love. -Original Message

RE: URL var encoding/decoding in CF6.1

2006-08-21 Thread Ben Nadel
What about: UrlEncodedFormat( Encrypt( URL.somevalue, my_key ) ) Then UrlDecode( Decrypt( URL.somevalue, my_key ) ) ... Ben Nadel www.bennadel.com -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 11:08 AM To: CF

RE: cfquery: search numeric IN/Contains/Like

2006-08-21 Thread Ben Nadel
AS VARCHAR(12)) + '%' /cfloop This will match part of the database ID in the search form... I have NOT tested this... But maybe It can give you some ideas. ... Ben Nadel www.bennadel.com -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Encrypted data insert

2006-08-21 Thread Ben Nadel
You could maybe use UrlEncodedFormat() after the encypt... This will escape the characters... Its not intuitive, but it should work. You might want to also try another algorithm, but I am not that experienced with encryption. ... Ben Nadel www.bennadel.com -Original

<    1   2   3   4   5   6   7   8   9   10   >