Verity API ??

2006-08-18 Thread Ben Nadel
! ... 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 a year. http://www.fusionauthority.com

RE: Verity API ??

2006-08-18 Thread Ben Nadel
Thanks James, I figured as much, but I thought I would ask anyway. ... Ben Nadel www.bennadel.com -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 8:37 AM To: CF-Talk Subject: Re: Verity API ?? There is indeed an API

RE: Performance problem

2006-08-17 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 11:03 AM To: CF-Talk Subject: Performance problem I have some code that dynamically generates CSV, TAB, and EXCEL (HTML tables) from a query, and it is running pretty

RE: using application.cfm and cfcontent

2006-08-17 Thread Ben Nadel
on. ... Ben Nadel www.bennadel.com -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 10:14 AM To: CF-Talk Subject: using application.cfm and cfcontent I have a directory that is protected by a script that checks the user's IP against

RE: using application.cfm and cfcontent

2006-08-17 Thread Ben Nadel
afterwards are ignored by the browser and probably by CF as well (hence, there is nothing telling the browser to expect a word document). ... 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

RE: Banner rotation with a cfinclude

2006-08-17 Thread Ben Nadel
cfinclude template=banner#RandRange( 1, 3 )#.cfm / This will create a dynamic include. RandRange() is an inclusive range selector. It will return (in this case) either 1, 2, or 3. Therefore, for each page load, you will get a random banner to show. ... Ben Nadel

RE: cfqueryparam acting up

2006-08-16 Thread Ben Nadel
Rich, Check out my blog post: http://www.bennadel.com/index.cfm?dax=blog:194.view And http://www.bennadel.com/index.cfm?dax=blog:101.view I hazard a guess as to why this stuff is happening. Hope that helps. ... Ben Nadel www.bennadel.com -Original Message- From

RE: CSS help

2006-08-16 Thread Ben Nadel
) */ position: absolute ; right: 0px ; } ... 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

RE: CSS help

2006-08-16 Thread Ben Nadel
This forces the headerWrapper to actually re-calculate the vertical size based on the floats within it... This is probably NOT the best approach, but one that has worked for me. -b ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134

RE: Stumped on CFC param issue

2006-08-16 Thread Ben Nadel
That is a crazy error... I would erase the few lines of code that actually call the chkMDSInventory() method and rewrite them... Sometimes that works for me for crazy errors. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001

RE: Regular Expression Hell

2006-08-16 Thread Ben Nadel
Not sure exactly what you are saying, but you can include white space in your regular expression: [^a-z\s] a-z : alphabet \s : special character means white space ... Ben Nadel www.bennadel.com -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED

RE: ColdFusion var bug?

2006-08-16 Thread Ben Nadel
Russ, That looks like a bug to me. ... Ben Nadel www.bennadel.com -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 5:33 PM To: CF-Talk Subject: ColdFusion var bug? Looks like I found a bug in coldfusion in regards to varing

RE: CF server crashes every night at 1:01 AM

2006-08-08 Thread Ben Nadel
I have also seen SQL backups crash the box (but usually not the CF box)... But worth a look. ... Ben Nadel www.bennadel.com -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 9:51 AM To: CF-Talk Subject: Re: CF server

RE: Parsing a file

2006-08-08 Thread Ben Nadel
and mean. ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 12:40 PM To: CF-Talk Subject: Parsing a file I know this has been asked before, but I can't seem to find this in the archives

RE: Parsing a file

2006-08-08 Thread Ben Nadel
at the Java code to see if you can tweak it. The Java was surprisingly slow but I was adding a query record per data row. Anyway, thought I would try to help as much as I could (with limited Java skills). .. Ben Nadel www.bennadel.com -Original Message- From: Robert Everland

RE: Parsing a file

2006-08-08 Thread Ben Nadel
Rob, Anytime my man. Always glad to help :) ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 4:30 PM To: CF-Talk Subject: Re: Parsing a file I have rewritten this procedure using

Spam Blogger Comments

2006-08-07 Thread Ben Nadel
. ... 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 a year. http

RE: All Adobe ColdFusion products to be discontinued

2006-08-07 Thread Ben Nadel
:) That's what helps me sleep at night re: Fireworks vs. Photoshop (image ready)... Even if they cancelled Fireworks, I would still be able to use it to create awesome stuff until it was no longer compatible with the windows OS. Sleep easy guys, sleep easy. ... Ben Nadel

RE: Spam Blogger Comments

2006-08-07 Thread Ben Nadel
, good. ... Ben Nadel www.bennadel.com -Original Message- From: Brian Dumbledore [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 11:04 AM To: CF-Talk Subject: Re: Spam Blogger Comments One of my colleagues had this idea..he is still testing it, but one

RE: Weird CF error...

2006-08-07 Thread Ben Nadel
Do you have a file-not-found error handler in CF? It might not be finding the file and be handled oddly in the 404 error. ... Ben Nadel www.bennadel.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 2:55 PM To: CF

RE: Proper Case

2006-08-07 Thread Ben Nadel
Personally, I would put the values into proper case before putting them into the database. That means you only have to process the text once... Not once for each time you read it from the database. ... Ben Nadel www.bennadel.com -Original Message- From: Richard

RE: Tired of lousy companies recruiters

2006-08-07 Thread Ben Nadel
I agree with Ken. I think that is a MUCH safer idea. ... Ben Nadel www.bennadel.com -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 6:48 PM To: CF-Talk Subject: RE: Tired of lousy companies recruiters I agree

RE: Cost of global CFC variables

2006-08-04 Thread Ben Nadel
not set into REQUEST or APPLIACATION or something) should be destroyed at the end of the custom tag automatically. I think this would eliminate all locking issues as well since it's a per-page load , non-shared scope. ... Ben Nadel www.bennadel.com -Original Message

RE: Google Checkout Coldfusion MX 6.1

2006-08-04 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 9:14 PM To: CF-Talk Subject: Re: Google Checkout Coldfusion MX 6.1 If you still need it, try one of these three suggestions. Thanks for all the information

RE: SQL Select date between two dates with possible NULL values.

2006-08-04 Thread Ben Nadel
ISNULL uses the current date if null. ... Ben Nadel www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 4:26 PM To: CF-Talk Subject: SQL Select date between two dates with possible NULL values. I have a table

RE: Google Checkout Coldfusion MX 6.1

2006-08-03 Thread Ben Nadel
not understand how it was done. I think now, though, they have a non-encrypted option which would be cool. ... 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

RE: Google Checkout Coldfusion MX 6.1

2006-08-03 Thread Ben Nadel
I also could be way off base as well :) ... Ben Nadel www.bennadel.com -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 11:59 AM To: CF-Talk Subject: Re: Google Checkout Coldfusion MX 6.1 I think now, though

RE: sql question.

2006-08-02 Thread Ben Nadel
'%.__' !--- Exclude files with 3 char extension. --- AND [field] NOT LIKE '%.___' !--- Exclude files with 4 char extension. --- AND [field] NOT LIKE '%.' ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14

RE: How 2 Search on date values

2006-08-01 Thread Ben Nadel
that helps. ... Ben Nadel www.bennadel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 7:16 PM To: CF-Talk Subject: How 2 Search on date values Does anyone know how to search on odbc date values? I really need help

RE: CF substring?

2006-08-01 Thread Ben Nadel
And don't forget about Left() and Right() if you want a substring at the ends of a string. ... Ben Nadel www.bennadel.com -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 10:56 AM To: CF-Talk Subject: Re: CF substring

RE: Advanced Developer Average Salary

2006-08-01 Thread Ben Nadel
I would be interested. ... Ben Nadel www.bennadel.com -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 11:23 AM To: CF-Talk Subject: Re: Advanced Developer Average Salary If people are interested, willing

RE: Advanced Developer Average Salary

2006-08-01 Thread Ben Nadel
Is this the one?? http://www.frappr.com/cfdevelopers ... Ben Nadel www.bennadel.com -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 12:26 PM To: CF-Talk Subject: Re: Advanced Developer Average Salary There is a google

RE: cfparam in cfc?

2006-08-01 Thread Ben Nadel
Paraming is wicked cool no matter where you put it. Can you post your function code so we can see potential pit falls. ... Ben Nadel www.bennadel.com -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 12:40 PM To: CF-Talk

RE: Comparing Form Fields

2006-08-01 Thread Ben Nadel
I know you got a lot of posts below... But what exactly are you trying to do? More info from you will possibly yield different responses. ... Ben Nadel www.bennadel.com -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 1

RE: CF and magentic stripe card reader

2006-07-31 Thread Ben Nadel
was focused. He didn't even have to configure anything (I think). ... 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

RE: Cfloop timing out.

2006-07-31 Thread Ben Nadel
Can you have it run 100 rows at a time... Then CFLocation back to itself with a new record offset and then run 100 more rows... Etc. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax

RE: cfproperty vs. setting variables for in a cfc

2006-07-28 Thread Ben Nadel
cfproperty doesn't actually set a variables in a standard CFC. In fact, I think the only thing it does is help with the Meta Data if that? For a standard CFC I would say don't worry about it at all. ... Ben Nadel www.bennadel.com -Original Message- From: Ken Fused

RE: Releasing CFFile memory

2006-07-27 Thread Ben Nadel
Does it make any difference if you use the RESULT attribute of the CFFILE tag as opposed to just using the produced CFFILE variable? ... Ben Nadel www.bennadel.com -Original Message- From: Kervin L. Pierre [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 11

RE: Releasing CFFile memory

2006-07-27 Thread Ben Nadel
Oh sorry, I thought I had read that you were uploading a file, which is where RESULT is available. ... Ben Nadel www.bennadel.com -Original Message- From: Kervin L. Pierre [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 3:42 PM To: CF-Talk Subject: RE

RE: Odd Query issue

2006-07-26 Thread Ben Nadel
What happens when you try to do a delete statement that you know will fail (so you don't delete data): DELETE FROM jobs WHERE job_id != job_id This should never be true, but I am curious as to if it throws the same error. ... Ben Nadel www.bennadel.com

RE: copy sql table with indexes

2006-07-25 Thread Ben Nadel
We tried using that SQL Compare a few times... It works great, I agree, but just BE CAREFUL. We overwrote a bunch of data table accidentally when we trying to sync things up (and lost table structure changes). So again, it works great... But don't TEST on live data :) ... Ben

RE: CF Ajax and passing a #

2006-07-25 Thread Ben Nadel
Do you know the line that is causing the error... Can you post some code? ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 2:45 PM To: CF-Talk Subject: CF Ajax and passing a # I am

RE: Odd Query issue

2006-07-25 Thread Ben Nadel
Can you actually post the CFQuery codes so we can see if maybe there is something you are not seeing. ... Ben Nadel www.bennadel.com -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 1:23 PM To: CF-Talk Subject: Odd

RE: Programmically ending a CF application?

2006-07-25 Thread Ben Nadel
What are you trying to accomplish in the long run? Maybe there is a different route to take? ... Ben Nadel www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 2:35 PM To: CF-Talk Subject: Programmically ending

RE: Cool feature I didn't know about

2006-07-25 Thread Ben Nadel
Word up, I didn't know that. That is a hi-quality tip :) ... Ben Nadel www.bennadel.com -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 2:34 PM To: CF-Talk Subject: Cool feature I didn't know about Most of you

RE: CF Ajax and passing a ##

2006-07-25 Thread Ben Nadel
How are you seeing the error? It is a JavaScript error or a ColdFusion error? ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 3:05 PM To: CF-Talk Subject: Re: CF Ajax and passing

RE: Cool feature I didn't know about

2006-07-25 Thread Ben Nadel
,but NOT QUERY[Column]. Very strange. Though maybe you would have some insight. Thanks ... Ben Nadel www.bennadel.com - Original Message - From: Peterson, Chris [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, July 25, 2006 11:34 AM Subject: Cool

RE: Programmically ending a CF application?

2006-07-25 Thread Ben Nadel
cfset InitApplication() / /cfif /cffunction Not sure if it is the best way to go... But it works great for my purposes. ... Ben Nadel www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 3:37 PM To: CF

RE: Cool feature I didn't know about

2006-07-25 Thread Ben Nadel
] ) / They appear to be the same thing, but throw error simply on syntax?? ... Ben Nadel www.bennadel.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 4:18 PM To: CF-Talk Subject: Re: Cool feature I didn't know about Ben...you

RE: Cool feature I didn't know about

2006-07-25 Thread Ben Nadel
It's pretty interesting. I am happy that I know the difference exists... But I can image if I did not, it might lead to hours of head-wall-pounding :) ... Ben Nadel www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July

RE: Cool feature I didn't know about

2006-07-25 Thread Ben Nadel
??? ... Ben Nadel www.bennadel.com -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 4:47 PM To: CF-Talk Subject: Re: Cool feature I didn't know about Sounds right as he is using Hungarian notation to notify a Query

RE: making strings.. good practice??

2006-07-24 Thread Ben Nadel
of concatination, be sure to use the Java string buffer with the Append() method. That probably doesn't apply to what you are talking about, so I won't go into it... Just keep it in the back of your mind. ... Ben Nadel www.bennadel.com -Original Message- From: Brian

RE: adding to URL variables

2006-07-21 Thread Ben Nadel
Maybe I am not understanding the question... What is the variable you are trying to add to the URL? ... 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

RE: Book site - secure download?

2006-07-21 Thread Ben Nadel
). This might also get logged in your server logs as a long runniing task. I am not sure if CFContent can TimeOut... Hope that helps at all. ... Ben Nadel www.bennadel.com -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 4

RE: hiding an image path

2006-07-21 Thread Ben Nadel
the file names. ... Ben Nadel www.bennadel.com -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 4:01 AM To: CF-Talk Subject: Re: hiding an image path James, I'll give that a go, i thought about it before but was a lil worried

RE: hiding an image path

2006-07-21 Thread Ben Nadel
about storing stuff in databases, but either way, the look up action needs to be hard to guess. ... Ben Nadel www.bennadel.com -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 9:38 AM To: CF-Talk Subject: Re: hiding

RE: hiding an image path

2006-07-21 Thread Ben Nadel
This won't work as expected as JPG files are not processed by the ColdFusion application server. ... Ben Nadel www.bennadel.com -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 9:55 AM To: CF-Talk Subject: Re: hiding

RE: hiding an image path

2006-07-21 Thread Ben Nadel
Good point. ... Ben Nadel www.bennadel.com -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 11:19 AM To: CF-Talk Subject: Re: hiding an image path On Friday 21 July 2006 16:07, Ben Nadel wrote: This won't work

OT: RSS and PodCast organization

2006-07-21 Thread Ben Nadel
! ... 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 a year. http

RE: RSS and PodCast organization

2006-07-21 Thread Ben Nadel
That sounds pretty cool, I will take a look. Thanks. ... Ben Nadel www.bennadel.com -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 12:03 PM To: CF-Talk Subject: RE: RSS and PodCast organization I like to use Google

RE: Configuring Built-in Web Server Question

2006-07-21 Thread Ben Nadel
) and I was hoping to be able to turn the service on and off like you can do in IIS so I can do other stuff without the performance hit... But I seem to have to restart the computer if I shut down the CF service. ... Ben Nadel www.bennadel.com -Original Message- From

RE: hiding an image path

2006-07-21 Thread Ben Nadel
He is referring to obfuscating the image storage so that people cannot guess the URLs of other people's image as the will be for a single user only and private. ... Ben Nadel www.bennadel.com -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent

RE: CSS Class Registration - New York City!

2006-07-21 Thread Ben Nadel
Oh man, 4 Days x 12 Students x $1,399.00 = $67,152.00 I am in the WRONG business! I wish I could make that in a year, let alone a 4 day intensive seminar. ... Ben Nadel www.bennadel.com -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent

RE: CSS Class Registration - New York City!

2006-07-21 Thread Ben Nadel
Sorry, That last email was very rude of me. I apologize. I get frustrated with not being able to afford classes that I want to take :( My honest apologies. ... Ben Nadel www.bennadel.com -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent

RE: CSS Class Registration - New York City!

2006-07-21 Thread Ben Nadel
Ok, now I really feel bad about my other email... I get frustrated with my position in life and I lash out occasionally :( ... Ben Nadel www.bennadel.com -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 4:33 PM To: CF

RE: CSS Class Registration - New York City!

2006-07-21 Thread Ben Nadel
Yeah, see, that's what happens when you just lash out at people because you got your own crap going on :( I am totally sorry to everyone on the list. It was very unprofessional of me. ... Ben Nadel www.bennadel.com -Original Message- From: Damien McKenna [mailto

RE: iif: am I understanding correctly?

2006-07-21 Thread Ben Nadel
Josh, I am right with you on that point! I am a huge fan of learning by doing! Keep it up. ... Ben Nadel www.bennadel.com -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 6:10 PM To: CF-Talk Subject: Re: iif: am I

RE: ColdFusion Training Seminars

2006-07-20 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 11:28 AM To: CF-Talk Subject: Re: ColdFusion Training Seminars We had programmers in our group who have been doing programming for decades and specifically CF

RE: ColdFusion Training Seminars

2006-07-20 Thread Ben Nadel
I agree with Alan... If you have the money and its not an issue, take the class. I am a STRONG believer that if you take anything away that you didn't know before than it was well worth it. ... Ben Nadel www.bennadel.com -Original Message- From: Aaron Rouse [mailto

RE: Video

2006-07-20 Thread Ben Nadel
it on several different computers. ... 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: Video

2006-07-20 Thread Ben Nadel
are referring to, correct? What is Riva? Is that a third party software? Thanks. ... 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

RE: Form.fieldnames doesn't contains all form field names?

2006-07-19 Thread Ben Nadel
It's the _time fields... ColdFusion is evaluating them on the server (for valid TIME)... Then removes them from the FORM scope. Does this also with fields ending in _date. ... Ben Nadel www.bennadel.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED

RE: Query a flat file

2006-07-19 Thread Ben Nadel
though. If you ever run into a problem with memory, you can probably use a Java file buffer and to a readLine() sort of thing and mess with one line at a time... But again, I am not talking from experience. ... Ben Nadel www.bennadel.com -Original Message- From: Mike

RE: Why would this generate an error?

2006-07-18 Thread Ben Nadel
will be Aport Exception. Just return out if that is the case. --- cfif NOT CompareNoCase( ARGUMENTS.Exception.RootCause.Type, coldfusion.runtime.AbortException ) cfreturn / /cfif ... Ben Nadel www.bennadel.com -Original Message- From: Will Tomlinson [mailto:[EMAIL

RE: Insert fails?

2006-07-18 Thread Ben Nadel
Is it marked as the Primary Key... Try marking it as the primary key of the table as well. ... Ben Nadel www.bennadel.com -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 12:04 PM To: CF-Talk Subject: Insert fails

RE: Insert fails?

2006-07-18 Thread Ben Nadel
exists, I import the data. ... Ben Nadel www.bennadel.com -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 12:38 PM To: CF-Talk Subject: RE: Insert fails? Thanks Ben. Its fixed. The table was imported to another server

RE: One-to-many application on one screen

2006-07-18 Thread Ben Nadel
, fairly straight forward app... Don't overcomplicate it. Just my two cents... ... Ben Nadel www.bennadel.com -Original Message- From: Andy McDuff [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 3:27 PM To: CF-Talk Subject: One-to-many application on one screen

RE: One-to-many application on one screen

2006-07-18 Thread Ben Nadel
Yeah, and of course, post any problems here... We'll get you up and running ;) ... Ben Nadel www.bennadel.com -Original Message- From: Andrew McDuff [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 4:28 PM To: CF-Talk Subject: Re: One-to-many application

RE: repeated random error with request variable

2006-07-17 Thread Ben Nadel
I get errors like this right before the server crashes. I think the server crashing causes the error (and not the other way around). Does it go away soon after on your site? -ben ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001

RE: .cfc returns blank screen via direct call

2006-07-17 Thread Ben Nadel
material here :( ... Ben Nadel www.bennadel.com -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 9:10 AM To: CF-Talk Subject: Re: .cfc returns blank screen via direct call I put a blank application.cfc

RE: XML to HTML

2006-07-17 Thread Ben Nadel
I don't know anything about this, but I think you can put in an XML transformation link at the top of the XML document (XSLT??) and that will take care of turning the xml to html. Now, how to do that? I leave that up to my more wise ColdFusion brethren. ... Ben Nadel Web

RE: Parsing Extra-large XML files?

2006-07-17 Thread Ben Nadel
Perhaps you can read in the file as a flat text file, split it on record delimiters (ie. item or record) parse each one of them individually into an XML object, then append all the Xml objects together? No idea if that works :) ... Ben Nadel Web Developer Nylon Technology

RE: JavaScript

2006-07-17 Thread Ben Nadel
= 0 ; objAny.previousSibling != null ; intIndex++){ objAny = objAny.previousSibling; } return( intIndex ); } ... Ben Nadel www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 5:59 PM To: CF-Talk Subject

RE: Creating RSS feeds

2006-07-14 Thread Ben Nadel
now, I only have RSS 2.0. I will take a look at Ray's blogCFC to see how he does v.1.0. Thanks! http://www.bennadel.com/index.cfm?dax=blog.rss ... Ben Nadel www.bennadel.com -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Friday, July 07

RE: List issues

2006-07-14 Thread Ben Nadel
Also, I have notices that sometimes we get multiples of the same email showing up right in a row. It hasn't happened to any of my posts, but I will see it a lot on this list. ... Ben Nadel www.bennadel.com -Original Message- From: Saturday (Stuart Kidd) [mailto

RE: Mimeattach question

2006-07-14 Thread Ben Nadel
are deleting that file after sending... If you are Spooling the emails, then the mail might not go out before the email is sent. In that case, be sure to set spoolenable=no in the CFMAIL tag. ... Ben Nadel www.bennadel.com -Original Message- From: Orlini, Robert [mailto

RE: Mimeattach question

2006-07-14 Thread Ben Nadel
EDIT* If you are Spooling the emails, then the mail might not go out before the FILE IS DELETED. ... Ben Nadel www.bennadel.com -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 4:24 PM To: CF-Talk Subject: RE: Mimeattach

RE: QoQ oddity

2006-07-13 Thread Ben Nadel
If you call the line: #importQuery[ email ] [ 1 ]# Right above that query of queries, does it recognize the email column? ... Ben Nadel www.bennadel.com -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 9

RE: QoQ oddities

2006-07-13 Thread Ben Nadel
of queries off of). ... Ben Nadel www.bennadel.com -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 10:11 AM To: CF-Talk Subject: RE: QoQ oddities Hmmm... this is interesting... Firstly, it's not limited

RE: Hey, what are your doctypes? And why?

2006-07-13 Thread Ben Nadel
it). Mostly though, its just about moving forward, staying with the times, and working towards standards. ... 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

RE: Regulazy - Visual Regular Expressions builder...

2006-07-11 Thread Ben Nadel
That does look pretty cool. Right now, I swear by the RegEx Coach ( http://weitz.de/regex-coach/ ), but it only helps you evaluate regular expression, not build them. I am always looking for the best thing out there. ... Ben Nadel www.bennadel.com -Original Message

RE: Select * in SQL

2006-07-11 Thread Ben Nadel
, that never happens. ... Ben Nadel www.bennadel.com -Original Message- From: Ryan, Terrence [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 11:05 AM To: CF-Talk Subject: Select * in SQL I have a dumb question. Can someone point me to a definitive explanation of why

RE: XPath help

2006-07-11 Thread Ben Nadel
return more than one node?? Not that great with Xpath. ... Ben Nadel www.bennadel.com -Original Message- From: Howard Owens [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 9:45 PM To: CF-Talk Subject: XPath help Anybody else have any clue why my XMLSearch

RE: Reading PDF Content

2006-07-10 Thread Ben Nadel
Bryan, I have been following the thread and would be very interested in reading text from a PDF via iText. Is there an example you can point us to. Thanks, ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477

RE: Reading PDF Content

2006-07-10 Thread Ben Nadel
No worries man. Thanks for looking into it. ... 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

RE: Creating RSS feeds

2006-07-07 Thread Ben Nadel
/ demos) and I don't want to mess it up trying to escape things. I would like to use the CDATA stuff, but wanted to run it by you guys to make sure its all good or find any red flags. Thanks, ... Ben Nadel www.bennadel.com -Original Message- From: Roger Benningfield

RE: Creating RSS feeds

2006-07-07 Thread Ben Nadel
Dave, Thanks so much for the help. I will take a look at what Ray is doing. ... Ben Nadel www.bennadel.com -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 5:52 PM To: CF-Talk Subject: Re: Creating RSS feeds On 7/7/06

RE: Debugging per request

2006-07-05 Thread Ben Nadel
From what I have read, you don't want to have debugging on if you are not going to show it as you still get a performance hit due to debugging overhead. But don't know from personal experience. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY

RE: IFNULL in QoQ

2006-06-30 Thread Ben Nadel
on the ColdFusion end: SELECT ( ISNULL( awardPoints, 0 ) ) AS awardPoints, ( ISNULL( pointsRedeemed, 0 ) ) AS pointsRedeemed, FROM [table] ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10

RE: IFNULL in QoQ

2006-06-30 Thread Ben Nadel
that to say, if queries handled NULLs by value (instead of as empty string) it would be inconsistent with the rest of ColdFusion. ... 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

<    2   3   4   5   6   7   8   9   10   >