cflocation/javascript

2001-09-18 Thread Garry Red 5
This is a multi-part message in MIME format. --=_NextPart_000_0013_01C14102.4BF2FC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi We have a problem involving cflocation. In our code we have a user-intensive form, and when this is processed variou

Re: ImageMagick - anyone use with CF?

2001-09-18 Thread Scott Weikert
Thanks guys! Just what I needed to hear :) If any of you guys could toss me some examples of how you use CFEXECTUTE (i.e. the command you pass through it) to do various things, it'd probably help save me some time. Don't go out of your way, mind you... don't want to eat up anyone's time :) Thank

Page Break in Excel

2001-09-18 Thread J L
Hi All, I am trying to using CF to generate a document which is going to be export into Excel. In the document, I need to insert several page breaks so the printout will look nice. I have tried to use or or and none of them works. Does anyone have experience in this? Thanks in a

RE:

2001-09-18 Thread Benjamin S. Rogers
You might try adding "table-layout:fixed" to the style attribute of your table tag. I haven't tried it myself but it might be worth a shot. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Se

RE:

2001-09-18 Thread Billy Cravens
That's a limitation of browsers, not CFFLUSH. Most browsers won't render a partial table - the table must be syntactically correct (end tags) at the point you flush it. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Bill Holloway [mailto:[EMAIL PROTEC

Killing a Structure

2001-09-18 Thread Chad McCue
I am trying to find a good way to clear a structure when a user closes their browser window. My application calls for creating a structure of users as people log in. This structure will not allow the same Users to log in twice or any other user to log in with the same username and password as

sql help please

2001-09-18 Thread Won Lee
QUERY === SELECT * FROM surveys S, surveySub SB, categories C LEFT OUTER JOIN questions Q ON (C.categoryID = Q.categoryID) LEFT OUTER JOIN questionsN QN ON (Q.questionID = QN.questionID) LEFT OUTER JOIN questionsW QW ON (

RE:

2001-09-18 Thread Raymond Camden
You must remember that CF is not HTML. CFFLUSH simply sends text to the browser. If the browser refuses to render it, it's the browser's fault, not CF. I'm not surprised that the browser wouldn't render a half complete table. Tables are complex, and need to be complete to render. Another example:

RE:

2001-09-18 Thread Dave Watts
> So it appears that does not work within a table. Am I > correct? This seems like a SEVERE limitation of the tag. What site > doesn't use tables to format output? This isn't a limitation of the tag, but rather a limitation of the browser. To display a table on the page, the browser needs to

Re: XML Parser for CF

2001-09-18 Thread Nelson Winters
Check out cf_soxml at www.siteobjects.com. If you have any questions, Brett is very helpful on their support forums. Nelson - Original Message - From: "Critter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 12:59 PM Subject: XML Parser for CF

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Bob Hendren
I've used it with the CFEXECUTE tag, but that's about it. Works great there. - Bob Hendren President and CEO ListingWare Web: http://www.listingware.com Direct: 770-836-3231 Toll Free: 800-867-4707 ext. 102 Fax: 800-867-4707 Email: [EMAIL PROTECTED] > -Origi

Re: ImageMagick - anyone use with CF?

2001-09-18 Thread Chad Gray
I have used it on one demo site i setup. I used ImageMagick to create thumbnails of images with the mogrify command. It works pretty well, but i have never tested it on a live server with a lot of traffic. I was using CFEXECUTE to run the program. At 11:50 AM 9/18/2001 -0600, you wrote: >I

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Dave Watts
> I found some references to an image manipulation toolset, > called ImageMagick (http://www.imagemagick.org/). This looks > like JUST the thing I need for a project I'm working on. > > However, on the site, there's no mention of it's usage with > CF, or whether it's even a doable thing. > >

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Kurt Ward
I have used it before without a hitch using cfexecute. Not my favorite way of doing things, but it works. Kurt -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 1:50 PM To: CF-Talk Subject: ImageMagick - anyone use with CF? I found som

File Upload from MAC to PC-HELP!

2001-09-18 Thread Steven A. del Sol
Ok, I am sure this is an easy issue for someone and I am just missing something simple but this is kicking my @$$! I have a client who needs to upload images from his Mac to a WIN2K server running CF5. here is the code. If it is easier for you to rewrite the code please do. Any and all help wi

cf-talk@houseoffusion.com

2001-09-18 Thread Bill Holloway
So it appears that does not work within a table. Am I correct? This seems like a SEVERE limitation of the tag. What site doesn't use tables to format output? Bill ~~ Structure your ColdFusion code with Fusebox. Get the official book at htt

RE: XML Parser for CF

2001-09-18 Thread Rich Tretola
Try downloading the XML toolkit form the devexhange. Rich -Original Message- From: Critter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 1:00 PM To: CF-Talk Subject: XML Parser for CF Hello CF-Talk, anyone have any suggestions for a decent one? -- Best regards, Crit

Re: MSN

2001-09-18 Thread Paris Lundis
Incidentally I emailed Lewis who created the UDP kit to ask if he had fiddled with any of the instant messanger specs and utilizing such through the kit... no response yet... I am interested if anyone has/would like to undertake such a project. -paris [finding the future in the past, passing t

RE: XML Parser for CF

2001-09-18 Thread Pete Freitag
CFX_XMLParser at http://www.cfdev.com/xml + Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Critter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 1:00 PM To:

ImageMagick - anyone use with CF?

2001-09-18 Thread Scott Weikert
I found some references to an image manipulation toolset, called ImageMagick (http://www.imagemagick.org/). This looks like JUST the thing I need for a project I'm working on. However, on the site, there's no mention of it's usage with CF, or whether it's even a doable thing. Anyone out there in

SQL question about JOIN

2001-09-18 Thread Chad Gray
The first query takes 9seconds to process, the 2second query takes 1seconds to process. They return the same data. Why should you use an LEFT OUTER JOIN, or any JOIN for that matter when you can say WHERE JOBINFO.JOBNUM = ACTIVITYLOG.JOBNUM??? SELECT JOBINFO.JOBNUM, JOBINFO.JOBNAME, JOBINF

Re: Code Red backdoor triggered?

2001-09-18 Thread Bill Davidson
Getting SLAMMED too... So far only on one box as far as I can tell, but it is starting to generate so much traffic it is bringing it to its knees at some regular intervals. We're definitely patched and have port blocking on (not that that helps port 80), so hopefully this latest onslaught is fol

Re: Code Red backdoor triggered?

2001-09-18 Thread Matt Robertson
Looks like I'm getting about 310 or so per minute, if the 1-minute sample I took is representative. Deleted a 15mb log of attempts and its already grown to 1mb again. The Microsoft urlscan tool is keeping all of this out of the IIS logs. Interestingly, *all* of the default.ida requests I *used*

RE: Code Red backdoor triggered?

2001-09-18 Thread Leon Oosterwijk
Does anyone know what the Log signature for Apache is for this new virus/worm? Leon -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 10:54 AM To: CF-Talk Subject: RE: Code Red backdoor triggered? I use black ice on my server. THe co

RE: Code Red backdoor triggered?

2001-09-18 Thread Eric Dawson
>>We have temporarily renamed cmd.exe will that potential have any side effects? Guess I'll find out. Eric Dawson From: "Larry Juncker" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: Code Red backdoor triggered? Date: Tue, 18 Sep 2001 11:12:22 -050

RE: MSN

2001-09-18 Thread Eric Dawson
hmmm. without reading the question ... I just noticed that there is a set of jabber servlets available at sourceforge.net Eric Dawson From: Billy Cravens <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: MSN Date: Tue, 18 Sep 2001 10:50:08 -0500 If AI

RE: Format Tables (Was RE: CF to excel)

2001-09-18 Thread cf refactoring
Janine, There seems to be an error in your posted code, as you have 3 s to 2 . I'm surprised CF didn't give you an error message. It looks to me like you need to take the #Skill# outside so it isn't nested inside I'd do something like #Skill# ... Also, there's a place where it reads

RE: Code Red backdoor triggered?

2001-09-18 Thread Rich Tretola
Internet Terrorism? Rich -Original Message- From: Tristram Charnley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 12:17 PM To: CF-Talk Subject: RE: Code Red backdoor triggered? Yes we're getting hammered too - exactly the same requests Tristram Charnley ~

RE: Code Red backdoor triggered?

2001-09-18 Thread Kelly Matthews
yep that's the one... -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 12:01 PM To: CF-Talk Subject: RE: Code Red backdoor triggered? This may or may not be relevant but i've just deleted an email from someone i dont know which I'm sure

Re: MSN

2001-09-18 Thread admin
Thnks Billy, I'l have a look at that. The customer wants to be able to do something like livehelper.com, but in house, and without paying anything for it - usual story ! - Original Message - From: "Billy Cravens" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, Septem

RE: Code Red backdoor triggered?

2001-09-18 Thread Owens, Howard
Here's info: http:[EMAIL PROTECTED] Our servers are struggling under the weight of it. H. Howard Owens Internet Operations Coordinator www.insidevc.com [EMAIL PROTECTED] AIM: GoCatGo1956 > -Original Message- > From: Kola Oyedeji [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, September 18

XML Parser for CF

2001-09-18 Thread Critter
Hello CF-Talk, anyone have any suggestions for a decent one? -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.u

Re: checkboxes to action pages

2001-09-18 Thread Koo Pai Lao
instead of having the checkbox have a value of "no", let it have a numeric value which could be an ID, or an increment and u can trace it back to the list :) >From: Michael Vinson <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: checkboxes to ac

Re: checkboxes to action pages

2001-09-18 Thread Michael Vinson
Thanks Andy, I simply indexed my checkbox value (1,2,3...) inside a cfloop & voila' I have my number(ed) values which correspond to the checkboxes. This technique will have to do... But I would still like to figure how to pass the "array" of checked values (e.g. 0,0,1,1...) to my action page. Oh w

CODE BLUE WORM was: Code Red backdoor triggered?

2001-09-18 Thread Mark W. Breneman
Looks like a new virus called "W32.Nimda.A@mm" a variant on the proof of concept code blue worm. This virus has a two prong attack one via E-mail and via the Unicode Web Traversal exploit. "the worm sends out probes to IIS servers attempting to spread by using the Unicode Web Traversal exploit s

RE: Code Red backdoor triggered?

2001-09-18 Thread Larry Juncker
We are having the same thing happen. From looking at the IIS logs, this worm or whatever is using cmd.exe. We have temporarily renamed cmd.exe in the system32 folder of NT until we can ths caught and under control. Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. [E

RE: Code Red backdoor triggered?

2001-09-18 Thread Kelly Matthews
I use black ice on my server. THe code red used to come in as IIS system32 command course since i was patched it did nothing, well today i have a PLETHORA of attacks all labeled EITHER HTTP UTF8 backlick and HTTP URL with double-encoded .. My guess is it's a new worm we are getting SLAMMED but it'

RE: MSN

2001-09-18 Thread Paris Lundis
that would just pop open AIM on the local machine... it still requires AIM to be installed... it doesn't speak to the other client or a server directly :( -paris [finding the future in the past, passing the future in the present] [connecting people, places and things] -Original Messa

RE: Need help with error message.

2001-09-18 Thread Kelly Matthews
would probably help if you include the code that's throwing the error... -Original Message- From: Chris Bohill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:23 AM To: CF-Talk Subject: Need help with error message. Can anyone explain why I am getting this error message,

RE: OT: Macromedia Legal Issue

2001-09-18 Thread Joshua Miller
It's used as a tag because it's located in one directory on a server and needs to be used on as many as 50 sites (virtual hosting, obviously) ... rather than having all the code just copied and displayed in the source, we're using the standard ... since the pages calling the scripts could be as m

RE: Code Red backdoor triggered?

2001-09-18 Thread Tristram Charnley
Yes we're getting hammered too - exactly the same requests Tristram Charnley ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Arc

RE: Code Red backdoor triggered?

2001-09-18 Thread Kola Oyedeji
This may or may not be relevant but i've just deleted an email from someone i dont know which I'm sure had a virus attached. It has a exe. file attached called readme.exe. I recieved a virus warning and jsut deleted it! Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Deve

RE: Need help with error message.

2001-09-18 Thread Billy Cravens
Why the ToString and ToBinary conversions? Are you using these when you encrypt? --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Chris Bohill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 10:23 AM To: CF-Talk Subject: Need help with erro

RE: OT

2001-09-18 Thread Billy Cravens
15Seconds.com's list is good. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 6:03 PM To: CF-Talk Subject: OT Can anyone recommend an ASP mailing list? Thanks, ~~~

RE: IIS4 Programatically enter redirections

2001-09-18 Thread Billy Cravens
You can program against IIS using ADSI. To do it in CF, you'll need to write a VB COM wrapper that gets called via CFOBJECT. Do a search on MSDN for IIS and ADSI. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Job Blogss [mailto:[EMAIL PROTECTED]] S

Fw: Alert: Some sort of IIS worm seems to be propagating

2001-09-18 Thread Paul Hastings
lots more info...off bugtraq - Original Message - From: "Russ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 10:21 PM Subject: Alert: Some sort of IIS worm seems to be propagating > -BEGIN PGP SIGNED MESSAGE- > > There have been numerous reports

RE: MSN

2001-09-18 Thread Billy Cravens
If AIM is installed, doesn't it provide support for a proprietary protocol (aim://) in the browser? Also, I know that some software (like Jabber) can talk to a number of these services at a pretty low level. Some of it is even open source - perhaps you could pull some code off of SourceForge and

Re: Code Red backdoor triggered?

2001-09-18 Thread Jochem van Dieten
Jay Sudowski - Handy Networks LLC wrote: > Gr. We're getting hammered with something across three of our > servers. Data transfer is up 600% compared to normal. > > Today is gonna be one of those days ... We are seeing a slight increase in traffic as of 13:05 UTC today. From the log

RE: Code Red backdoor triggered?

2001-09-18 Thread Star Interactive (John Ceci)
Yeah, eml is a email file... Looks as though this is a new IIS whole... -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 10:14 AM To: CF-Talk Subject: RE: Code Red backdoor triggered? I'll show my ignorance. A .eml file is a kind of

Best way to compare dates in the database?

2001-09-18 Thread Kola Oyedeji
Hi I have an access database which has dates stored in the format: 18/9/01 however when I try to compare dates in using a where clause I get no matches despite the dates bieng the same format (and no spaces or seconds). My question is what is the best way to store dates so that they can be easily

RE: Format Tables (Was RE: CF to excel)

2001-09-18 Thread Janine Jakim
Ok I answered question 2. I found that using #Skill# will go through all the skills so that I don't need to do Skill1, Skill2, Skill3 Now I still have the issue of my headers showing up before each student. This is my code:  #Skill#

RE: checkboxes to action pages

2001-09-18 Thread Andy Ewings
Mike I assume the check boxes represent the same "field" in the database? So for example you might have three checkboxes for 3 employees called Andy, Mike and Steve and you want to delete the employees whose box is checked? If this is the case then.. All of your boxes should be called the

RE: MSN

2001-09-18 Thread Dan Phillips
Thank you, Dan Phillips Lead Support Technician/ColdFusion Administrator Express Technologies, Inc. dba CFXhosting.com -Original Message- From: BT [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:09 AM To: CF-Talk Subject: RE: MSN how can you send it to AIM? -Ori

Re: Code Red backdoor triggered?

2001-09-18 Thread webmaster
we're seeing a HUGE number of hits all containing :- port=3641 probes and URL=/c/winnt/system32/cmd.exe attempts and guess where they're coming from ? the exact same machines that rountinly have been doing the code red thing . Damn Message - From: "Paris Lundis" <[EMAIL PROTECTED]> To:

FW: Alert: Some sort of IIS worm seems to be propagating

2001-09-18 Thread Jay Sudowski - Handy Networks LLC
-Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:21 AM To: [EMAIL PROTECTED] Subject: Alert: Some sort of IIS worm seems to be propagating -BEGIN PGP SIGNED MESSAGE- There have been numerous reports of IIS attacks being generated by

FW: Alert: Some sort of IIS worm seems to be propagating

2001-09-18 Thread Dave Watts
I just got this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 September, 2001 11:21 To: [EMAIL PROTECTED] Subject: Alert: Some sort of IIS worm seems to be

FW: Code Red backdoor triggered?

2001-09-18 Thread Dave Watts
More on the .eml files. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -Original Message- From: Dave Watts Sent: Tuesday, 18 September, 2001 11:25 To: '[EMAIL PROTECTED]' Subject: RE: Code Red backdoor triggered? > It looks like w

Need help with error message.

2001-09-18 Thread Chris Bohill
Can anyone explain why I am getting this error message, when trying to encrypt and decrypt details passed through pages as URL's. Error Occurred While Processing Request Error Diagnostic Information Anerror occurred while evaluating the expression: CI= Decrypt(ToString(ToBinary(URL.Card_Id)),se

RE: Code Red backdoor triggered?

2001-09-18 Thread Rich Wild
we have loads of *.eml files, but they're just bad emails from the mailspool, nothing to worry about. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 18 September 2001 17:02 > To: CF-Talk > Subject: RE: Code Red backdoor triggered? > > > Check for *.eml

RE: Code Red backdoor triggered?

2001-09-18 Thread Rich Wild
> Can you tell us Rich if it is impacting the servers ?? nah - filling up firewall but nothing else. Are you > patched, and does this thing use something new or is it the same > exploit as before... Yeah - we're patched dunno - we never got hit before. > -Original Message- > From:

RE: Code Red backdoor triggered?

2001-09-18 Thread Jay Sudowski - Handy Networks LLC
Gr. We're getting hammered with something across three of our servers. Data transfer is up 600% compared to normal. Today is gonna be one of those days ... -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 10:37 AM To: CF-Talk Sub

Re: CF eating up RAM

2001-09-18 Thread Chris Norloff
Is 22MB a problem on your system? That doesn't sound bad to me. Does it plateau at 22MB at 18 days, or does it keep increasing? If it kept increasing, that would be a problem. Chris Norloff -- Original Message -- From: "nyon" <[EMAIL PROTECTED]> Reply-T

RE: MSN

2001-09-18 Thread Dennis Powers
I believe that the MSN Messenger uses a UDP protocol to communicate. If so you might be able to use the IntraFoundation UDPClient FREEWARE COM Object. http://www.intrafoundation.com/udpclient.html Best regards, Dennis Powers UXB Internet (203)879-2844 http://www.uxbinfo.com/ -Original M

RE: MSN

2001-09-18 Thread BT
how can you send it to AIM? -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 11:05 AM To: CF-Talk Subject: RE: MSN >From what I have found, MSN is not too friendly when it comes to sending messages unless you use their client software.

RE: Code Red backdoor triggered?

2001-09-18 Thread Carlisle, Eric
I'll show my ignorance. A .eml file is a kind of MS spool file, right? Does the virus pose as one of these files? EC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 12:02 PM To: CF-Talk Subject: RE: Code Red backdoor trigger

RE: CF eating up RAM

2001-09-18 Thread Neil Clark
also check your Mail stack/log ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@house

RE: MSN

2001-09-18 Thread Dan Phillips
>From what I have found, MSN is not too friendly when it comes to sending messages unless you use their client software. I know Yahoo, AIM, and ICQ all have a way that you can use HTML to send a message to users. Thank you, Dan Phillips Lead Support Technician/ColdFusion Administrator Express Te

RE: Code Red backdoor triggered?

2001-09-18 Thread Star Interactive (John Ceci)
Check for *.eml files on your IIS boxes, we got them everywhere...and our virus software is not picking anything up at all... -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 9:37 AM To: CF-Talk Subject: RE: Code Red backdoor triggered? e

RE: Code Red backdoor triggered?

2001-09-18 Thread Paris Lundis
Uggh! not the code-red variations again... Can you tell us Rich if it is impacting the servers ?? Are you patched, and does this thing use something new or is it the same exploit as before... Seems like it is becoming a net-30 terror :) -paris [finding the future in the past, passing the fut

RE: CF eating up RAM

2001-09-18 Thread Tyson Vanek
Make sure you're locking all your shared-scope variables. Writing code without properly locking on shared-scope variables can cause serious memory leaks in ColdFusion. If you're not familiar with this practice, I would suggest reading the following two articles. "ColdFusion Locking Best Practic

RE: Want to make a CFX tag but have only CF language expereience

2001-09-18 Thread Jeremy Allen
Perl is excellent for parsing data. Java will also work well. You may want to chop the file up into chunks and process each chunk so that you are not processing an entire 400 megabyte file at once. The C++ CFX API is not really that difficult and is documented fairly well. I have a lot of experi

Re: MSN

2001-09-18 Thread Rey Bango
AFAIK, they have no API for that. If you find it, please let me know. I've been wanting to add the functionality myself. Rey... - Original Message - From: "webmaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 10:49 AM Subject: MSN > Does an

RE: Code Red backdoor triggered?

2001-09-18 Thread Rich Wild
even we're getting hammered with syn flood attacks. Rich Wild > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: 18 September 2001 15:52 > To: CF-Talk > Subject: FW: Code Red backdoor triggered? > > > It seems there may be some unusual network activity today >

MSN

2001-09-18 Thread webmaster
Does anyone know how to send a MSN message from a CF app ? TIA Richard ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@house

FW: Code Red backdoor triggered?

2001-09-18 Thread Dave Watts
It seems there may be some unusual network activity today worth noting. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 September, 2001 10:49 To: [EMAIL

Re: Format Tables (Was RE: CF to excel)

2001-09-18 Thread cf refactoring
Can you show us the looping code? It's probably an error in reusing too much of the sample code --- Janine Jakim <[EMAIL PROTECTED]> wrote: > Thanks for all the input. Now for the next question. > I am having a hard > time formatting my html table correctly. I am using > #Skill[1]# > #Skill[2]#

checkboxes to action pages

2001-09-18 Thread Michael Vinson
Hi, I have a list of records (to delete) with checkboxes. i.e. user wants to delete recs & clicks checkbox Once the user clicks submit (Delete) Here's what I know: - How many items in the list - My 'index' to the list (using email address), which contains a subset of the query displayed in the fo

RE: Format Tables (Was RE: CF to excel)

2001-09-18 Thread Larry Juncker
Try this:  Skill1Skill2Skill3 #StudentName##ReadingScore##MathScore#Spellin gScore# This should get you started toward what you want. I don;t have time to right the whole page layout right now, but I hope that this will help you in the right direction. Larr

OT: IIS4 Programatically enter redirections

2001-09-18 Thread Job Blogss
Hello all, Is there any way to programatically add redirections into IIS4 on NT via cf, vb etc or some other means (without using the iis administrator)? Does the administrator take any command line parameters to add redirections? I searched the registry for current redirections but I can't

Re: Is the still a newsgroup address for this forum?

2001-09-18 Thread Howie Hamlin
Try news.fuseware.com. I just checked and it's still there and up to date... HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competiti

Re: OT: Suggestion to list

2001-09-18 Thread Todd Ashworth
Couldn't you just use the search feature to find any E-mail sent to cf-talk and then move it to the appropriate folder all at once? Todd - Original Message - From: "Andrew Scott" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 10:07 AM Subject: RE:

Format Tables (Was RE: CF to excel)

2001-09-18 Thread Janine Jakim
Thanks for all the input. Now for the next question. I am having a hard time formatting my html table correctly. I am using #Skill[1]# #Skill[2]# in the heading (I have also tried making it just a regular . But unfortunately it is giving each student a heading. ie: Reading MathSpelling J

RE: OT: Suggestion to list

2001-09-18 Thread Andrew Scott
Sorry to but in here, but I am going to agree with the addition to [cf-talk] or something to identify this. And I'll tell you why, most of us are windows based users. Out of all these the majority would be using a MS product for their email whether it be Outlook or Outlook Express. Yes it support

Re: OT: Macromedia Legal Issue

2001-09-18 Thread Jeffry Houser
This might better fit over on the CF-Partners list. I doubt there are any legal issues. I'm curious about the efficiency of a custom tag that does nothing but drop in some custom JavaScripts. Have you tested it for efficiency of using a custom tag vs an include vs just putting it in the

OT: Macromedia Legal Issue

2001-09-18 Thread Joshua Miller
I know this is OT, but I thought those of you in this list would be best able to answer this question. We use Dreamweaver UD4 with CFStudio to build our applications, in doing this, we use some of the core MM JavaScript in our sites. We've recently created a common JavaScript library for all our

How do you check the integrity of your code and links?

2001-09-18 Thread Earl, George
For several years we have been using CSE HTML Validator to check our HTML code and tools like Coast Webmaster to check the integrity of our links. We are moving from our archaic, static page method to a more dynamic method that makes use of and JavaScript, among other things. With this new method

Re: returning a column list

2001-09-18 Thread Clint Tredway
You would need to compare the output of each column and then keep only the ones that have data in them. Clint -- Original Message -- from: "Tristram Charnley" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Tue, 18 Sep 2001 10:39:46 +0100 Hi all I

RE: Is the still a newsgroup address for this forum?

2001-09-18 Thread Erika L. Walker
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ or www.tallylist.com Erika -- >>--| -Original Message- >>--| From: W. Hubbard [mailto:[EMAIL PROTECTED]] >>--| Sent: Tuesday, September 18, 2001 8:41 AM >>--| To: CF-Talk >

Re: Datasource Manager

2001-09-18 Thread Clint Tredway
I have one that will do access and sql server DSNs. Let me know and I will zip it up and send it to you. Clint -- Original Message -- from: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Tue, 18 Sep 2001 05:32:27 -0400 Anyone out there know of a goo

Re: Is the still a newsgroup address for this forum?

2001-09-18 Thread Critter
Hello W., javascript.. screen.availWidth; screen.availHeight; there is a link to the archives at the bottom of each message. -- Critter, MMCP Certified ColdFusion Developer Crit[s2k] - --- Tuesday, September 18, 2001, 8:41:28 AM, you wrote:

Is the still a newsgroup address for this forum?

2001-09-18 Thread W. Hubbard
Is there a newsgroup address for this forum or a place to search for information from previous messages? I seem to remember something about a way to identify the screen pixel size so that web page could be adjusted accordingly. Does anyone know how to do this or where to find information about

Fwd: Address verification request

2001-09-18 Thread phumes1
Form-Type: [List-Manager-Commands] Command: [auth dddf63b3] Command: [subscribe <[EMAIL PROTECTED]>] Command: [end] FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=list

Sql 2000 going to Single User Mode

2001-09-18 Thread William J Wheatley
Any idea why sql server 2k went into Single User Mode its done it now on a few different Dbs just wondering what i'm doing wrong here :) making me pull out my hair ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

Re: Want to make a CFX tag but have only CF language expereience

2001-09-18 Thread Larry W. Virden
from: "Jon Hall" <[EMAIL PROTECTED]> > CFX programming is done in either Java or C++ (others?). Java is by far the > easier to learn though. I cant really speak for C, but the process for > interfacing with CF via the Java CFX api is prettty simple as long as you > understand Java. I dont know if

Re: Suggestion to list

2001-09-18 Thread Larry W. Virden
When mailing list titles are stuffed into the Subject, it messes up many readers so they are no longer able to sort the messages into the proper order to read them - because the [stuff] gets sorted strangely. -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden

RE: Datasource Manager

2001-09-18 Thread Neil Clark
http://devex.allaire.com/developer/gallery/info.cfm?ID=9C9C32B0-7F93-11D5-83 F300508B94F85A&method=Full this is a good one. The encrypted on is free I think and the Open Source one is $60 so not too bad. ~~ Your ad could be here. Monies from ads g

Datasource Manager

2001-09-18 Thread thicks
Anyone out there know of a good, hopefully free Datasource manager.. it doesn't even HAVE to list datasources.. I can keep track on my own if I have to.. but I need one ASAP.. Thanks, ~~ Your ad could be here. Monies from ads go to support these l

RE:ActiveEdit

2001-09-18 Thread Declan Maher
Hi, Can anybody help me with a problem with ActiveEdit that I am having since importing my database from Access to SQL Server. The connection information seems to be right: However the error message I am getting is as follows. "Cookies are not enabled or a Coldfusion Error has occurred.Be sure t

returning a column list

2001-09-18 Thread Tristram Charnley
Hi all I'm building an SQL query where in addition to the results returned I also need to build a list containing the column names which contain values and excludes columns which have null values in that recordset. AFAIK the Columnlist variable returns all the columns by default. Anyone have

Datasource Manager

2001-09-18 Thread thicks
Anyone out there know of a good, hopefully free Datasource manager.. it doesn't even HAVE to list datasources.. I can keep track on my own if I have to.. but I need one ASAP.. Thanks, ~~ Structure your ColdFusion code with Fusebox. Get the officia

  1   2   >