RE: Template running more than once?

2002-02-27 Thread Chad Gray
is NOT being double-clicked. I guess I can add this code to see if the browser somehow thinks a double click is being done, but I don't think that is the issue. Thanks though. Shawn Grover -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 5:21 PM

pro v.s. enterprise

2002-02-26 Thread Chad Gray
If i read the white papers right it seems the only thing CF Enterpise buys me is the ability to Cluster and Load Balance. Is this correct, or does Enterprise supply more? I am quoting a project for a company that gets about 2million hits per month and im going to recommend a dual or quad CPU

RE: Template running more than once?

2002-02-26 Thread Chad Gray
Is is an action page off a form? Browsers will allow a double click on the submit form to process the action page twice To keep people from clicking the submit button twice use this: INPUT TYPE=Button NAME=Submit VALUE=Start Activity onClick=if(this.value == 'Start Activity')

MySQL Date and Null

2002-02-05 Thread Chad Gray
I dont understand why this statement does not work. LOGOUT is a datetime datatype in MySQL. SELECT LOGIN, LOGOUT FROM ACTIVITYLOG WHERE EMPLOYEENUM = 3170 AND JOBNUM = 1072 AND LOGOUT = NULL The record im looking for LOGOUT is blank when i look at it in MySQL Front. I would think this means

Re: Best way to store credit cards in database?

2002-01-28 Thread Chad Gray
What about return visitors that want to store their CC number? MD5 hash on the number? then store it in the database? At 11:56 AM 1/28/2002 -0500, you wrote: here here, all we keep are the last 4 numbers.let the banks worry ... [EMAIL PROTECTED] 01/27/02 07:00PM Don't store the

Re: Strange Inserts into MySQL database

2002-01-17 Thread Chad Gray
I have come closer to figuring out how there are two updates running. On a SGI Irix box running Netscape the user can double click the submit button on the form. I looked in the web log files and saw this: 127.0.0.1, -, 1/16/02, 20:14:03, W3SVC, SERVER, 127.0.0.1, 172, 513, 504, 200, 0,

Strange Inserts into MySQL database

2002-01-16 Thread Chad Gray
I am getting strange inserts every once and while. Not all the time, it has only happened 3 times in the last 4 months. What is happening is somehow people are getting two (one time a person got 40+) inserts into the table when they should only get one insert. Tonight i added a CFLOCK

RE: Photo Sharing

2002-01-16 Thread Chad Gray
www.efflare.com has the best image re-sizer i have found so far. Extremely well written and the resize is Photoshop quality. At 04:29 PM 1/16/2002 -0800, you wrote: Is CFX_Image tag available any where? I could not find it at the Developers Exchange at MM's site. :)mary -Original

SQL question

2002-01-05 Thread Chad Gray
I have a table that i would like to pull some information out of. It looks like this ID TypeCategoryName 1 a large Foo 2 a large Foo2 3 a large Foo3 4 b large Foo4 5 b large

Re: SQL question

2002-01-05 Thread Chad Gray
AH!!! Thank you! I have never used Distinct before. At 10:29 AM 1/5/2002 -0500, you wrote: Chad, I think you want select distinct type from table where category = 'large' Nick - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday

?iso-8859-1?Q?Fwd:_Urgent_Browser_Security_Notice_=96_?= Immediate Action Recomm ended

2002-01-02 Thread Chad Gray
Dear Microsoft .NET Passport Member: Thank you for using Microsoft® .NET Passport. Because Microsoft recognizes the importance of security and reliability when using Internet software, we have now made available free browser security upgrades to better protect your online information. We

Linux CF

2001-12-14 Thread Chad Gray
I getting ready to start pre planning a web site that will be doing a lot of business to business e-commerce. So there will be a lot of bank to bank transfers. No CC transactions. Is the Linux version of CF stable enough to develop a site like this? I have only used CF on Win2000 but im

RE: CFMAIL

2001-12-03 Thread Chad Gray
into this problem i would get a hold of the mail server logs. At 10:54 AM 11/30/2001 -0500, you wrote: Can you give a little more info on this? I'm just real curious. I've had similar problems in the past for which I made work arounds. Thanks. -Original Message- From: Chad Gray [mailto

CFMAIL

2001-11-30 Thread Chad Gray
This is really strange. Our development server is sending a CFMAIL just fine. (WIN2k Server CF 4.5.1 SP2) Our production server is rejecting the CFMAIL. Basically the email is moved to the UNDELIVERED folder. (WIN NT Server CF 4.5.1SP2) There are other pages on the production server that

Re: CFMAIL

2001-11-30 Thread Chad Gray
Figured it out. We had a custom tag CF_ParagraphFormat We took out all the white space in the custom tag and the CFMAIL works now. At 09:51 AM 11/30/2001 -0500, you wrote: This is really strange. Our development server is sending a CFMAIL just fine. (WIN2k Server CF 4.5.1 SP2) Our

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Chad Gray
If i remember right it is a out of memory error. I have hit this error trying to upload large files with CFFILE. At 10:10 AM 11/28/2001 -0500, you wrote: The only reference to that error I found was here. http://www.allaire.com/Handlers/index.cfm?ID=1659Method=Full -Original

OT: hisecweb.inf and rebooting

2001-11-20 Thread Chad Gray
Has anyone else noticed that after installing hisecweb.inf the server shuts down REALLY slow? Anyone have an idea why this would happen? ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

SQL INSERT

2001-11-13 Thread Chad Gray
This seems like such a beginner question, but can you use INSERT INTO with form fields that are left blank? ( i am using cfparam name=form.var default= for the radio buttons, and check boxes on the action page ) Im getting a Syntax error in INSERT INTO statement. THe statement works fine if

RE: SQL INSERT

2001-11-13 Thread Chad Gray
Some of them are i will try this. Thanks. At 01:03 PM 11/14/2001 +1300, you wrote: The fields that you're inserting into wouldn't happen to be number fields would they? if so you might want to do cfparam name=form.var default=0 -Original Message- From: Chad Gray [mailto:[EMAIL

RE: SQL INSERT

2001-11-13 Thread Chad Gray
: Some of them are i will try this. Thanks. At 01:03 PM 11/14/2001 +1300, you wrote: The fields that you're inserting into wouldn't happen to be number fields would they? if so you might want to do cfparam name=form.var default=0 -Original Message- From: Chad Gray [mailto:[EMAIL

RE: CF and FLASH

2001-11-13 Thread Chad Gray
www.flashcfm.com At 07:07 PM 11/13/2001 -0500, you wrote: ahh that link didn't work Howie... -p -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 19:07 To: CF-Talk Subject: Re: CF and FLASH Look here: www.flash-cfm.com Theres a menu

RE: SQL INSERT

2001-11-13 Thread Chad Gray
or check boxes are numbers. They are text. At 01:20 PM 11/14/2001 +1300, you wrote: so you're saying when you don't select a checkbox then it's setting the var to ? -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 November 2001 1:19 p.m. To: CF-Talk

RE: SQL INSERT

2001-11-13 Thread Chad Gray
, since as you said they default to empty string) Eric -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 4:32 PM To: CF-Talk Subject: RE: SQL INSERT If the text input is left blank on the form then when it is passed to the action page is has

RE: Opinion

2001-10-30 Thread Chad Gray
this template the body bgcolor is not specified. :) http://www.factorxsoftware.com/forum/topics.cfm?fid=11 At 01:57 PM 10/30/2001 -0800, you wrote: hehe, good answer. I posted a message with an IFRAME in it. Take a look at

Images in database

2001-10-24 Thread Chad Gray
After searching the archives. I know no one likes the idea of images stored in databases. BUT i have a database that is already created with images inside. It is from a program called Cumulus. It really appears that CFQUERY cannot handle a MS SQL Image field. If i query the MS SQL db and

Re: How to auto generate images?

2001-10-23 Thread Chad Gray
http://www.flashgap.com/ HTH I have never used this product so i have no idea if this will work for your application. At 10:45 AM 10/23/2001 -0700, you wrote: Does anyone know how to dynamically generate formatted images. i.e. 1. A client fills out a web site banner name in a form and

MySQL error

2001-10-02 Thread Chad Gray
Im getting this error when using a JOIN in my SQL statement Any Ideas? ODBC Error Code = S1000 (General error) [TCX][MyODBC]Not unique table/alias: 'Step2UserList' ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Networksolutions using CFM

2001-10-02 Thread Chad Gray
I just got an email from Networksolutions and in the email were links to CFM pages. Pretty cool to see Networksolutions using Cold Fusion for some things! ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

SQL question about related tables

2001-10-01 Thread Chad Gray
Im wondering what is the best way to get related data from two tables. This would be the MySQL database structure: Table Name: Category CategoryID (autonumber) CategoryName (text) Table Name: Subcategory SubcategoryID (autonumber) SubcategoryName (text) Table Name: Product ProductID

Re: CFFTP and 80 byte wide files

2001-10-01 Thread Chad Gray
I dont have an answer for you, but I have never heard of the term 80/255 bytes wide... im just curious what it means? At 12:16 PM 10/1/2001 -0400, you wrote: I have an application where I need to FTP up a file that is 80 bytes wide. It appears to me that the standard file width for CFFTP is

CFTRANSACTION error in CF example

2001-09-25 Thread Chad Gray
There is an error in the example code that comes with the CFStudio help file for CFTRANSACTION. I get this error: Context validation error in tag CFTRY The tag is not correctly positioned relative to other tags in the template: the last tag nested inside tag CFTRY must be a CFCATCH tag.

Re: CFTRANSACTION error in CF example

2001-09-25 Thread Chad Gray
Whoops... sorry about the formatting forgot to break the HTML tags for those with HTML email programs. Question was how do i get this example to work so i can see what it is doing? Error: Context validation error in tag CFTRY The tag is not correctly positioned relative to other tags in the

MySQL and CFTRANSACTION

2001-09-25 Thread Chad Gray
Thanks for the code Mike. It is working now.. Kinda. Now im getting an error that my database driver does not support CFTRANSACTION Im using MySQL. So i take it i will only be able to use CFTRY and CFCATCH to watch for errors on the SQL statements? Anyone have a work around or more

Re: Absolute Path Usage

2001-09-25 Thread Chad Gray
Im jumping into the middle also, but have to tried adding a mapping in the CFadministrator? I had to use a path for some CFCINCLUDES that went 3 or 4 folders deep, and it works great! At 08:51 AM 9/25/2001 -0700, you wrote: See below... - Original Message - From: Jeffry Houser

CPU 100% notification?

2001-09-24 Thread Chad Gray
Is there a fix for the 100%CPU problem with CF 4.5 yet? Also does anyone know of a way to send a notification email when the CF server pegs at 100%CPU and wont come back down? ~~ Get the mailserver that powers this list at

Re: Error 232

2001-09-24 Thread Chad Gray
I ran into this error this morning. I noticed the CPU was pegged at 100% so i rebooted the box. I could not find the error on MS's web site, but i think it has to do with Databases. Error,TID=218,09/24/01,8:53:30,Error number 232 occurred attempting to close connection to web server.

Re: Error 232

2001-09-24 Thread Chad Gray
[Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk. I found this error in the application.log file for CF Server I have plenty of paging/swap disk space (all the HD's have plenty of space also)... Any idea what temporary disk space this error is referring to?

Multiple Processors

2001-09-20 Thread Chad Gray
Does CF 4.5 take advantage of Dual Processor computers? ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

SQL question about JOIN

2001-09-18 Thread Chad Gray
The first query takes 9seconds to process, the 2second query takes 1seconds to process. They return the same data. Why should you use an LEFT OUTER JOIN, or any JOIN for that matter when you can say WHERE JOBINFO.JOBNUM = ACTIVITYLOG.JOBNUM??? cfquery name=ACTIVITIES datasource=servalent

Re: ImageMagick - anyone use with CF?

2001-09-18 Thread Chad Gray
I have used it on one demo site i setup. I used ImageMagick to create thumbnails of images with the mogrify command. It works pretty well, but i have never tested it on a live server with a lot of traffic. I was using CFEXECUTE to run the program. At 11:50 AM 9/18/2001 -0600, you wrote: I

CF logo

2001-09-17 Thread Chad Gray
anyone know where i can find the new CF logo? I cant find it anywhere on the Allaire web site. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

DateDiff Problems

2001-09-07 Thread Chad Gray
Has anyone run into strange problems with DateDiff function? Im getting some strange problems where only a 3 hour difference reports as 3 million minutes. 99% of the time DateDiff works, but every once and while it messes up and reports a very large number of minutes. CF 4.5.1 SP2 on Win2K

DateDiff problems

2001-09-07 Thread Chad Gray
My email didnt seem to hit the list. Sorry if this is a re-post. Im doing a CF DateDiff function on two ODBC compliant date times and every once and a while i get very strange results. I found this one in the MySQL database: Clockin: 2001-09-04 12:06:08 Clockout: 2001-09-04 15:19:51

MySQL and Null Dates

2001-09-04 Thread Chad Gray
First im wondering if this is a valid CF statement with a MySQL datefield record? CFIF CLOCKOUT IS null do this /CFIF Does CF know what null is? Because the only way i can get CF to understand that the datefield is Null is to use: CFIF CLOCKOUT IS '-00-00 00:00:00'

Re: MySQL and Null Dates

2001-09-04 Thread Chad Gray
ACK! i figured out part of my problem. I used DBTools to convert an Access DB to MySQL. Well the import turned Access's Nulls to -00-00 00:00:00. I will have to go in and replace all -00-00 00:00:00 with a MySQL Null. Im still wondering what CF's null is? is it just plain old CFIF

Re: Form fields going missing

2001-08-28 Thread Chad Gray
Check to make you are specifying default values for radio buttons, and check boxes. If one of these types of inputs is not filled out then nothing is passed and you will get an error like you are describing. Use cfparam name=form.checkbox value= on your action page to do this. At 09:39 PM

New IIS security tool

2001-08-27 Thread Chad Gray
Has anyone tried this new IIS tool? http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutions/security/tools/locktool.asp I will try it on a development server first, but wanted to see if anyone has had good or bad experiences.

Re: Quick query question (qqq)

2001-08-25 Thread Chad Gray
With the LIKE statement. SELECT username FROM table WHERE username LIKE 'm%' The % symbol is a wildcard. You can also use WHERE username BETWEEN 'm' AND 'z' This will give you all the records that are between m and z. At 05:59 PM 8/25/2001 +0100, you wrote: I have a list of towns (3000

Re: Not Serving Pages Was RE: Quick query question (qqq)

2001-08-25 Thread Chad Gray
http://support.microsoft.com/support/kb/articles/Q278/7/12.ASP the article is not much help, but you should check the system log for clues. reboot to see if this clears the error. you may have to un-install and re-install IIS. At 07:18 PM 8/25/2001 +0100, you wrote: Error 1053: the service

Re: Not Serving Pages Was RE: Quick query question (qqq)

2001-08-25 Thread Chad Gray
- any ideas? (sorry it's off thread). Will - Original Message - From: Chad Gray [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Saturday, August 25, 2001 6:13 PM Subject: Re: Quick query question (qqq) With the LIKE statement. SELECT username FROM

Alternating BG colors on a TD

2001-08-21 Thread Chad Gray
I have done this in the past, but cant remember how i did it. When using a CFOUTPUT QUERY= tag on a table how do i get every other TD to have a background color? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

CF5 on Linux/Apache

2001-08-16 Thread Chad Gray
So anyone have good/bad things to say about running CF5 on a Linux box with Apache? Im so sick of IIS and their lack of security im ready to switch! ~~ Structure your ColdFusion code with Fusebox. Get the official book at

CFUPDATE and MySQL

2001-08-14 Thread Chad Gray
Im porting an application from Access to a MySql database. MySql does not like the CFUPDATE tag. I have seen this strange error if i submit a form that does not update the database (the form passes the exact same data that is inside the row (nothing changes)). Error Diagnostic Information

MySQL and Dates

2001-08-14 Thread Chad Gray
Im running into another strange thing im not use to with MySQL. If im doing an UPDATE on a record i have to add logic to DateTime Fields. CFQUERY datasource=foo name=insert UPDATE JOBINFO SET TICKETSTATUS = '#FORM.TICKETSTATUS#', DUEDATE = CFIF FORM.DUEDATE IS

OT: Denial Of Service Attacks

2001-08-10 Thread Chad Gray
What can a web provider do with Denial of Service attacks? If a hacker aims all their resources at one web site trying to take it down with 600/sec Well formed HTTP packets... What can you do? Move the IP only lasts until the hacker figures out the new IP.

CFEXECUTE and the quote symbol

2001-07-30 Thread Chad Gray
Hello, Im trying to automate the Win2K command Net User to add users to the computer. The problem im running into is i need to use a inside of the argument. Well when CF sees the it thinks it is the end of the CFEXECUTE tag. Anyway to escape this quote symbol? I tried using quot; but

OT: MySQL Front

2001-07-27 Thread Chad Gray
Does anyone have a favorite MySQL GUI interface for a Win 2K box? I like MySQL-Front so far, but im wondering if there is something better to maintain and connect to a MySQL database on a IRIX server. Thanks, Chad ~~ Structure your ColdFusion

SkipJack CC stuff

2001-07-27 Thread Chad Gray
Anyone using SkipJack to process credit cards? Is it good, or bad? any complaints? I found a couple examples of how to implement CFHTTP commands to communicate with them. ~~ Structure your ColdFusion code with Fusebox. Get the official book

Credit Card Processing

2001-07-23 Thread Chad Gray
I have a client that wants to take orders on the internet. I have never done this. It works this way right? 1) Person orders stuff 2) CC info is passed to CC company via a plugin 3) CC company sends approval information back to web site 4) web site tells user if approved or not 5) if CC

RE: IIS hack (was: CF Hack)

2001-07-17 Thread Chad Gray
It would be a better world if web server administrators would simply follow IIS installation best practices. (Insert audible sigh here.) It would also be nice if Microsoft could release a product with less security holes. :) ~~ Structure your

Re: IIS hack (was: CF Hack)

2001-07-17 Thread Chad Gray
Check out these Security Guides http://nsa1.www.conxion.com/ http://nsa1.www.conxion.com/win2k/r1/secure_configuration_of_iis_5.pdf At 11:30 AM 7/17/2001 -0400, you wrote: Dave, do you know of a recipe to harden IIS on NT4/W2K? - Original Message - From: Dave Watts [EMAIL PROTECTED]

Re: CFAnyWhere or CF on CD

2001-07-13 Thread Chad Gray
I certainly could use this kind of Application. Toss a demo on a CD and give it to a sales man! At 06:45 PM 7/12/2001 -0700, you wrote: The company that made CFAnywhere and JRun was purchased a few years ago, by allaire. AFAIK they killed CFAnywhere. I, too, was intriqued with the

RE: CFAnyWhere or CF on CD

2001-07-13 Thread Chad Gray
What is Neo? It would be nice to have an Access DB hooked up and on the CD also. Maybe this is asking to much? At 09:29 AM 7/13/2001 -0400, you wrote: Isn't this what Neo is supposed to be? From my understanding it's going to allow for CF to be made compilable and distributable. I

Get Table names, and Field Names

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

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

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

Re: Important ColdFusion Security Patch Released Today

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

RE: URL Hacks - Solution

2001-07-10 Thread Chad Gray
I tried this kind of attack on a test page hooked up to a Access Database, and could not get Access to drop the table. Does Access not recognize the Drop Table SQL command? Im also wonder what other SQL commands could be passed other than DROP that could cause damage. Im really glad this

CFFTP

2001-07-10 Thread Chad Gray
Anyone have example code for sending a file via CFFTP? Thanks! ~~ 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/

RE: URL Hacks - Solution

2001-07-09 Thread Chad Gray
Where is CF_Input? I cant find it on the Developers exchange. On a SQL database cant you specify that the user connected to the database cannot use the DROP command? Wouldn't this be the first line of defense? At 05:00 PM 7/9/2001 -0400, you wrote: Why not just use cf_input this tag

Login, Password application

2001-07-05 Thread Chad Gray
Anyone have a favorite Login/Password application? I like the looks of CF_DB_Login but wanted to see if anyone has a better, or more secure application. Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Dropping Null fields from a Query

2001-06-25 Thread Chad Gray
I am populating a drop down menu with a query from a database: select name=Color1 option value= cfoutput query=select option value=#select.Color1# #select.Color1# /cfoutput /select Inside of the database there are NULL or blank entries. So when i get the drop

RE: Dropping Null fields from a Query

2001-06-25 Thread Chad Gray
/cfoutput /select HTH, Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 9:59 AM To: CF-Talk Subject: Dropping Null fields from

SQL question

2001-06-21 Thread Chad Gray
Im wondering why this SQL statement would bring up results where DIM is greater then 200? I think it has something to do with the OR statement, but i dont know why. Select * from products where hidden = 1 AND DIM = 200 AND COLOR1 = 'gold' OR COLOR2 = 'gold' AND

RE: SQL question

2001-06-21 Thread Chad Gray
your output of COLOR2=gold and WKSTN=4 is right in line with the 2nd half of the OR query. you should have: where hidden = 1 AND DIM = 200 AND WKSTN = 2 AND (COLOR1 = 'gold' OR COLOR2 = 'gold') i think that should do it. -Original Message- From: Chad

Re: CF Memory Spike

2001-06-20 Thread Chad Gray
As far as i know, no one has figured this out. It happens every once and a while. Some people say clean out the undelivered mail in the mail folder under the cfusion directory, and reboot the machine. At 12:00 PM 6/19/2001 -0400, you wrote: What would cause the CF Memory to all of a sudden

RE: Thumbnail creation from Quark/Illustrator/Freehand

2001-06-20 Thread Chad Gray
-Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 11:58 AM To: CF-Talk Subject: Thumbnail creation from Quark/Illustrator/Freehand Has anyone see an application that can create a thumbnail from Quark/Illustrator/Freehand documents? I have

Thumbnail creation from Quark/Illustrator/Freehand

2001-06-19 Thread Chad Gray
Has anyone see an application that can create a thumbnail from Quark/Illustrator/Freehand documents? I have an application where people upload files, and i can create thumbnail images from tif,psd,pcx,jpg,gif,eps, and bmp with CFexecute and ImageMagick. I cant seem to find any application

CF server and Win2k Services

2001-06-08 Thread Chad Gray
Siteminder Authorization Service What does it do, and can i turn it off? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

securing IIS5 and CF server

2001-06-06 Thread Chad Gray
Anyone have any tips to secure an IIS 5 server with CF Server on it? Are there any special user rights/permissions that need to happen with CF server? Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Image resizing question

2001-06-06 Thread Chad Gray
I have use ImageMagick, and CFEXECUTE very successfully to modify upload images. http://www.imagemagick.org At 01:40 AM 6/7/2001 +0200, you wrote: Well I suggest something like this (which I use): 1. first, convert to jpg (for the quality) 2. then use: resize with the THUMBNAIL option on,

Homesite v.s. CF studio

2001-05-25 Thread Chad Gray
What is better? Homesite, or CF Studio? I really like CF Studio, but im wondering if Homesite will offer more options for HTML authoring. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

OT: IIS4 Log file

2001-05-18 Thread Chad Gray
I have two servers. One server logs browser, and computer information like this: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) This computer has CF 4.5, and Webtrends loaded on it. The other server (IIS4 also, but without CF4.5, and Webtrends) does not log this information. Anyone

RE: IIS4 Log file

2001-05-18 Thread Chad Gray
Properties tab. Now just make sure all the attributes you want logged are checked. Win2k does this too for some reason on a default install. Hope that fixes it! ;-) Dan Phillips cfxhosting.com -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 3:12 PM

CF and Flash classes?

2001-05-17 Thread Chad Gray
Has anyone seen any workshops, or classes on how to integrate Flash and Cold Fusion yet? Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: mssql7 locks

2001-05-17 Thread Chad Gray
Found this on the support.microsoft site. If this error is encountered, the parameter for the locks can be increased using sp_configure. Each lock requires 32 bytes of memory, which is allocated statically when SQL Server is started. Therefore, the value for LOCKS should be set high enough

CFLOOP and multiple variables

2001-05-15 Thread Chad Gray
I have a shopping cart system (part of the one that came with CF Server) and i would like to have users be able to order multiple items with different quantities. IE a user could order 4 red hammers, 2 blue hammers, and 5 green hammers in one click of the button. When they hit the submit

Re: CFLOOP and multiple variables

2001-05-15 Thread Chad Gray
Im reading about arrays. Could i stick my form variables into an array and use that? (I have no idea how to use arrays.. im reading about them now.) Thanks again, Chad At 02:25 PM 5/15/2001 -0400, you wrote: I have a shopping cart system (part of the one that came with CF Server) and i

RE: CFLOOP and multiple variables

2001-05-15 Thread Chad Gray
) [ place existing code here but replace FORM.SKU with currSku and replace FORM.QUANTITY with currQty ] /cfloop Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 11:26 AM To: CF-Talk

SQL query help

2001-05-08 Thread Chad Gray
I have a database similar to this: SKU NAMECOLOR STYLE 1 bar blue12 2 bar blue6 3 bar blue5 4 bar red 12 5 bar red 6 6 bar red 5 I want to find all the colors that 'bar' comes in. If i do a query on

Adding a CSV file to an Access

2001-05-02 Thread Chad Gray
Can anyone think of a way to append/import a comma delimited file into an Access database with a CFM page? My first though was to use a CFFILE to upload the comma delimited file, but then i could not think of a way to automatically import the file. I could probably do the import into a MySQL

Re: CFML not being executed

2001-04-18 Thread Chad Gray
I had a really strange thing happen a week ago. The power died and the NT server shut down hard. I could not get CF server to run CFML pages, just HTML. I looked in the CFUSION directory and the entire BIN folder was missing. All the exe files are in this folder. I re-installed CFserver

Re: CFFILE problems - Can't delete?

2001-04-17 Thread Chad Gray
I noticed a dot after testimage2.gif. Is the dot part of the file name? IE testimage2.gif. Im not real familiar with Linux, but with NT you need c:\directory\file.gif Do you need something like ./home/httpd/html/assets/opsfiles/testimage2.gif ? At 01:46 PM 4/17/2001 -0400, you wrote:

OT: import 100 users into NT 4.0?

2001-04-06 Thread Chad Gray
Is there any way to import 100 users into NT 4.0 rather then hand type them in? Thanks Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

OT: NT/IIS4 error

2001-04-04 Thread Chad Gray
html Sorry for the off topic, but im trying to run a script in the /script/ folder and i get this error message.nbsp; The user is using the stock anonymous account.br br br font size=5bHTTP Error 401br /font401.3 Unauthorized: Unauthorized due to ACL on resourcebr /bThis error indicates that the

Server Time is not the same as CF time

2001-04-03 Thread Chad Gray
This is strange. The time on the NT 4.0 server says 9:00am. When i do a #timeformat(now(), "h:mm tt")# function in CF code i get 8:00am. Does CF Server use the clock off the NT server or does it have it's own clock? ~~ Structure your

Re: Server Time is not the same as CF time

2001-04-03 Thread Chad Gray
. The workaround is to uncheck the "automatically sdjust clock for daylight savings time" checkbox in the date/time properties for windows, and set the time to the proper time. After the 8th, recheck it, and reset the clock. Hope this helps.. Chad Gray wrote: This is strange. The time on the NT

RE: CFFILE ACTION=copy and NAMECONFLICT

2001-03-23 Thread Chad Gray
you cannot use NAMECONFLICT with the Copy Action. You can only use it with the Upload Action. If you have to use the copy action your going to have to create more logic to figure out if the file has the same name. This will be a combination of CFDIRECTORY, CFFILE, and some CFIF statements.

OT NT question

2001-03-23 Thread Chad Gray
Anyone know if IIS5 will run on NT4.0? ~~ 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/ Unsubscribe:

pgp and CFMAIL

2001-03-22 Thread Chad Gray
I have not researched this at all and have no idea how PGP works yet. I am wondering how to get PGP to work with CFMAIL so a client can send sensitive information in email. Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the

RE: pgp and CFMAIL

2001-03-22 Thread Chad Gray
before sending it. Although it takes a little more work, it's a heck of a lot better than paying the highway robbery prices of CFX_PGP, $8000, uh ok. You can use GnuPG, for a licensing fee free option: http://www.gnupg.org/ Steve - Original Message - From: "Chad Gray" [EMAIL

<    3   4   5   6   7   8   9   >