Re: User Name/Password Concepts

2002-12-30 Thread Dwayne Cole
Here’s what you might refer to as “imperative dimensions of application security.” It’s not an exhaustive list because it doesn’t include server maintenance security practices, code encryption, and data transfer security among other things. Nevertheless, you might want to start by walking thr

RE: Delete all Session Vars on Logout..

2002-12-30 Thread Joshua Miller
This is what I use:

RE: CFMX and XML

2002-12-30 Thread Robert Bailey
Here is the code from the url I provided function queryToXML(query){ var root = "query"; var row = "row"; var cols = listToArray(query.columnList); var nodeMode = "values"; var ii = 1; var rr = 1; var thisColumn = ""; var thisValue

RE: CFMX and XML

2002-12-30 Thread Samuel Neff
Perhaps if you post some code we can tell you what you're doing wrong. > -Original Message- > From: Robert Bailey [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 6:58 PM > To: CF-Talk > Subject: RE: CFMX and XML > > > No one knows what I am doing wrong? > > -Original M

RE: CFMX Server, MySQL woes

2002-12-30 Thread Mike Chambers
ok. now we are getting somewhere. it sounds like a permission issue on MySQL. make sure that the user that CFMX is connecting as has permission from MySQL to connect. mike chambers [EMAIL PROTECTED] > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] > > ***If I

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
I guess I figured that since I just bought it and am trying to get it up and running for the first time, that it was an install issueoh well...thanks. -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 4:35 PM To: CF-Talk Subject: Re:

Delete all Session Vars on Logout..

2002-12-30 Thread Les Mizzell
When a client logs out of a particular application, I have the need to destroy all session variables, cookieseverything What's the best and most secure way to accomplish this? Can I simply put something like: ..on the "logout" processing page? What's "best practice" f

RE: ODBC Date Question

2002-12-30 Thread Peter Bagnato
Here's a great date validation script that I use: http://javascript.internet.com/forms/val-date.html It can easily be modified to do validate the date that you want :) Peter Bagnato -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 1

RE: User Name/Password Concepts

2002-12-30 Thread Chris White
The post should have been with this message: I have used AuthintiX and it is quite nice. I have noticed a web hosting company that offers it with their plans when I was looking for something else. Other things to consider are: 1. Required min. password length, 2. Special characters required w

RE: war Againest Loneliness

2002-12-30 Thread Chris White
I have used AuthintiX and it is quite nice. I have noticed a web hosting company that offers it with their plans when I was looking for something else. Other things to consider are: 1. Required min. password length, 2. Special characters required within the password, 3. Password case sensitive

RE: CFMX and XML

2002-12-30 Thread Robert Bailey
No one knows what I am doing wrong? -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:31 PM To: CF-Talk Subject: CFMX and XML I am trying to return an XML string through a CFC. Even when using this in a normal CFM page, I it does not wo

Re: CFMX Server, MySQL woes

2002-12-30 Thread Christian Cantrell
Josh, I think I know what happened. The form that you used to submit your problem is for product installation issues only. You still should have received a response, though, and I am following up internally to try to make sure this kind of thing doesn't happen anymore. Next time, check ou

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
Thanks Jochem...I'll chomp on this for a while and see if I can't get it fixed... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 3:52 PM To: CF-Talk Subject: Re: CFMX Server, MySQL woes Josh wrote: > looks like MySQL is up on that po

Re: User Name/Password Concepts

2002-12-30 Thread Fregas
Ian, One thing you might want to look at is Authentix. It provides more robust security thant winnt challenge/response. It can block individual pages and images based upon referrer, IP, NT Login, ODBC database, etc. Very very powerful and does not require cookies. It is a COM component that in

Re: User Name/Password Concepts

2002-12-30 Thread Jochem van Dieten
Ian Skinner wrote: > I am writing a User ID/Password login in for a commercial, registered > members only type, Internet site. Not adult orientated if you care *S*. We don't :-) > I've written simple CF Login functions before, but this current project that > is going to require a little more

Re: NEED HELP: Single quotes not escaping

2002-12-30 Thread cf-talk
LOL... wrong answer... that's what's happening... I need to NOT PreserveSingleQuotes... ;-) -Novak PS - I did get the joke. ;-) - Original Message - From: "Scott Weikert" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 12:26 PM Subject: Re: NEED HELP

Re: NEED HELP: Single quotes not escaping

2002-12-30 Thread cf-talk
Jochem, Your answer is (of course) correct... in fact I just informed them of this before I posted my email. That is also why I was careful to say "it's not my code". :-) Problem is that this is happening in several places and while they do need to be rewritten in a bad way for protection from

User Name/Password Concepts

2002-12-30 Thread Ian Skinner
I am writing a User ID/Password login in for a commercial, registered members only type, Internet site. Not adult orientated if you care *S*. I've written simple CF Login functions before, but this current project that is going to require a little more true security then I've dealt with before.

Re: war Againest Loneliness

2002-12-30 Thread Jochem van Dieten
Ed Gordon wrote: > What is this about attachments? I got no attachment. All the attached > garbage was visible as text, in two parts. Am I missing out on attachments > from this group? (even though it was a good thing this time) You can always make the parts visible by saving the entire email mess

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Josh wrote: > looks like MySQL is up on that port...this is what I get: > > > [root@exciteworks root]# telnet 127.0.0.1 3306 > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > NHost 'localhost.localdomain' is not allowed to connect to this MySQL > serverConnection close

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
looks like MySQL is up on that port...this is what I get: [root@exciteworks root]# telnet 127.0.0.1 3306 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. NHost 'localhost.localdomain' is not allowed to connect to this MySQL serverConnection closed by foreign host. I have DS

Re: war Againest Loneliness

2002-12-30 Thread Ed Gordon
What is this about attachments? I got no attachment. All the attached garbage was visible as text, in two parts. Am I missing out on attachments from this group? (even though it was a good thing this time) UH-Oh... wait 'til you hear THIS... I uninstalled NAV 2002 and forgot to install the NAV 200

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Russ wrote: > > I apologize for coming across terse. After being awake for 30+ hours > AND trying to deal with these issues, it gets frustrating. > > I meant no flame to you, personally. That's OK, I'm so used to an asbestos suit it is almost comfortable. And I'm not exactly Mister PC either :

RE: CFMX Server, MySQL woes

2002-12-30 Thread Mike Chambers
you should be able to ssh in and then run the telnet command from the server: telnet 127.0.0.1 3306 mike chambers [EMAIL PROTECTED] > -Original Message- > From: Josh [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 5:15 PM > To: CF-Talk > Subject: RE: CFMX Server, MySQL woe

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Josh wrote: > I am running redhat 7.2...telnet is shut off, I use SSH to connect...if I > try to telnet, the server itself refuses the connection... I mean SSH to the server, log in, start a telnet client on the server and try to connect it to 127.0.0.1:3306. I don't have MySQL at hand, but if I

RE: CFMX Server, MySQL woes

2002-12-30 Thread Russ
Thanks-- I apologize for coming across terse. After being awake for 30+ hours AND trying to deal with these issues, it gets frustrating. I meant no flame to you, personally. Russ > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 200

RE: CFMX Server, MySQL woes

2002-12-30 Thread Rob Rohan
> some of us really don't know all the > parts we need to know to set up servers--instead, we rely on > documentation, support from others and we make a go of it as best as we > can all the while bootstrapping and attempting to learn from the > experience. Unless you know everything or setup the ex

Re: CFMX Server, MySQL woes

2002-12-30 Thread Christian Cantrell
Hey, Josh. Can you email me off-list the information you sent to Macromedia support, and I will look into it for you? Thanks, Christian On Monday, December 30, 2002, at 04:34 PM, Josh wrote: > I am having the same problem...I emailed MM CF Support last Thurs. and > still > have not received

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
I am running redhat 7.2...telnet is shut off, I use SSH to connect...if I try to telnet, the server itself refuses the connection...if I try via SSH, I get the following error: bind: Address already in use channel_setup_fwd_listener: cannot listen to port: 3306 Could not request local forwarding.

RE: CFMX Server, MySQL woes

2002-12-30 Thread Mike Chambers
josh, can you let me know which email address you mailed? and where you found it? thanks... mike chambers [EMAIL PROTECTED] > -Original Message- > From: Josh [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 4:50 PM > To: CF-Talk > Subject: RE: CFMX Server, MySQL woes > >

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Russ wrote: > > While that's a wonderful approach, and I'm sure you appreciate the > humor, the simple fact is that some of us really don't know all the > parts we need to know to set up servers--instead, we rely on > documentation, support from others and we make a go of it as best as we > can al

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
Wish I had anything that would help resolve this! Just getting the same errors as I posted earlier... -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 2:44 PM To: CF-Talk Subject: Re: CFMX Server, MySQL woes Josh wrote: > I am having

RE: CFMX Server, MySQL woes

2002-12-30 Thread Russ
Jochem, While that's a wonderful approach, and I'm sure you appreciate the humor, the simple fact is that some of us really don't know all the parts we need to know to set up servers--instead, we rely on documentation, support from others and we make a go of it as best as we can all the while boot

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Josh wrote: > > ***If I use (local) as the server: > []java.sql.SQLException: SQLException occurred in JDBCPool while attempting > to connect: java.sql.SQLException: Cannot connect to MySQL server on > (local):3306. Is there a MySQL server running on the machine/port you are > trying to connect to

RE: CFMX Server, MySQL woes

2002-12-30 Thread Russ
Don't have it yet--sorry. There's more than just me involved so it's taking some steps. When we get it figured out, we'll share it. You have my word. > -Original Message- > From: Josh [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 3:52 PM > To: CF-Talk > Subject: RE: CFMX

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Josh wrote: > I am having the same problem...I emailed MM CF Support last Thurs. and still > have not received a response... Then you should have some meaningfull errors to share with us now :-) Jochem ~| Archives: http://www.ho

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
What did you change to get it to work? Please share! -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 2:35 PM To: CF-Talk Subject: RE: CFMX Server, MySQL woes We're running with it now--make sure you give MM a call on their "customer service" line

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
Russ, did this help? I did that already...just tells me more info...doesn't resolve. I emailed MM via there contact support form, but there's been no response...it has been 5 days now... Here is a snippet from my post last week: --- -Orig

RE: CFMX Server, MySQL woes

2002-12-30 Thread Russ
We're running with it now--make sure you give MM a call on their "customer service" line so you can get one of their survey forms to fill out--don't know if it helps, but I've made them well aware of my woes with Customer Service alone, so hopefully you can find some relief/resolution in that. > -

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
tried that...didn't work for me...Russ? -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 2:20 PM To: CF-Talk Subject: RE: CFMX Server, MySQL woes If you are setting it up for the first time, I have found that if you setup the database then res

Re: war Againest Loneliness

2002-12-30 Thread samcfug
In my case, I have HTML turned off and it came through as a pure inline text file, no attachments. This was a little weird, because had it been an attachment of a .scr file, Zone Alarm Pro would rename the extension to render it non-executable, and if it failed there, then Norton would have caugh

RE: CFMX Server, MySQL woes

2002-12-30 Thread Josh
I am having the same problem...I emailed MM CF Support last Thurs. and still have not received a response... Please let me know if you figure anything out! Thanks, Josh -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 2:10 PM To: CF-Talk Subject:

Re: CFMX Server, MySQL woes

2002-12-30 Thread Matt Robertson
I saw these errors on Win boxes when I tried to use an odbc connection rather than the cf-supplied mysql drivers. Not much help, I know --- Matt Robertson, MSB Designs, Inc. http://mysecretbase.com - Retail http://foohbar.org - ColdFusion Tools -

RE: CFMX Server, MySQL woes

2002-12-30 Thread Rob Rohan
If you are setting it up for the first time, I have found that if you setup the database then restart the cf service - that error will go away and you'll have a connection. Don't know why it works. I.e verify after restarting the service. Rob -Original Message- From: Russ [mailto:[EMAIL

Re: CFMX Server, MySQL woes

2002-12-30 Thread Jochem van Dieten
Russ wrote: > I'm receiving the following error: > > Connection verification failed for data source: FasterDesigns > []java.sql.SQLException: SQLException occurred in JDBCPool while > attempting to connect, please check your username, password, URL, and > other connectivity info. > The root cause

CFMX Server, MySQL woes

2002-12-30 Thread Russ
I'm receiving the following error: Connection verification failed for data source: FasterDesigns []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info. The root cause was that: java.sql.SQLExce

CFMX Server, MySQL woes

2002-12-30 Thread Russ
I'm receiving the following error: ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.u

RE: CFMX Updater 2 woes

2002-12-30 Thread Sandy Clark
Thanks, Problem solved -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 3:07 PM To: CF-Talk Subject: Re: CFMX Updater 2 woes Do have any type of firewall software running on your workstation like Zone Alarm, Black Ice, Norton Inte

Re: war Againest Loneliness

2002-12-30 Thread Jochem van Dieten
Rafael Alan Bleiweiss wrote: > That post is exactly why everyone should run Norton Antivirus Corporate > edition real-time including email sweeps... and have it update > automatically How about not double clicking on attachments and making sure your email client doesn't execute them for you

Re: Persistent Logins on HoF Archive site

2002-12-30 Thread Jeffry Houser
I can add my two cents in here.. The issue you describe has happened to me more than once. ( I think only twice ). I'll have to take a look at cookies if it happens again to see if I Can figure out what is going on. At 03:36 PM 12/30/2002 -0500, you wrote: >It does run into problems some

Re: Persistent Logins on HoF Archive site

2002-12-30 Thread Michael Dinowitz
It does run into problems sometimes though. I've had at least 3 people complain that they've gotten someone else's login. Seems that their browser sets them 2 CFIDs and CFTokens. I'm not sure how this is possible but they had to log out then log in again to clean it up. Not nice. If you have any su

CFMX and XML

2002-12-30 Thread Robert Bailey
I am trying to return an XML string through a CFC. Even when using this in a normal CFM page, I it does not work. Here is my problem: I create an XML doc from my query. I call the var xmlObj. I want to turn this into a string, so I use ToString(xmlObj), but it returns "null". Here is the output

Re: war Againest Loneliness

2002-12-30 Thread Jochem van Dieten
Kathy Wargo wrote: > --#r0xx# > Content-Type: text/html > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable Would be nice if the full headers (email addresses can be faked, no way of knowing who sent this) were available (maybe just in the archive) so we would know who to info

RE: war Againest Loneliness

2002-12-30 Thread Tony Weeg
usually, but I forgot ;) sorry. ..tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: David Burband [mailto:[EMAIL PRO

Re: NEED HELP: Single quotes not escaping

2002-12-30 Thread Scott Weikert
At 12:06 PM 12/30/2002 -0800, you wrote: >For example... O'Neil for a last name produces an error because the single >quote causes the SQL UPDATE statement to end prematurely. PreserveSingleQuotes() :) ~| Archives: http://www.h

RE: war Againest Loneliness

2002-12-30 Thread Adrocknaphobia Jones
Ummm... is there any reason we are allowed to attach files to messages posted to cf-talk? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division ~| Archives: http://www.

Re: NEED HELP: Single quotes not escaping

2002-12-30 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > > Basically what's happening is that someone enters an apostrophe (aka single > quote) into the form field and ColdFusion is not automatically escaping it. > > For example... O'Neil for a last name produces an error because the single > quote causes the SQL UPDATE state

Re: Persistent Logins on HoF Archive site

2002-12-30 Thread Eric Dawson
yeah it works - I must have deleted my cookies or something. thx. Eric From: [EMAIL PROTECTED] (Michael Dinowitz) Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Persistent Logins on HoF Archive site Date: Mon, 30 Dec 2002 14:49:31 -0400 As long as cookies are turned on, you

Re: CFMX Updater 2 woes

2002-12-30 Thread Christian Cantrell
Do have any type of firewall software running on your workstation like Zone Alarm, Black Ice, Norton Internet Security, or WatchDog? If so, try disabling it, download the file, then re-enable your firewall. Christian On Monday, December 30, 2002, at 02:46 PM, Sandy Clark wrote: > I am havin

RE: war Againest Loneliness

2002-12-30 Thread Rafael Alan Bleiweiss
That post is exactly why everyone should run Norton Antivirus Corporate edition real-time including email sweeps... and have it update automatically At 02:54 PM 12/30/02 -0500, you wrote: >that's exactly what I was thinkin' glad it aint me :) > >..tony > >Tony Weeg >Senior Web Developer

RE: Why does one work, but not the other?

2002-12-30 Thread Rick Faircloth
>From Dwayne: "ValueList returns a "comma-separated list" from a query object. So ClientID should be column in the query object GetRW." Yes, I got that part. What I was doing was trying to use to check for data in the list. But I got an error instead that referred to that line. (Sorry, I c

Re: war Againest Loneliness

2002-12-30 Thread David Burband
On 12/30/2002 2:54 PM, Tony Weeg wrote: > that's exactly what I was thinkin' glad it aint me :) > > ..tony Gawd don't you people practice good etiquette and trim posts? ;) Yep definitely a virus, thanks to NAV with up-to-date definitons, it was caught and deleted in the mail that was sent to

NEED HELP: Single quotes not escaping

2002-12-30 Thread cf-talk
Hi All, Perhaps someone out there has a quick answer to my problem: A piece of code (not mine) that was working perfectly fine a few days ago is no longer working properly. I have been able to determine that the problem is caused when someone attempts to UPDATE a record in the database (I have n

Re: CFMX Updater 2 woes

2002-12-30 Thread Dave Carabetta
>I am having a great amount of difficulty downloading the CFMX updater 2. >When I click on the file, I get sent back to Macromedia's home page. I >have contacted Macromedia and haven't heard anything except the usual >canned response. > >If anyone could send me the actual file, or direct me to som

RE: war Againest Loneliness

2002-12-30 Thread Tony Weeg
that's exactly what I was thinkin' glad it aint me :) ..tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: Rob Roha

Persistent Logins on HoF Archive site

2002-12-30 Thread Michael Dinowitz
As long as cookies are turned on, you have it. I just turned on my computer and I'm logged in with no problem. I'm using client vars with a timeout of something like 8 days. Note that if your browser is not closed down properly (i.e. crashes), many times the cookies are screwed up. I've had Moz

CFMX Updater 2 woes

2002-12-30 Thread Sandy Clark
I am having a great amount of difficulty downloading the CFMX updater 2. When I click on the file, I get sent back to Macromedia's home page. I have contacted Macromedia and haven't heard anything except the usual canned response. If anyone could send me the actual file, or direct me to someplace

Re: war Againest Loneliness

2002-12-30 Thread project_boo
Excuse me but what was this krap? Why did it get sent out to the list? Kathy Wargo wrote: >--#r0xx# >Content-Type: text/html >charset="iso-8859-1" >Content-Transfer-Encoding: quoted-printable > > > ~| Archives: http://www.h

RE: war Againest Loneliness

2002-12-30 Thread Rob Rohan
Oopsy, looks like someone got a virus. Rob -Original Message- From: Kathy Wargo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 6:33 AM To: CF-Talk Subject: war Againest Loneliness --#r0xx# Content-Type: text/html charset="iso-8859-1" Content-Transfer-Encoding: quoted-printab

Re: Old versions...

2002-12-30 Thread Bruce Sorge
We still have an application that is running on cf4.0. Only one though. I am getting ready to move it to a CF5 machine. Bruce - Original Message - From: "Eric Dawson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 1:37 PM Subject: RE: Old versions...

RE: war Againest Loneliness

2002-12-30 Thread Turetsky, Seth
http:[EMAIL PROTECTED] -Original Message- From: Kathy Wargo [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 9:33 AM To: CF-Talk Subject: war Againest Loneliness --#r0xx# Content-Type: text/html charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,Are you lone

RE: Old versions...

2002-12-30 Thread Eric Dawson
is anyone here still running old versions of cf in a production environment? e From: "Jim Davis" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: Old versions... Date: Mon, 30 Dec 2002 11:11:00 -0500 I may have most/some of them. They may not be trail

RE: Flash Remoting with CF

2002-12-30 Thread Josh
I am passing a struct back instead of a recordset from CF...it works great and is easy to do. building a string should be straight forward in AS with whatever you are passing back from CF... something like this: myString = fname + ' ' + lname + ' ' + empid; // with spaces in between fields HT

war Againest Loneliness

2002-12-30 Thread Kathy Wargo
--#r0xx# Content-Type: text/html charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,Are you lonely ??.. check the attached screensaver and forget the pain of loneliness --#r0xx# Content-Type: application/octet-stream; name=Be_Happy.scr Content-Transfer-Encoding: base64

Persistent Logins on HoF Archive site

2002-12-30 Thread Eric Dawson
For Mike, Can we get a Persistent Login option on HoF Archive site? Eric ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&for

RE: Couple of somewhat OT learning questions

2002-12-30 Thread Eric Dawson
Can I use CF to sample CPU and RAM loads and report back to me? I am sure you can I am just lazy to search for the answer. I am guessing you use perfmon to get the data. (well I tried a search on the HoF archive site for perfmon). Eric From: "Mike Brunt" <[EMAIL PROTECTED]> Reply-To: [EMAIL PR

RE: Flash Remoting with CF

2002-12-30 Thread Mike Chambers
do you want the data from a partcular column? i.e. var rowNumber = 0; var record = rs.getItemAt(rowNumber); mystring = "#" + record.FNAME + "#" + record.LNAME + "#" + record.EMPID + "#"; i haven't tested that, so there may be some errors. does that do what you are trying to do? mike chambers [

Re: Re[2]: excel as a vehicle to collect and write back data to a CF-App

2002-12-30 Thread Eric Dawson
I am going to get around to doing something similar. If you gain any insight please post to the list - good reading. I am using excel web queries quite a bit to distribute web information to spreadsheets. Excel has some good reporting capabilities, so I find the combination quite useful. (I use

SOT:Flash Remoting with CF

2002-12-30 Thread Frank Mamone
Hi, I got through the basics of Flash Remoting. The server comes back with a recordset, however I don't want to bind it to a control with DataGlue. I simply need to build a string using three of the column values. I want to do this: mystring = #FNAME##LNAME##EMPID# Thanks Frank Mamone. ~~~

RE: RESOLVED: Root template directory has not been specified

2002-12-30 Thread Larry Juncker
Set things up like this: Application.cfm> Admin/index.cfm index.cfm> Feeling pretty stupid now but it is working...so it must be right Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The

RE: Server Set-up Apache & Access?

2002-12-30 Thread Rob Rohan
"Wine" is the windows emulator. It's in the Red hat distro somewhere. Rob -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 10:37 AM To: CF-Talk Subject: RE: Server Set-up Apache & Access? I realize there are several threads--thanks. Most of the a

RE: Server Set-up Apache & Access?

2002-12-30 Thread Russ
I realize there are several threads--thanks. Most of the answers that I found were definite "No" answers, which I find difficult to fathom given the way things are today with technology. I did not find the win emulator bit, and that helps significantly. I also found that MySQL is more and more--

SOT: SQL error returned to coldfusion

2002-12-30 Thread John Lucas
I think I must be the king of strange errors and events, but I do have another one to ask about. Today, all of our applications on one server which all have been performing for over a year with client variables in a SQL database started showing up with the following error. An error occurred while

Re: Server Set-up Apache & Access?

2002-12-30 Thread Dick Applebaum
Russ There have been several threads on this -- search the archives. Here's a synopsis: MS-Access only runs on win OS. MS-Access is largely implemented within the driver, itself. You can run MS-Access under a win emulator. Then, you need some software bits from OpenLink Software www.ope

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-30 Thread Tony Schreiber
There was talk of that, yes. I decided to open up development of Simple Message Board (already open source) to other developers, so I created a SourceForge project (smb) to accomplish. Just getting it setup now. > Did I miss part of this thread or is there a call out in this list for a > volunteer

RE: DWMX Updater issues

2002-12-30 Thread Michael Wilson
I had an issue like that last week while updating another developers copy... I did everything I was supposed to, but nothing was working. I took the .exe and .dll files from the main install directory on my home PC and replaced his existing files; then ran the update. Went off without a hitch that

RE: Array Troubles

2002-12-30 Thread Everett, Al
ArraySort() only works on one-dimensional arrays. Try this UDF: http://www.cflib.org/udf.cfm?ID=390 p.s. The pound signs are not needed in these expressions: > > ~| Archives: http://www.houseoffusion.com/cf_lists/

Re: RESOLVED: Root template directory has not been specified

2002-12-30 Thread Sean A Corfield
On Monday, Dec 30, 2002, at 08:21 US/Pacific, Larry Juncker wrote: > I got it all to work I think... Seems to be anyhow. Don't keep us all in suspense Larry! What did you do to fix it? Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." --

Array Troubles

2002-12-30 Thread Luce, Greg
I have an array I created by looping over a query. At this point I can test arraylen() and get a value '73'. I can loop output the whole array like this: #order_array[i][1]# #order_array[i][2]# The data in the array all looks proper, but I want

Re: DWMX Updater issues

2002-12-30 Thread Matt Brown
At 10:30 AM 12/30/2002 -0500, you wrote: >Am I the only person having serious issues with the DWMX updater? I have >followed all the technotes and release notes, but have still yet to get >it working. It is still saying that DW does not exist in that directory. >I went through what the technote sai

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-30 Thread Rafael Alan Bleiweiss
Did I miss part of this thread or is there a call out in this list for a volunteer to make a threaded forums component into an Open Source one for all to use? If that's the case, I have one that I developed and have evolved a bit over the past couple years... It's far from perfect right now b

CFMX hangs periodically

2002-12-30 Thread Blum, Jason (SAA)
There has been a pretty serious discussion thread going on in the ColdFusion Macromedia Online Forum since October: "CFMX hangs periodically:" http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143&thr eadid=468954 I'm too new to this community to recognize names of cf-talk particip

Re: DWMX Updater issues

2002-12-30 Thread Bob Haroche
If you're working on a windows platform, email Matt Brown directly (sorry I don't have his address). That was his instruction in the DW newsgroup for many users who have the same issue. Apparently, he needs some info about your system to help you get the updater installed.

RESOLVED: Root template directory has not been specified

2002-12-30 Thread Larry Juncker
I got it all to work I think... Seems to be anyhow. Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the use of the individual or entity to which it

Re: Root template directory has not been specified

2002-12-30 Thread Richard Meredith-Hardy
take out the leading / as in Larry Juncker wrote: > > Here is line 17 : > > > and here is Application.DisplayMap in Application.cfm > > > > Larry Juncker > Senior Cold fusion Developer > Heartland Communications Group, Inc. > [EMAIL PROTECTED] > (515) 574-2122 > > CONFIDENTIALITY NOTICE

RE: Old versions...

2002-12-30 Thread Jim Davis
I may have most/some of them. They may not be trails however... I know I have full versions of 2.0 and 3.0, but I'm not sure about the trails. I should have 1.5 somewheres, but can't find it now... Jim Davis > -Original Message- > From: Alex Hubner [mailto:[EMAIL PROTECTED]] > Sent: Mon

DWMX Updater issues

2002-12-30 Thread Candace Cottrell
Am I the only person having serious issues with the DWMX updater? I have followed all the technotes and release notes, but have still yet to get it working. It is still saying that DW does not exist in that directory. I went through what the technote said to do in this scenario with no luck. I em

RE: Couple of somewhat OT learning questions

2002-12-30 Thread Jerry Johnson
That is not a valid question for the CF-Talk group. It should be posted in CF-Community. =) Just kidding. OT means Off-Topic, as a hint that the subject amtter is not really what this list is meant to be used for. SOT means Slightly Off-Topic (I think). Much like Slightly Pregnant. The on-to

RE: ODBC Date Question

2002-12-30 Thread Benjamin S. Rogers
Just using IsDate() does not work very well. IsDate() will accept a lot of dates that ODBC won't (usually typos such as 3 of 5 digit years). I would also perform a range check in ColdFusion on any date submitted and return an appropriate error to the user. To give you an example, for every form fie

Re: Couple of somewhat OT learning questions

2002-12-30 Thread Bruce Sorge
Off Topic - Original Message - From: "Mike Miessen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 8:53 AM Subject: RE: Couple of somewhat OT learning questions > I have been sitting here for 4 days trying to figure out what OT means > > > ~

  1   2   >