toAlphaNumeric() - Anyone write this UDF yet?

2003-01-13 Thread Adrocknaphobia Jones
I see isAlphanumeric on cfLib.org, was wondering if anyone has written one to strip any characters that aren't alphanumeric. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division

RE: web beacons

2003-01-13 Thread Lee Fuller
| You don't even have to view the mail if the gif is near/at | the top and the | user has something like Eudora's message preview pane set. | (But then | again, how many of the target demographics have even heard of | Eudora ;-) Actually, you'd be surprised. It's really targetted TO people

Re: toAlphaNumeric() - Anyone write this UDF yet?

2003-01-13 Thread Samuel R. Neff
Use REReplace At 01:55 PM 1/13/2003, you wrote: I see isAlphanumeric on cfLib.org, was wondering if anyone has written one to strip any characters that aren't alphanumeric. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division

Re: web beacons

2003-01-13 Thread DDB Lists
I got images like this: img src=http://www.mailmate.be/imagx/6.4891.1927023596/bcn.jpg; this contains the mail id, the person's id and a checksum digit Server side is a url rewriting mechanism that changes the link to imagx.cfm?linkid=... img=bcn.jpg and then a cold fusion page to take care of

RE: cfoutput formatting

2003-01-13 Thread Jeremy Bunton
Ahh yes many thanks that seems to work well. JLB -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:06 PM To: CF-Talk Subject: Re: cfoutput formatting I use mod to do this... table tr cfoutput query=getReviews

RE: web beacons

2003-01-13 Thread Costas Piliotis
You're just referring to the mod_rewrite feature in apache... It takes this: http://www.mailmate.be/bcn.jpg?imagx=6.4891.1927023596 And rewrites it as: http://www.mailmate.be/imagx/6.4891.1927023596/bcn.jpg -Original Message- From: DDB Lists [mailto:[EMAIL PROTECTED]] Sent: Monday,

Top 10 Web App Security Flaws

2003-01-13 Thread Owens, Howard
Interesting list can be found here: http://www.owasp.org/ (via SlashDot) H. ~~ Howard Owens Internet Operations Coordinator InsideVC.com/Ventura County Star [EMAIL PROTECTED] AIM: GoCatGo1956

RE: Design Pattern Question

2003-01-13 Thread Adrocknaphobia Jones
Not one to start gossip, but I was under the influence that Hal Helms left the fusebox group. Is this true? If so why did he leave, if not, why is this rumor floating around? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division

Variables in CFMX

2003-01-13 Thread Paul Giesenhagen
I have the following variable being set in a loop ... CFMX doesn't like it ... and below is the error too ... any suggestions? Trying to set: cfset form.#variables.thisForm# = thisItem Error is: The string form. is not a valid ColdFusion variable name. Valid variable names must start with a

Re: Variables in CFMX

2003-01-13 Thread Todd
What does #variables.thisForm# this form output as? Also, try: cfset FORM[#variables.thisForm# = thisItem ...? ~Todd At 01:28 PM 1/13/2003 -0600, you wrote: I have the following variable being set in a loop ... CFMX doesn't like it ... and below is the error too ... any suggestions? Trying

RE: Design Pattern Question

2003-01-13 Thread Scott Wilhelm
This might be a stupid question, but what's Fusebox? (Sorry, I'm a newbie in the CF world) SW -Original Message- From: Adrocknaphobia Jones Sent: Mon 01/13/2003 02:22 PM To: CF-Talk Cc: Subject: RE: Design Pattern Question

Search engine spider

2003-01-13 Thread Kris Pilles
Does anyone know where I can find some code for a search engine spider??? Or an existing one that I can check out??? Thanks Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED]

RE: web beacons

2003-01-13 Thread Ciliotta, Mario
There was an article in the Cold Fusion Developers Journal awhile ago about this - not sure when but I can look in the old issues that I have. Mario -Original Message- From: DDB Lists [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:59 PM To: CF-Talk Subject: Re: web

RE: Variables in CFMX

2003-01-13 Thread Raymond Camden
Try cfset form[variables.thisForm] = thisItem, also make sure variables.thisForm is valid. It may equal , and form.(nothing) would not be valid. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL

Re: Design Pattern Question

2003-01-13 Thread charlie griefer
Scott Wilhelm writes: This might be a stupid question, but what's Fusebox? (Sorry, I'm a newbie in the CF world) http://www.fusebox.org. it's a fairly popular design methodology (started with CF, and i believe has been ported to PHP). Altho I understand that CFC's, now available in CFMX,

RE: web beacons

2003-01-13 Thread Todd
Ben Forta wrote it. A Cure for Arachnophobia : http://www.sys-con.com/coldfusion/article.cfm?id=388 ~Todd At 07:39 PM 1/13/2003 +, you wrote: There was an article in the Cold Fusion Developers Journal awhile ago about this - not sure when but I can look in the old issues that I have.

RE: Search engine spider

2003-01-13 Thread Dowdell, Jason G
On one of my sites I have a script that cfhttp's a url and strips out all of the meta information, body and such and does calculations such as keyword density on them but it doesn't index an entire site. It just does one url at a time. I don't think it's what you're looking for but you can try it

RE: Variables in CFMX

2003-01-13 Thread Adrocknaphobia Jones
#variables.thisForm# is coming up as an empty string. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:28 PM To:

Re: Variables in CFMX

2003-01-13 Thread Samuel R. Neff
From the error message it looks like variables.thisForm is an empty string, which creates an invalid variable name. At 01:28 PM 1/13/2003, you wrote: I have the following variable being set in a loop ... CFMX doesn't like it ... and below is the error too ... any suggestions? Trying to set:

RE: Top 10 Web App Security Flaws

2003-01-13 Thread Costas Piliotis
Very interesting... Don't know if I agree with the order of them, but still a pretty damn good read actually... -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 11:13 AM To: CF-Talk Subject: Top 10 Web App Security Flaws Interesting list

RE: Search engine spider

2003-01-13 Thread Ben Doom
I suppose that depends on what language you want the code in, what platform, what features, etc. I know I wrote a web link mapper (built a map of all the links in a site) in Perl in a couple of hours. I also wrote a doohicky that would scan a site for given text mining /n/ layers deep etc. and

RE: web beacons

2003-01-13 Thread Costas Piliotis
I think that has to do with search engine friendly sites, not web beacons... -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 11:47 AM To: CF-Talk Subject: RE: web beacons Ben Forta wrote it. A Cure for Arachnophobia :

Another Locking Question

2003-01-13 Thread Mike Alberts
Ok, I thought I had the locking thing squared away, but after reading this thread, I realize that I do not. I was not aware of the potential problems of using an exclusive lock in the Application.cfm file. So ... is this (psuedo) code a reasonable solution? Open readonly lock If NOT

RE: Search engine spider

2003-01-13 Thread Kris Pilles
Well ASP, .NET of CF would work... I need to write a search engine spider... I am just looking for a basic one to work with but in the end I need to be bale to start it off somewhere and let it go Indexing pages along the way in our datasource Eventually work on refinement so that I can

Re: Design Pattern Question

2003-01-13 Thread Sean A Corfield
On Monday, Jan 13, 2003, at 11:47 US/Pacific, charlie griefer wrote: it's a fairly popular design methodology (started with CF, and i believe has been ported to PHP). Yes, my personal site is a PHP Fusebox site (and I will be writing up my experience in converting it). Altho I understand

RE: web beacons

2003-01-13 Thread Mosh Teitelbaum
Actually, that article deals with SES (Search Engine Safe) URLs. The article about web bugs is here: http://www.sys-con.com/coldfusion/articlea.cfm?id=297 -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/

RE: web beacons

2003-01-13 Thread Todd
It deals with URL re-writing.. which is what the current topic was. At 11:54 AM 1/13/2003 -0800, you wrote: I think that has to do with search engine friendly sites, not web beacons... -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 11:47 AM To:

RE: Another Locking Question

2003-01-13 Thread Everett, Al
No, it isn't, because I presume you'll have an EXCLUSIVE lock in the include file, putting an EXCLUSIVE lock inside a READONLY lock. Bad, bad, bad. We've found using Application variables generally isn't necessary. We include a file in Application.cfm that sets all the global variables we need in

Fusebox was RE: Design Pattern Question

2003-01-13 Thread Mike Brunt
As far as I understand it Hal Helms is no longer on the Fusebox committee, he was a founding member. I can tell you that he is still very much involved with Fusebox and at the forefront of the Fusebox iteration for ColdFusion MX just repeating here, you can see some of his work in that regard

RE: web beacons

2003-01-13 Thread Todd
Okok ok.. :) You can still use *BOTH* articles to solve issues for the same project. :) ~Todd At 03:00 PM 1/13/2003 -0500, Mosh Teitelbaum wrote: Actually, that article deals with SES (Search Engine Safe) URLs. The article about web bugs is here:

RE: web beacons

2003-01-13 Thread Jim Davis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:04 PM To: CF-Talk Subject: Re: web beacons Hmm, well I'd tell ya to go to http://www.depressedpress.com, but the site seems to be majorly broken. Well... It seems to be

RE: SmartCard Enabled Websites?

2003-01-13 Thread Dave Watts
Is it possible to SmartCard enable a website? I've got a customer requiring that we support SmartCard devices - I was under the impression SmartCard website authentication happened at the workstation level using software to control user access to specific sites. Is this not the case? Is

RE: Search engine spider

2003-01-13 Thread Dowdell, Jason G
On another note, using the same techniques, I have a keyword suggestion tool that looks at an overture page and gets all of the keywords that are derivatives of the keyword you enter and returns a total for the given month. Just thought I'd throw that out there as well... I think it's the most

Re: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Samuel R. Neff
At 12:08 PM 1/13/2003, you wrote: I also know that there is a lot of interest among Flash developers about Fusebox as a methodology/framework for Flash Application development. Really? I've never seen anything indicating this--I'd be interested in reading the archives. Where was it discussed?

RE: web beacons

2003-01-13 Thread Mosh Teitelbaum
Hey, we want the explain it to me so I don't have to do any real work answers. None of those this is how it all works, now think for yourself kind of answers. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/

inventory files after deployment?

2003-01-13 Thread Chris Norloff
Anybody use a tool to inventory files and directories after deploying files to a server? We can't load the files ourselves, and would like to inventory the files and directories after deployment to make sure everything got out there. Anybody know of a basic tool? (for Unix; we use Solaris.)

RE: Search engine spider

2003-01-13 Thread Jerry Johnson
What do you mean by search engine spider (just to make sure we are all on the same page)? I am guessing you want to point a spider at a particular website, and get back all the links from that page. Then point to each linked page and get back all links from it, continuing until you run out of

Application design question

2003-01-13 Thread Jeff Fongemie
Monday, January 13, 2003, 3:24:34 PM Hello cf-talk, Hey everyone. I've got a schedule of boat rides;there are three boats, and the rides run at certain dates and different tours. I've been given a Word document of the 2003 schedule and for example, it lists: Boat A. April 18, 19, 20 April

Re: RE: web beacons

2003-01-13 Thread ksuh
It worked at first, but then after a few clicks, I'd get less and less of the page HTML. And then it stopped responding. It was really weird. - Original Message - From: Jim Davis [EMAIL PROTECTED] Date: Monday, January 13, 2003 1:12 pm Subject: RE: web beacons -Original

Not True = NO but A=No gives error...

2003-01-13 Thread Andy Ousterhout
cfset IsTrue = True cfset IsNotTrue = (NOT IsTrue) cfoutput#IsTrue#IsNotTrue#/cfoutput Displays: True-NO But I can't set a variable to Yes/No . Interesting. ~| Archives:

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Dave Watts
I also know that there is a lot of interest among Flash developers about Fusebox as a methodology/framework for Flash Application development. Really? I'd have to take issue with that. Most Flash developers I've met are much more interested in typical OOP development framework ideas, such as

RE: Search engine spider

2003-01-13 Thread Kris Pilles
Bascially I need to create a search engine. And the the spider would be used to index links for the search engine -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:24 PM To: CF-Talk Subject: RE: Search engine spider What do you mean by

Another Locking Question

2003-01-13 Thread Mike Alberts
You're right. It does create a nested lock situation. Realized this while I was coding it after I posted. So I changed it to this: Open readonly lock cfif NOT IsDefined(SomeApplicationVariable) set AppIsInitialized = N else set AppIsInitialized =Y close cfif Close readonly lock

Re: Application design question

2003-01-13 Thread Scott Brady
Boat A. April 18, 19, 20 April 26/27 May 17-June 22 June 25-october 19 Just off the top of my head: 1) A table for boats that has a record for each boat. 2) A table for trips that includes the boat_id, the departure date, and the return date. To get the info for a certain date, you could do

InStr() Equivalent

2003-01-13 Thread Scott Wilhelm
What's the equivalent of (ASP's) InStr() in CF? Scott ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Re: InStr() Equivalent

2003-01-13 Thread charlie griefer
Scott Wilhelm writes: What's the equivalent of (ASP's) InStr() in CF? http://livedocs.macromedia.com/cf50docs/CFML_Reference/Functions2.jsp#109988 7 list of cf string functions :) Scott ~| Archives:

RE: InStr() Equivalent

2003-01-13 Thread Raymond Camden
What does ASP's inStr do? Those of us who know CF but not ASP would be able to answer then. ;) === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus

Re: Application design question

2003-01-13 Thread Jeff Fongemie
Hello Scott, On Mon, 13 Jan 2003, at 13:33:53 you carefully wrote: Boat A. April 18, 19, 20 April 26/27 May 17-June 22 June 25-october 19 SB Just off the top of my head: SB 1) A table for boats that has a record for each boat. SB 2) A table for trips that includes the boat_id, the departure

RE: InStr() Equivalent

2003-01-13 Thread Everett, Al
Find() or FindNoCase(). -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:35 PM To: CF-Talk Subject: InStr() Equivalent What's the equivalent of (ASP's) InStr() in CF? Scott

RE: Search engine spider

2003-01-13 Thread Ben Doom
If by 'index the links' you mean generate a list of them, it seems to me the following would work pretty well. Create an empty array. Populate the first entry with your starting URL. Set a counter 'count' to 1. loop while count is less than or equal to the arraylen: cfhttp the url in the array

RE: Search engine spider

2003-01-13 Thread Kris Pilles
Thanks -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:49 PM To: CF-Talk Subject: RE: Search engine spider If by 'index the links' you mean generate a list of them, it seems to me the following would work pretty well. Create an empty

Re: InStr() Equivalent

2003-01-13 Thread Samuel R. Neff
Find() At 03:35 PM 1/13/2003, you wrote: What's the equivalent of (ASP's) InStr() in CF? Scott ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Application design question

2003-01-13 Thread Scott Brady
I see this working. What worries me the the trips table. I'm hoping to avoid entering a new record for each trip, for each boat. Could I somehow use a range? some of the trips run each day from June to October. I'd love to find a way around entering hundreds of records for each trip. But, I can't

Database Results

2003-01-13 Thread Scott Wilhelm
When I used to work with ASP, I would run my SQL statement, check to see if the recordset is empty or not, if it wasn't, I'd roll it up into an array, and the loop through the array. I know how to do the SQL statement, and how to loop through it, but how would I check to see if the result of the

RE: web beacons (stop caching)

2003-01-13 Thread Eric Dawson
How do you stop proxy servers and browsers from caching the beacon? e ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Haggerty, Mike
There is some interest in adopting Fusebox to Flash (the idea is called Flashbox), although the source of it seems to be existing CF Fusebox developers looking for a way of working with Flash. I can say there is not nearly the level of interest in Flashbox as there is in just straight OOP

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Adrocknaphobia Jones
Fusebox is the most widely distributed Framework/Methodology for developing ColdFusion Applications What other Framework/Methodologies exist for Cold Fusion? Is the fuseBox framework/methodology decided by a consortium? Or by a few elite people? Adam Wayne Lehman Web Systems Developer Johns

Re: Database Results

2003-01-13 Thread Jerry Johnson
Query.recordCount is the variable that indicates the number of rows returned with the query. Obviously 0 would be an empty set. Jerry Johnson [EMAIL PROTECTED] 01/13/03 03:56PM When I used to work with ASP, I would run my SQL statement, check to see if the recordset is empty or not, if it

RE: Application design question

2003-01-13 Thread Matthew Small
How about a table like this: Boatstartdate enddate A 4/18/2003 4/20/2003 A 4/26/2003 4/27/2003 A 5/17/2003 6/22/2003 B ... ... Startdate to enddate is the contiguous set of dates that the boat runs. You can select it like Select

RE: Database Results

2003-01-13 Thread Fuzion - CFTalk
I see if a recordset has any results, use recordsetname.recordcount To loop through a recordset simply use: cfoutput query=recordsetname /cfoutput Or cfloop query=recordsetname /cfloop You would then use the column name as a variable like this: cfoutput query=recordsetname #col1# #col2#

RE: Database Results

2003-01-13 Thread Dave Watts
When I used to work with ASP, I would run my SQL statement, check to see if the recordset is empty or not, if it wasn't, I'd roll it up into an array, and the loop through the array. I know how to do the SQL statement, and how to loop through it, but how would I check to see if the

RE: Database Results

2003-01-13 Thread Everett, Al
but how would I check to see if the result of the query contained results or not, cfif queryname.RecordCount EQ 0 No results returned! cfelse We got cfoutput#queryname.RecordCount#/cfoutput row(s) back! /cfif and how would I put the results in an array, You can loop through

Re: Database Results

2003-01-13 Thread Bruce Sorge
You can do a CFIF statement: cfif (QueryName.Recordset) Do stuff here cfelse Do something else /cfif Also, you do not need to loop through and put the query results in an array. You can just cfoutput the information: cfoutput query=queryname Name = Name Output information goes here

RE: Database Results

2003-01-13 Thread Mark A. Kruger - CFG
Scott, there are some variables that you should know about. First, queryname.recordcount - it contains an int representing the number of rows in your recordset. Ints can be evaluated as boolean in CF (any non-zero int is true) so you can do cfif myQueryName.recordcount .take

RE: Database Results

2003-01-13 Thread Adrocknaphobia Jones
Scott, You really need to buy the CF Application Book. In the meantime: cfquery name=queryName datasource=dsn SQL goes here /cfquery queryName.recordCount = number of records You don't need to dump it into an array. You can loop over the query with: cfoutput query=queryName /cfoutput Good

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Mike Brunt
There was actually a move to create something called Flashbox, those discussions took place around 6-8 months ago but in fairness did seem to fizzle out although there are still references to it here http://www.topica.com/lists/flashbox/. No doubts there is always talk in Fusebox circles about

Re: Database Results

2003-01-13 Thread Scott Brady
When I used to work with ASP, I would run my SQL statement, check to see if the recordset is empty or not, if it wasn't, I'd roll it up into an array, and the loop through the array. If you're just trying to loop along the record set: cfloop query=yourQueryName (do whatever you want with each

RE: web beacons (stop caching)

2003-01-13 Thread Mosh Teitelbaum
Make it unique. For example, add some unique value to it like: IMG SRC=http://www.domain.dom/getWebBug.cfm?UserID=5PageID=6Random=52; WIDTH=1 HEIGHT=1 -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW:

RE: Database Results

2003-01-13 Thread Clint Tredway
Use this: cfif query.recordset gt 0Output my recordscfelsedo this/cfif HTH Clint -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:56 PM To: CF-Talk Subject: Database Results When I used to work with ASP, I would run my SQL statement,

RE: Database Results

2003-01-13 Thread Luce, Greg
Scott, You don't HAVE to put the query results into an array. Here's a simple example: cfquery name=qTest... SELECT * FROM users /cfquery cfoutput query=qTest Name: #name#br /cfoutput If the query didn't have any results it just wouldn't run any output loops. You can check by saying: cfif

Re: Database Results

2003-01-13 Thread Samuel R. Neff
To check if anything was returned check [query name].RecordCount. If it's more than zero, something was returned. You usually don't need to loop through and create an array. In CF it is already an array internally (exact structure depends on version of CF). At 03:56 PM 1/13/2003, you wrote:

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Luce, Greg
The Fusebox methodology is created/modified/evolved by hundreds of people in the FB community. Throw your hat into the ring if you like! Greg -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 4:17 PM To: CF-Talk Subject: RE: Fusebox

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Mark A. Kruger - CFG
Adam, There's one called CF Objects I believe. Plus, everyone has their own preferred home grown method - everyone who's done more than one project requiring high level CF code that is. -Mark -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Database Results

2003-01-13 Thread Mosh Teitelbaum
Scott: You can determine how many record were returned by a particular query via the query results set's RecordCount attribute as in: CFQUERY NAME=myQuery ... ... /CFQUERY CFOUTPUTThe query returned #myQuery.RecordCount# results./CFOUTPUT You don't need

Re: Another Locking Question

2003-01-13 Thread Christian Cantrell
If you are going to put initialization code like this in your Application.cfm file, just be sure that you do not use any code that can generate another HTTP request for another CFM file (such as a cfhttp tag) as you may either create an infinite loop (with a readonly lock) or a deadlock

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Mosh Teitelbaum
There's also cfObjects (http://www.cfobjects.com/). My IE Favorites list has gotten unmanageable again and I can't find the links to the others I've bookmarked. Sheesh. As for FuseBox info, check out their site http://www.fusebox.org. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax:

RE: Database Results

2003-01-13 Thread Jerry Johnson
But if you really like treating recordsets like arrays, you can: cfloop index=row from=1 to=#query.recordCount# step=1 cfoutput#query['fieldname'][row]#/cfoutputbr /cfloop Some other things to note: To get the list of fields returned in a query (recordSet), use query.columnList. And you

RE: InStr() Equivalent

2003-01-13 Thread Sicular, Alexander
If you are using cf5/mx check www.cflib.org for all kinds of extra udf stuff. Good luck, Alexander Sicular Chief Technology Architect Neurological Institute of New York Columbia University as867 [at] columbia {dot} edu |-Original Message- |From: Scott Wilhelm [mailto:[EMAIL PROTECTED]]

RE: web beacons (stop caching)

2003-01-13 Thread Costas Piliotis
Shouldn't really cache though if UserID is different for each time the beacon is called should it? -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:29 PM To: CF-Talk Subject: RE: web beacons (stop caching) Make it unique. For

RE: Database Results

2003-01-13 Thread Everett, Al
cfif (QueryName.Recordset) You mean RecordCount And for CF newbie: ColdFusion can evaluate integers as boolean. Zero is false, non-zero is true. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Owens, Howard
Adam wrote: Plus, everyone has their own preferred home grown method AKA: FuseBastard H. -Original Message- From: Mark A. Kruger - CFG [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:41 PM To: CF-Talk Subject: RE: Fusebox was RE: Design Pattern

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread John Quarto-vonTivadar
There are also books out on Fusebox Discovering Fusebox 3 published by Techspedition (www.techspedition.com) which also has an eWorkbook that can be used with it to self-test your knowledge as you go along. Fusebox: Developing ColdFusion applications published by NewRiders. There is also

RE: Design Pattern Question

2003-01-13 Thread John Quarto-vonTivadar
As Hal's business partner, I'm happy to confirm that Hal has not left Fusebox; he is simply no longer involved in the Fusebox organization's various committees. Real life beckons us all, particularly during recessions. :) John Quarto-vonTivadar -Original Message- From:

Re: Database Results

2003-01-13 Thread Bruce Sorge
Thanks for the correction. This is just further proof that proofreading is a good thing. - Original Message - From: Everett, Al [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 13, 2003 3:53 PM Subject: RE: Database Results cfif (QueryName.Recordset) You mean

RE: web beacons (stop caching)

2003-01-13 Thread Mosh Teitelbaum
What if the same user hits more than one page? That's where the random number part comes in. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]]

Re: SmartCard Enabled Websites?

2003-01-13 Thread Jesse Houwing
Joshua Miller wrote: Is it possible to SmartCard enable a website? I've got a customer requiring that we support SmartCard devices - I was under the impression SmartCard website authentication happened at the workstation level using software to control user access to specific sites. Is this not

RE: Fusebox was RE: Design Pattern Question

2003-01-13 Thread Tilbrook, Peter
Heh! Don't think I could get away with that at work though :) Adam wrote: Plus, everyone has their own preferred home grown method AKA: FuseBastard H. -Original Message- From: Mark A. Kruger - CFG [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 1:41 PM To:

RE: web beacons

2003-01-13 Thread S . Isaac Dealey
I use an off-the-radar, licensed shareware email client. Although the client will display properly formatted html email, I rarely allow it. I love my mail client. :) You don't even have to view the mail if the gif is near/at the top and the user has something like Eudora's message preview pane

[OT?]: CFHTTPing to a Dominoe server

2003-01-13 Thread Reed Powell
Hi all - here's an interesting one. I'm pushing some data out to an application belonging to another group in the company, which is a Dominoe application written for them by a third party/consultant. I do the same thing to other applications written in non-CF (CGI, ASP, etc) with absolutely no

RE: Database Results

2003-01-13 Thread Mark A. Kruger - CFG
er... right... -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:54 PM To: CF-Talk Subject: RE: Database Results cfif (QueryName.Recordset) You mean RecordCount And for CF newbie: ColdFusion can evaluate integers as boolean. Zero is

WOT: MySQL in the Enterprise

2003-01-13 Thread Scott Mulholland
I am researching the use of MySQL in use with enterprise level applications, looking for feedback both good and bad. I have read all the articles on the mySQL site, as well as the manual and the eWeek article comparing it with Oracle. Anyone on this list using it currently and have any

Re: SmartCard Enabled Websites?

2003-01-13 Thread Jochem van Dieten
Joshua Miller wrote: Is it possible to SmartCard enable a website? I've got a customer requiring that we support SmartCard devices - I was under the impression SmartCard website authentication happened at the workstation level using software to control user access to specific sites. Is this

Re: WOT: MySQL in the Enterprise

2003-01-13 Thread Paris Lundis
Well I can't say I am enterprise.. even if I have a few tables with a couple of million rows of data... Checkout the MySQL site and see their consulting arm... I remember when I first started considering MySQL, their then cleint list and datawarehouse size was quite large.. fairly impressive

Re: WOT: MySQL in the Enterprise

2003-01-13 Thread Jochem van Dieten
Scott Mulholland wrote: I am researching the use of MySQL in use with enterprise level applications, looking for feedback both good and bad. I have read all the articles on the mySQL site, as well as the manual and the eWeek article comparing it with Oracle. Anyone on this list using it

Re: [OT?]: CFHTTPing to a Dominoe server

2003-01-13 Thread Jeffry Houser
This is off-list because it is. :-) Saying that Domino does everything automatically is a bit misleading. It gave me a chuckle. The other consultant probably meant that he builds Domino forms / views / Agents / etc.. using Domino Designer and that the Domino server automatically

Re: [OT?]: CFHTTPing to a Dominoe server

2003-01-13 Thread Jeffry Houser
At 06:21 PM 1/13/2003 -0500, you wrote: This is off-list because it is. :-) Of course, it wasn't. It got bounced back to me, so I posted it publicly too without changing the text. :-) Saying that Domino does everything automatically is a bit misleading. It gave me a chuckle.

CF MX and Windows Server 2003 RC2

2003-01-13 Thread James Alexander
I'm getting ready to upgrade a test machine from RC1 to RC2 and was curious if anyone know of the issue between CFMX and RC1 was resolved to that I might finally be able to get MX on a 2K3 server. TIA - James ~|

RE: SmartCard Enabled Websites?

2003-01-13 Thread Joshua Miller
Interesting stuff Jochem, I'm getting ready to write a fairly large VoiceXML application - you've given me something to chew on for that application. For the more immediate use, I will recommend only the hardware smartcard - I was thinking that was really the only way, but I guess there's a lot

Re: CF MX and Windows Server 2003 RC2

2003-01-13 Thread Kay Smoljak
James Alexander wrote: I'm getting ready to upgrade a test machine from RC1 to RC2 and was curious if anyone know of the issue between CFMX and RC1 was resolved to that I might finally be able to get MX on a 2K3 server. I've had CFMX running on RC1 for over 6 months now... You just have to

RE: CF MX and Windows Server 2003 RC2

2003-01-13 Thread James Alexander
Doh, I'd looked everyone for a work-around months ago and wasn't able to find one. Do you know which key specifically that I need to edit? - James -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 6:30 PM To: CF-Talk James Alexander wrote:

<    1   2   3   >