Netscape anger

2000-08-15 Thread Brian P. Doyle
I seem to be having a problem with netscape, flash, and cfoutput tags. I using a global table layout and including a flash navigational toolbar at the top. The toolbar gets a few variables passed in to display different things. However in netscape I cannot wrap the flash code (so that the

Re: re: setting an href to call a javascript function

2000-07-20 Thread Brian P. Doyle
a javascript function Message-ID: 003201bff1b1$56448620$[EMAIL PROTECTED] Are you successfully putting in a non js href, but failing on js href, or is it failing even on non js href too? - Original Message - From: "Brian P. Doyle" [EMAIL PROTECTED] To: "CF-talk" [EMAIL

CFTree issues

2000-07-19 Thread Brian P. Doyle
with CFTree (definitely no pun intended) ? Is there something out there that would be better for this? Any help would be greatly appreciated! Brian P. Doyle Web Application Developer SMTnet.com [EMAIL PROTECTED] [EMAIL PROTECTED] ---

setting an href to call a javascript function

2000-07-19 Thread Brian P. Doyle
or a while now. The problem is that most websites that have any information on the matter really are just mirrors of the CFdocs (which aren't helping). It seems like something that should be fairly easy, however it's not. Any help would be greatly appreciated. Bria

re:RE:CFTree

2000-07-14 Thread Brian P. Doyle
are stored there. -ken - Original Message ----- From: Brian P. Doyle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 14, 2000 2:48 AM Subject: CFTree Has anyone used this tag much? I'm trying to use it to create an easily navigatable lsit of categories and subcategories that w

re:RE:RE:CFTree

2000-07-14 Thread Brian P. Doyle
can locate the CFIDE directory correctly. the applets are stored there. -ken - Original Message ----- From: Brian P. Doyle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 14, 2000 2:48 AM Subject: CFTree Has anyone used this tag much? I'm trying to use it to create an easily naviga

RE: Thumbnail tags

2000-07-13 Thread Brian P. Doyle
Actually I got CF_AutoResize to work. I came up with numerous bugs but it finally ended up that the commands to cfx_image in the source code for autoresize.cfm were not delimited correctly. As soon as I fixed that it worked like a champ. I also had to add some more error checking so that it

CFTree

2000-07-13 Thread Brian P. Doyle
Has anyone used this tag much? I'm trying to use it to create an easily navigatable lsit of categories and subcategories that will pop up in a window and populate a select list. I have the same thing up and running with javascript instead of CF but I need to make it dynamically created by a

RE: OT: Re: fwd: [J o k e]

2000-06-25 Thread Brian P. Doyle
for regular outlook you won't get an attachment virus just by having preview on. (I never have and I've been sent virii before) -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 25, 2000 5:10 PM To: [EMAIL PROTECTED] Subject: Re: OT: Re: fwd: [J o k

cf_list

2000-06-17 Thread Brian P. Doyle
We should start a new list dedicated to discussing the outages of this one (that's all thats talked about lately..) -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

woes.

2000-05-31 Thread Brian P. Doyle
I'm using a custom tag (cfx_querysort) to group the results of a multiple collection search into the collections that they came from. However in doing this and setting the score as the second column to sort on it actually sorts them in descending order (lowest number first..which is not what I

RE: woes.

2000-05-31 Thread Brian P. Doyle
it. not supported but you can have the source... -Original Message- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 12:21 PM To: [EMAIL PROTECTED] Subject: woes. I'm using a custom tag (cfx_querysort) to group the results of a multiple collection search into the collections

verity scoring

2000-05-30 Thread Brian P. Doyle
Is there a way to change the scoring of Verity? I am doing a multiple collection search and I run a query sort to group the results by collection but the problem is it puts the scores in reverse order (ie least relevant first.) the querysort custom tag I'm using allows me to sort by two columns

Scoring Searches etc.

2000-05-26 Thread Brian P. Doyle
Sorry to keep beating this search horse but there really is a lack of decent documentation. I'll try to compress all my questions into this one mail. Anyhow I'm using Verity to do database searches. I have about 8 collections that I can search from or do a full site (all catalog) search. I use

CFML vs. CFX

2000-05-24 Thread Brian P. Doyle
I just installed a custom tag to strip html out of my search results. The problem is that it slows things down horribly. (I had to put it in the cfoutput of the query so that it stripped every record). I'm curious if a CFX tag would work faster. If anyone has any light to shed on this it would

RE: CFML vs. CFX

2000-05-24 Thread Brian P. Doyle
ns of what you can pull into a CFX and push out of it (I mean what kind of variable and data types) Best wishes, --Bryan -Original Message----- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 10:11 AM To: [EMAIL PROTECTED] Subject: CFML vs. CFX I just installe

RE: CFML vs. CFX

2000-05-24 Thread Brian P. Doyle
What custom tag you using? What are you trying to do..you can make HTML save with HTMLCodeFormat() or remove all HTML with REReplace(YourHtmlText, "[^]*", "", "All") pretty fast... ~JustinMacCarthy Coming soon WWW.CFFAQ.ORG - Original Message - From: B

RE: CFML vs. CFX

2000-05-24 Thread Brian P. Doyle
actually I just tried the REReplace(#form.summary#,"[^]*", "", "All") but it is getting tripped up by the "[^]*" -----Original Message- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 10:57 AM To: [EMAIL PROTECTE

organizing search results for multiple collection searches

2000-05-23 Thread Brian P. Doyle
When searching on multiple collections within verity ( a database search to be specific ) is it possible to group the results by which collection they came out of and rank them within that collection? Perhaps output the name of the collection, list the results, then the next collection, list

RE: collection vs. query

2000-05-23 Thread Brian P. Doyle
if this is the code for your search results page you just replace the query name with the name of the search, however your outputted fields would be different (search.key, search.summary, search.score etc.) -Original Message- From: Kris Seaney [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: organizing search results for multiple collection searches

2000-05-23 Thread Brian P. Doyle
That's a good idea except that I use custom1 and custom 2 to construct the url to go to. Custom1 is the url (minus the key) and custom2 is the key that points to the specific result. it's unfortunate that I have to use both customs, but for some of the collections the "key" is not the actual

RE: organizing search results for multiple collection searches

2000-05-23 Thread Brian P. Doyle
u could of course store as many things in the list as you wanted. -Dan ++---+ | name | Dan G. Switzer, II| |company | PengoWorks.com| |www | http://www.pengoworks.com | | mailto | [EMAIL PROTECTED] | ++---+ -

collection question

2000-05-22 Thread Brian P. Doyle
I'm using verity to search multiple collections. When I output the results, is there anyway to group by collections and print out those collections? EX: "Jobs" all jobs matching criteria "Forum Postings" all posts matching criteria etc.. thanks!

RE: Is anyone interested....

2000-05-19 Thread Brian P. Doyle
I'd love to check that out! -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 4:34 PM To: '[EMAIL PROTECTED]' Subject: Is anyone interested Tomorrow morning I am going to have the first beta of a browser based database utility/code

RE: New Virus [loveBug copy] *.*

2000-05-19 Thread Brian P. Doyle
: New Virus [loveBug copy] *.* Well actually if you can read correctly, I do not recall using a ? in my statements to form a question. So nothing was asked. Just another person that assumes. Well we all know what they say about ASSUMPTIONS. - Original Message - From: "Brian P.

RE: a couple things

2000-05-19 Thread Brian P. Doyle
HTML code to bring out the searched words. Hopefully someone else on this list can give you an easier way. Hope this helps you, Eron Cohen -Original Message----- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 2:02 PM To: [EMAIL PROTECTED] Subject: a couple things

RE: a couple things (Verity)

2000-05-19 Thread Brian P. Doyle
very cool, could you point me in the direction of that tag? thanks! -Brian -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2000 9:52 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: a couple things (Verity) 1) Yes!

RE: Pesky dollar format

2000-05-18 Thread Brian P. Doyle
I'd store the number as a float and just use the CF currency output tags to format it. -Original Message- From: Cyrill Vatomsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 6:18 PM To: Cf-Talk@Houseoffusion. Com Subject: Pesky dollar format Hi, All I am working with MS

Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
I'm looking for a decent search engine for our site. I've looked into both Ultraseek and SiteServer Search, but I was curious if there might be one a bit more CF friendly. Any suggestions would be greatly appreciated. Brian P. Doyle Developer SMTnet.com [EMAIL PROTECTED] [EMAIL PROTECTED

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
what is verity? -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:12 AM To: [EMAIL PROTECTED] Subject: RE: Cold Fusion Search tools I take it that Verity does not fit your needs?? Steve -Original Message- From: Brian P. Doyle

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
ah, I'm an idiot. It was sitting in front of me. But does Verity support database searches? All of the content that I want to search are in databases. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:21 AM To: [EMAIL PROTECTED]

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
to further reveal my ignorance.. What is CFWACK4? -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:44 AM To: [EMAIL PROTECTED] Subject: RE: Cold Fusion Search tools At 10:32 AM 5/17/00 -0400, you wrote: ah, I'm an idiot. Welcome to the