RE: a little about the future

2002-03-06 Thread Mike Kear
I look forward to the day when someone - anyone - puts some kind of tutorial on the web that isn't couched in jargon. The tutorials I've tried to work through are either totally incomprehensible to me because they're expressed in jargon, or they claim to be tutorials but aren't . . . they are

how would I cache this

2002-03-06 Thread John McCosker
Greetings, I tried this before about six months ago, I didn't get it working but it wasn't really necessary then, but its crept back up again and this time its something the customer wants fixed in place. What it is, is a Fleet Management System, vehicles can be rendered on a map from their

Re: how would I cache this

2002-03-06 Thread Paul Hastings
img src=http://mapserver.com/convert.exe?x=#longitude#y=#latitude#callsign=#c what mapserver are you using? looks like they're streaming an image at you. if you cfhttp examine the cfhttp.fileContent what do you see? __ Why

RE: Rotating banners

2002-03-06 Thread Kevan . Windle
It all depends really on the level of traffic on the site. The higher the traffic then the larger the sample and the closer the random selection from the weighted list will get to the desired result. To use Shawn's ordered collection from a randomly distributed list you'd need to hold it or at

RE: how would I cache this

2002-03-06 Thread John McCosker
They are using Mapinfo MapX, This is an exact example, you will be able to call the server direct yourself and see the format paul from this, CFHTTP URL=http://maps.whereonearth.com/cgi-bin/mapview.exe?mode=initdata =worldz oom=179width=488height=303x=-1.49665126185y=48.7878453009

Re: how would I cache this

2002-03-06 Thread Stephen Moretti
When out put this is what I see, GIF89aè/ç Definitely streaming an image - a GIF to be precise. You can probably just use that immense URL in an IMG tag. In fact, I've just tested it yes you can. Regards Stephen

RE: Server Stats/Analayze Program

2002-03-06 Thread Ben Whalley
WebtrendsEnterprise is in my opinion way overrated and my experience of the company with regard to support has been very poor. Ben -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: 05 March 2002 22:13 To: CF-Talk Subject: Re: Server Stats/Analayze Program Larry,

Re: how would I cache this

2002-03-06 Thread Paul Hastings
They are using Mapinfo MapX, i think les 'go-to-france' conrad uses that probably has shims/experience for that puppy, we're an arc/info mapserver shop. basically most internet mapservers work either by streaming the binary image back at the client or sending the data directly to the client

Re: how would I cache this

2002-03-06 Thread Jochem van Dieten
John McCosker wrote: When out put this is what I see, GIF89aè/ç That is good. It get's truncated at the first null character because CF can't output it, but it is there.. Use CFHTTP with a path attribute and you have a version of the image on your own server. Then, do with it

RE: how would I cache this

2002-03-06 Thread John McCosker
That is how we are calling the image anyway, through the image tag, its trying to cache it thats the problem, The map is a consistent feature on the application, so every time a request is made the customer is getting charged something like a penny a hit, we have set up an administration

Re: how would I cache this

2002-03-06 Thread Stephen Moretti
When out put this is what I see, GIF89aè/ç Definitely streaming an image - a GIF to be precise. You can probably just use that immense URL in an IMG tag. In fact, I've just tested it yes you can. Of course, I could remember my own rules and read the whole thread before

RE: how would I cache this

2002-03-06 Thread John McCosker
Opptimism I like it, I'll try this and let you Know, J -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 11:34 AM To: CF-Talk Subject: Re: how would I cache this John McCosker wrote: When out put this is what I see,

RE: how would I cache this

2002-03-06 Thread John McCosker
or sending the data directly to the client to render with a plugin No plugin used, Only cookies are set to the client for quick processing if the same data is called again their end. the image metadata back at the client (cfserver for instance) for further processing This is what I think is

Re: it's finally happened

2002-03-06 Thread Kay Smoljak
For anyone out there who isn't using source control... Check out www.ComponentSoftware.com - they have a free for single developer user revision control app. Someone put me on to it recently and I'm stoked. It's pretty simple to set up, and there's a nice Studio toolbar available too. Kay. PS

Re: how would I cache this

2002-03-06 Thread Paul Hastings
the image metadata back at the client (cfserver for instance) for further processing This is what I think is happening, um, no. its streaming the binary back at the client. if you can't get them to switch techniques, i think jochem's way ought to work though the image/metadata way allows

RE: how would I cache this

2002-03-06 Thread John McCosker
mmm, is this what you mean Jochem, CFHTTP URL=http://maps.whereonearth.com/cgi-bin/mapview.exe?...; METHOD=GET PATH=#REQUEST.CacheRoot# /CFHTTP Request.cache being a physical mapping, if I then do cfoutput#cfhttp.filecontent#/cfoutput I get The specified path is invalid. and nothing

form variables in structures

2002-03-06 Thread Will Swain
Hi, I have a dynamic form that has a number of dynamic fields. I know that Form variables are passed as a structure, but how would I access this. I need to loop over the fields and display their values. Can any of you guys help? Cheers Will

Re: CF Pages Want To Download

2002-03-06 Thread Dave Hannum
First, I thought that CF was supposed to do that on install - second: wh ere do I check that. (Im by no means an IIS expert) Dave - Original Message - From: Mike Townend [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 7:55 AM Subject: RE: CF Pages Want

Re: CF Pages Want To Download

2002-03-06 Thread Dave Hannum
I found it in the docs. Thanks Dave - Original Message - From: Mike Townend [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 7:55 AM Subject: RE: CF Pages Want To Download Check that the file extension of .cfm is setup in iis to be passed to

padding results in an SQL query

2002-03-06 Thread Andres
How can in pad an sql result with a character? I am trying to set my dates to be formatted as YYMMDD for a report i need. I am using SET DATEFORMAT ymd to format the date in the correct part order, but my day digits come as a single for 1 to 9. Does anyone know how to make it look like

RE: padding results in an SQL query

2002-03-06 Thread Andres
I was able to answer my own question. In order to get the format i needed, which was YYMMDD, i used this sql formatting: set dateformat ymd select right(datepart(year, mytable.SODATE),2) + RIGHT(REPLICATE('0',2) + CONVERT(VARCHAR(2),datepart(month,mytable.SODATE)),2) + RIGHT(REPLICATE('0',2) +

Parsing and combining large files

2002-03-06 Thread Rosa, Issac
I have a project where I need to extract information from many comma delimited text files and Excel files, do some replacements, then combine the information in another comma delimited text file(s). The files are anywhere from 100KB to 25MB. Can CF handle this or should I be looking at a

RE: Parsing and combining large files

2002-03-06 Thread James Maltby
CF can - but my guess is you want to use CF as a dash-board to drive MS SQL Stored Procedures (which can handle it)... But that's only a guess... J -Original Message- From: Rosa, Issac [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 15:30 To: CF-Talk Subject: Parsing and

RE: a little about the future

2002-03-06 Thread Justin Waldrip
When I learned flash I picked up a book for reference and hit up flashkit.com. There are plenty of good tutorials out there. You can't expect to be walked completely through the learning process. You have to find and learn some of this stuff on your own. Otherwise everyone would be a flash guru.

RE: a little about the future

2002-03-06 Thread Haggerty, Michael A.
A word about Flashkit - make sure to check out the forums and follow links to individual authors sites. The real meat to that site is the authors on the forums, and many of them have individual 'example' sites that explain how to do the stuff you just can't figure out. Two people you might

suggestion on complicated form design.

2002-03-06 Thread Jeff Fongemie
Hello cf-talk, I'm about to build a fairly complicated form. It will require a getting a list of names, and the age and sex of each person. I will need to enforce the age and sex requirement of each name listed. Option 1. Build a form with lots many fields for name, age and sex.

RE: a little about the future

2002-03-06 Thread Haggerty, Michael A.
If only I could talk about what I am doing in my spare time right now... *sniff* between Macromedia's pending releases and my daughter going to kindergarden, it is almost enough to make a man cry. Look how far they have come! Mike -Original Message- From: Greg Alton [mailto:[EMAIL

RE: suggestion on complicated form design.

2002-03-06 Thread Bruce, Rodney (SIGNAL)
Qforms is a great tool for validatiing forms IMHO. you can find information at Pengoworks.com -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:50 AM To: CF-Talk Subject: suggestion on complicated form design. Hello cf-talk, I'm

RE: Parsing and combining large files

2002-03-06 Thread Haggerty, Michael A.
25 MB CSV is a _lot_ for CF to work with. If the possibility exists that CF wil have to write out 50MB files on a production server, I would look into other ways of doing this. ESPECIALLY if more than one person would have access to this module at a time. If you are forced to work with CF on

RE: suggestion on complicated form design.

2002-03-06 Thread James Maltby
If you need all the fields filled then whatever you do you should enforce entry (handy also to have the old html * next to each required field). How you build the form depends on your target audience - younger users will not want to enter 12 names on one form as it will involve scrolling -

Re: suggestion on complicated form design.

2002-03-06 Thread Bryan Stevenson
How about simply allowing them to add name/age/sex combos 1 at a time until they are done (like adding items to an invoice). If you don't want to hit the server for each combo addition, you can you can add each combo to JavaScript arrays and display using DHTML (commit the whole whack at once

Re: CF Pages Want To Download

2002-03-06 Thread Alex
First you have to read the installation documents. Then you have to read the mail-list archive. Then you have to understand what you're doing. On Wed, 6 Mar 2002, Dave Hannum wrote: Hello, Our system administrator just installed CF on a new Win2K/IIS server. I was watching. It detected

RE: How to Initialize Array within a Structure

2002-03-06 Thread Cantrell, Adam
Hey Trey, not sure if anyone answered you yet, but I'll fill you in on one of the most useful tools for what you're doing. Find the custom tag called ObjectDump, then toy around with that on whatever page you're having problems referring to your array or structure (object). Anytime you're working

RE: a little about the future

2002-03-06 Thread Haggerty, Michael A.
Something odd I noticed... there is no mention of Director MX. For those of us familiar enough with Flash and Director, one of the traditional reasons for choosing Director was the ability to include dyna mic content, i.e. things like images not contained in the movie itself. Ummm... anyone

RE: a little about the future

2002-03-06 Thread Mike Chambers
we just released a new version of director (8.5) not too long ago. thus the release cycles are not in sync. you will be hearing more about director in the coming months (including an updated flash mx extra for director). mike chambers [EMAIL PROTECTED] -Original Message- From:

RE: a little about the future

2002-03-06 Thread Anthony Kieran
Has Ulead got the same capability? -Original Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 16:14 To: CF-Talk Subject: RE: a little about the future Something odd I noticed... there is no mention of Director MX. For those of us familiar enough with

RE: Rotating banners

2002-03-06 Thread Shawn Grover
I agree that you have to consider the volume of traffic, and single threading issues. However, I would be assuming that the banner rotator would be a javascript function on a page, or a CFM file retrieved via CFHTTP. In this case, I'd just use CF to build a javascript array of the necessary

Re: Server Stats/Analayze Program

2002-03-06 Thread Frank Mamone
Hi Bill, We use LiveStats v 5.+ and are extremely satisfied although the newest version (6-I think) has a lot more flair but is much slower. There is an amazing feature in version 5 where it builds a usage map based on section of the site visited. This is very accurate if you seperate your

Re: CF Pages Want To Download

2002-03-06 Thread Dave Hannum
Thanks for the reply. But you left out the Forums so your answer is incomplete and therefore incorrect. - Original Message - From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 10:51 AM Subject: Re: CF Pages Want To Download First you have to

RE: Server Stats/Analayze Program

2002-03-06 Thread Matt Robertson
Does anyone remember the name of that stats program that had a buzzsaw for a logo? I can remember it being discussed here, and have looked it over on a couple of occasions, but can't remember the url or name. I have LiveStats 5, but I'm a little leery of going to 6 and want to poke around at

interface with Active Directory?

2002-03-06 Thread Ed Gordon
Have you any resources, or better yet CF code, to interface with Active Directory? FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

RE: Server Stats/Analayze Program

2002-03-06 Thread Matt Robertson
Frank said, Finally we came up with a simple modification in Fusebox which allows us to track with LiveStats. Do tell! ;D --Matt-- __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

RE: Server Stats/Analayze Program

2002-03-06 Thread Lee Fuller
Hm.. That's odd. I thought it to be faster, in terms of administration and response. I know that the reports are a bit slower to initially respond, due to the heavy use of calculations for graphs and charts. But overall, I thought it to be a smoother and quicker program. (Could it be that I'm

states, with counties and cities

2002-03-06 Thread Jim Taylor
Does any one have a datebase of states, with counties and cities? __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Client Var Registry Values

2002-03-06 Thread Jim Curran
Hey all, 2 Questions: I'm changing all my servers to store client vars in a SQL 2k DB. 1) How/where/what should i clean out of my registry when it's complete 2) In one scenario, my SQL Server is a separate machine. The webserver and SQL box in this scenario are connected DIRECTLY via a

Re[2]: Server Stats/Analayze Program

2002-03-06 Thread Jim Priest
http://www.sawmill.net/ jim On Wednesday, March 06, 2002, Matt wrote: MR Does anyone remember the name of that stats program that had a buzzsaw MR for a logo? I can remember it being discussed here, and have looked it MR over on a couple of occasions, but can't remember the url or name.

RE: form variables in structures

2002-03-06 Thread Will Swain
Hi Mike, Another question to see if anyone can help. I want to count the total value of some dynamic variables, but only particular ones. I am selecting which ones from a query, then outputting the results and looping through the Form collection. However, my counter never seems to display, and

RE: CF Pages Want To Download

2002-03-06 Thread Dave Watts
Our system administrator just installed CF on a new Win2K/IIS server. I was watching. It detected the IIS and appeared to install just fine. However, when I use the link ot verify the installation, it does not run, but rather tries to download. What might be wrong. He has IIS, JRUN and

RE: Client Var Registry Values

2002-03-06 Thread Dave Watts
I'm changing all my servers to store client vars in a SQL 2k DB. 1) How/where/what should i clean out of my registry when it's complete You can just leave this alone, and CF will purge it when it's no longer valid. It won't affect your applications once they've been pointed to the new

RE: Client Var Registry Values

2002-03-06 Thread Jim Curran
Thanks a lot! I appreciate. Any good links/locations for proper fields in those tables to index? - j -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 12:59 PM To: CF-Talk Subject: RE: Client Var Registry Values I'm changing all my

ColdFusion Listserv?

2002-03-06 Thread Kahng, Lucius
Does anyone know where I might find an open source ColdFusion mailing list application. Or at the least, an inexpensive listserv application? Thanks! L u c i u s K a h n g 1300 North 17th Street, suite 1847 __ Why Share?

cf-studio 5 and fireworks menu option

2002-03-06 Thread Jim Priest
Is there any way to delete the Edit In Fireworks menu option in CFStudio 5?? I am so used to right-clicking on an image tag and hitting the top menu choice which used to be Edit Current Tag and it's very frustrating, esp. since I don't use Fireworks much :) jim

RE: ColdFusion Listserv?

2002-03-06 Thread Joel Blanchette
Try this http://devex.macromedia.com/developer/gallery/info.cfm?ID=64C4FD5F-1B8F- 11D5-83EE00508B94F85Amethod=Full == Joel Blanchette IT and System Specialist Point of Impact Technologies Inc. Tel: (204) 989-0013 Email: [EMAIL PROTECTED]

Adult CF hosts

2002-03-06 Thread J B
Anyone know of, or have experience with, virtual CF hosts that allow Adult content Thanks _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

OT: excel

2002-03-06 Thread Steven Dworman
How can I keep Excel from formatting columns when I open a .csv file? I have a serial number column that can be all numbers, or a combinantion of numbers and text. When Excel sees a long string of numbers it formats it in scientific notation. Thanks, Steven D Dworman

Re: Adult CF hosts

2002-03-06 Thread Nick McClure
Sounds like a custom tag in the making cf_Porn type= Possible values for type: Use your imagination. At 01:29 PM 3/6/2002 -0500, you wrote: Anyone know of, or have experience with, virtual CF hosts that allow Adult content Thanks

Re: suggestion on complicated form design.

2002-03-06 Thread Stephen M. Aylor
PDF Forms perhaps? - Original Message - From: Jeff Fongemie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 7:49 AM Subject: suggestion on complicated form design. Hello cf-talk, I'm about to build a fairly complicated form. It will require a

Re: Adult CF hosts

2002-03-06 Thread Alex
Could you be more specific by Adult content. Feel free to explain with graphics. On Wed, 6 Mar 2002, J B wrote: Anyone know of, or have experience with, virtual CF hosts that allow Adul t content Thanks _ Join the

Re: OT: excel

2002-03-06 Thread Alex
set the column as text On Wed, 6 Mar 2002, Steven Dworman wrote: How can I keep Excel from formatting columns when I open a .csv file? I have a serial number column that can be all numbers, or a combinantion of numbers and text. When Excel sees a long string of numbers it formats it in

Importing an Excel Worksheet into a query

2002-03-06 Thread Angel Stewart
Hey all, Is there any custom tag which you know of that will allow me to import the contents of a simple Excel spreadsheet (standard grid) into a Query? Or into a table through CF? -Gel __ Dedicated Windows 2000 Server PIII

RE: Adult CF hosts

2002-03-06 Thread Dave Watts
Sounds like a custom tag in the making cf_Porn type= I don't think you'd want to rely on custom tags much in that environment, for performance reasons. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Adult CF hosts

2002-03-06 Thread Lee Fuller
lol | -Original Message- | From: Alex [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, March 06, 2002 10:37 AM | To: CF-Talk | Subject: Re: Adult CF hosts | | | Could you be more specific by Adult content. Feel free to | explain with graphics. | | On Wed, 6 Mar 2002, J B wrote: | |

RE: Adult CF hosts

2002-03-06 Thread Michael Blair
heh here's a more subtle one CF_x3 type=HOT Class=none -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 12:37 PM To: CF-Talk Subject: Re: Adult CF hosts Could you be more specific by Adult content. Feel free to explain with graphics. On Wed, 6

RE: Adult CF hosts

2002-03-06 Thread Lee Fuller
rofl | -Original Message- | From: Michael Blair [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, March 06, 2002 10:48 AM | To: CF-Talk | Subject: RE: Adult CF hosts | | | heh | | here's a more subtle one | | CF_x3 type=HOT Class=none

RE: OT: excel

2002-03-06 Thread Steven Dworman
i don't want the user to have to change anything on the fly. i want excel to not apply its own formatting. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 1:39 PM To: CF-Talk Subject: Re: OT: excel set the column as text On Wed, 6 Mar 2002,

RE: form variables in structures

2002-03-06 Thread Mike Townend
You could change your code to be... cfif frmVar EQ menuitemID cfset counter = counter + 1 /cfif HTH -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 17:29 To: CF-Talk Subject: RE: form variables in structures Hi Mike, Another question to

RE: Adult CF hosts

2002-03-06 Thread Mike Townend
Have a look on Forta.com... I was on there earlier and noticed that an adult site was listed... May be worth having a look to see if you can find their hosting company... HTH -Original Message- From: J B [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 18:30 To: CF-Talk Subject: Adult

RE: OT: excel

2002-03-06 Thread Tony Schreiber
Put a ' in front of the text in the file... Excel will treat it as a string that way. i don't want the user to have to change anything on the fly. i want exce l to not apply its own formatting. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06,

forcing a log out

2002-03-06 Thread Steven Dworman
Is there a script that will catch if the user closes the browser without logging off from an app? I need to force a logout and run this script I have to update an audit table. Thanks, Steven D Dworman - Web Consultant Systems

Re: Adult CF hosts

2002-03-06 Thread Jim McAtee
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 11:48 AM Subject: RE: Adult CF hosts Sounds like a custom tag in the making cf_Porn type= I don't think you'd want to rely on custom tags much in that environment,

Re: Adult CF hosts

2002-03-06 Thread Bruce Sorge
Although I do not know of any CF Hosting companies that allow adult content (never was a search criteria when looking for a host), it seems to me that since it is a sad fact that porn is one of THE biggest money makers on the net, co-location of your own server may end up paying for itself.

RE: Adult CF hosts

2002-03-06 Thread Wolf, Alan
The world of CF.. Always changing, always metamorphizing Alan L. Wolf MCSE, MCP, MCP + I SAIC Frederick PO Box B Bldg 458 Frederick, Maryland 21702 [EMAIL PROTECTED] 301-846-5479 (V) 301-846-6886 (F) -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: forcing a log out

2002-03-06 Thread Justin Hansen
You could try using body onunload=logout(); then setup a logout function that would open a new window, run your script, then close itself Justin Hansen -- Ulgih Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext

RE: OT: excel

2002-03-06 Thread David Schmidt
I just tried that a few days ago for an application that needed leading zeros. It did not work. You simply get an '003838 in excel, instead of 003838. The ' does not get treated as an excel escape modifier when comi ng from a csv file. Dave -Original Message- From: Tony Schreiber

CF_FakeURL and 404 errs

2002-03-06 Thread Matt Robertson
I read with great interest Ben Forta's simple solution to making urls search-engine friendly. The article is available online here: http://www.sys-con.com/coldfusion/article.cfm?id=388 So I set it up, have confirmed it returns the vars like its supposed to... But IIS refuses to give me

Re: CF_FakeURL and 404 errs

2002-03-06 Thread Paul Giesenhagen
I am using it without any troubles Win2K IIS5 CF 5 ... I didn't have to make any setting changes at all. (you can see it at http://www.outdoorsite.com) I do have a site on a different server that is having troubles with it though... I don't know where the problem is, it is just parsing out the

Re: CF_FakeURL and 404 errs

2002-03-06 Thread Jerry Johnson
You need to tell IIS that it shouldn't check to see if the file actually exists. (I am looking for the option now, but I can't remember where it is...) Jerry Johnson [EMAIL PROTECTED] 03/06/02 02:14PM I read with great interest Ben Forta's simple solution to making urls search-engine

Re: CF_FakeURL and 404 errs

2002-03-06 Thread Jerry Johnson
In IIS manager, right click on a website, then choose properties. #website# Properties Home Directory Tab Application Settings section Configuration button Application Configuration Choose a file extension, then edit Add/Edit Application Extension Mapping _ Check that file

RE: CF_FakeURL and 404 errs

2002-03-06 Thread Matt Robertson
Paul, I vaguely remember some discussions about cf_formurl2attributes (in the CF forum) bombing out because of an IIS security patch that caught the extra trailing slashes and broke the tag. There was a fix for it, but it had to be implemented in IIS itself somewhere. Jerry, Would this flat

Errors filling up Application Log

2002-03-06 Thread Dave Hannum
We have CF 5.0 on a NT 4.0 SP6a box and Netscape 3.6 Enterprise server. Every 10 seconds, there is an error written into the Application Log as follows: Service: Allaire WSM Type: Error Description: Unable to gain access to the web server throught the service manager. Again, this is done

Re[2]: CF_FakeURL and 404 errs

2002-03-06 Thread Critz
oi Jerry!! IIS // home directory // configuration // .cfm -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Wednesday, March 6, 2002, 2:24:52 PM, you wrote: JJ You need to tell IIS that it shouldn't

RE: Adult CF hosts

2002-03-06 Thread Kris Pilles
If anyone does need info on this subject, I am more then willing to provide you with hosting or refer you to someone who can. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:14 PM To: CF-Talk Subject: Re: Adult CF hosts Although I do

RE: CF_FakeURL and 404 errs

2002-03-06 Thread Matt Robertson
Yup. That fixed it. Thanks, Jerry! --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month

RE: forcing a log out

2002-03-06 Thread Steven Dworman
onunload will run on any page redirection, not just closing the browser. -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:10 PM To: CF-Talk Subject: RE: forcing a log out You could try using body onunload=logout(); then setup a logout

RE: Adult CF hosts

2002-03-06 Thread Paul Wille
I think we can guarantee that this proposed site will never get the Macromedia Site of the Day award. :) Paul W. Wille[EMAIL PROTECTED] -- Certified Advanced ColdFusion 5 Developer -- ISITE

RE: forcing a log out

2002-03-06 Thread Justin Hansen
oops... use some kind of onclose event then. like the ones that cause all those damn cf_Porn_Popup windows. just view source on your favorite cf_Porn site. LOL! 8P -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 1:54 PM To: CF-Talk

Re: Adult CF hosts

2002-03-06 Thread Ernie Pena
email me so we can talk more EP! - Original Message - From: J B [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 12:29 PM Subject: Adult CF hosts Anyone know of, or have experience with, virtual CF hosts that allow Adul t content Thanks

RE: forcing a log out

2002-03-06 Thread Steven Dworman
i needed a laugh :) -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:57 PM To: CF-Talk Subject: RE: forcing a log out oops... use some kind of onclose event then. like the ones that cause all those damn cf_Porn_Popup windows. just view

CF LOGS - Deleting, Purging?

2002-03-06 Thread Mark M. Kecko
Will deleting the Application.log file OR the Email.log OR the Errors.log file for ColdFusion5 cause any problems? I've never really paid much attention to these but now that I'm having problems with my server and I'm trying to look at them, they're just too big to open! Can I delete them and

Re: CF LOGS - Deleting, Purging?

2002-03-06 Thread Jim McAtee
Yes, it's OK to delete them. CF just creates new ones. If you need to read a very large log, you might want to rename it first, then try opening it in notepad, or a text editor that can handle large files. I don't believe there's any mechanism within CF to more intelligently manage the logs.

[no subject]

2002-03-06 Thread Barry Gee
This is a multi-part message in MIME format. --=_NextPart_000_0029_01C1C497.8A1DD040 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Form-Type: [List-Manager-Commands] Command: [auth 002d03d2] Command: [subscribe [EMAIL PROTECTED]] Command:

RE: CF_FakeURL and 404 errs

2002-03-06 Thread Matt Robertson
It seems I can still get a proper 404 even though I've implemented your setting. Best of all possible. I use a custom 404 error page that helps me deflect nimda-style attacks. At my test domain if I key in http://chapmanpower.com/foo.htm I get my standard custom404.asp. If I key in

Broswer Timing Out

2002-03-06 Thread Matthew R. Small
Hi everybody - I have an intranet that is used to print out large quantities of documents to the local printer. When CF is processing this request, it can sometimes take hours to finish. The problem is that the browser eventually reaches timeout and the process quits without finishing.

Re: CF_FakeURL and 404 errs

2002-03-06 Thread Joseph Thompson
IIS-- WebSite/RightClick--Properties HomeDirectory--configuration Find iscf.dll--click--edit Now you should see the checkbox that says: check that file exists You need to tell IIS that it shouldn't check to see if the file actually exists. (I am looking for the option

Web hammering

2002-03-06 Thread David Cummins
Hi all, We're setting up and testing a CF server before it goes into production, and as part of that testing we're using Application Center Test to test performace. The page we're running it on only takes 70ms according to debug, but ACT is only reporting 4 pages/sec on that page. They're on the

Re: Broswer Timing Out

2002-03-06 Thread Tony Schreiber
I have this issue also on long running requests that create files. What I did (with some help from this list) is create a second cfm page that actually does the work and call it from the page that informs the user that the request is being performed. When it's done, I send an email to the user

RE: CF LOGS - Deleting, Purging?

2002-03-06 Thread Mark M. Kecko
Thanks Jim! -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 3:44 PM To: CF-Talk Subject: Re: CF LOGS - Deleting, Purging? Yes, it's OK to delete them. CF just creates new ones. If you need to read a very large log, you might want to

RE: Adult CF hosts

2002-03-06 Thread Mark A. Kruger - CFG
that is way to funny - get off the list hehe. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 10:48 AM To: CF-Talk Subject: RE: Adult CF hosts Sounds like a custom tag in the making cf_Porn type= I don't think you'd want to rely on

RE: Client Var Registry Values

2002-03-06 Thread Chuck McElwee
I would have thought that once you changed the clientstorage attribute, either globally through the administrator or within the cfapplication tag, that CF would henceforth ignore the previous storage site and leave the orphan client variables to gather dust. Are you saying that CF will inspect

RE: Client Var Registry Values

2002-03-06 Thread Chuck McElwee
I think what you want to do is simply make the cfid column in both CDATA and CGLOBAL the primary keys for those tables. Chuck McElwee etech solutions inc www.etechsolutions.com -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 12:59 PM To:

  1   2   >