RE: CF 5, Java, Solaris

2002-02-01 Thread Jeff Sarsoun
I recall having CF4.5 crashing if a wrong path was specified for the jvm in the CF administrator. Again this was 4.5. Jeff Sarsoun -Original Message- From: Kevin Cundick [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 3:56 PM To: CF-Talk Subject: CF 5, Java, Solaris Hi

RE: Creating ZIP archives

2002-01-08 Thread Jeff Sarsoun
I wrote a java CFX tag that does exactly this. Email me off list if you would like try it. JS -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 6:39 PM To: CF-Talk Subject: Creating ZIP archives Hi, I have a requirement to zip up some

RE: Creating ZIP archives

2002-01-08 Thread Jeff Sarsoun
program like PKZip. - Original Message - From: Jeff Sarsoun [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 2:21 PM Subject: RE: Creating ZIP archives I wrote a java CFX tag that does exactly this. Email me off list if yo u would like try it. JS

RE: More locking confusion...

2001-05-01 Thread Jeff Sarsoun
Was duplicate() not broken previous to sp2? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 10:15 AM To: CF-Talk Subject: RE: More locking confusion... The hotfix download page says the problem exists in v4.51 SP2 but then goes on to say

RE: Maybe a silly question.

2001-04-05 Thread Jeff Sarsoun
I have run into this situation in the past. I never came up with a concrete cause but found if I limited the output formatting it worked i.e. no tables). I think it had to do with buffers in the browser. Jeff -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED]] Sent:

browser trail

2001-04-04 Thread Jeff Sarsoun
Could someone shed some light on which browser leaves "Microsoft Data Access Internet Publishing Provider Cache Manager" as it's calling card? Jeff ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Threaded Discussion App with Tree view...??

2001-02-22 Thread Jeff Sarsoun
Try this one. http://www.coldfusiontags.com/message_board/index.cfm -Original Message- From: BORKMAN Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 1:36 AM To: CF-Talk Subject: Threaded Discussion App with Tree view...?? Hi all, A year or so back, I ran across a CF

Re: Java CFX Tags

2001-02-17 Thread Jeff Sarsoun
. Borrowing advice from David Watts you could use a recording proxy to log the conversation between the servers. The two he recommends are: Stretch http://www.kestral.com.au/devtools/ HTTPSniffer (requires Perl) http://www.compansr.demon.co.uk/ Hope this helps. Jeff Sarsoun -Original

RE: Java CFX Tags

2001-02-16 Thread Jeff Sarsoun
Nick, I have a beta version of a java cfx tag that is helping me get around some issues I had with cfx_http and cfhttp. What is it that your having a problem with and what version of cf are you using? cf 4.5.2 cures some cfhttp issues. Jeff -Original Message- From: Nick Texidor

RE: Re: ParseDog

2001-02-16 Thread Jeff Sarsoun
Take it outside (CF_COMMUNITY)! -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 1:46 PM To: CF-Talk Subject: OT: Re: ParseDog First off: I am posting this because I do not want to look like the lier. Its OT, sorry...but it must be

RE: CFHTTP Link Checker?

2001-02-10 Thread Jeff Sarsoun
g, email me off-list and I'll send it to you. Jeff Sarsoun [EMAIL PROTECTED] -Original Message- From: John B Venable Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 11:00 PM To: CF-Talk Subject: CFHTTP Link Checker? Is there any way to check for the validity of HTML links

RE: CFHTTP Link Checker?

2001-02-09 Thread Jeff Sarsoun
he tag, email me off-list and I'll send it to you. Jeff Sarsoun [EMAIL PROTECTED] -Original Message- From: John B Venable Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 11:00 PM To: CF-Talk Subject: CFHTTP Link Checker? Is there any way to check for the validity of HTML

RE: cf error page in application.cfm

2001-01-25 Thread Jeff Sarsoun
of knowledge archived. **newbies** Spend some time in the archives and you'll find answers to questions you didn't know to ask. Jeff Sarsoun -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 12:34 PM To: CF-Talk Subject: cf error page

RE: Continuous Clock

2001-01-25 Thread Jeff Sarsoun
I don't know about the JAVA applet that refreshes the whole page to show the sys time. I do know that most applets use a technique that just re-draws the paint method, many can be found with a search of clock applets on any search engine. Jeff Sarsoun -Original Message- From: James

RE: how to make bar, line chart in ColdFusion

2001-01-25 Thread Jeff Sarsoun
That depends on how elegant you want it to be. You can simply make 1X1 pixel graphic, put it inside of a table then dynamically draw a bar by assigning the height of the graphic to a variable. Quick, simple and small. Jeff Sarsoun -Original Message- From: George Dong [mailto:[EMAIL

RE: how to make bar, line chart in ColdFusion

2001-01-25 Thread Jeff Sarsoun
There are many custom tags in the tag gallery web site for charts some use java some don't. http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=chart -Original Message- From: George Dong [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 3:44 PM To: CF-Talk

RE: Running a MS SQL Server DTS Package from ColdFusion

2001-01-16 Thread Jeff Sarsoun
Do a search on this lists archives, you should find information on accessing a dts as a com object. http://www.mail-archive.com/cf-talk@houseoffusion.com/ Jeff Sarsoun -Original Message- From: Percy E Perez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 1:14 PM To: CF-Talk

RE: Complex Database System

2001-01-11 Thread Jeff Sarsoun
Talk to webserve @ LMCO EIS in Orlando, they have projects that are written in CF. -Original Message- From: Foggy, Doreen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:28 PM To: CF-Talk Subject: RE: Complex Database System Thanks Brian -Original Message-

RE: Questions for Certification

2001-01-10 Thread Jeff Sarsoun
The answer is b. When you create a cfx tag in java you have the three available to you for development. Jeff Sarsoun -Original Message- From: Rajesh Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:19 PM To: CF-Talk Subject: Questions for Certification Hi All

RE: remote server response

2001-01-08 Thread Jeff Sarsoun
the response code from the server, then not show the link if it returns anything other than 200 and send you an email to let you know. Jeff Sarsoun -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 3:09 PM To: CF-Talk Subject: remote server response

RE: The +.htr bug strikes again

2000-12-21 Thread Jeff Sarsoun
There are two sides to this issue. 1. Releasing bug/vulnerability information to the public will release hoards of script kiddies to cause havoc and dismay instantaniously without recourse. 2. Releasing bug/vulnerability information will cause industry leaders like Microsoft and respectively

RE: cftry cfcatch/cfcatch/cftry

2000-12-13 Thread Jeff Sarsoun
Haven't tried it but theoretically you might be able to: application.cfm would contain: cf_error_check onrequestend.cfm would contain: /cf_error_check error_check.cfm would contain: !--pseudo code-- if executionmode eq start cftry cfcatch else /cfcatch/cftry onrequestend.cfm

RE: Allaire ColdFusion Sample Script DoS Vulnerability

2000-12-13 Thread Jeff Sarsoun
This exploit should not effect most sites, considering sample code should not be installed on a production server in the first place. This goes back to other exploits that exist due to sample code that was installed by Allaire in previous versions. Jeff Sarsoun -Original Message- From

RE: SQL 7.0 Question

2000-11-30 Thread Jeff Sarsoun
Why the * ? cfquery name="get_auctions" datasource="happytoad" DELETE from auction_records where auction_id='#id#' and userid='#userid#' /cfquery If your 'deleting' your all of the record anyway. -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30,

RE: Confused about CFSCHEDULE

2000-10-30 Thread Jeff Sarsoun
Try this. cfset v_date = dateformat(#now()#,"MM/DD/") cfset v_time = timeformat(#now()#,"HH:mm:ss") cfoutput cftry cfschedule action="UPDATE" task="schedule_name" operation="HTTPRequest" url="url" startdate= v_date starttime= v_time interval="ONCE"

accessing a dts file using cfobject

2000-10-02 Thread Jeff Sarsoun
Has anyone created a dts file in MS SQL7 and was able to access it using cfobject? I am getting the error: Error trying to create object specified in the tag. COM error 0x800401F3. Invalid class string The error occurred while processing an element with a general identifier of (CFOBJECT),

RE: (OT) making fields readonly with JavaScript

2000-08-31 Thread Jeff Sarsoun
Yes, but make make sure you re-enable it if you want to use it on a called template. -Original Message- From: John Andrichak IV [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 1:00 PM To: [EMAIL PROTECTED] Subject: Re: (OT) making fields readonly with JavaScript There is a

upsizing access to SQL server

2000-08-09 Thread Jeff Sarsoun
I am running into memo field issues when upsizing to SQL server 7.0? I have been trying to upsize an access2000 db to SQL server by using both the wizard interface and "import data", but keep getting the error: "error at destination for row #1, errors encountered so far in this task:1.

RE: upsizing access to SQL server

2000-08-09 Thread Jeff Sarsoun
Windows NT authentication, selected "Copy Table(s) from the source database", and it worked fine. It brought in the field as an nText. Is this along the lines of what you tried? -Original Message----- From: Jeff Sarsoun [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 16:00 T

RE: Line Breaks in Access Notes Field

2000-08-07 Thread Jeff Sarsoun
Look into using the ParagraphFormat() function. -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 4:44 PM To: CF_Talk Subject: Line Breaks in Access Notes Field This is a multi-part message in MIME format.

RE: Dedicated Hosting and questions.

2000-04-05 Thread Jeff Sarsoun
Check out the Message Board featured on Allaire's "Cool Tags". -Original Message- From: Erika Foster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 10:27 AM To: [EMAIL PROTECTED] Subject: Re: Dedicated Hosting and questions. Bud, I don't have any experience with WebBoard,