RE: Accessing outlook/exchange folders?

2001-07-11 Thread DDE
Have a look at www.cfcomet.com , they have a bunch of COM objects and code samples aver there. Dominique -Original Message- From: Wayne Putterill [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 16:40 To: CF-Talk Subject: Accessing outlook/exchange folders? A client has asked

decrypted version of cfcache, anyone?

2001-07-11 Thread Daniel Kemp
Yeah I know this sound lame, but does anyone anywhere have a decrypted version of cfcache. I'm trying to come up with a work-around for a problem we're having (using weird port numbers and some-such), and the trouble is somewhere in cfcache. Not that there's a problem with cfcache, I'd just

Re: Doc Watson

2001-07-11 Thread Bud
On 7/5/01, CF-Talk \(SD Solutions\) penned: I don't know any CF 4.52. The last update I know of is: 4.5.1 SP2 Yeah yeah yeah. That's what everyone calls it and it's easier than typing it your way. :) Now, if someone could answer my question??? (below) :-D Hi all. I finally broke down and

Re: QuerySetCell on CF 5

2001-07-11 Thread Tim Painter
Scott, I'm using CF 5 Professional, and I am using it in an app here with no problems. Could you post the code? Tim P. - Original Message - From: Scott Van Vliet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 3:15 PM Subject: QuerySetCell on CF 5

RE: Column names containing a # sign

2001-07-11 Thread Tristram Charnley
Thanks - adding the square brackets worked. I haven't come across this method before, indeed you learn something every day. Tristram Charnley ~~ Structure your ColdFusion code with Fusebox. Get the official book at

CFGridColumn

2001-07-11 Thread Mak Wing Lok
hi all, is it possible to have javascript in CFGRIDCOLUMN, when the user click on the grid item it will run the javascript, for example : cfgrid name=myGrid query=detailsdata selectmode=SINGLE sort=Yes sortascendingbutton=ASC sortdescendingbutton=DESC insert=Yes delete=Yes insertbutton=Insert

looping (I think) problems

2001-07-11 Thread Seamus Campbell
Hi I have 3 tables: (Access database) tblClient has fields: ClientID ClientEmail ClientName tblClientCategory has fields: ClientID CategoryID tblClientCategoryTypes has fields: CategoryID Category So clientID can have one or more Categories. I am trying to build an edit form so

RE: Tab Char Code SOLUTION

2001-07-11 Thread cf . talk
Do NOT use ASC(), this is a grossly unsound hack. The correct generic way to generate any 'control character' in Cold Fusion is to use the CHR() function as follows: CFSET tabcharacter = Chr(9)!--- generate a tab character --- A frighteningly complete list of all 'control codes' is

RE: Host provider needed

2001-07-11 Thread John Bowering
Bryan, Does he/she need a shopping cart solution as well as hosting? You can take a look at http://www.ecommercedemos.com, to view the online demo, you can use demo/demo to log in. We also offer hosting for all of our applications. A package deal can be arranged if you are interested. Let me

RE: OT: HTML Question with Netscape 4 and 6

2001-07-11 Thread I-Lin Kuo
I didn't have any problem viewing it with Netscape 4.7 From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 12:17 PM Subject: OT: HTML Question with Netscape 4 and 6 Can someone please tell me why these pages completely mess up in Netscape 4 and 6 besides the obvious

RE: Doc Watson

2001-07-11 Thread Robert Everland
Check a lot of your code, when upgrading to newer versions of CF they get more strict with how your code is written. I remember my last job, we upgrade from 4.0 to 4.01 for Y2k fixes and the whole website wouldn't work because 4.0 allowed cfapplication to not have a name while 4.01 didn't allow

RE: OT: HTML Question with Netscape 4 and 6

2001-07-11 Thread Robert Everland
Fixed it yesterday, submitted it to a few lists and another list found the problem, had an extra word in my style sheet which messed up everytrhing and also found out Netscape 4.7 can not handle inline tables with a back ground so I had to split the image in half. Robert Everland III Dixon

Important ColdFusion Security Patch Released Today

2001-07-11 Thread Phil Costa
During a routine internal security audit of Macromedia ColdFusion, Macromedia discovered two important security issues that affect ColdFusion Server versions 2.0 through 4.5.1 SP2. We have released a Security Bulletin about these issues and a patch for ColdFusion Server versions 3.1.1, 4.0,

Targeted Banner Ads Software.

2001-07-11 Thread Angél Stewart
Hey all, Do any of you know of any Targeted Banner Ad Software out there? Designed to read a database of consumer preferences and deliver ads based on that information? ADs should be both .gif/Flash based (Flash ad used as a.gif essentially wiht more bells and whistles, but the basic Click To

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Rich Wild
I notice that the patch degrades performance by 3% to 8% Is there any possibility of more information on how the exploit works so that we can decide whether or not specific instances of a CF server have to be affected by this inefficiency ? 3% to 8% is a lot to explain to customers and whilst

Re: CF Studio Preference File

2001-07-11 Thread Kay Smoljak
On Tue, 10 Jul 2001 15:14:35 -0700, Bruce Holm [EMAIL PROTECTED] wrote: Does anyone know where the CF Studio preference file is located? I'm guessing that maybe it needs to be thrown away and recreated. I'm specifically looking for the one the contains OptionsSettings... for RDS or file

any good chat application?

2001-07-11 Thread river
I looked in the developer's exchange section of the Allaire web site, but I could not find a good solid application. Does anybody know of any good chat application that's built in ColdFusion? Thanks for help. ~~ Structure your ColdFusion code

RE: looping (I think) problems

2001-07-11 Thread Mike Connolly
Query values can be lost when attempting to loop inside another. Try storing the current query value of the parent loop into a variable first. Then use this inside your nested cfloop. Try the following (See CURRENTCATID): cfquery name=getAllCats datasource=#application.DSN# SELECT

RE: any good chat application?

2001-07-11 Thread Angél Stewart
I've only heard of CFCHAT. -Gel -Original Message- From: river [mailto:[EMAIL PROTECTED]] I looked in the developer's exchange section of the Allaire web site, but I could not find a good solid application. Does anybody know of any good chat application that's built in ColdFusion?

RE: any good chat application?

2001-07-11 Thread Dan Phillips
Check out http://cfmcentral.com/gallery/detail.cfm?script_ID=129 It's a very basic chat application but it's open source so you can modify it to your tastes. Dan Phillips CFXHosting.com -Original Message- From: river [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 9:08 AM To:

Re: Tab Char Code SOLUTION

2001-07-11 Thread Howie Hamlin
A better one, IMHO, is at www.asciitable.com. Regards, 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 Join the DevCon community at www.coolfusion.com/devcon - Original

RE: Dr. Watson

2001-07-11 Thread Debbie McDaniel
Bud, Can you give me some more information about your system setup? We ran into the same problems on our production servers here as you are describing when we first loaded CF 4.5.2. Are you running NT 4.0 or 2000? If you are running 2000 are you running SP1 or SP2? Debbie McDaniel Sr. Web

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Justin
Mike, OnRequestEnd.cfm works just like Application.cfm. As we all know Applicaion.cfm gets run before every page. OnRequestEnd.cfm runs at the end of every page. Your OnRequestEnd.cfm should reside in the same folder as Application.cfm. Justin Hansen - [EMAIL PROTECTED] Web Application

RE: Dr. Watson

2001-07-11 Thread Bud
On 7/11/01, Debbie McDaniel penned: Bud, Can you give me some more information about your system setup? We ran into the same problems on our production servers here as you are describing when we first loaded CF 4.5.2. Are you running NT 4.0 or 2000? If you are running 2000 are you running SP1 or

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Mike Connolly
NB. There is a major difference between application.cfm and onrequestend.cfm application.cfm runs before all .cfm in current folder and ALL sub-folders below. (unless another application.cfm is found in any of the sub-folders) onrequestend.cfm runs before all .cfm in current folder BUT NOT IN

RE: OT: HTML Question with Netscape 4 and 6

2001-07-11 Thread Evan Lavidor
FYI, Netscape can handle inline tables with backgrounds, but you need to give any nested tables a background graphic of a transparent gif. For example: table border=0 background=myimage.jpg tr td table border=0 background=transparent.gif tr

RE: looping (I think) problems

2001-07-11 Thread Seamus Campbell
Many thanks for the quick reply - but that code still only picks up the first CategoryID ie if a Client has 2 or more Categories it just loops thru to the first one but doesn't go any further Any other clues ?? Ta Seamus At 11:12 pm 11/07/01 , you wrote: Query values can be lost when

RE: CF Studio Preference File

2001-07-11 Thread Darren J Forcier
Bruce, HKEY_CURRENT_USER\Software\Allaire\RemoteServers is the key hive that stores RDS and FTP servers. You can probably fix the entries up manually using RegEdit... Regards, Darren Forcier -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001

Advanced Security

2001-07-11 Thread Frank Mamone
Can someone point me to an article that will help me secure and entire Application via Advanced Security? I succesfully used the KB article to secure a drive, but can't get the way to secure an entire application based on it's name. Thanks ~~

re: looping problem

2001-07-11 Thread Deanna L. Schneider
I handle this in a different way. Here's what I would do: cfquery name=getAllCats datasource=#application.DSN# SELECT CategoryID, Category FROM tblClientCategoryTypes /cfquery cfquery name=getCats datasource=#application.DSN# SELECT ClientID, CategoryID FROM tblClientCategory WHERE

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Jeffry Houser
To clarify a little more, there are differences: ColdFusion traverses up the directory tree to find the Application.cfm . ColdFusion looks for OnRequestEnd.cfm in the directory where it found the Application.cfm , but does not do any further searching. If it didn't find the

RE: looping (I think) problems

2001-07-11 Thread Adkins, Randy
Try changing your CategoryID (for the loop index) to CATID and try that. Example: cfloop query=getAllCats cfoutput#Category# /cfoutput CFSET CURRENTCATID = getAllCats.CategoryID cfloop index=CATID list=getCats input type=checkbox name=CategoryID value= CFIF

Re: Host provider needed

2001-07-11 Thread Dick Applebaum
www.instasales.com They use CF 4.0, but it is rock solid... the are a licensee of the old itool infrastructure. The cart is very nice they have page/site setup wizards... and much more! HTH Dick At 12:29 AM -0500 7/11/01, Bryan LaPlante wrote: I have a friend that is looking for a Cold

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Joe Sheble aka Wizaerd
Don't quite see how you can make this claim, I always use it. Every application I've ever written makes use of it. I may be in the minority, but you have no real way of knowing that, so it is not quite accurate nor fair to say it's rarely used. At 10:25 AM 7/11/01 -0700, you wrote: To

Client Variables NOT expiring

2001-07-11 Thread Stephen R. Cassady
I'm having the darnedest time trying to delete client files on browser close or after a period of time. I'm even trying to follow Hal Helms great Tracking State Management with Cold Fusion to run this correctly. Even running the code below - the CFID and CFTOKEN are exactly the same, and are

Re: Printing CFEXECUTE

2001-07-11 Thread Tony Schreiber
On Windows2000, I have successfully used: print /d:\\server\printer x:\path\filename What's the command line parameter and flag to print a document? Can I choose the printer or is default all I get? I want to use it with CFEXECUTE to print to the web server's printer on our Intranet.

Define and Call UD-Functions

2001-07-11 Thread Wagner Patrick
Hi there! I just started playing around with the UserDefined-functions in CF5 and found a strange issue making it nearly impossible to get any value of it. For example when defining global-functions in the application.cfm there seems to be no way to use these in a sub-called customtag. Is

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Andy Ewings
I agree with the first postee!I think it is rarely usednot because it isn't worth while, on the contrary, I use it in all my apps. However it's like the Blockfactor scenario, useful if used properly but often developers tend to ignore it.

pay rates

2001-07-11 Thread S R
Hi Everyone, I need some advice on the going pay rates for a person working on a Cold Fusion project. I'm going to have a meeting today with some people who want a website that will advertise themselves but will allow their clients to login and view the work in progress on the various

WOT: Extending Script Timeout to Infinity for asp file

2001-07-11 Thread Andrew Peterson
Sorry for the OT post. I have an asp file which has the potential to run 15 minutes or so. It's a one time deal so there's no need to worry about ongoing server stress related issues. I've done everything I know of to allow this query to run its course (see

RE: Client Variables NOT expiring

2001-07-11 Thread Dylan Bromby
i sent a reply to this yesterday. have you tried the DeleteClientVariable() function? -Original Message- From: Stephen R. Cassady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:18 AM To: CF-Talk Subject: Client Variables NOT expiring I'm having the darnedest time trying

Re: Print without bringing print dialogue?

2001-07-11 Thread Nathan Chen
Stephen, Thank you so much for your help! Since this is pretty new to me, I will need to spend time playing with the code to make it fit into my program. Again thanks a lot!--Nathan Stephen Kellogg wrote: Here's my .02cents worth. I will point out that (at least in IE 5.5 not sure about NS

RE: Define and Call UD-Functions

2001-07-11 Thread Ben Forta
Patrick, Best bet is to create libraries and CFINCLUDE them where needed, even in Custom Tags. Or yes, you could put them in the REQUEST scope (any scope, actually). --- Ben -Original Message- From: Wagner Patrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 11:26 AM To:

RE: Client Variables NOT expiring

2001-07-11 Thread Stephen R. Cassady
Dylan Bromby [EMAIL PROTECTED] Dylan; Sorry - but for some strange reason I have not yet received your first reply! In any case - I will go play with DeleteClientVariable(), though what I really need is for the CFID and CFTOKEN cookies to disappear form the client browser. They seem to remain.

CFTry/CFCatch

2001-07-11 Thread Duane Boudreau
If an error is caught by cftry/cfcatch is it logged in the server or application log? TIA, Duane ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Define and Call UD-Functions

2001-07-11 Thread Raymond Camden
UDFs defined in a page exist in the Variables(local) scope. So, for a custom tag to use the function, you must use Caller.UDFName, just as if you were trying to access a simple variable. If you want, you can copy a UDF to the request scope. I just started playing around with the

RE: Define and Call UD-Functions

2001-07-11 Thread DeVoil, Nick
Patrick You can certainly use the Caller scope in your custom tag. That will pick up a UDF defined in application.cfm. Nick -Original Message- From: Wagner Patrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 4:26 PM To: CF-Talk Subject: Define and Call UD-Functions Hi

RE: pay rates

2001-07-11 Thread [EMAIL PROTECTED]
The going rate for a CF Programmer now a good one that can do this is around 80-125 an hour. The going rate for database dev is 40-80 an hour. The going rate for html, based on their knowledge is 30-80 an hour. If they know jscript that makes them higher. Designer rate: 40-80 an hour is what I

GetUserName into table

2001-07-11 Thread Julie Clegg
Hello, I want the use name of the person adding/updating a record to be written to that record. I tried using the GetUserName() method in MS SQL 2000 by adding (GetUserName()) to the formula section of the table but it doesnt like that. Does anyone know what I am missing? Thanks again,

Dates in Access query, subquery and calculated values

2001-07-11 Thread Aidan Whitehall
Why would this query run OK in Access 2000, yet not work when pasted into a ColdFusion template (with the #2/1/01#s changed to CreateODBCDate() values)? SELECT t.Tank, Iif((SELECT wr.Closing FROM WetstockRecords wr WHERE wr.WetstockRecordTypeID = 2 AND wr.TankID = 133

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread mherbene
Does anyone know: 1) exactly what files are updated (looks like all the stubs - such as iscf.dll - but I'm not sure) 2) the nature of the security problem - obviously MM is going for security-thru-obscurity and is not going to describe the exact problem, but some clue as to the possible

Re: Define and Call UD-Functions

2001-07-11 Thread Bryan LaPlante
There is a tutorial you can download from the KCfusion (Cold Fusion user group in Kansas city) that shows you how to package udf's and load them once per life of the server if you choose the server scope. The tutorial says you can use any scope you want. http://www.kcfusion.org/ Look in the

RE: Define and Call UD-Functions

2001-07-11 Thread Raymond Camden
Don't forget that if you use UDFs in the Server scope you have to lock. CFLOCK SCOPE=Server TYPE=ReadOnly TIMEOUT=30 CFSET X = Server.Foo(Y) /CFLOCK (you would also Exclusive lock the initial copy as well) It is NOT recommended that you use the server scope for storing UDFs. You can -

Re: Define and Call UD-Functions

2001-07-11 Thread Dain Anderson
Patrick, You can place the function inside the request scope: CFSET Request.FunctionName = FunctionName (no parentheses on the function name, since it's a key in the Variables scope) CFSET Foo = Request.FunctionName(arguments) Or, you can use the Caller scope as well: CFSET Foo =

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Jim McAtee
Yeah, the details are pretty sketchy. They also don't mention to what degree the patch has been tested on all of those versions of CF. I mean, great, they found a security problem and are trying to be forwared about it, but jeesh, let us in on the secret. I'm not in the habbit of blindly

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Justin Hansen
The real question is does this information solve the problem of the original post? Problem: How to view debug output on a dark or black background. Solution: Create an OnRequestEnd containing only font color=white Does solve the problem? Yes. Does it work for all cfm pages in all folders under

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Howie Hamlin
- Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:55 PM Subject: RE: Important ColdFusion Security Patch Released Today Does anyone know: 1) exactly what files are updated (looks like all the stubs - such as iscf.dll - but

Re: [RE: pay rates]

2001-07-11 Thread Alex
is this 40/hrs a week or 4hrs a month? Cassie@Dove [EMAIL PROTECTED] wrote: The going rate for a CF Programmer now a good one that can do this is around 80-125 an hour. The going rate for database dev is 40-80 an hour. The going rate for html, based on their knowledge is 30-80 an hour. If they

RE: Client Variables NOT expiring

2001-07-11 Thread Ledwith, Brian
Stephen- To kill a users session, and clean everything up, I have a logout page with the following: cfset client.userid = 0 cfset client.parentid = 0 cfset client.useridtypes = cfset DeleteClientVariable(E_ID) cfset DeleteClientVariable(D_ID) cfset DeleteClientVariable(S_ID) cfset

Get Table names, and Field Names

2001-07-11 Thread Chad Gray
Is there a SQL command, or CF Function that can get the names of all the tables in a database? Then once it gets the names of the tables it can get the fields in the tables? Or should i just setup a table that i would put this information into? Thanks in advanced Chad

Re: CF_DirectoryExplorer Custom Tag

2001-07-11 Thread phumes1
Has anyone had experience using this custom tag from http://www.amkor.com/proving_grounds/cf_directoryexplorer/index.cfm. It's also bundled with CF Server located in /Allaire/Cfusion/Custom tags (DirectoryExplorer.cfm and DirectoryExplorer2.cfm). I can't get it to work. The above .cfm files

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Evan Lavidor
Similarly, if you download the patch for Linux the instructions only tell you to replace one file but the patch has three files in it. What are the other two for? Thanks, Evan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:56

Fwd: (TEST 7/10) Important ColdFusion Security Patch Released Today

2001-07-11 Thread Chad Gray
Date: Wed, 11 Jul 2001 08:30:29 -0700 (PDT) Reply-To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (Macromedia Security Zone) Subject: (TEST 7/10) Important ColdFusion Security Patch Released Today To: [EMAIL PROTECTED] X-Mailer: Protagona email services (Version 4.00.853) Dear Macromedia

RE: looping (I think) problems

2001-07-11 Thread Mike Connolly
Try something like this: cfquery name=getAllCats datasource=#application.DSN# SELECT CCT.CategoryID, CCT.Category, CC.CategoryID AS ChkID FROM tblClientCategoryTypes CCT LEFT OUTER JOIN tblClientCategory CC ON

Re: Define and Call UD-Functions

2001-07-11 Thread David E. Crawford
You can refer to them as #caller.somefunctioname()# in a customtag, assuming they were defined in either the application.cfm or the calling template. It is possible to set the UDFs into the request scope as well. DC - Original Message - From: Wagner Patrick [EMAIL PROTECTED] To:

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Edward Smith
Howie Hamlin wrote: 2) the nature of the security problem - obviously MM is going for security-thru-obscurity and is not going to describe the exact problem, but some clue as to the possible effects, how to tell if the weakness has been taken advantage of, etc would be helpful No

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Larry W. Virden
From: Howie Hamlin [EMAIL PROTECTED] 2) the nature of the security problem - obviously MM is going for security-thru-obscurity and is not going to describe the exact problem, but some clue as to the possible effects, how to tell if the weakness has been taken advantage of, etc would be

RE: Client Variables NOT expiring

2001-07-11 Thread Dan G. Switzer, II
You can find all my tags at: http://www.pengoworks.com/index.cfm?action=CustomTags I've stopped using the DevExchange for uploading tags--just too many issues I haven't been able to work around. -Dan -Original Message- From: Ledwith, Brian [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: pay rates

2001-07-11 Thread Tony Schreiber
The going rate for a CF Programmer now a good one that can do this is around 80-125 an hour. You've got be kidding me. Who pays this much for CF and where can I meet them? Tony Schreiber, Senior Partner Man and Machine, Limited mailto:[EMAIL PROTECTED]

RE: pay rates

2001-07-11 Thread John Cummings
I'd like to be put on the meet and greet list for these folks to. ;) [EMAIL PROTECTED] -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 2:56 PM To: CF-Talk Subject: RE: pay rates The going rate for a CF Programmer now a good one

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Dinowitz
Without going into details on my investigations yet, does anyone know of anyone being attacked by this hole? Has anyone found their documents either deleted or replaced with a 0 byte file? If so, please contact me. I think I know what the hole is and just need some extra 'leg work'. From:

Replacements for CFMAIL

2001-07-11 Thread Cameron Childress
I'm looking for suggestions on replacements for CFMAIL which would NOT use the cfusion/mail/spool like CFX_MAIL does. I am looking at iMS POST SE (shoulda snagged it when it was free, wasn't it free for awhile?). Any others worth mentioning? I only need to SEND mail right now... Thanks!

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Adam Berrey
Is there any possibility of more information on how the exploit works so that we can decide whether or not specific instances of a CF server have to be affected by this inefficiency ? The security bulletin explains the potential impact of the security issues. Since these issues were

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Andrew Tyrone
I'm sort of torn here, on what to think. On one hand, knowing all of the information would be helpful, but on the other, I think Macromedia is waiting to release more information, hoping that most places will patch the hole so exploits will be fewer. I am all for it's too bad if the network

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Chad Gray
I had a strange thing happen to a web server a few weeks ago. (Win NT 4.0 with CF 4.5.1) A hard drive was renamed from www to 92.5, and two files were created in this www hard drive. Both files were zero k and both were named with numbers. I think one was 333, and the other was

Re: pay rates

2001-07-11 Thread Jeffry Houser
Take it over to the CF-Jobs list. The cost for any sort of outsourced item would depend upon who you outsource to, there experience, their relationship with the person paying the bills, etc... If the client perceives you as an expert and trusts your ability, then when you say It'll

Kinda OT: Search by zip code

2001-07-11 Thread corrigan
I have to write a search function that locates businesses by their zip code and return businesses within a certain mile radius. I've never done that before and I was wondering if anyone else had to do it and how because I have not a clue in how to begin that one. Thanks, Michael Corrigan

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread mherbene
I asked: What workarounds, if any, can be used instead of applying the patch? Adam Berry said: There is not a work around other than the patch, which is why we released it. This kind of blanket statement is hard to accept. What if IIS security has been used to only allow connections

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Dinowitz
Dosn't sound like what I'm looking at. I had a strange thing happen to a web server a few weeks ago. (Win NT 4.0 with CF 4.5.1) A hard drive was renamed from www to 92.5, and two files were created in this www hard drive. Both files were zero k and both were named with numbers. I think

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread mherbene
Adam Berry said: The security bulletin explains the potential impact of the security issues. Since these issues were discovered through an internal audit, we decided not to publish explicit instructions for how to exploit the issues. I'd like a more detailed explanation of the impact. Does

session variables - newbie

2001-07-11 Thread Julie Clegg
I am trying to add a field to my records to let me know who added/updated the recordI am new to Cf so I am having some trouble figuring out how to go about doing this.this app is running only on our network and users must go thru a login page to access the app. My Login Action page

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Dinowitz
There is a potential workaround if what I'm seeing is true. Have your webserver block any HTTP method other than get and post. If your webserver can do that, you should be safe. I'll say more later. I asked: What workarounds, if any, can be used instead of applying the patch? Adam Berry

RE: (TEST 7/10) Important ColdFusion Security Patch Released Toda y

2001-07-11 Thread Cruz, Joseph
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately, missing from the Bulletin is a roll-back procedure, and a list of files that are replaced. Oh well...I guess we'll have to trust the Macromedia Powers-that-be. :) Joe Joseph Cruz

Performance Issue - COM Object Directly in Code or C++ Customer Tag Calling COM Object

2001-07-11 Thread jeffwilliamstevens
I am writing a COM object because it is easier to integrate the functionality with different systems. Which is better? Calling the object directly from CF code or using a C++ customer tag which uses the COM object. Thanks, ~~ Structure your

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Dinowitz
Just as a really interesting side note here, I emailed Adam back to ask some questions on my test results and got an email that he's not with MM anymore. - Original Message - From: Adam Berrey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 3:20 PM Subject:

RE: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Angel Stewart
Ouch. the fedcompany.com report coming true then? YIKES! -Gel -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Just as a really interesting side note here, I emailed Adam back to ask some questions on my test results and got an email that he's not with MM

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Dinowitz
I think Adam left a while ago. Ouch. the fedcompany.com report coming true then? YIKES! -Gel -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Just as a really interesting side note here, I emailed Adam back to ask some questions on my test results and

Re: pay rates

2001-07-11 Thread Laszlo Nadai
and of course, flipping burgers at McDonalds pays $30-35 an hour... Cassie@Dove wrote: The going rate for a CF Programmer now a good one that can do this is around 80-125 an hour. The going rate for database dev is 40-80 an hour. The going rate for html, based on their knowledge is 30-80 an

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Michael Lugassy
Maybe they don't want no hackers to take advantage of that melicous bug? Let's install it, god d$$m Michael. - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 11:47 PM Subject: Re: Important ColdFusion Security

Re: Important ColdFusion Security Patch Released Today

2001-07-11 Thread Howie Hamlin
You have your opinion and I have mine. I would rather not have some script kiddie taking advantage of a security hole in my server because the developer publics the specifics of the exploit. Regards, Howie Hamlin - Original Message - From: Edward Smith [EMAIL PROTECTED] To: CF-Talk

RE: Kinda OT: Search by zip code

2001-07-11 Thread John Lucas
http://www.webcaterers.com/dealerlocator/ Used it couple times. Works good. John Lucas [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:41 PM To: CF-Talk Subject: Kinda OT: Search by zip code I have to write a

Re: Replacements for CFMAIL

2001-07-11 Thread Howie Hamlin
POST-SE was free for a while but it expired after a year. iMS-SE (it's replacement) does not expire. Also, the impending upgrade to iMS 2.1 will be free for all iMS users. iMS-SE allows you to use one of 4 methods for sending mail: CFMAIL CFX tag COM Object Roll your own (the specs on how to

RE: pay rates

2001-07-11 Thread John Wilker
Orange and LA county CA used to be like that, it's calmed down a lot... A recruiter was just telling me, she has a guy in LA who's been out of work since Oct. waiting for 80 and hour Not many CF'ers making that anymore... Times change... J. John Wilker Web Applications Consultant

RE: Replacements for CFMAIL

2001-07-11 Thread John Lucas
Howie forgot to mention that he and the rest of the iMS team are very helpful and available to you. We recently locked down all of our mail servers to require SMTP authentication. A quick test installation of iMS-SE proved quickly to be the answer to our cfmail needs. now we just need to

Re: Replacements for CFMAIL

2001-07-11 Thread net_man
The www.fastestisp.com site does not work!!! Robert - Original Message - From: John Lucas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:49 PM Subject: RE: Replacements for CFMAIL Howie forgot to mention that he and the rest of the iMS team are very

OT: Why you shouldnt store client variables in the registry RE: Replacements for CFMAIL

2001-07-11 Thread John Lucas
A prime example of why you should not store client variables in the registrythough I thought we had this problem resolved. Thank you for bringing it to my attention. John Lucas [EMAIL PROTECTED] http://www.fastestisp.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: pay rates

2001-07-11 Thread Dylan Bromby
it depends. i work in OC and gross over 200. what's changed is the money idly thrown at bad ideas and inexperienced developers. -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 5:43 PM To: CF-Talk Subject: RE: pay rates Orange and LA county

RE: pay rates

2001-07-11 Thread Jared Clinton
Ahem, tongue in cheek.. You may have to meet them in russia.. notice how the original poster didn't put USD in front... 80.00 RUR Russia Rubles = 2.76243 USD United States Dollars Jared Clinton. -Original Message- From: John Cummings [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: pay rates

2001-07-11 Thread John Wilker
True enough, which is good. There were plenty of bad ideas and worse developers running around so I'm glad the market has normalized... Though I ain't grossing near 200, I need to hang with you some :-) J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer

RE: Replacements for CFMAIL

2001-07-11 Thread Cameron Childress
Howie, I downloaded the docs and will be reading them tomorrow to check out the program's capabilities. Looks good so far though. Coincidentally, I also tinkered with using MS's SMTP service fromt he Option Pack. It has a pickup directory where I tested dropping text files into it using CFFILE

  1   2   >