Handle Counts... comparing notes

2005-05-19 Thread Geoffrey Brown
Hi, I have a fairly busy website, running on a couple of decent sized servers. I'm wondering about the significance of the "CF Handle Count" value in the admin reporting section. During non-peak hours, my handle count will be around 2,000 or so. During peak hours, it generally averages around 8,

RE: Speel checkers? ( WAS RE: Alternative QYSIWYG editors)

2003-09-15 Thread Geoffrey Brown
Hi, I've written one (or two). It's not really too hard, provided you have a dictionary. Spell checking / word replacement is performed using the IE textrange object. Highlight the word in the editor, pop a modal window, and give the user an option to select the correct word. Replace the highli

RE: grouping a query on date

2003-09-12 Thread Geoffrey Brown
Hi, It's been a while since I did any work in access, but you can try something like this: ... ORDER BY year(moment) & '/' & month(moment) & '/' & day(moment) DESC, ... SQL Server / TSQL allows you to cast a date into a format without the time. Off the top of my head, I believe the format would

RE: File Upload on MAC

2003-09-12 Thread Geoffrey Brown
Hi, I haven't seen this problem. One thing I can tell you, especially with file uploads from Macs - always trim() your form fields. Macs seem to have a tendancy to insert line breaks at the end of form fields, which will certainly trash your attempt to upload a file. Geoff B -Original Messa

RE: Free Zip-latitude/longitude db

2003-09-12 Thread Geoffrey Brown
Hi, Forgot the link: http://www.zipcodedownload.com/ Geoff B -Original Message- From: Geoffrey Brown [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:21 AM To: CF-Talk Subject: RE: Free Zip-latitude/longitude db Hi, Not free, but a $29 database. Looks like it has

RE: Free Zip-latitude/longitude db

2003-09-12 Thread Geoffrey Brown
Hi, Not free, but a $29 database. Looks like it has everything you'd need! Geoff B -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:13 AM To: CF-Talk Subject: Free Zip-latitude/longitude db Does anyone know where I can find a free z

RE: (OT) Windows XP Pro

2003-09-11 Thread Geoffrey Brown
Hi, Win 2k pro will not allow you to run multiple websites. The only real way of getting around this is to run a different webserver aside from IIS, or upgrading to 2k server. Of course, using a different webserver of a dev box vs. production would introduce a few inconsistancies, and probably op

RE: Pre-populating a "file" form field

2003-01-02 Thread Geoffrey Brown
Hi, Having hashed through the security issues on the list already, I believe that your only option for making this work would be to implement your app as an HTA. This, of course, limits you to support for the IE browser only. Additionally, use of HTA's probably aren't acceptable outside of an Intr

RE: Javascript Dropdown menu

2003-01-02 Thread Geoffrey Brown
Hi, Like Java applets and select boxes, I do not believe that there is a way to have an html element appear over the top of a Flash application. Geoff B > -Original Message- > From: Bosky, Dave [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 11:28 AM > To: CF-Talk > Subject:

RE: Image Resize CFX

2003-01-01 Thread Geoffrey Brown
t; To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, January 01, 2003 4:31 PM > Subject: Re: Image Resize CFX > > > > I can't recommend cfx_imageCR highly enough. > > http://efflare.com/products/cfx_imagecr/ > > > > > > Original

Image Resize CFX

2003-01-01 Thread Geoffrey Brown
Hi, I'm looking for a stable CFX for image resizing and obtaining image dimensions of both GIF and JPG images. This cfx will be run on a live, high traffic site, so stability is crucial. I'm presently using CFX_GIFGD, but I have occasional stability problems in my test environment. Can anyone re

RE: How do I get the domain name extracted from the URL of a requested page?

2002-12-31 Thread Geoffrey Brown
Hi, cgi.server_name will get you the host of the site. You can determine the url from cgi.script_name. Geoff B > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 31, 2002 11:41 AM > To: CF-Talk > Subject: How do I get the domain name extracted

RE: 404s, silly question

2002-12-31 Thread Geoffrey Brown
processed by the same template. > > -Novak > > - Original Message - > From: "Geoffrey Brown" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, December 31, 2002 7:37 AM > Subject: 404s, silly question > > &g

404s, silly question

2002-12-31 Thread Geoffrey Brown
Hi, I just jumped back on the list after a couple-year break. Hi everyone. So I've been doing cf dev for over 6 years now, I know my way around the place pretty well. However, I can not, for the life of me, figure out how to get my custom 404 pages working again. Basically I have one file that