RE: An error with CFMAIL

2001-04-20 Thread Axiomatique (Vincent)
I am getting the same error message as the one below, we are not using IMailv6. We started to get the error when sending a specific message. So I broke down the message in 4 pieces and all 4 were sent successfully, but when putting the message back together step by step when reaching a certain

RE: Harpoon The Current Status

2001-04-20 Thread Thomas Chiverton
Is it gonna be free, or will some nominal charge apply ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

looking for a crystal/cf guy

2001-04-20 Thread Brian Thornton
We have a need for a remote Crystal Guy to develop Crystal Reports as part of our intranet... Please email me at [EMAIL PROTECTED] for more info... Brian Thornton 702.341.0864 or 702.310.1010 x3050 ~~ Structure your ColdFusion code with

FW: Dates suddenly formatting incorrectly.

2001-04-20 Thread Will Swain
Hi all, Strange one this, it has me totally perplexed on this Friday morning. I have several sites which have events pages. The site admin can upload details of new events, including their dates. This all worked fine until yesterday, when two of them started acting strangely, like so: User

RE: Dates suddenly formatting incorrectly.

2001-04-20 Thread Daniel Lancelot
I presume form.festdate is a text field? The most reliable way of capturing dates correctly on a form is to have 3 select boxes, (day/month/year) with appropiate values in each one. Then when the user submits use createdate(form.year,form.month,form.day) to create an unambiguous (is that a

RE: Dates suddenly formatting incorrectly.

2001-04-20 Thread Tony Schreiber
My DTBoxes tag will create the form elements on the page and Ken Beards AssembleDT will create valid date/time objects on the following page: http://www.tbcfug.org/index.cfm?fuseaction=files.detailsfile_id=29 The most reliable way of capturing dates correctly on a form is to have 3 select

Fw: looking for a crystal/cf guy

2001-04-20 Thread Brian Thornton
Apologize guys, this is only a remote opportunity for a individual familiar with working remotely via PCA or VNC. - Original Message - From: Brian Thornton To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 1:44 AM Subject: looking for a crystal/cf guy We have a need for a remote

OLEDB

2001-04-20 Thread Kay Smoljak
Hi all, I am trying to set up an Access database using OLEDB. I don't know what to put in the "Provider" box, and the datasource won't verify. I am using MDAC as a provider. The docs are very vauge on OLEDB. Anyone have any ideas? Thanks, Kay.

Friendly e-mail addresses

2001-04-20 Thread Aidan Whitehall
ColdFusion Server Version 4, 0, 1, 0 Professional and Outlook 2000 as an e-mail client. === http://www.thenetprofits.co.uk/coldfusion/faq/index.cfm#answer55 How do I make a CFMAIL display "friendly" e-mail addresses? CFMAIL FROM="[EMAIL

RE: Forging HTTP headers

2001-04-20 Thread Aidan Whitehall
using netcat or telnet, pass a raw HTTP request like the following: User-Agent: n30/browser Host: www.speeddy3d.com Referer: http://www.speeddy3d.com/cgi-bin/news/news.cgi GET /cgi-bin/news/news.cgi?addAuthor HTTP/1.0 K, thanks. Is it possible to

RE: javascript question

2001-04-20 Thread Lonny Eckert
If I understand you correctly, you are attempting to run functions in the parent window from a popup window? If so use: window.opener.functionInMainWindow(); I've attached a code snippet from a popup window. The function SubmitIt() is a function from the parent window. FWIW, this was done to

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
I'm trying to simulate the scenario when someone saves an online form to their hard drive, alters a hidden form field containing the price someone should pay, reloads the local form in their browser, falsifies the cgi.HTTP_REFERER value and resubmits the form. It depends if the server

RE: Friendly e-mail addresses

2001-04-20 Thread Philip Arnold - ASP
ColdFusion Server Version 4, 0, 1, 0 Professional and Outlook 2000 as an e-mail client. === http://www.thenetprofits.co.uk/coldfusion/faq/index.cfm#answer55 How do I make a CFMAIL display "friendly" e-mail addresses? CFMAIL

Re: Friendly e-mail addresses

2001-04-20 Thread Mark Woods
If you enter the email addresses inside angle brackets, the server should interpret anything else as a comment. So... CFMAIL FROM="""John Smith""[EMAIL PROTECTED]" etc. should do it (BTW, that should is there for a reason - no guarantee this will always work) Mark At 01:29 PM

RE: Forging HTTP headers

2001-04-20 Thread savan . thongvanh
how do you get the info to the session variable w/o the form? Thomas Chiverton [EMAIL PROTECTED] on 04/20/2001 07:51:38 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: RE: Forging HTTP headers I'm trying to simulate the scenario when someone saves

Tables on the fly

2001-04-20 Thread William J Wheatley
Ok i remember this being talked about a few months back but i cant find it in the archives. Whats the command you put in the Table structures for HTML ot make a TABLE display on the fly? You have to give it the command so it does not have to calculate on its own? Thanks! Bill Wheatley

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
how do you get the info to the session variable w/o the form? If you asking how you store things like the price, then: generate form session.price=#price# session.ID=generateGUID() [output from, hidden field contating session.id] action page for form if form.id eq session.id

Client State Management? what storage method?

2001-04-20 Thread Paul Ihrig
Quick question. how do you store your client variables? in a bd, registry or cookie i am just starting a redesign lay out to our intranet./ since ldap seems to be out of reach do to 2 servers with the same name, i am looking into using client management. having fun playing with all the code

RE: Dates suddenly formatting incorrectly.

2001-04-20 Thread Will Swain
Absolutely agree, and to be honest thats what I do now. But this is code written by another agency, and I would prefer to not have to re write it. Infact, on one of the sites, that's exactly how I have done the dates. I just don't get why it's suddenly started happening, and thats what is really

Re: Newbie question -- Dynamic form processing

2001-04-20 Thread Melissa Fraher
Thank you Clint and Rodney for your answers! Melissa "Bruce, Rodney" wrote: Melissa I haven't seen an answer back to you yet, so here is one possibly way. IF (assuming here) you are displaying all items for sale, with a text box to enter number of each item customer wants to buy: i.e

CF Express

2001-04-20 Thread Allan Pichler
Does CF Express work with SQL server ? The following is from the documentation on CF Express: ColdFusion Express, as with other editions of ColdFusion, supports any ODBC database. However, the Express installation process installs the following drivers, which we know to work well with

RE: Client State Management? what storage method?

2001-04-20 Thread Dan G. Switzer, II
Paul, First thing, go to the CF Administrator and go to Server Variables. If you're going to be using any datasources for client vars, here's where you'd register them. You can also change the default storage mechanism for client vars. The next step would be to use the CLIENTSTORAGE attribute

RE: Advanced CF5 Bootcamp format

2001-04-20 Thread JoshMEagle
The second format would go over better with the finance office (at least ours) I believe. Most of our developers would be willing to pay their own dinner just to get to attend. Lodging is not included in this is it? Perhaps with early registration you'd give us a room at the Super8 or something?

RE: 4.5 Certification

2001-04-20 Thread Ben Forta
Actually, the current Study Guide already covers most of the material in the revised test (except for CF5 features, of course). I have not yet decided whether I'll revise the book or not, I need to work out exactly how much of it will change (the CF5 test is not done yet). If it is not

189,000K memory use - Way too high for CFAS 4.5.1?

2001-04-20 Thread Paul Sinclair
My memory useage for CFAS 4.5.1. SP2 slowly creeps up to about 189,000K (per NT Server 4.0, SP6a Task Manager reading) and levels out there. I know that the SmartHeap function in CFAS is not releasing memory back to the system on the notion that CFAS will need it again. But I am wondering if

RE: Forging HTTP headers

2001-04-20 Thread savan . thongvanh
thinking more along the lines of CC #'s Thomas Chiverton [EMAIL PROTECTED] on 04/20/2001 08:27:50 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: RE: Forging HTTP headers how do you get the info to the session variable w/o the form? If you asking

Cold Fusion Magazine? Any Good?

2001-04-20 Thread Jeff Fongemie
Hello cf-talk, I've seen the Cold Fusion magazine website "Cold Fusion Developers Journal" on the web. Is the magazine any good? I'm thinking of getting a subscription, but have never seen one. Fairly expensive magazine! Best regards, Jeff Fongemie

New File Extension....

2001-04-20 Thread Neil Clark
Anyone know how to set up their Web server (in this case IIS 4 and 5) to accept any file with the extension .xxx and then pass it to the CF server for processing as if it was anyother .cfm file? I have had a few replies from good sources from other sources indication that this is easy, but I am

Sniffing WAP Browsers...

2001-04-20 Thread Tony Schreiber
For all the WAP resources out there, I've been finding remarkably little content. I just finished building my first app last night (an inventory lookup) and am now wandering in the dark about how to sniff out WAP browsers - or more accurately, redirect NON-WAP browsers away from that page. Links?

RE: Friendly e-mail addresses

2001-04-20 Thread Aidan Whitehall
Thanks both. The e-mails don't seem to be getting sent using the format you suggested: CFMAIL FROM="""John Smith""[EMAIL PROTECTED]"... but seems to work with this CFMAIL FROM="John Smith [EMAIL PROTECTED]"... I'll play around with the format and root around the badmail folder... see

studio upgrade

2001-04-20 Thread Greg Jordan
Does anyone know if CFStudio will be released in a 5.0 version? If so, does anyone know what features will added, changed, etc? Thanks. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Cold Fusion Magazine? Any Good?

2001-04-20 Thread G
It is a bit pricey, but worth it, IMHO. You'll find articles that run the gamut, from novice to advanced, from programming tips to utilizing advanced CF features. What I particularly like about it, is that it doesn't remain bogged down in CF particulars, but contains articles that deal with

Strange CFHTTP Problem

2001-04-20 Thread cf_talk
Hi all, I've got a strange problem going on here with using cfhttp tag. Environment is NT4.0 IIS4 CF4.51 (Allow anon users disabled - Windows Challenge/Response) I've also tried on Win2k IIS5 with same problem arising. I keep getting an "Access denied" message (cfhttp.filecontent) and was

RE: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Greg Jordan
Jeff I'll put it this way regarding CFDJ: It cost me less than $200.00 for a two year subscription, but I have learned more than $200.00 worth of coding examples, tips and received different perspectives on the same issues I am dealing with... Also, check out one of their site at

RE: Sniffing WAP Browsers...

2001-04-20 Thread Dylan Bromby
sniff for the WAP MIME type in the browser's HTTP_ACCEPT string. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 7:14 AM To: CF-Talk Subject: Sniffing WAP Browsers... For all the WAP resources out there, I've been finding remarkably

RE: Friendly e-mail addresses

2001-04-20 Thread Dylan Bromby
i don't think that will work. however, i use this all the time and it works perfectly: FROM="John Smith[EMAIL PROTECTED]" -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 5:59 AM To: CF-Talk Subject: Re: "Friendly" e-mail addresses If you

Query in between dates

2001-04-20 Thread Peter Benoit
Hi, I know I've seen this but I cannot figure out what I'm doing wrong. I have an Access Database with a field named outageDate which is a Date/Time field. I want to produce a report built off a query of dates between certain dates. what I have is : cfquery name="dayData" datasource="#DSN#"

RE: New File Extension....

2001-04-20 Thread Gavin Lilley
Okay in iis it is easy... In the IIS config (or the mmc console in NT) goto the home directory tab and click Application Configuration. Either change the .cfm to .xxx or create a new mapping with the same properties. You might also wish to se the default document. -- Gavin Lilley Internet /

RE: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Benjamin S. Rogers
It is marginal. There are a couple of really good writers/ColdFusion developers whose articles routinely grace the magazine. However, much of the articles are nothing but promotional pieces for software products written by the vendors of those products. There are often egregious errors such as

Re: New File Extension....

2001-04-20 Thread Bryan LaPlante
go to your IIS management console in NT4 it's under the option pack menu and W2k it's in the computer manager. Right click on the web site in question and go to properties and them to the home directory tab. Click on configure and you will see the extensions in there. Bryan - Original

RE: New File Extension....

2001-04-20 Thread Terry Bader
im going to guess you are using windows and thusly and more then likely, IIS... so in ISS... open the IIS manager, rickt-click on the main/default website and click properties... click on the home directory Tab click configuration click add... type in the extension, and the executable

RE: studio upgrade

2001-04-20 Thread Patricia Lee
I've heard that Studio 5 won't be released until about 6 months after CF 5. Which makes it somewhere around December I believe. | |Does anyone know if CFStudio will be released in a 5.0 |version? If so, does |anyone know what features will added, changed, etc? | |Thanks.

RE: studio upgrade

2001-04-20 Thread Raymond Camden
Yes, it will be. It will not be released at the same time as Server 5.0, but a 'language pack' of some kind will be. That way you can make your Studio grok the new 5.0 tags. As for features, it's not my department so I really have no idea.

RE: cfincluded select box doesn't work

2001-04-20 Thread Allen Hudson
Well it is now working. As was originally suggested the initial error turns out to have been caused by a Javascript reference conflict (the form being called an already used name.) Since this problem was brought to me by a subordinate, I came in halfway thru the error testing process. One

RE: Sniffing WAP Browsers...

2001-04-20 Thread Edward Chanter
It's a nightmare, short and simple. Aside from getting each of the phones and testing it on them, there's no sure fire way of testing Even using two different models of Nokia, an app I built works great on the 7110 but my 6210 doesn't display anything at all If you come up with a

It's not big and it's not clever...

2001-04-20 Thread Aidan Whitehall
I need a list of swear words to validate user input against. Anyone have such a beast? Saw CF_BadMouth but would rather get a list of words and write the code. TIA -- Aidan Whitehall [EMAIL PROTECTED] Netshopperuk Telephone +44 (01744) 648650

OT - SQL server memory usage

2001-04-20 Thread river
My SQL server on NT4 uses almost 20MB of the server memory all the time. I am wondering if there is something wrong. Is this normal? There is an CF application that uses a database, that's frequently used all day, but it's not used that much except that. I am not using any of the stored

RE: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Belfiori, Ross
Jeff, I ordered it when I started with CF and have definitely picked up useful information. Not so much from the examples but the ideas or articles put me on the rite path to upgrade and enhance the functionality of the web that I am working on. I have done a lot of search through the archived

RE: Forging HTTP headers

2001-04-20 Thread Thomas Chiverton
thinking more along the lines of CC #'s Same applies, surly ? In addition to my last mail - you shouldn't use 'session.' there if your session variables are client side i.e. cookies :-) ~~ Structure your ColdFusion code with Fusebox. Get the

RE: CFML not being executed

2001-04-20 Thread Daniel H
Hello All: Considentially I have had the same problem. We have upgraded from NT 4.0 SP6 CF Enterprise 4.5.1 SP2 to a Windows 2000 system. Our mail server used to reside on the same machine. Now we have it on a seperate machine; All email accounts in Post Office appear to be working correctly and

RE: Query in between dates

2001-04-20 Thread JLB
I had a problem like that and I believe what I ended up doing was using dateformat on the form submitted date like TodayDate='#DateFormat(formdate,"mm/dd/yy")#' -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 10:39 AM To: CF-Talk Subject:

Re: studio upgrade

2001-04-20 Thread Jon Hall
The new VTM's will be released with CF Server 5 though. jon - Original Message - From: "Patricia Lee" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 10:50 AM Subject: RE: studio upgrade I've heard that Studio 5 won't be released until about 6 months

NT Mail and e-mail forwarding

2001-04-20 Thread Aidan Whitehall
Can anyone give me any pointers on this... - user creates an account within a web-based application - they select a username - the enter an e-mail address - any e-mail sent to "[EMAIL PROTECTED]" gets forwarded to the e-mail address they previously entered. The network admin has told me

RE: It's not big and it's not clever...

2001-04-20 Thread Rich Wild
yeah - I've got quite a large list - in UK english too! I'll mail ya off list --- Rich Wild Senior Web Designer --- e-mango.com ltd Tel: 01202 587 400 Lansdowne Place

RE: It's not big and it's not clever...

2001-04-20 Thread Matt Rodosky
'macromedia' ;) -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:55 AM To: CF-Talk Subject: It's not big and it's not clever... I need a list of swear words to validate user input against. Anyone have such a beast? Saw CF_BadMouth but

RE: It's not big and it's not clever...

2001-04-20 Thread Brad Comer
not a super list but a good start -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 9:55 AM To: CF-Talk Subject: It's not big and it's not clever... I need a list of swear words to validate user input against. Anyone have such a beast?

OT Javascript question

2001-04-20 Thread Will Swain
Hi, Does anyone know if it is possible to capture key strokes with javascript. In other words, can I create a onReturn event which fires when the user hits the return button on their keyboard? Cheers Will Swain Hot Horse Ltd ~~ Structure

RE: OT - SQL server memory usage

2001-04-20 Thread mherbene
You can configure SQL Server (my knowledge is based on 6.5) to use a certain amount of memory, and it will pretty much use that whether it needs it or not. If you think it would be ok with less, you can adjust setting and restart it. -Original Message- From: river [mailto:[EMAIL

RE: 189,000K memory use - Way too high for CFAS 4.5.1?

2001-04-20 Thread mherbene
That seems pretty reasonable to me. My servers run at between 120 and 150 MB of "committed bytes" (from perfmon). -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 9:53 AM To: CF-Talk Subject: 189,000K memory use - Way too high for CFAS

RE: Sniffing WAP Browsers...

2001-04-20 Thread Tony Schreiber
Well, if someone's interested, please feel free to test my app: http://galaga.technocraft.com/inv3.cfm Enter a UPC from an audio cd. Should tell you the artist/title and whether we have it in stock or not. Then you can find out where (shelf and bin locations in the warehouse) it's stocked.

RE: Sniffing WAP Browsers...

2001-04-20 Thread Tony Schreiber
So, then I'm doing this for now: CFIF NOT ListContains(CGI.HTTP_ACCEPT,'text/vnd.wap.wml') Sorry, WAP browsers only. CFABORT /CFIF But I don't know how many phones that will kill... sniff for the WAP MIME type in the browser's HTTP_ACCEPT string. -Original Message- From: Tony

Re: NT Mail and e-mail forwarding

2001-04-20 Thread Tony Schreiber
Well, I used to do something like this, but we wrote the "aliases" (username - [EMAIL PROTECTED]) to a text file on a samba share on our linux mail server. A Cron job runs a script that picked up the text file and ran the sendmail "makesend" on the list of aliases... Another solution was instead

RE: OT - SQL server memory usage

2001-04-20 Thread Christopher Cortes
River, Are you noticing performance problems or are you just concerned, and is this machine a dedicated database server? Does this occur when there is no database activity at all, or does memory usage drop as database activity decreases? - Chris

CF Studio NOT setting archive bits?

2001-04-20 Thread Richard Colman
I have a situation developing where certain CF templates were not backed up during an incremental back-up using Backup Exec. Upon closer examination, the files did not have the ARCHIVE bit set even though the file was overwritten with a new version by CF Studio. I wonder why the bit was not set.

Re: NT Mail and e-mail forwarding

2001-04-20 Thread Howie Hamlin
Gordano has a COM that can be used for NTMail admin (part of their option pack). You can download it from: http://www.ntmail.co.uk/products/upgrades/download.htm?STD=Y Not sure if it's compatible with CF or not (CF can only use COM Automation Objects) but Gordano used to have a CFX that did

RE: It's not big and it's not clever...

2001-04-20 Thread Angél Stewart
You..umm..want me to send them to your personal emailbiatch!?? ^_^ hee hee hee -Gel -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: Friday, 20 April 2001 11:45 To: CF-Talk Subject: RE: It's not big and it's not clever... 'macromedia' ;) -Original

RE: Harpoon The Current Status COST

2001-04-20 Thread mbrunt
Sorry for the delay in replying to your question. It will be free. Kind Regards - Mike Brunt Macromedia Consulting Tel 562.243.6255 Fax 401.696.4335 http://www.macromedia.com -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 1:28 AM To:

RE: It's not big and it's not clever...

2001-04-20 Thread JoshMEagle
Could I get a copy of that too? I'm writing a Message Board and would like to have such a database ... plus it'll give me new and fresh ideas for swearing when my boss wants the project yesterday ;) Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next

Re: Cold Fusion Magazine? Any Good?

2001-04-20 Thread zac
Jeff Fongemie wrote: Is the magazine any good? I'm thinking of getting a subscription, but have never seen one. Fairly expensive magazine! Some issues are just throwaways and in general, as has been noted, the layout, error checking and general attention to detail is sometimes sorely lacking.

Re: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Jeffry Houser
I heard at my last user group meeting that starting in July it's going to be given out free to everyone w/ Registered ColdFusion products. I'd at least wait 2-3 months before spending a fortune on it. ;) At 10:05 AM 04/20/2001 -0400, you wrote: Hello cf-talk, I've seen the Cold

RE: Cold Fusion Magazine? Any Good?

2001-04-20 Thread John Wilker
I've subscribed for two years now and with only one or two exceptions each month has something I didn't know at all or didn't know enough about. It is a bit pricey but I definitely think it's worth it. Besides take it as a tax write-off :-)) I also think it's a good way to share information,

RE: OT Javascript question

2001-04-20 Thread Semrau, Steven L Mr SRA
Yes you can, it's call the 'Event Object'. Although NN and MSIE are dramatically different in the way that they handle this currently (not sure about Netscape 6). Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095

Display query processing in real-time?

2001-04-20 Thread WebMaster
Is there a way to show query processing in "real-time", so you can see which row is processing at any given moment? Thanks, Mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Advanced CF5 Bootcamp format

2001-04-20 Thread Erika L Walker
I agree. I was wavering on signing up...but if you switch to the second format, I believe that would topple me off the fence... :) Erika -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 9:44 AM To: CF-Talk Subject: RE: Advanced CF5 Bootcamp

RE: It's not big and it's not clever...

2001-04-20 Thread Bruce, Rodney
Could I get that as well, Its amazing what some people will enter in a survey form. -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:30 AM To: CF-Talk Subject: RE: It's not big and it's not clever... yeah - I've got quite a large list -

RE: It's not big and it's not clever...

2001-04-20 Thread Erika L Walker
Me too! Me too! waving hand in air Pretty please? With sugar on top? Erika "Friendship is never an accident. It is always the result of high intentions, sincere effort, intelligent direction and skillful execution. It represents the wise choice of many alternatives." - unknown

Re: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Dave
I agree with what Zac said - mostly filler, occasional article of interest, *very* occasional "must-have". Hello cf-talk, I've seen the Cold Fusion magazine website "Cold Fusion Developers Journal" on the web. Is the magazine any good? I'm thinking of getting a subscription, but

Re: OT Javascript question

2001-04-20 Thread savan . thongvanh
i know there is in NS but i'm not sure about IE in NS you can enable event capturing and inherent to that is the type of event. i.e., a key stroke and the key depressed see developer.netscape.com for more on this script document.captureEvents(ONKEYPRESS); function myHandler(e){ //where e is

Re: Advanced CF5 Bootcamp format

2001-04-20 Thread William J Wheatley
Even without the change its still a Great class and i would pay out of pocket the whole thing if i could to attend i believ eits that worth it. Its just so many things you would never have thought of and you go back to work with a notepad of ggreat ideas and time saving things and i've done

RE: It's not big and it's not clever...

2001-04-20 Thread Douglas Knudsen
Rich, sounds like a money making venture here. I'm a VC looking to drop lots of dough on this sort of thing. We could go IPO and rake in a bunch of money before we put the list together. I bet we could even get govt funding. Is badwords.com taken? It is. We will just take them to court

RE: Advanced CF5 Bootcamp format

2001-04-20 Thread Bruce, Rodney
What would the location for the camp be? and as for the format, yes it would be a lot easier to talk the boss into on the second format. As user I like the first, I believe the more hands on training the better. -Original Message- From: Erika L Walker [mailto:[EMAIL PROTECTED]] Sent:

Re: OT Javascript question

2001-04-20 Thread Bryan LaPlante
In IE4 and up event.keyCode(13) is the enter key - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 12:45 PM Subject: Re: OT Javascript question i know there is in NS but i'm not sure about IE in NS you can enable event

RE: Long Processing time of queries

2001-04-20 Thread Semrau, Steven L Mr SRA
I would turn on debugging to get the output of the execution time for the queries (showing at the bottom of your template). Then I would run those same queries on the database server it's self (through whatever interface... ie. if you are using Oracle - run through SQL Plus). Then compare the

Getting DSNs from a crashed machine

2001-04-20 Thread Richard Colman
Does anyone know how to get DSN information from a crashed server, i.e. I can get to files on the system volume through a "back door" but cannot bring up the server itself. Is it in the registry? Richard Colman Director of Computing School of Biological Sciences http://www.bio.uci.edu

FTP files timezone

2001-04-20 Thread David Shadovitz
CF Studio's Files tab displays the Name, Title, Size, Modified and Type of each file. When displaying this info for files on an FTP site, what controls the timezone of the "Modified" field? It's determined by the FTP server, right? Thanks. -David

RE: 4.5 Certification

2001-04-20 Thread Brian Simmons
Terry, Congrats on passing. You should receive a package from Allaire/Macromedia in about 2 - 4 weeks with your paper certificate, logos on a floppy, and a gift (mine was a duffel bag, pretty cool). For those of you thinking of taking the exam, check out CF_Buster, the ultimate testing tool

Re: Cold Fusion Magazine? Any Good?

2001-04-20 Thread Joseph Thompson
Excellent magazine (yes, very pricey). Occasionally I treat myself and am never disappointed. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Advanced CF5 Bootcamp format

2001-04-20 Thread Howie Hamlin
All the info is here: http://www.lmnotv.com/new/shows/bc/bc_master.htm HTH, Howie - Original Message - From: "Bruce, Rodney" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 2:11 PM Subject: RE: Advanced CF5 Bootcamp format What would the location for

RE: FTP files timezone

2001-04-20 Thread Simon Horwith
I believe so, yes. ~Simon Simon Horwith Macromedia Certified Instructor Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 500 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent:

Image size

2001-04-20 Thread Skip Ogden
The Allaire Developers forum used to have a tag called cfx_imagesize (or something close to that). It isn't there any more, or I can't locate it. Does anyone know of ANY way to automatically create a thumbnail from an image as it is uploaded (with cffile) Thanks...

RE: Getting DSNs from a crashed machine

2001-04-20 Thread Aaron Johnson
Hi Richard, HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\DataSources Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED] -Original Message- From: Richard Colman [mailto:[EMAIL

Is CF still relevant?

2001-04-20 Thread Joseph Grossberg
Now, before you dismiss this as a troll, please let me elaborate. This isn't so much an instigation or a whine as it is a call for us to take a step back and reevalutate things periodically. Over the course of my career as a web programmer/developer, I have worked with a variety of sever-side

Re: Getting DSNs from a crashed machine

2001-04-20 Thread Dain Anderson
Richard, You can access the ODBC.ini file in the system directory. On Win NT and 2000, it should be in: c:\WINNT\ODBC.ini Dain Anderson Caretaker, CF Comet http://www.cfcomet.com/ - Original Message - From: "Richard Colman" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Re: Image size

2001-04-20 Thread Howie Hamlin
You can get it here: http://www.intrafoundation.com/cf.html HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server - Original Message - From: "Skip Ogden"

Re: Image size

2001-04-20 Thread Todd Ashworth
http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3475C6-2830-11D4-AA 9700508B94F380method=Full Todd Ashworth -- - Original Message - From: "Skip Ogden" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 3:07 PM Subject: Image size | The Allaire

RE: Weekly Date Driven Content in Cold Fusion?

2001-04-20 Thread SHEETS, DAYV (PB)
I tried your recommendation, but am still not able to get it to work properly. For reference, I am including the code used. --weekly.cfm-- cfset today=Now() cfquery name="weekly" datasource="temp" select * from weekly BETWEEN

Newbie Server problems

2001-04-20 Thread Gina K. Anderson
Hi everyone, I am just beginning to learn ColdFusion, and I am having problems with my local server. It is so *slow*. I have a Win98 machine running PWS, and ColdFusion Server Express. I tried this code just to see if everything worked: body CFOUTPUT Hello,br Your IP address is:

RE: Image size

2001-04-20 Thread Peter Froh
I typically use a percentage multiplier (like 25%) for the width and height to create a thumbnail. I realize that it's not the best way, especially since the images will be as large in file size as their "full size" counterparts, but it is a simple solution. I guess it only becomes an issue

RE: Image size

2001-04-20 Thread chris
We use cfx_image here. Works fine. You can find it in the allaire dex exchange Chris Martin -Original Message- From: Skip Ogden [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 3:08 PM To: CF-Talk Subject: Image size The Allaire Developers forum used to have a tag called

RE: It's not big and it's not clever...

2001-04-20 Thread ron
I need a list of swear words to validate user input against. Anyone have such a beast? Here's the best slang dictionary I've seen... and you can pick from about 120 languages, so as not to leave out our non-English speaking frieds. Ron Allen Hornbaker President/CTO Humankind Systems, Inc.

  1   2   >