[ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hello all, Please pardon the interruption but CF-Community is high on politics and low on CF content. I haven't posted to this list in at least 10 years, so I might be out of practice :) CF-FireLogger is a ColdFusion server-side library for the FireLogger (http://firelogger.binaryage.com)

Re: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hi Brook, Cool, thanks for trying it out! I think you have it right on all counts. If you're using cftrace/trace() and Firelogger/Firebug is not enabled then the custom trace tag will simply call the native CF trace code (trace_adobe.cfm). In this case there will be a little overhead as

Re: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hi Brook, Very curious. Took me a minute, but that error message is actually from the original Adobe trace.cfm version (mine doesn't even use a variable called debugger). But what is really happening is that my version of trace.cfm is crashing and calling the native trace.cfm version to

RE: Macromedia selling partner information?

2002-07-16 Thread Max Paperno
Same here. At least it got appropriately marked as spam. -Max At 7/16/2002 03:28 PM -0400, Christopher Olive wrote: I just received this as well. I'm no longer a partner, either. Chris Olive -Original Message- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16,

re: Search Engine-Friendly URLs

2002-07-09 Thread Max Paperno
For Apache 1.x (don't know about 2) you have to add the following directive to the [virtual] host setup: ScriptAliasMatch (.*\.cfm) c:/site_root$1 where c:/site_root is the physical path to your site. This will enable the CGI.SCRIPT_NAME variable so it contains the full extended path info

RE: SOT - Sys-con.com/cfdj

2002-06-24 Thread Max Paperno
Sys-con got my info from Allaire years ago (because we were Allaire Partners, apparently), and since then I've gotten mountains of spam from them. They do let you unsubscribe yourself (requires 2 emails), but I keep getting added (eh, excuse me, opted-in) to any new announcement list they set

Re: CF MX works on WebSite Pro (was: RE: Ridiculous Problem!)

2002-06-06 Thread Max Paperno
and it worked fine. So, WebSite Pro users (all three of you) rejoice! Hey this is really awesome news, thanks Dave! I think there are a few of us on here still :) Heck, cf-talk was born on website-talk even, way back when (a bit of history for all the latecomers in the audience ;-)

Re: unscoped variables

2002-06-04 Thread Max Paperno
At 6/4/2002 10:12 AM -0500, Paul Giesenhagen wrote: If they are created in the Application.cfm page, they are application variables (application.whatever) That's incorrect. Unscoped variables are created in the variables. scope no matter where they are defined. -Max

RE: ColdFusion MX / Studio MX now available!

2002-05-29 Thread Max Paperno
At 5/29/2002 02:01 PM -0400, Christine Lawson wrote: Nope, this is the final version - the Preview Release was not final and still had some bugs, etc. I would highly suggest you uninstall and then install the final trial: http://www.macromedia.com/software/trial_download/. Oh, the final has

RE: ColdFusion MX / Studio MX now available!

2002-05-29 Thread Max Paperno
*peers at you all* ... Mine was in with the Studio MX download... ? *looks perplexed* ... in the eval download? When did you grab it? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: Forums software

2002-05-28 Thread Max Paperno
At 5/28/2002 04:28 PM -0400, Michael Dinowitz wrote: Actually, what type of forums do you want? Web only? email/web? Tonight I'm integrating the last touches into this: www.houseoffusion.com/cf_lists It may look like forums, but it's not. (well, not exactly). :) Michael, looks good! What are

Re: Forums software

2002-05-28 Thread Max Paperno
At 5/28/2002 05:13 PM -0400, Michael Dinowitz wrote: I'm going to open it up for use. Howie's getting first crack at it for iMS. As for the threading model, it's new, tight and fast as hell. I'm writing an article for Nathan Stanford detailing it and explaining what's going on. It's great but

RE: Macromedia Forums (aka FuseTalk)

2002-05-21 Thread Max Paperno
At 5/20/2002 03:29 PM -0400, Dave Watts wrote: Also, you might try using an NNTP interface to the forums; personally, I think NNTP is a lot better than any web-based forum interface I've ever used. Just point your NNTP agent to forums.macromedia.com, and all of your problems will go away.

RE: Re[2]: clustering Cold Fusion

2002-05-10 Thread Max Paperno
At 5/10/2002 03:30 PM -0500, Ryan Kime wrote: Well you first need to decide what type of load balancing: hardware or software-based? Of course you can use Cluster Cats in CFEE, or you can use a hardware-based solution like Cisco Local Director (I'm sure there are others). Also if you happen to

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Max Paperno
Well in the hopes that all these comments are really useful, here goes... I'm another hard-core hand-coder. Aside from some minor annoyances, Studio is a great editor for a wide variety of tasks, not just CF/Web development, although it certainly excels at that for a certain audience. Uh,

Re: Efficient Logging Application

2002-01-02 Thread Max Paperno
Jim, Don't know what DB you're using, but I implemented the following for a similar situation once. This works with MS SQL Server. cftry cfquery name=updStats datasource=#attributes.DSN# SET NOCOUNT ON UPDATE ListStats

Re: Diffeerent error page displayed in IE with debug and without

2001-12-28 Thread Max Paperno
I recall hearing that if your error page is less than 2K (or some such number) in size then IE will show its own error page vs. yours. Perhaps that's the issue? Also there's an advanced setting in IE about showing friendly HTTP errors (vs. server errors which apparently are considered

Re: Templates executing twice CF bug

2001-12-11 Thread Max Paperno
Hi, Not strange at all. Well, I agree that would make sense. Also I should have checked the Web server logs for my test before I sent it out. I do see the double HTTP request in the logs from this example. However, I just tried again the original place I discovered this (a much more

Templates executing twice CF bug

2001-12-10 Thread Max Paperno
Greetings, I've identified a somewhat minor but possibly damaging bug in CF 5. It's pretty strange, but true. Zac Belado has confirmed that this was also the problem in his case (see his Page Processing Twice message from earlier today). It seems to only affect CF5 (4.5 was also tried) but

RE: CFGrid 5 problems.

2001-12-09 Thread Max Paperno
Your problem might be that the applet itself isn't being loaded. By default the applet is called from /CFIDE/classes/ folder (check out the Source view on the page that is trying to show the applet). If this path is not accessible to the browser then the applet won't load. You need to

Re: Saving a word doc with cfcontent

2001-12-08 Thread Max Paperno
Kay, CFCONTENT doesn't do any document conversion, which is what it sounds like you want to do. CFCONTENT is purely for pushing non-HTML content to a browser through a CF template (for example you want to build a protected download area for purchased files). If you already have the Word

RE: CFFile Replacment

2001-12-07 Thread Max Paperno
Ive got a nasty feeling that I will need to hook into IIS or something like that As a workaround you might consider using some JavaScript on the form page to grab the value of the file upload field and write it to a hidden field in the form. Use the OnSubmit handler or something like

Re: Verity - how to EXCLUDE a single file from the search?

2001-11-29 Thread Max Paperno
Les, can you change the file extension on this file to something that won't get indexed? I've done that before, but depends on what it is, of course. Get creative :) HTH, -Max - Maxim Paperno, CTO World Design Group, Inc. [ CF Development and Hosting since 1996

RE: Show Running Requests Redux

2001-11-28 Thread Max Paperno
Why not log the page, the query string, the date/time and the IP. That way you've got as close to a unique ID as you can... You can also generate a unique ID (a UUID for instance, or a random number) in the application.cfm and log that to the DB with the request data. The unique ID is then

Re: CF and Browser Detection

2001-11-20 Thread Max Paperno
Here's some code that may be useful. Not the most refined way, but works. Also doesn't return version info. Gecko is NN6. CFPARAM NAME=request.IsMSIE DEFAULT = #IIf( CGI.USER_AGENT CONTAINS MSIE, 1, 0 )# CFPARAM NAME=request.IsOpera DEFAULT = #IIf( CGI.USER_AGENT CONTAINS Opera, 1, 0 )#

Re: Question about CFGRID??

2001-11-20 Thread Max Paperno
Troy, Make sure the CFGrid applet is on a path that is accessible via browser from the page it is being used on. What I've seen happen is that the developer already has the grid applet downloaded, so it works for them, but when a new person tries to hit it, the applet can't be downloaded

Re: uploading a whole folder-- instead of just a file.

2001-11-16 Thread Max Paperno
Hey, I just did something like this. Here's an idea, use a zip file. Have them zip up their whole folder and upload the zip file. Then unzip it on the server (cfexecute to a command-line zip program works nicely or there is a cfx_zip tag out there). Just a thought. Cheers, -Max

RE: ODBC terror...

2001-11-14 Thread Max Paperno
ODBC Error Code = () Unable to instantiate environment for 'ODBC.' In my case, the one time I had a problem with this in 5 years of hosting, it was an issue with someone's Access database on the system that had gotten too huge and was getting hit (with data writes) too often for it's own

Re: Marketing and ColdFusion web sites

2001-11-09 Thread Max Paperno
Aidan, What I often do (if I want to be sure of search engine indexing) is append a .htm at the end of my Search Engine Safe URLs (of the type you describe). I'm not sure what 'plainURL' is (guess I'm out of touch) but it's trivial to strip a trailing .htm from the CGI.SCRIPT_NAME variable

RE: Marketing and ColdFusion web sites

2001-11-09 Thread Max Paperno
Thanks for the info. Presumably you just use a template that takes the SCRIPT_NAME and sets URL variables so you can still refer to URL.whatever in your code (I think that's what plainURL does)? Well, actually I like to put them into the attributes or request scope but that's pretty

Re: Stumped !

2001-02-28 Thread Max Paperno
Jim, If I understand the base of your problem, it's in trying to get the value of a dynamically-named form field. Right? If so, it's easy... formFieldValue = Evaluate("form.sameword" number) presuming "number" is your incrementing value. Does that do it? Cheers, -Max

Re: Fw: CFQuery of database tables

2001-02-28 Thread Max Paperno
Winston, I think queryName.ColumnList will help you out (where 'queryName' is the name of your query). It contains a comma-delimited list of all the column names returned by the query. To do what you want you'll need an outer loop over your query results, and then an inner loop that goes

Re: Application generating HTML?

2001-02-25 Thread Max Paperno
Well for example let's say in a few weeks you need to display a page w/out that common header (popup window for example). Or, perhaps you want to execute a template that won't return any output at all, only a cflocation to some other page. Well you're stuck with all that display stuff in

RE: Custom 404 in CF.

2001-02-17 Thread Max Paperno
Hi, I've found CFERROR does not trap the CF 404 errors even when used in the global application.cfm. Also a couple of statements in Tony's mail aren't correct in regards to CFERROR: At 2/17/2001 12:09 PM -0800, Tony Gruen wrote: If you have enabled session variables, this is easy. You

Re: [secure pages...]

2001-02-11 Thread Max Paperno
Or check the CGI.SERVER_PORT variable. By default 80 is HTTP and 443 is HTTPS. Cheers, -Max At 2/11/2001 11:29 AM -0600, Alex wrote: ok parse the URL. if it starts with https:// then its supposedly secure. ~~ Structure your ColdFusion code

RE: [secure pages...]

2001-02-11 Thread Max Paperno
At 2/12/2001 12:24 AM -0500, you wrote: On 2/11/01, [EMAIL PROTECTED] penned: Or cut out all interpretation and grab the CGI.SERVER_PORT_SECURE boolean, which will be 1 if on a secure port, and 0 if not. (We're running CF4.5x, not sure if this was available in 4.0x.) It is in 4.01. --

RE: W2K vs. NT

2001-02-09 Thread Max Paperno
At 2/8/2001 09:25 PM -0500, you wrote: If you're only using SP5 (as opposed to SP6) for your web server, then you might be using the various FuseBox URL faking techniques. Those don't work on NT4 SP6 or Win2k. That's not an issue if this is just a SQL box, but do keep that fact in

RE: iif usage

2001-01-27 Thread Max Paperno
At 1/25/2001 06:13 PM +, Stephen Moretti wrote: snip Cfoutput#iif(isDefined("Attributes.display"),Trim(attributes.name"_query. "attributes.display),DE(''))#/cfoutput This is good advice, and it will also not throw any errors if attributes.display is not defined. For example: IIf(

Re: Studio list and Studio 4.5.2 released

2000-12-23 Thread Max Paperno
Gary is right, same thing here. The install also wiped out my custom toolbar commands and modified default toolbars (never gave the option to migrate my existing ones to the updated setup). Arrrgh, what crap. -Max At 12/23/2000 07:52 AM -0800, you wrote: Warning! The first thing that I

Re: Spy out admin-password of CF-server

2000-12-17 Thread Max Paperno
Hi Uwe, I think if you have CFREGISTRY enabled on a shared server and you have users smart enough to use the tag, then the CF admin password is the least of your worries. Actually someone with registry access doesn't even need CF admin, they can just edit your registry directly :-)

Populating PDF forms via CF/FDF (non ActiveX method)

2000-11-27 Thread Max Paperno
/CFIF !--- Avoid any white space before the actual content is sent. A leading blank line will cause an Acrobat error. --- CFSETTING ENABLECFOUTPUTONLY="NO"CFINCLUDE TEMPLATE="myForm.fdf" -- end code Kind regards, -Max Paperno 11/14/00, all reproduction r

Re: follow-up question to PDF [sample ActiveX]

2000-11-13 Thread Max Paperno
There is another way to do this without the ActiveX control. The FDF file is a plain text file (with a fairly simple structure). Simply put in your CF variables as the form field values (you can do this from inside Acrobat even), wrap a CFOUTPUT around whole FDF file, then CFINCLUDE the FDF

Re: CFPOP

2000-11-02 Thread Max Paperno
Actually there IS (or was) a bug with CFPOP and ReplyTo header. It's always blank, even if the email does contain it. I dealt with this a year ago or so while trying to write a decent "webmail" system. (Must be no one at Allaire thought that bug was important enough to fix ;-) I don't

RE: CFHEADER

2000-11-02 Thread Max Paperno
Proxies aren't necessarily going to read the contents of the HTML document and parse the META tags. META is really intended just for the browser. Good proxies should, however, pay attention to real HTTP headers such as those set by CFHEADER. As to the original question, I think something

Re: FormURL2Attributes problem

2000-11-02 Thread Max Paperno
Robert, NT4 SP6a with IIS have a bug (feature?) that makes it behave like you see. I believe if you change the .htm to .cfm it will work. Or dump any one of IIS/NT/SP6 :-) HTH, -Max At 11/2/2000 03:17 PM -0500, you wrote: I been working with this tag for a while now but only at

Re: CFPOP

2000-11-02 Thread Max Paperno
At 11/2/2000 02:59 PM -0500, you wrote: Now I use Howie's iMS and have done away with CFPOP and CFMAIL altogether :) What's this? where can I get? jake iMS is a mail server that uses CF/Perl/ASP templates to actually process mail. Check out www.CoolFusion.com. They also make a cool

Re: Dynamic Variable Names in a CFSET

2000-11-02 Thread Max Paperno
Dave, you're real close. Just do CFSET "choice#count#" = blah There's also the SetVariable() function that can be used to do the same thing (check the docs). I'm not sure there's much of an advantage to either way of doing it. I believe the above example only works with CF4 and up, while

Re: Displaying decimal part as a fraction...

2000-11-01 Thread Max Paperno
David, Would something like this work? Just off the top of my head... CFOUTPUT#ListLast( DollarFormat(myAmount), "." )#/100/CFOUTPUT Not sure if that's really what you (or your fellow) are after HTH, -Max At 11/1/2000 02:33 PM -0600, you wrote: All, I know I've seen somewhere how

RE: CF 5.0 Bug Vote is Now Open!

2000-10-25 Thread Max Paperno
Yea, I hear what you (and others) are saying, Gavin, and I understand it's not a perfect world. Perhaps I overreacted and came across rudely, for which I apologize (sorry Damon). But frankly I'm so sick of dealing with buggy software that when a company representative comes out and

Re: form, cookie, and colors!

2000-10-22 Thread Max Paperno
Andrew, I've done the following with success. Disclaimer- I have not tested across ALL browsers. Put something like this in the form processing template: CFCOOKIE NAME="someCookie" VALUE="someValue" EXPIRES="1" CFHEADER NAME="refresh" VALUE="0; URL=#form.FromURL#" CFABORT HTH, -Max At

Re: Using MS Access with Cold Fusion (no no)

2000-10-12 Thread Max Paperno
Are you speaking from experience or just from what Allaire officially recommends? As others have suggested, Access works great for smaller sites, especially when it's mostly read-only. I have a server that gets several million CF page views per month which hit various Access data sources.

Re: automatic page copying

2000-10-09 Thread Max Paperno
Pete, While CF is great, I'm betting it'd not be the most efficient for this. If your machines share a LAN and you're using Windows, use RoboCopy utility from the NT Resource Kit -- it will do exactly what you want (schedule it via NT's AT command or the newer task scheduler thingie). If

RE: Using a TARGET in a CFLOCATION URL

2000-09-25 Thread Max Paperno
If you mean anchor, then just put it at the end of your URL parameter string: formulary.cfm?CCMRUN=#URL.MRUN#CCTIMESTAMP=#URL.TIMESTAMP###clincheck Note that you'll want to double up the # sign in front of the anchor name (otherwise you'll get a CF error). You can't use a target in a

Re: Search engine friendly URLS in IIS broken ?

2000-09-13 Thread Max Paperno
James, SP6a breaks exactly this functionality in IIS that you describe -- using a different file extension at the end of a URL will screw up CFM processing. The trick I learned here, from Dave Watts I believe, is to use the following line right before you deliver the file to be downloaded

Re: URL - UN - ENCODE - does this exist as function??

2000-08-04 Thread Max Paperno
URLDecode(urlEncodedString) This is from the 4.51 reference. I belive the function got introduced in 4.5. HTH, -Max At 8/4/2000 02:17 PM -0700, PC wrote: I can't seem to find the opposite of the illustrious urlencode function that CF provides .. I am hoping to be able to effciently

Re: What???

2000-07-14 Thread Max Paperno
Randy, It means that there are two custom tags found by the same name, and that the first one, in K_Tags, will be used whenever a call to CF_BrowserCheck is made. Tag names need to be unique per CFServer installation. HTH, -Max At 7/13/2000 12:57 PM -0400, you wrote: What does it mean by

Re: client info

2000-07-14 Thread Max Paperno
At 7/14/2000 02:53 PM -0500, Gavin Myers wrote: is there a client variable i can use to get the following information and store it in a database client host CGI.REMOTE_ADDR is the IP address CGI.REMOTE_HOST is the host name if you have rDNS enabled on your Web server, or the IP address if you

Re: Odd Question

2000-07-12 Thread Max Paperno
Chris, how about: CFSET APPLICATION.ADDTOKEN = "cfid=#client.cfid#cftoken=#client.cftoken#" CFIF IsDefined("customerID") CFSET APPLICATION.ADDTOKEN = APPLICATION.ADDTOKEN "customerID=" customerID /CFIF Modify to include whatever scope customerID would be in (client, form, cookie,

Re: cflock....scope or name

2000-06-27 Thread Max Paperno
The way I understand it from the docs, you want to use the SCOPE for application, session, and client vars. I do this and it seems to work fine. -Max At 6/27/2000 11:42 AM -0700, Troy Johnson wrote: When using cflock to read/write session or application variables using CF Server 4.5 should

Re: CFHTTP

2000-05-08 Thread Max Paperno
At 5/8/2000 08:41 PM -0700, Computer Simplistics Suppoer wrote: Well, I am having a bear of a time with this. All I simply want to do is grab a little weather info off their page, but can't find a way to do it. snip And if they're smart, they'll make it as hard as possible for you to do so.

RE: Problem Using Studio 4.5 Debugger

2000-05-07 Thread Max Paperno
Personally I think a the usability of CFStudio debugger depends on how you develop apps, how the apps function, and how many you're working on at once. Most all the sites/apps I build have their own root folder and use absolute paths (/path/to/stuff.gif). So this means I have to set up and

Re: CFID/CFTOKEN

2000-05-07 Thread Max Paperno
Ron, CFID/CFTOKEN variables get created when/if you enable session or client variables in your application (aka session management). You would do this by using the CAPPLICATION tag, usually in application.cfm. These vars uniquely identify the user/session and need to be passed around with

RE: Problem Using Studio 4.5 Debugger

2000-05-07 Thread Max Paperno
Mostly because I then don't have to worry about where a template/page lives in the dir structure (in terms of it specifying IMG sources and such). Also because I like to create my development environment to precisely match the deployment env., and that means separate roots. Lastly, I

Re: (OT) Comparison of Website and Personal Web Server (for anyone with experience with both)

2000-05-07 Thread Max Paperno
Yea, I thought this was a strange comparison. You're comparing a fairly simple Peer Web server with a full-featured, multi-homed, SSL-capable WebSite server (unless you're talking about WS1.x non-Pro, in which case leave out the SSL part). So it really depends on what you need a Web server

Re: CF Across the LAN

2000-05-07 Thread Max Paperno
Paul, My turn to ask for clarification :-) I guess it's not clear to me what you're trying to accomplish. One could set up the Web server to use files on a different machine. Just set the root to a UNC share name or mapped drive in your Web server. Make sure the Web and CF services

Re: CF Across the LAN

2000-05-07 Thread Max Paperno
Then I think you want to set up your Web server in a manner described by Russ. Just map the virtual server(s) to a UNC path instead of a local dir (eg. 1.2.3.4 (or www.xxx.com) - \\Server\Share\Folder). Make sure the Web server and CF services run under an account with access to the

Re: CF Across the LAN

2000-05-07 Thread Max Paperno
Hmm... well, I guess this is now OT, but it should work fine with WSP. Have you tried an admin acct? The account the service runs under needs access to all the WebSite directories including logging, plus registry access to WSP's keys. Have you gotten other services, like CF, to run under

RE: Session Variables Part 2 - DIRE TROUBLE

2000-05-07 Thread Max Paperno
At 5/8/2000 01:11 PM +1000, Stephen Collins wrote: Bizarre! Now the bloody thing works just fine! This seems to demonstrate that session variables and client cookies are inexorably tied together and that if you choose not to pass the session values in the URL string, which I'm not, you're

Re: CF Across the LAN

2000-05-07 Thread Max Paperno
At 5/7/2000 08:31 PM -0700, paul smith wrote: ACLs? Sorry. Access Control Lists. In other words, the File System, registry, network access, and other permissions/restrictions one can set in NT. Sounds like you definitely have a permissions issue. Check permissions on everything WebSite

Re: Creating formatted documents on the fly n CF

2000-05-01 Thread Max Paperno
Reed, I've had good success using a product from Caere called OmniForm Internet Filer (or something of the sort). This is similar to Adobe's PDF/FDF forms but is easier to work with (not to mention less expensive). The forms themselves are written using a text markup language (using Caere's

CFStudio - can't minimize it

2000-04-30 Thread Max Paperno
HI all, I got a strange problem and am wondering if anyone has slain this beast before. I can't minimize my Studio window on my desktop. I click the _ and the window flashes quickly, but stays on the desktop. Sometimes it will go behind other windows, sometimes not. Any standard method of

Re: CFStudio - can't minimize it

2000-04-30 Thread Max Paperno
At 4/30/2000 01:24 PM -0700, Josh Black wrote: I have a Matrox G400 also, and I'm willing to bet money the problem is with your display settings, not with Studio. Yep, I think you're right. I switched to older Matrox drivers and now when I disable the "prevent display spanning" feature the

Re: Cf Studio resources hog? anyone see this?

2000-04-18 Thread Max Paperno
AOL Instant Massager 4 Now THAT sounds like the killer app! Of course it would probably stop every 45 seconds to try to sell you something. :-) -Max -- Archives: http://www.eGroups.com/list/cf-talk To

Re: Is 4.5.1 Solid

2000-04-12 Thread Max Paperno
It's a fact, there was a known issue with the combination of WebSite, CF4.5 and AOL. I can't find any documentation on it at the moment, but there was definitely a problem which was reported several times on this and Website-talk lists, and which was confirmed by Allaire and O'Reilly.

Re: CF Studio and CF version 4.5.1

2000-04-11 Thread Max Paperno
At 4/11/2000 05:48 PM +1000, Lauchlan Mackinnon wrote: Is CF 4.5.1 Studio particularly much better than CF 4.0 Studio? In particular is it stable and producing clean code properly? I always thought that part was up to the author of the code...;-) If you mean the Design mode, then I don't