User DSN and System DSN

2001-08-15 Thread Mark Smeets
What's the difference if (when setting up a dsn on a machine) i use user dsn or system dsn? (This is on IIS5/Win2kAS) Right now, if i use system dsn, it appears auotmatically in cf administrator, nice time saver. It was something I never really noticed before but now that I do, I wonder if

Form Formatting

2001-08-15 Thread Gonzo Rock
A lame question but hoping someone knows straight away. I am trying to shrink the size of input Text boxes etc... and maybe control the font used... but can't seem to figure it out. Anyone with a hint for me? Thanks, ~~ Structure your

RE: Data Source--Browse Server...

2001-08-15 Thread Neil Clark
Erm, and it could be the Java install - I had the same problem yesterday and simply installed the latest JRE and it works fine... ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Dynamic Navigation: Hierarchy style

2001-08-15 Thread Carlo van Wyk
Hi How does one build a dynamic navigation system that constantly shows you on what page you are, in a hierarchy style? Amazon.com does this very good, ie when you are on the software page it shows: browse categories - top sellers - new releases - kids - games - software downloads Regards

CFselect puzzling

2001-08-15 Thread Tristram Charnley
Hi all - I've got a cfselect box set up to take multiple selections. This inserts a comma delimited list of item id's into my table column. In my update page I want those selections preselected, but the 'selected' attribute only accepts a single value, not a list. Does anyone have a work

RE: Dynamic Navigation: Hierarchy style

2001-08-15 Thread Thomas Chiverton
How does one build a dynamic navigation system that constantly shows you on what page you are, in a hierarchy style? There's several tag to do it in the DevX, but it's easy to do by iterating over cgi.path_info or soemthing. ~~ Structure your

RE: User DSN and System DSN

2001-08-15 Thread Thomas Chiverton
What's the difference if (when setting up a dsn on a machine) i use user dsn or system dsn? (This is on IIS5/Win2kAS) One requires a user to be logged on, and the other doesn't, iirc. ~~ Structure your ColdFusion code with Fusebox. Get the

Re: Form Formatting

2001-08-15 Thread David Burt
input type=text name=T1 size=20 style=font-family: French Script MT There is a Size property and you can change the font that is used in the text box by using a style. The font has to be loaded on client in order for the user to use that particular font in the text box. I only tested this in

RE: Reading an XML post

2001-08-15 Thread Dick Applebaum
Paul Thanks for the response, but I am unclear on a few things: Apparently the GetHTTPRequestData() allows you to access an XML (SOAP) packet that has been sent to you in an HTTP header... eliminating the need for a form post. If I wanted to code both ends of this application to application

Re: Siily question re CFDIRECTORY and downloads

2001-08-15 Thread David Burt
here is the answer to your question. I saw it in a post a couple of days ago. Yes ... you need to modify the HTTP Header Content type. If the content type is known to the browser ... it will open the associated application or whatever. If you change the content type to 'application/unknown'

RE: Remove spaces

2001-08-15 Thread Raymond Camden
Well, in this case the question was very specific - remove the spaces. But in order to remove any non number, you could simply do: CFSET ZIP = REReplace(ZIP,[^[[:digit:]]]*,,ALL) === Raymond Camden, Principal Spectra Compliance

Re: CFLOCK Scope vs Name attributes !!

2001-08-15 Thread sebastian palmigiani
on 8/15/01 1:27 AM, Jay Sudowski - Handy Networks LLC at [EMAIL PROTECTED] wrote: NAME Optional. Specifies the name of the lock. Only one request will be able to execute inside a CFLOCK tag with a given name. Does this mean then that you don't have to specify what type (read only, exclusive)

RE: CFLOCK Scope vs Name attributes !!

2001-08-15 Thread Raymond Camden
NAME Optional. Specifies the name of the lock. Only one request will be able to execute inside a CFLOCK tag with a given name. Does this mean then that you don't have to specify what type (read only, exclusive) when you use the name attribute? This is interesting - I believe the docs

CFMAIL iMS-SE

2001-08-15 Thread Dave Hannum
OK - on Monday, I described how all of a sudden our CFMAIL no longer works. Seems that the SysAdmin on the box that has the SMTP server is now queing up messages to scan for viruses. This seems to have choked our CFMAIL. So, we purchased and installed iMS-SE. While we are in the process of

RE: CFMAIL iMS-SE

2001-08-15 Thread Thomas Chiverton
What does the CF mail log file say ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: code red?

2001-08-15 Thread John Forrester
Il giorno [DATA], [NOME], [INDIRIZZO] ha scritto: I just looked again in my apache logs and I found an interesting entry. It looks like all the other code red entries I have but it is 1.78 megs of code can anyone tell me what this is? should I be worried about being infected? I was informed

Re: code red?

2001-08-15 Thread freddy
Thanks to everyone that responded I guess it's just an inconvienience and not any real trouble. Thanks again, Fred John Forrester wrote: Il giorno [DATA], [NOME], [INDIRIZZO] ha scritto: I just looked again in my apache logs and I found an interesting entry. It looks like all the

RE: Remove spaces

2001-08-15 Thread Leon Oosterwijk
I know that both English and Dutch Zip codes are alpha-numeric and 6 characters long (minus spaces). -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 4:22 PM To: CF-Talk Subject: RE: Remove spaces Can't do that because the US zips are 5

RE: Remove spaces

2001-08-15 Thread Stephen Galligan
Not all UK postcodes are 6 chars long. Some english postcodes are seven charcters long e.g. SW10 0SZ is a location in Chelsea, London and WC2E 7PE is Tavistock street in central London. cheers s -Original Message- From: Leon Oosterwijk [mailto:[EMAIL PROTECTED]] Sent: 15 August 2001

Re: CFselect puzzling

2001-08-15 Thread Deanna Schneider
First off, a note of caution - if you're storing multiple values in one field in your database, your database is not normalized. You could end up with some real headaches down the road. But, as for your question. I would avoid using the cfselect in this situation and just use a regular select

Re: CFMAIL iMS-SE

2001-08-15 Thread Dave Hannum
In the MAIL/LOG/ERRORS.LOG file, there is nothing that speaks of this problem. The last entry in that log file is 7/20/2001 Dave - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 8:34 AM Subject: RE: CFMAIL

Re: CFMAIL iMS-SE

2001-08-15 Thread Howie Hamlin
For iMS to relay you need the following configured: 1) On the relay setting check off the enable box and make sure that the port setting is one that you want to use (standard smtp is port 25) 2) a range or ranges of ip addresses that are allowed to relay through the server (this is the

Re: Remove spaces

2001-08-15 Thread Jochem van Dieten
Stephen Galligan wrote: Not all UK postcodes are 6 chars long. Some english postcodes are seven charcters long e.g. SW10 0SZ is a location in Chelsea, London and WC2E 7PE is Tavistock street in central London. Actually, I seem to remember that my postcode in Japan was 7 chars as well.

Thoughts

2001-08-15 Thread Michael Ross
I think I know what everyone has to say about this but I thought I would share. A web manager here has asked one of the developers to change an app they built. The current one is all db driven, it has a few pages to display about 110 pages worth of info. Well the manager wants them to make

GTE problem

2001-08-15 Thread Pete Freitag
Hi, Has anyone had problems with GTE (Greater than or Equal to) on ColdFusion 5 Pro NT? GT, LT, and LTE all work fine, but anytime I try to use GTE I get the following error: Code: cfif 4 gte 2 it works /cfif Error: Just in time compilation error Invalid parser construct

RE: GTE problem

2001-08-15 Thread Thomas Chiverton
I can't replicate this - I put those 3 lines at the top of the template I was working on just now, and it added the text to the top of the output. -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: 15 August 2001 14:32 To: CF-Talk Subject: GTE problem Hi,

RE: GTE problem

2001-08-15 Thread Ken Wilson
Your code works fine for me using CF5 Pro on Win2K. Ken -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 9:32 AM To: CF-Talk Subject: GTE problem Hi, Has anyone had problems with GTE (Greater than or Equal to) on ColdFusion

RE: Thoughts

2001-08-15 Thread Ryan Emerle
Well the manager wants them to make all the pages static. To have them hard coded. The manager says that because the info is only updated once in a blue moon they don't need the extra calls to the db. Well the developer called me to find out where they could find info on why this would be

RE: GTE problem

2001-08-15 Thread Thomas Chiverton
I can't replicate this - I put those 3 lines at the top of the template I was working on just now, and it added the text to the top of the output. CF5 Pro, 2K - anyone got NT still ? ~~ Structure your ColdFusion code with Fusebox. Get the

RE: GTE problem

2001-08-15 Thread Will Swain
Hi Pete, I am on a w2k server box with CF5. I cut and pasted that code and it works fine for me. HTH Will Swain Hot Horse Ltd http://www.hothorse.com e: [EMAIL PROTECTED] -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: 15 August 2001 14:32 To: CF-Talk Subject:

Re: Thoughts

2001-08-15 Thread Edward Smith
Well, what he's asking for is not insane. In fact, it really makes a lot of sense - don't make things dynamic that are not dynamic. I know of a lot of people that are reverting to static, or semi-static pages from dynamic pages - especially for pages that really have no reason to be dynamic.

RE: GTE problem

2001-08-15 Thread Thomas Chiverton
Your code works fine for me using CF5 Pro on Win2K. Found an NT4, sp6a-post, CF5Pro box - code runs fine in template by itself. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Thoughts

2001-08-15 Thread Ken Wilson
Assuming there's no need for personalization or much in the way of security, it should work fine and avoid any performance hit of the CF/DB calls. Just use CF to generate the static files and keep the manager happy. If they've built content management/editing into the back end they can still use

Re: Thoughts

2001-08-15 Thread Todd Ashworth
cfcache is your friend. CFML Language Reference -- Chapter 1 : ColdFusion Tags CFCACHE CFCACHE allows you to speed up pages considerably in cases where the dynamic content doesn't need to be retrieved each

RE: Thoughts

2001-08-15 Thread Mike Brunt
You will probably get a lot of responses on this. I assume this is a CF application if so there are several ways to cache content-queries etc. The simplest way is to turn on Trusted Cache in CF Administrator and for prudence upsize the Template Cache Size depending on what it is currently set

RE: A good E-Commerce product

2001-08-15 Thread Benjamin S. Rogers
We've been looking at both AbleCommerce and, more recently, the release candidate for OSB 3 by Visual Trends (http://www.visualtrends.com/). Both are fully featured products, though AbleCommerce does offer a few nice extras in its QuickStore functionality and WYSIWYG editor. OSB is priced better

RE: GTE problem

2001-08-15 Thread DeVoil, Nick
CF5 Pro, 2K - anyone got NT still ? Yes, it works for me on NT4.0 too. ** Information in this email is confidential and may be privileged. It is intended for the addressee only. If you have received it in error, please

RE: GTE problem

2001-08-15 Thread Joel Parramore
it works without a problem on NT 4.0 SP6a, using CF 5.0 Enterprise edition. Regards, Joel Parramore -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 9:36 AM To: CF-Talk Subject: RE: GTE problem I can't replicate this - I

Re: GTE problem

2001-08-15 Thread Ben Densmore
works for me also. I'm running Win XP Pro with CF5 Ent. Ben Densmore - Original Message - From: Will Swain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 9:44 AM Subject: RE: GTE problem Hi Pete, I am on a w2k server box with CF5. I cut and pasted

Re: Thoughts

2001-08-15 Thread Jeffry Houser
If the info truly is fairly static and almost never changes, there is no reason to make it database driven / dynamically generated. If they are in some high-traffic area, hard-coding will also increase efficiency of serving them to the many hard-traffic people. However, you have 110

RE: GTE problem

2001-08-15 Thread Garza, Jeff
Just tried it on NT4 Server SP6 with CF 5.0 and it worked fine. Have you tried cycling the ColdFusion Service? Jeff Garza Webmaster, Spectrum Astro, Inc. [EMAIL PROTECTED] -Original Message- From: Thomas Chiverton To: CF-Talk Sent: 8/15/01 6:36 AM Subject: RE: GTE problem I can't

Re: GTE problem

2001-08-15 Thread Alan Comeau
Hi Just tried it in cf5 ent nt4 server works fine for me. Alan Comeau - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 2:32 PM Subject: GTE problem Hi, Has anyone had problems with GTE (Greater than or Equal

drop down lists

2001-08-15 Thread Jones, Becky
is there a way to have a select list that drops down a specific list from a query, but it is also able to add new items to this drop down list on the fly. in other words..if i have a list of apples oranges pears but i dont see grapes...and that is what i want to use.. can i just start typing

paypal

2001-08-15 Thread kavitha
Hi Everybody, Have anyone worked on paypal.com... this is pretty usefulll for me, but iam stuck up as my problem is i want to enroll the user only if the credit card info given by the user is successfully verified. DOES ANYONE HAVE A CFML SCRIPT FOR THIS PLEASE thanks in advance Regards

dynamically create drop downs. based on number needed?

2001-08-15 Thread Paul Ihrig
hello all. i have a form i need to re-create in the paste there is a section for Team Member Info, here i just had 10 text fields where the project manager would enter in his team members. but now i want to pull the Member_Names from an existing db in a drop down list, i know how to do this.

Re: Getting values from CFFORM

2001-08-15 Thread phumes1
I have two input boxes. How do I find out if the user typed in anything in those input boxes. They might enter in data in the first box but leave the second one emtpy and visa-versa. Based on what they type in and in which input box different results are generated. cfoutput cfform

RE: GTE problem

2001-08-15 Thread Pete Freitag
Ok, must not be a problem with CF5, I'll reinstall, but I'm still very confused as to why this error is getting thrown. Thanks to all who tested this. BTW I am running Win2k Server even though I said NT, I was referring to the version of CF. + Pete

RE: drop down lists

2001-08-15 Thread Pete Freitag
yup we got a free tag that works like a select, but allows you to also type in. Its called CF_ComboBox http://www.cfdev.com/products/index.cfm?ref=126 + Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/

RE: Thoughts

2001-08-15 Thread Melanie Maddix
I worked for a place where they decided to make the pages partly static and partly dynamic. It was a website that sold movies. Things like the synopsis and cover art would change rarely, while the pricing could change at any time. What we did was give the staff the ability to regenerate the

RE: Thoughts

2001-08-15 Thread JSchlosser
Well, he could leave the existing page, then open it, use view source to grab the html and save that for people to access. He could use the existing page for periodic updating. Might be some cleanup of the html is all. We nearly had a client go this route because the person making the

RE: paypal

2001-08-15 Thread Eric J Hoffman
Are you using their web-accept method where you are building the cart on your site and sending them the data for processing? Eric J Hoffman Director of Internet Development Small Dog Design, LLC www.smalldogdesign.com -Original Message- From: kavitha [mailto:[EMAIL PROTECTED]] Sent:

RE: dynamically create drop downs. based on number needed?

2001-08-15 Thread Paul Ihrig
never mind. i am a moron. will just use 1 multi selection box. 11 days till the wedding my code is suffering from anxiety : ] -paul -Original Message- From: Paul Ihrig Sent: Wednesday, August 15, 2001 10:04 AM To: '[EMAIL PROTECTED]' Subject: dynamically create drop downs. based

RE: Thoughts

2001-08-15 Thread Dave Watts
You will probably get a lot of responses on this. I assume this is a CF application if so there are several ways to cache content-queries etc. The simplest way is to turn on Trusted Cache in CF Administrator and for prudence upsize the Template Cache Size depending on what it is

RE: dynamically create drop downs. based on number needed?

2001-08-15 Thread Yager, Brian T Contractor/NCCIM
I just did this in ASP (but the CF equivilent is just as easy, if you want a copy of my code, drop me a line. Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst NCCIM/CIC [EMAIL PROTECTED] (256) 842-8342 -Original Message- From: Paul Ihrig [mailto:[EMAIL

RE: drop down lists

2001-08-15 Thread Jones, Becky
thank u so much. i will give that a shot. -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:30 AM To: CF-Talk Subject: RE: drop down lists yup we got a free tag that works like a select, but allows you to also type in. Its called

RE: Reading an XML post

2001-08-15 Thread Dave Watts
Thanks for the response, but I am unclear on a few things: Apparently the GetHTTPRequestData() allows you to access an XML (SOAP) packet that has been sent to you in an HTTP header... eliminating the need for a form post. If I wanted to code both ends of this application to application

RE: Thoughts

2001-08-15 Thread Michael Goodwin
I think it is okay to make it static. However just write a publish process using the existing app and cfhttp to write the generated pages to static html. Then everytime your database changes just re-run the process. My 2 cents. -- Mike Michael Goodwin Project Manager Databuilt, L.L.C. 4720

SQL Server Authentication

2001-08-15 Thread DJ Riebesell
I am trying to set up a datasource connection to a SQL Server. The test server works fine, the production fails. The DS connection is set up on the production server just as it is on the test server. All SQL Server settings that I can see are the same. I can log into the production server

locking a loop or the contents

2001-08-15 Thread Justin Hansen
Which code is better and why? A: Locking the whole loop... cflock type=EXCLUSIVE scope=SESSION timeout=10 cfloop collection=#evaluate(session.#attrubites.StructName#)# item=locField cfset form.#locField# = evaluate(session.#attrubites.StructName#.#locField#)

RE: locking a loop or the contents

2001-08-15 Thread Justin Hansen
Correction... they should all be READONLY locks -Original Message- Which code is better and why? A: Locking the whole loop... cflock type=READONLY scope=SESSION timeout=10 cfloop collection=#evaluate(session.#attrubites.StructName#)# item=locField cfset

Re: GTE problem

2001-08-15 Thread G
Pete, before you do anything too drastic, check the code ABOVE this statement. If you've mismatched s for example, or left off a #, CF may be pointing you to the line where it realized there WAS a problem, and not necessarily where the problem lies. Trim with Okham's Razor before ya chop with

RE: SQL Server Authentication

2001-08-15 Thread DJ Riebesell
Actually, to ammend that. It doesn't appear I can connect with Enterprise manager via TCP/IP -Original Message- From: DJ Riebesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:02 AM To: CF-Talk Subject: SQL Server Authentication I am trying to set up a datasource

Re: GTE problem

2001-08-15 Thread Gonzo Rock
CF5 on Linux(Redhat)/Apache It Works... At 09:32 AM 8/15/01 -0400, you wrote: Hi, Has anyone had problems with GTE (Greater than or Equal to) on ColdFusion 5 Pro NT? GT, LT, and LTE all work fine, but anytime I try to use GTE I get the following error: Code: cfif 4 gte 2 it

RE: GTE problem

2001-08-15 Thread Hinojosa, Robert A
I thought that too, but then i saw the line number on the err message. Line 1 pos 8. I'm assuming those are the only 3 lines of code that he's running. Plus, it's Pete, I'm sure he's debugged enough apps to know to check for that. Robert Hinojosa [EMAIL PROTECTED] 972.243.4343 x7446

Re: Thoughts

2001-08-15 Thread Gonzo Rock
My thought; Sounds like you guys don't have enough to keep you busy... :-) At 09:18 AM 8/15/01 -0400, you wrote: I think I know what everyone has to say about this but I thought I would share. A web manager here has asked one of the developers to change an app they built. The current one

RE: locking a loop or the contents

2001-08-15 Thread Dave Watts
Which code is better and why? A: Locking the whole loop... Since the loop uses a Session variable in its COLLECTION attribute, you need to lock the loop, and not just its contents. There's nothing wrong with copying the structure by value into a local scope, all other things being equal, as

Re: Checking CFFORM INPUT

2001-08-15 Thread phumes1
I still can't get one part of my code to pass the input variable. When the user types in for example aosl, it looks in the database and returns the destination (directory path on server) based on the alias match. In this example the destination from the database would be D:\books\aosl. This

RE: SQL Server Authentication

2001-08-15 Thread Dave Watts
I am trying to set up a datasource connection to a SQL Server. The test server works fine, the production fails. The DS connection is set up on the production server just as it is on the test server. All SQL Server settings that I can see are the same. I can log into the production

RE: Reading an XML post

2001-08-15 Thread Dick Applebaum
At 10:46 AM -0400 8/15/01, Dave Watts wrote: For some incredibly oversimplified sample code, you might look here: http://www.figleaf.com/figleafhome/cfug/2001/CFUGJun2001/jun2001.zip This contains two SOAP topics covered at the June DC-CFUG, as well as some other stuff. Next month, I'm doing a

RE: SQL Server Authentication

2001-08-15 Thread DJ Riebesell
Enterprise manager cannot connect via TCP/IP I receive an error: Not associated with a Trusted SQL Server Sql Server Network Utility shows Named Pipes, Multi-protocol, and TCP/IP -Original Message- From: DJ Riebesell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:26

RE: GTE problem

2001-08-15 Thread Pete Freitag
Well CF has turned me into a liar, it works now... reboot solved it, I should have done that before posting to the list, I apologize. I still have no clue what could have caused it. This was on a development server that takes a lot of abuse, so it could be anything. Thanks again for everyones

Verity and remote searches

2001-08-15 Thread George Wright
I'm not having much luck coming to a solid conclusion on this, so I was wondering if anyone on the list might know. Is it possible to have a verity collection that can index documents on remote, disparate (not networked together) machines. I have a few different sites that have pdf documents

Re: Hardware Load Balancers

2001-08-15 Thread Toby Tremayne
Sorry if this is coming late - but you'd LOVE FreeSco. Stands for Free Cisco and it replaces a cisco - completely free, runs on any old piece or crap machine (486 etc) runs completely from a floppy, plus can handle all kinds of other bits and pieces. Incredibly easy to install and just drop

RE: CFREPORT and the Crystal Server

2001-08-15 Thread Braver, Ben
Reed- CF used to include the CR engine. It doesn't anymore. You have to buy CR separately, sorry. BTW when you do get CR and try CFREPORT search for the threads about #GetDirectoryFromPath(CF_TEMPLATE_PATH)# HTH -Ben -Original Message- From: Reed Powell [mailto:[EMAIL PROTECTED]]

Subject: Form Formatting

2001-08-15 Thread Reed Powell
Easiest way is to use a style sheet. If you want to have all the INPUTS on a page to follow the same style, then try this: style SELECT { color: black; font-family: arial; font-size: 8pt; font-weight:

CFFTP

2001-08-15 Thread McCabe, Kevin
Currently Getting this using FTP. A stop and start of services fixes it for a bit. We haven't touched the code base for at least 6 months and not used the application for around 2 months Then this has just started to happen. The machine has been rebooted and the Code Red Path applied. Now code it

RE: locking a loop or the contents

2001-08-15 Thread Matthew W Jones
I prefer C, less times locking, less processes inside the locking -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:09 AM To: CF-Talk Subject: RE: locking a loop or the contents Correction... they should all be READONLY locks

Re: can i delete the core file

2001-08-15 Thread Chris Norloff
-- Original Message -- from: Mak Wing Lok [EMAIL PROTECTED] can i delete the core file in the /coldfusion/log/ directory? will it cause any system malfunction if i delete this file as i find the size of the file is way too large. Yes, you can delete it.

Re: Hacking CF Web Sites and Applications

2001-08-15 Thread Josh R
Date: Mon, 13 Aug 2001 22:29:13 +0200 From: Jochem van Dieten [EMAIL PROTECTED] Subject: Re: Hacking CF Web Sites and Applications Why a filter looking for words in a URL? To help prevent hack attempts. In some situations, changing the values in a certain locations can create huge security

Re: cflock name=blahblah

2001-08-15 Thread Chris Norloff
-- Original Message -- from: Ken Beard [EMAIL PROTECTED] can you still use the name attribute in 5.0? Sometimes it's nice to have a higher level of control.. rather than having to use scope=application. don't want my app to break when we upgrade. anyone

Re: GTE problem

2001-08-15 Thread G
This has peaked my curiosity, Pete. How could a CFAS become unstable to the point where it's unable to parse perfectly legitimate CFML, but only specific pieces? And why GTE and not LT or LTE etc etc? I'm glad you got the issue resolvedbut I'd love to hear a cause. Brian - Original

RE: Subject: Form Formatting

2001-08-15 Thread Tony Gruen
Reed, this is very nice. Thanks for sharing this code. We have been looking for a similar solution that works in Netscape also. Do you know if this is possible? We have found many solutions but none that we can get working in NS 4.5+ I appreciate any input you can share.. thanks in advance.

CF/Flash Integration Resources

2001-08-15 Thread C. Hatton Humphrey
Can someone suggest some tutorial/information pages on integrating flash and Cold Fusion? I know it *can* be done, but how is a different story entirely. TIA Hatton Humphrey ~~ Structure your ColdFusion code with Fusebox. Get the official book

Session vs. Cookies

2001-08-15 Thread Fuon See Tu
hey guys, a friend of mine who is a pretty advanced CF programmer says that I should stay away from using sessions when developing sites that have a pretty good load of users, because sessions take up wa too much memory, and that I should resort to cookies or client cookies instead.

RE: CF/Flash Integration Resources

2001-08-15 Thread Chuck Hergenroeder
http://www.flashcfm.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 1:37 PM To: CF-Talk Subject: CF/Flash Integration Resources Can someone suggest some tutorial/information pages on integrating flash and Cold Fusion? I know

RE: Session vs. Cookies

2001-08-15 Thread Bill Killillay
If your going to be doing a site that has a lot of load you need to look at either Client vars, or cookies. If it's going to be scaling and going into a clustered environment you can't use session var's and have them stick. In that case you will need to use Client var's and a DB. I personally

RE: CF/Flash Integration Resources

2001-08-15 Thread Zac Belado
Can someone suggest some tutorial/information pages on integrating flash and Cold Fusion? I know it *can* be done, but how is a different story entirely. FlashCFM has some interesting tutorials http://www.flashcfm.com/ ~~ Structure your

RE: CF/Flash Integration Resources

2001-08-15 Thread Shawn Regan
Integrating flash and Cold Fusion is even easier now with CF server 5. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 10:37 AM To: CF-Talk Subject: CF/Flash

Re: drop down lists

2001-08-15 Thread Gonzo Rock
Hey Becky, Try this custom tag available here: WWW.CFDEV.COM CF_ComboBox CF_ComboBox creates a combination dropdown and text input box. At 09:53 AM 8/15/01 -0400, you wrote: is there a way to have a select list that drops down a specific list from a query, but it is also able to add new

Re: Hardware Load Balancers

2001-08-15 Thread Brook Davies
This does load balancing?? At 01:59 AM 16/08/01 +1000, you wrote: Sorry if this is coming late - but you'd LOVE FreeSco. Stands for Free Cisco and it replaces a cisco - completely free, runs on any old piece or crap machine (486 etc) runs completely from a floppy, plus can handle all kinds of

Re: CF/Flash Integration Resources

2001-08-15 Thread stas
There is a book out called Server Side Flash. It has examples in PHP and ASP, you will probably be able to adapt them to CF. - Original Message - From: C. Hatton Humphrey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 1:36 PM Subject: CF/Flash

Re: Session vs. Cookies

2001-08-15 Thread freddy
Just for information purposes we use session variables exclusively to manage our personalization sessions and have not yet gone up over 15% of memory usage. There are a minimum of actual variables used in a session (an array of link values, name, breed and breed image, plus a few flag fields).

RE: Thoughts

2001-08-15 Thread Philip Arnold - ASP
I think I know what everyone has to say about this but I thought I would share. A web manager here has asked one of the developers to change an app they built. The current one is all db driven, it has a few pages to display about 110 pages worth of info. Well the manager wants them to

RE: locking a loop or the contents

2001-08-15 Thread Raymond Camden
As a reminder, and a bit off topic, and if one of the earlier repliers said this, please forgive... Do not forget that the Session scope is a structure. There is NO need to do Evaluate(Session.#dynamic#). Simply do: COLLECTION=#Session[Dynamic]# where Dynamic == a valid key in the struct.

client variables jumble?

2001-08-15 Thread Akbar Pasha
i have a typical and very random problem. we have a site which uses client variables and have a login-authentication system. difeerent ppl login all the time. but sometimes, out of no where when someone logs in he see's a screen which belongs to someone else. all the data of other person. and

RE: Cookie Question

2001-08-15 Thread Eric J Hoffman
I use Cold Fusion for most of my cookie work. cfcookie to the rescue! Eric J Hoffman Director of Internet Development Small Dog Design, LLC www.smalldogdesign.com -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 1:42 PM To: CF-Talk

Converting list to array, different index than 1

2001-08-15 Thread Mike Amburn
let's say i have a list of 100 elements. i want to break up the list every fifth element and store in an array. it would be like ListToArray(), except rather than a 1-to-1 list-to-array i want 5-1 list-to-array. any easy way to do that other than looping through and manually appending? -mike

Casting Object in CF

2001-08-15 Thread Michael S. Kimmett
Does anyone know to cast to a Java object using Coldfusion?? Thanks in advance. --Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Executing Dynamic Code

2001-08-15 Thread Brook Davies
Hello World, I have a template which allows a user to build a criteria based selection. Somthing like where x=10 and/or z gte 100. After the user has created the expression it is stored in a database, then I need to pull it out and try to execute it within a cfif block. So I need to build a

Re: client variables jumble?

2001-08-15 Thread Brook Davies
Try settings your temporary files/Internet Options to check every time and see if that helps. We had a similar problem where the client variables did not seem to be accurate. We determined that this setting was a factor. We ended up appending some random characters to the end of our urls so

  1   2   >