RE: Character Scrubbing

2003-08-30 Thread Ben Doom
It'd be easy to do with a small handful of regular expressions. I'm sure someone has probably put out a UDF or something to do a decent scrubbing. If not, we'll start one over on CF-RegEx. :-) -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- :

Efficient way to handle undefined variables

2003-08-30 Thread Rich Z
What is the best/most efficient way to handle a scenario where you're populating variables from other variables that may or may not exist. If they don't exist, an empty string should be assigned. I wrote a little function to do this with a simple if statement inside: If (isDefined(inVal) {

RE: setting default page for 404 error

2003-08-30 Thread Dave Watts
I'm using a shared host and I used their own in-house utility to set up a default page for 404 (file not found) errors in IIS. This seems to be working for non .cfm files. Examples that work fine: http://domain.com/badname.htm http://domain.com/badname.asp http://domain.com/anything

Multiple sites...

2003-08-30 Thread Mauricio Giraldo
I don't know how versions of cf-unix work that seems to be my problem... my host offers cf-linux and i am right now messing all my cfcs trying to get the thing running... i am pretty near now fortunately... using your getRelative and a few Mid + Find functions got the mapping right for

setting default page for 404 error

2003-08-30 Thread Benjamin Rosenthal
I'm using a shared host and I used their own in-house utility to set up a default page for 404 (file not found) errors in IIS. This seems to be working for non .cfm files. Examples that work fine: http://domain.com/badname.htm http://domain.com/badname.asp http://domain.com/anything However,

RE: CF and Veritas Net Backup

2003-08-30 Thread Suyer, Ed [PRD Non-JJ]
Our Veritas repository is not in SQL Server or any other known data source. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

Re: setting default page for 404 error

2003-08-30 Thread Bryan F. Hogan
Your host is wrong on both counts. However you can setup a global missing page error template in the cfadmin. You set this link up in the Settings section under the cfadmin. The value you type for this field is the relative path to your wwwroot directory. Below is the code that I use for my 404

setting default page for 404 error

2003-08-30 Thread Benjamin Rosenthal
Thank you Brian and Dave! Here's the next response from tech support when I told them this couldn't be done in application.cfm. You should be able to do all this in the application.cfm. I am not a CF developer so I am limited. Me paraphrasing the response: You are wrong, but I actually I

CFMX and INI Files

2003-08-30 Thread Jon Hall
Check out getProfileSections() I have a ini file that I am trying to read in that contains settings for an application. I know what all of the sections are, but there are a couple of sections whose entries are dynamically named. Is there a way to get a list, structure, whatever of all of the

Multiple sites...

2003-08-30 Thread Mauricio Giraldo
done i just put the darn cfc dir inside the config dir (the idea was to have an understandable dir structure but what the heck) i still have to work our the upload issue (for some reason i cannot upload files... it has problems with the .TMP file... sometimes access denied for tmp file

whitespace is breaking my javascript

2003-08-30 Thread Mauricio Giraldo
Finally got the thing working. http://www.elefectoaxe.com.co/spaw/test.cfm If you are interested in this development I will be setting a SourceForge project soon. - mga ~| Archives:

QofQ caching question

2003-08-30 Thread Jon Hall
When I do a QofQ, do I have to cache the original query? Nope I'm trying to speed up a page that appears to be bogged down with queries, but it doesn't appear to make any difference in speed whether I cache the original query or not. Unless you are talking about an extreme number of them,

WOT: design of networking site

2003-08-30 Thread Jon Hall
You will need a tree of some sort, and I'm tempted to say you might need to have to walk the tree, as I can't think of any other way to discover friends of friends x number of levels away. Could be a creative solution though...friendster may cheat in some way. According to this page Friendster

IFRAME Question

2003-08-30 Thread webmaster
Using a CF based TabPro custom tag that allows IFRAME to run pages inside of tabs. One thing I am unsure of, how do I make a link break out of the IFRAME in order to just make the new page show up in the main browser window (not a new one)? Is it possible or once you have navigation happening in

RE: setting default page for 404 error

2003-08-30 Thread B.H. Forbes
i may be wrong (don't think so) but I don't think cf will catch a 404... there are a bazillion posts at MM of people trying to find out how to do it. -pat- -Original Message- From: Benjamin Rosenthal [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 5:39 PM To: CF-Talk Subject:

Resources for Optimizing and Locking Down JRun4/CFMX

2003-08-30 Thread Stacy Young
We're about to start load tests on a few internal apps at our shop running CFMX on full JRun. I got a clustered configuration working today without a hitch. Much easier than expected! I'm excited! Hehe I'm combing MM's site collecting technotes etc but I'm wonderin' if anyone has spotted any good

RE: Resources for Optimizing and Locking Down JRun4/CFMX

2003-08-30 Thread Stacy Young
Case anyone else is interested...just found this http://www.macromedia.com/devnet/java/articles/jrun_perf.html Stace -Original Message- From: Stacy Young Sent: Saturday, August 30, 2003 3:06 AM To: '[EMAIL PROTECTED]' Subject: Resources for Optimizing and Locking Down JRun4/CFMX We're

RE: setting default page for 404 error

2003-08-30 Thread Philip Arnold
i may be wrong (don't think so) but I don't think cf will catch a 404... there are a bazillion posts at MM of people trying to find out how to do it. The 404 setting is in the Admin, you can't catch 404's outside of that with CF Whatever the Host says, he's 100% wrong about being able to do

Re: IFRAME Question

2003-08-30 Thread Critz
oi webmaster!! parent.top.location = ? -- Friday, August 29, 2003, 9:32:34 PM, you wrote: wdc Using a CF based TabPro custom tag that allows IFRAME to run pages inside of wdc tabs. One thing I am unsure of, how do I make a link break out of the wdc

CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-08-30 Thread Earl, George
From: Sandy Clark [EMAIL PROTECTED] CF in Federal Government Let's see. ... snipped ... Going on a search of google: .cfm site:.gov returns 4,280,000 results including (... lists 26 federal agencies, departments and organizations, and senators and congress people, etc., ...) And

OT: Blank Emails

2003-08-30 Thread Brad Roberts
Anyone else getting blank emails (no from,to,subject,body,etc.) from the list? Anyone getting them outside the list? Just wondering if my mail server is burping, or if this is just part of SoBig... -Brad ~| Archives:

Re: OT: Blank Emails

2003-08-30 Thread cf-talk
Hello Brad, Saturday, August 30, 2003, 3:05:08 PM, you wrote: BR Anyone else getting blank emails (no from,to,subject,body,etc.) from the BR list? Anyone getting them outside the list? BR Just wondering if my mail server is burping, or if this is just part of BR SoBig... BR -Brad BR

RE: Hosting Solutions

2003-08-30 Thread CFDEV
I have to chime in with Uplinkearth.com There support turnaround has been within minutes. Not Hours, days or even weeks. Some requests were completed Within 10 minutes. Some requests were made was: New Sub-Domain New Hosting Added Mail Server created New FTP Accounts created. Etc...

Tag Restrictions

2003-08-30 Thread cfhelp
Is there a way to specify more than on unrestricted CFTag directory? CF5 and CFMX Rick ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RE: Hosting Solutions

2003-08-30 Thread Josh Trefethen
Pablo, Our servers are in Canada...not off-shore, but over the border! Check us out at: http://exciteworks.com Thanks, Josh Trefethen Exciteworks, Inc -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:18 PM To: CF-Talk Subject: Re:

Flash Professional vs. Royale

2003-08-30 Thread Sparrow-Hood, Walter
Anybody care to comment or have any information the new developer related functionality in Flash Professional vs. what's been promised/hinted re: Royale. Has Rolyale morphed into FlashPro? Is FlashPro a hint of what's to come? My real concern/question is do I spend the money and time to learn

RE: Hosting Solutions

2003-08-30 Thread Josh Trefethen
Les, *Shameless plug* You should give our service a try! We have a 15 day, no questions asked, money back guarantee. If you try us and do not like our service, you can cancel and get a full refund within 15 days of signup! So, you can try our service and use up as much bandwith and database

Re: Flash Professional vs. Royale

2003-08-30 Thread Doug White
I doubt anyone has enough experience with the product to give you an intelligent answer at this point. But if Macromedia's response to users' wishes is anything like their response with CFMX version 6.1, I think you will be very pleased with the result. My comment is to make an effort to attend

RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-08-30 Thread Josh Trefethen
I do a lot of work with the federal government. In fact, I was on a team that developed a Flash/CF app that has been deployed globally throughout the Airforce, Army, DOT, DOE, and DOJ, and many other Gov. agencies. I have worked in the classisfied and non-classisfied areas back in Washington DC,

studio products review~ fyi

2003-08-30 Thread cf
http://reviews.cnet.com/4520-3637_7-5067125-1.html?tag=cnetfd.sd ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RE: Flash Professional vs. Royale

2003-08-30 Thread Stacy Young
Apples and oranges. Flash 2004 Pro: Develop RIAs via graphical IDE, like Flash MX only better. ;) Royale: Server-side product geared for server-side coders. i.e. you code the application via text/mark-up, as you would an html page. (similar idea anyways) I don't know enough about Royale to give

Re: Flash Professional vs. Royale

2003-08-30 Thread Matt Liotta
Royale is in direct response to Laszlo (http://www.laszlosystems.com/), so if you want insight into what Royale will be like I suggest you check out what Laszlo offers today. -Matt On Saturday, August 30, 2003, at 12:04 PM, Stacy Young wrote: Apples and oranges. Flash 2004 Pro: Develop

Re: Flash Professional vs. Royale

2003-08-30 Thread Mike Chambers
While Lazlo and Royale may appear similar, Royale is in no way a direct response to Lazlo. Royale has been in development for quite some time (i.e. before Lazlo was released). mike chambers [EMAIL PROTECTED] - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Keep track of number of downloads

2003-08-30 Thread YC Nyon
I'm want to keep track of the number of downloads for a particular zip files. For example, A123.zip (downloaded 130 times) A123b.zip (downloaded 240 times) how do i do that in CF? Nyon --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).

Re: IFRAME Question

2003-08-30 Thread cf-talk
For the most part, iframes can be treated just like regular frames. You can refer to it's parent. parent.location = 'http://www.macromedia.com'; -Novak - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:32 PM Subject: IFRAME

Re: Keep track of number of downloads

2003-08-30 Thread cf-talk
Create a template that uses CFCONTENT to serve the file. Then use the CFQUERY tag to record the number of downloads for a particular file. -Novak - Original Message - From: YC Nyon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 9:29 AM Subject: RE: Keep

Re: Flash Professional vs. Royale

2003-08-30 Thread Matt Liotta
With all the indirect connections between Lazlo and Macromedia I'm sure Macromedia knew nothing about them until they released a product. :) -Matt On Saturday, August 30, 2003, at 12:33 PM, Mike Chambers wrote: While Lazlo and Royale may appear similar, Royale is in no way a direct

cfproperty default attribute is buggy

2003-08-30 Thread S . Isaac Dealey
Has anybody else on the list seen this behavior: CFMX 6.1 - certain values can not be used in the default attribute of the cfproperty tag: cfproperty type=struct default=#structnew()# produces error Complex object types cannot be converted to simple values. cfproperty type=array

RE: cfproperty default attribute is buggy

2003-08-30 Thread Andy Ousterhout
Isaac, Isn't CFProperty mostly for documentation at the CFC level, and doesn't actually create any variables? Use CFArgument to declare and default arguments in methods and CFSET instance.FOO=StructNew to declare private properties. Andy -Original Message- From: S. Isaac Dealey

Re: DWMX 2004 - Whats new for us?

2003-08-30 Thread Cutter (CF-Talk)
You don't use DW and PS on *NIX? Maybe you should check out Crossover Office from CodeWeavers.com. Look at their list of supported apps... Cutter Ben Densmore wrote: Not to sway too far from what's currently being discussed but is there any chance that a *NIX version of DW will be made?

RE: Hosting Solutions

2003-08-30 Thread Erika L. Walker-Arnold
I have a chime against uplinkearth ... Whilst their support might be good and I never had any problems with server uptime, their flexibility with customer issues is NOT. So just a small story to be aware in case it ever happens to anyone else ... We had a house robbery and all credit cards were