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
variables are processed) with cfoutput tags.  The movie will not load with
those around it.  It works just fine in IE.  Once I take those tags away it
works in netscrape (sort of, netscape messes with my table structure too)
but of course the variables are not being processed.

Any help with this would be greatly appreciated.

Brian

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

2000-07-20 Thread Brian P. Doyle

Yes it will successfully execute a non js href
(href="http://www.thissite.com") but it will not do:
href="javascript:window.open()"

>Date: Wed, 19 Jul 2000 12:44:11 -0600
>From: "Don Vawter" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: setting an href to call 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 PROTECTED]>
>Sent: Wednesday, July 19, 2000 12:35 PM
>Subject: setting an href to call a javascript function


> Hi, I'm trying to use CFTree selections to populate a select box.
Currently
> the form that has the select box has an add button, this button opens the
> cftree in a pop-up window.  I'm trying to do something along the lines of:
>
> href="javascript:window.open()"
>
> as an example (I don't want it to open a window in the end, it's just an
> easy test to see if it's working.  I successfully did this using a
> javascript tree.  The problem is that I need to create the tree from a
query
> and CFTree seems like the logical choice with that.  I have been searching
> for an answer to this on the web for 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.
>
> Brian P. Doyle
>
> --

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



setting an href to call a javascript function

2000-07-19 Thread Brian P. Doyle

Hi, I'm trying to use CFTree selections to populate a select box.  Currently
the form that has the select box has an add button, this button opens the
cftree in a pop-up window.  I'm trying to do something along the lines of:

href="javascript:window.open()"

as an example (I don't want it to open a window in the end, it's just an
easy test to see if it's working.  I successfully did this using a
javascript tree.  The problem is that I need to create the tree from a query
and CFTree seems like the logical choice with that.  I have been searching
for an answer to this on the web for 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.

Brian P. Doyle

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFTree issues

2000-07-19 Thread Brian P. Doyle

Hi, I'm trying to use CFTree to display a list of options to populate a
select box on a form.  Originally I had designed the tree as a pop-up
javascript window that would send the values to the parent form on the page
that called the pop-up but that's not working.  So now I have a number of
questions.  Is it possible to call a javascript using the href tag instead
of a url?  The other problem is that I am building the CFTree with a query
with two columns.  I set them up like "Category, Detail" and it sets the
tree up correctly.  However I only want to make "Detail" available for
selection.  The HREF tag seems to work similarly to the value tag
(hierarchical based on the order of the comma delimited list) so I need to
do something like HREF=" , " .   Am I barking up the wrong tree 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]

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



re:RE:RE:CFTree

2000-07-14 Thread Brian P. Doyle

ok I'm officially a moron.  figured it out, thanks/


>Ok, newbie question, how can I make sure that they can locate the CFIDE
dir?
>I tried the tree on my production server (I am working off a development
server) and they could see it there. I found all of the cfide folders and
related folders and >>copied them to the development server but to no avail.
--
Date: Fri, 14 Jul 2000 15:29:40 +0800
From: "Ken M. Mevand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: CFTree
Message-ID: <002701bfed65$4634abc0$6400a8c0@OHYEAH>
make sure your co-workers 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
> 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
> query (or multiple queries) and CFTree seemed like an easy way to do that.
> I copied an example tree from the WACK and uploaded it just to get a feel
> for it. However I'm the only one that can view it for some reason. I
sent
> the link o one of my coworkers and all he gets is the grey rectangle.
Sent
> it to another co-worker with the same results. When we looked at the
> diagnostic information for the page it said that the applet could not be
> found. I tried enablecab but that didn't work. Has anyone run
> into/overcome this problem? Thanks in advance.
>
> -Brian
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



re:RE:CFTree

2000-07-14 Thread Brian P. Doyle

Ok, newbie question, how can I make sure that they can locate the CFIDE dir?

I tried the tree on my production server (I am working off a development
server) and they could see it there.  I found all of the cfide folders and
related folders and copied them to the development server but to no avail.

--

Date: Fri, 14 Jul 2000 15:29:40 +0800
From: "Ken M. Mevand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: CFTree
Message-ID: <002701bfed65$4634abc0$6400a8c0@OHYEAH>

make sure your co-workers 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
> 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
> query (or multiple queries) and CFTree seemed like an easy way to do that.
> I copied an example tree from the WACK and uploaded it just to get a feel
> for it.  However I'm the only one that can view it for some reason.  I
sent
> the link o one of my coworkers and all he gets is the grey rectangle.
Sent
> it to another co-worker with the same results.  When we looked at the
> diagnostic information for the page it said that the applet could not be
> found.  I tried enablecab but that didn't work.  Has anyone run
> into/overcome this problem?  Thanks in advance.
>
> -Brian
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
query (or multiple queries) and CFTree seemed like an easy way to do that.
I copied an example tree from the WACK and uploaded it just to get a feel
for it.  However I'm the only one that can view it for some reason.  I sent
the link o one of my coworkers and all he gets is the grey rectangle.  Sent
it to another co-worker with the same results.  When we looked at the
diagnostic information for the page it said that the applet could not be
found.  I tried enablecab but that didn't work.  Has anyone run
into/overcome this problem?  Thanks in advance.

-Brian

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
will not allow files that are not image files.  Basically I just improved
upon cfx_imageresize to create a great way to upload all images.




>Date: Thu, 13 Jul 2000 07:51:26 +0100
>From: Rich Wild <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
Subject: RE: Thumbnail tags
Message-ID: <[EMAIL PROTECTED]>

BTW, what was wrong with CF_AutoResize?

I'm using it without any problems whatsoever...

What errors where you getting?

--
Rich Wild
Senior Web Designer

---
e-mango.com ltd  Tel: 01202 587 400
Lansdowne Place  Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Thumbnail tags

2000-07-11 Thread Brian P. Doyle

Does anyone know a decent way to create a thumbnail out of an uploaded
image?  I'm trying to use the CF_AutoResize but it's not working.

thanks

-Brian

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 e]


In outlook expres all you have to do to take out the preview panel is go in
view layout...Then uncheck the preview panel.  Very easy...

Joel


- Original Message -
From: "Birgit Pauli-Haack" <[EMAIL PROTECTED]>
To: "Stas Maximov" <[EMAIL PROTECTED]>
Sent: Sunday, June 25, 2000 2:48 PM
Subject: Re: OT: Re: fwd: [J o k e]


How can anybody turn off 'pre-view panel? Or the automatic 'open'
functionality in Outlook? OR Outlook Express?

I need to know, cause, I am not using MS programs but need to tell
friends and clients, too..
don't write to much, URL is enough, Thanks

Birgit





Sunday, June 25, 2000, 2:59:44 PM, you wrote:

> Btw, thing shouldn't run if it has been shown in preview panel, one should
> doubleclick/open it first. Preview panel just shows that there is
attachment
> "Very Funny.vbs". At least with my Outlook 98.

> stas@

> -éÓÈÏÄÎÏÅ ÓÏÏÂÝÅÎÉÅ-
> ïÔ: Stephen Garrett <[EMAIL PROTECTED]>
> ëÏÍÕ: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> äÁÔÁ: ×ÏÓËÒÅÓÅÎØÅ, 25 ÉÀÎÑ 2000 Ç. 21:45
> ôÅÍÁ: Re: fwd: [J o k e]


>>
>>I love it. Hey MD, thanks for turning off attachments!!!
>>
>>Actually this was quite instructive in that I usually don't go out of
>>my way to see what a VBS virus is all about. A few seconds perusal was
>>interesting to see how easy M$ allowed it to happen.
>>
>>But alas poor Jim, Some people never learn about attachments.
>>
>>Of course, maybe poor Jim has the preview panel turned on, so he was
> (almost)
>>innocent. If this is the case, I bet poor Jim leaves it off from now on...
>>
>>
>>Steve
>>
>>At 09:26 AM 6/25/2000 -0700, Jim Taylor wrote:
>>[snip]
>>>--=_NextPart_000_002F_01BFDE87.80F5B200
>>>Content-Type: application/octet-stream;
>>> name="Very Funny.vbs"
>>>Content-Transfer-Encoding: quoted-printable
>>>Content-Disposition: attachment;
>>> filename="Very Funny.vbs"
>>[snip]
>>
>>
>>--
>>Stephen Garrett
>>GPS
>>[EMAIL PROTECTED]   (360) 896-2714
>>ICQ# 10776767
>>--
-
> ---
>>Archives: http://www.eGroups.com/list/cf-talk
>>To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>>

> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cf_list

2000-06-16 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 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: woes.

2000-05-31 Thread Brian P. Doyle

that'd be great thanks!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 2:40 PM
To: [EMAIL PROTECTED]
Subject: RE: woes.


I have a C++ query sorting tag that allows you to specify the sort order per
column, if you want 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 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
want.)  This tag does not have a function to say whether to sort in
ascending or descending order.  Is there a better tag for this?  Is there a
way to make the scores from the search show up differently? (the complement
doesn't work..too many results.)

any help with this would be GREATLY appreciated

Brian


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
want.)  This tag does not have a function to say whether to sort in
ascending or descending order.  Is there a better tag for this?  Is there a
way to make the scores from the search show up differently? (the complement
doesn't work..too many results.)

any help with this would be GREATLY appreciated

Brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
but of course that doesn't work.  I also tried using the product or
complement scoring changes but those didn't help either (product didn't work
at all and complement returned more than 64k of results.)

Is there a better tag I should use for sorting?

thanks!

-Brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 a
CFX_querysort tag to sort the results by the catalog which does that just
fine, but for some reason it puts the results in decending order of score.
This tag allows me to sort by two columns so I set it to sort by category
first and then score but that didn't work.  In the C appendix of the WACK
Forta talks about different ways to show search criteria but none of them
seem to work.  The complement tag returns too many results (over 64k) and
the product and sum tags don't work at all.  Basically I need to fnid a way
to score my searches ebtter (and display them corerctly)

ok question 2:
Is there a decent way to allow a user to search on the search results?

question 3:  Is there an easy way to limit a page to 50 results at a time?
(I know you can output 50 rows or the search query, I'm just curious how to
get the 50 more)


I'm also going to try to implement an advanced search (limit results by date
perhaps).  One thought on this links into the question above about searching
on a result set.  They'd first do a search for something and then perhaps
sort those results by date.  However I don't have the date passed in as a
seperate field (custom 1 is the click url, custom 2 is the catalog it came
from).  The date is clumped in with the summary.  I have the key and the
catalog name so I could query the individual databases but for multiple word
searches it could be difficult (which is why I'm using verity to begin
with).

If anyone could hlp me with any of this issues it would be greatly
appreciated!

Thanks in advance,

Brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 PROTECTED]
Subject: RE: CFML vs. CFX


I'm using CF_TAGSTRIPPER
it'll strip all html tags except for the ones that I specify.
I'm looking for one that would be faster

-Original Message-
From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 24, 2000 10:19 AM
To: [EMAIL PROTECTED]
Subject: Re: CFML vs. CFX


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: Brian P. Doyle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 3:10 PM
Subject: CFML vs. CFX


> 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
> be greatly appreciated.
>
>
> Brian Doyle
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFML vs. CFX

2000-05-24 Thread Brian P. Doyle

I'm using CF_TAGSTRIPPER
it'll strip all html tags except for the ones that I specify.
I'm looking for one that would be faster

-Original Message-
From: Justin MacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 24, 2000 10:19 AM
To: [EMAIL PROTECTED]
Subject: Re: CFML vs. CFX


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: Brian P. Doyle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 3:10 PM
Subject: CFML vs. CFX


> 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
> be greatly appreciated.
>
>
> Brian Doyle
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFML vs. CFX

2000-05-24 Thread Brian P. Doyle

where can I get a tag like that?

-Original Message-
From: Bryan Batchelder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 24, 2000 10:23 AM
To: '[EMAIL PROTECTED]'
Subject: RE: CFML vs. CFX


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFC58B.7EFBC680
Content-Type: text/plain;
charset="iso-8859-1"

Yeah, I have written a CFX beforein C++.  It is quite a bit faster.
Taking in to account the fact that the tag I rewrote (from its original
CFML) was pretty monstrous and complex, and you take into account that I am
not some awesome C++ guru -- it still got to be between 2-3 times faster.

I would really suspect that if you don't have to kludge around some
limitations of the CFX API (like I did) you will get even more out of the
conversion.

Since you can manipulate CFQuery results directly in the CFX tag itself, I
would bet you could very easily set up a tag to do just what you want - by
simply passing your query to the CFX and having it strip the HTML -- then
returning a new CFQuery or a stringset or something.  Just watch the
limitations 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 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
be greatly appreciated.


Brian Doyle


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFC58B.7EFBC680
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






RE: CFML vs. CFX



Yeah, I have written a CFX beforein C++.  It =
is quite a bit faster.  Taking in to account the fact that the tag =
I rewrote (from its original CFML) was pretty monstrous and complex, =
and you take into account that I am not some awesome C++ guru -- it =
still got to be between 2-3 times faster.

I would really suspect that if you don't have to =
kludge around some limitations of the CFX API (like I did) you will get =
even more out of the conversion.

Since you can manipulate CFQuery results directly in =
the CFX tag itself, I would bet you could very easily set up a tag to =
do just what you want - by simply passing your query to the CFX and =
having it strip the HTML -- then returning a new CFQuery or a stringset =
or something.  Just watch the limitations 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]">mailto:[EMAIL PROTECTED]]=

Sent: Wednesday, May 24, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject: CFML vs. CFX



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
be greatly appreciated.



Brian Doyle


---=
---
Archives: http://www.eGroups.com/list/cf-talk" =
TARGET=3D"_blank">http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.



--_=_NextPart_001_01BFC58B.7EFBC680--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
be greatly appreciated.


Brian Doyle

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: organizing search results for multiple collection searches

2000-05-23 Thread Brian P. Doyle

I actually tried to put everything in custom1 (the url I mean).
ex: Custom1="http://www.mysite.com/component/show_component.cfm?id=#key#"
but that actually just outputs it verbatim (instead of replacing key with
the value.)

-Original Message-
From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 10:33 AM
To: [EMAIL PROTECTED]
Subject: RE: organizing search results for multiple collection searches


Why don't place the complete URL in the Custom1 field? You can also
concatenate multiple values together by using a predefined delimiter and
return the results that way. Another option, is to store a WDDX packet as
one of the CustomX fields-that way you can deserialize it and you have what
ever information you need available. I normally just stick to using a list
to store my values

For example:


SELECT Pkey, Description, Name, ItemNo & "^" Price1 & "^" & Price2 AS
Custom1




Now the Custom1 field would contain a list holds the item of a product and 2
pricing models-with each item separated by the caret symbol. You 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]   |
++-------+


-Original Message-
From: Brian P. Doyle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 10:15 AM
To: [EMAIL PROTECTED]
Subject: RE: organizing search results for multiple collection searches

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
key, it's another key which is repeated.  (like searching for contributors
to a product..one product could have multiple contributors..)
wish there were a custom3. or I wish that I could store my url in the URL
field but that doesn't work.

-Original Message-
From: David Berger [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: organizing search results for multiple collection searches


The way I've done it is to show a graphic next to the link which defines
which collection it is from but first you need to define your custom1 or
custom2 during the cfindex process.

Example...








   ...(show percentage, image, summary)

   ...(show percentage, image, summary)

   (show percentage, image, summary)




Hope this helps,

David J. Berger
Web Developer
Cornell Technical Services


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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
key, it's another key which is repeated.  (like searching for contributors
to a product..one product could have multiple contributors..)
wish there were a custom3. or I wish that I could store my url in the URL
field but that doesn't work.

-Original Message-
From: David Berger [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: organizing search results for multiple collection searches


The way I've done it is to show a graphic next to the link which defines
which collection it is from but first you need to define your custom1 or
custom2 during the cfindex process.

Example...








   ...(show percentage, image, summary)

   ...(show percentage, image, summary)

   (show percentage, image, summary)




Hope this helps,

David J. Berger
Web Developer
Cornell Technical Services


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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, May 23, 2000 4:42 AM
To: [EMAIL PROTECTED]
Subject: collection vs. query


Hi Guys, I have this output referencing the query that verity indexed. How
do I get the data from the search instead of from the query?

Kris



#date#
#type#
#source#
#title#
#doc_name#




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 the
results etc..

Any help would be greatly appreciated

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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" 
"Forum Postings"  
etc..

thanks!

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: New Virus [loveBug copy] *.*

2000-05-19 Thread Brian P. Doyle

Randy doesn't play well with others.

-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 1:55 PM
To: [EMAIL PROTECTED]
Subject: Re: New Virus [loveBug copy] *.*


"I have a fiz for a newly released virus, but I can't tell all the good
people at CFtalk about it cause Randy Atkins will have a hissy
fit...geezzz."

HAHAHHAHHA
Your a real comdiean.

Just who are you speaking about??
Look before you type.

Just history repeats itself.
If you want information on a new VIRUS,
join a Virus List.





- Original Message -
From: "Brook Davies" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 12:18 PM
Subject: Re: New Virus [loveBug copy] *.*


> Randy, smarten up man. Thats the stupidest thing I've ever heard and not
> even worth .02 cents. I for one, and I think most would agree with me,
that
> if you are privilege to information about a wide spread virus, please tell
> everyone you know. This is a public service.Don't discourage people from
> posting this kind of information.
>
>
> "I have a fiz for a newly released virus, but I can't tell all the good
> people at CFtalk about it cause Randy Atkins will have a hissy
fit...geezzz."
>
>
>
> At 10:00 AM 19/05/00 -0400, you wrote:
> >Randy, chill out man. The original poster was just trying to help out the
> >group. If his message was totally off the wall, I'd be right there with
ya
> >hammering him but that type of message could actually save one of us from
> >some major pain.
> >
> >Rey Bango
> >Certified Allaire Instructor
> >Member of Team Allaire
> >
> >"A browser's beauty, at its heart, is its usefulness as a *TOOL*."
> >
> >
> >
> >
> >
> >- Original Message -
> >From: "Randy Adkins" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Friday, May 19, 2000 8:56 AM
> >Subject: Re: New Virus [loveBug copy] *.*
> >
> >
> > > Seems as if people forgets that this is a Cold Fusion mailing list.
> > >
> > > At the rate this list is going, next topics would be:
> > >
> > > How to make Thanksgiving Dinner.
> > > What to buy for Christmas.
> > > Who cares about what someone is doing this weekend.
> > >
> > >
> > > My two cents ... take it or leave... does not matter to me
> > >
> > >
> > >
> > >
> > > - Original Message -
> > > From: "Paul Ihrig" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, May 19, 2000 7:41 AM
> > > Subject: OT: New Virus [loveBug copy] *.*
> > >
> > >
> > > > Just a heads Up!
> > > > Seems to be a love bug copy cat.
> > > > Except instead of *.JPG it goes for *.*
> > > >
> > > > * Payload : Overwrites
> > > > files
> > > > * Payload trigger : .VBS
> > > > email attachment is executed
> > > > * Large scale e-mailing
:
> > > > Sends itself to all addresses in Microsoft Outlook Address Book
> > > > * Modifies files :
> > > > Overwrites every file on the system that is not currently in use
> >including
> > > > mapped local drives. Files in the root directory of any drive will
not
> >be
> > > > affected.
> > > > * Degrades performance :
> > > > Could clog email servers
> > > > * Causes system instability
> > > > : Overwrites critical
system
> > > > files
> > > > Target of infection :
> > > Overwrites
> > > > all files that are not currently in use regardless of extension.
> > > >
> > > >
> > > > Good Luck too all.
> > > >
> > > > -paul
> > > >
> > > > Web Developer, NBBJ
> > > > Work: [EMAIL PROTECTED]
> > > > 614 241-3534
> > > > Home: [EMAIL PROTECTED]
> > > > 614 449-1681
> > > > [EMAIL PROTECTED]
> > > > icq: 47658358
> > > >
> > >
> >
> --
> > > 
> > > > Archives: http://www.eGroups.com/list/cf-talk
> > > > To Unsubscribe visit
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > > the body.
> > >
> >
> --
> >
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
> > >
> >
>
>---
---
> >Archives: http://www.eGroups.com/list/cf-talk
> >To Unsubscribe visit
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> T

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! You can incrementally add new items one-at-a-time to
> your verity indexes. Its very simple:  You just use the UPDATE
> action to update your already-existing collection with the new
> item. Just make sure that your new item has a unique key.

One potential problem when doing this, though, is that the collection might
be corrupted if anyone executes a search while the index is being modified.
You can use CFLOCK around your CFSEARCH and CFINDEX tags to prevent this, or
use a leapfrogging index scheme.

> 3)I really don't think there's a way to highlight text.  This
> is something you could concoct using Regular Expressions and
> some HTML code to bring out the searched words. Hopefully someone
> else on this list can give you an easier way.

You're right in that Verity itself won't highlight the search text when you
view an individual document or record found in a search. There are custom
tags available that will allow this. I believe there's a CFX which will do
this, and if that's not available, I wrote a CFML custom tag a long time ago
that will do this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: a couple things

2000-05-19 Thread Brian P. Doyle

thanks Eron, also I appreciated you posting the url to the presentation you
gave.  It really helped!  I also got the WACK today and am still in shock
that there is a chapter dedicated to Verity.  Thats a lot more than I've
been able to find.

-Original Message-
From: Eron Cohen [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 9:43 AM
To: [EMAIL PROTECTED]
Subject: RE: a couple things


Hi Brian,

I agree that verity is "under documented" and would further add that
(possibly as a result) its underutilized.  Please see my post from earlier
today about verity for some extra hints.  To answer your questions:

1) Yes! You can incrementally add new items one-at-a-time to your verity
indexes.  Its very simple:  You just use the UPDATE action to update your
already-existing collection with the new item.  Just make sure that your new
item has a unique key.

2)Yes! Its possible to do cross-collection searches with Verity.  In your
CFSEARCH use commas to separate the names of each of the collections you
want to search for your results.

3)I really don't think there's a way to highlight text.  This is something
you could concoct using
Regular Expressions and some 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



just a few questions because you all have been great so far:
I'm using Verity to do database searches for our site.  (especially our
forums)

Using Verity, is there a method to do updates on a catalog incrementally
(only new updates) etc.?
Also is it possible to do cross catalog searches?
And finally, does Verity support the feature that would highlight the
matching words in the resulting page?

thanks in advance

I'm saddened by the lack of documentation for Verity.  I downloaded and
printed the 102 page Verity Personal manual but I didn't find that very
useful.  The CF documentation for Verity only devotes about 3 pages for
database searches.  But I did order the WACK, its on the way, and I hope it
has something of substance in it.


-Brian


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: New Virus [loveBug copy] *.*

2000-05-19 Thread Brian P. Doyle

yes, I noted that there was no ? present.  My comments were sarcasm,
although obviously lost.  My only assumption is that you would have
understood that.

-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 9:14 AM
To: [EMAIL PROTECTED]
Subject: Re: 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. Doyle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 9:01 AM
Subject: RE: New Virus [loveBug copy] *.*


> just because you asked,
>
> I'm going to a graduation party this weekend
>
> -Original Message-
> From: Randy Adkins [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 19, 2000 8:56 AM
> To: [EMAIL PROTECTED]
> Subject: Re: New Virus [loveBug copy] *.*
>
>
> Seems as if people forgets that this is a Cold Fusion mailing list.
>
> At the rate this list is going, next topics would be:
>
> How to make Thanksgiving Dinner.
> What to buy for Christmas.
> Who cares about what someone is doing this weekend.
>
>
> My two cents ... take it or leave... does not matter to me
>
>
>
>
> - Original Message -
> From: "Paul Ihrig" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 19, 2000 7:41 AM
> Subject: OT: New Virus [loveBug copy] *.*
>
>
> > Just a heads Up!
> > Seems to be a love bug copy cat.
> > Except instead of *.JPG it goes for *.*
> >
> > * Payload <http://www.symantec.com/avcenter/refa.html>: Overwrites
> > files
> > * Payload trigger <http://www.symantec.com/avcenter/refa.html>: .VBS
> > email attachment is executed
> > * Large scale e-mailing <http://www.symantec.com/avcenter/refa.html>:
> > Sends itself to all addresses in Microsoft Outlook Address Book
> > * Modifies files <http://www.symantec.com/avcenter/refa.html>:
> > Overwrites every file on the system that is not currently in use
including
> > mapped local drives. Files in the root directory of any drive will not
be
> > affected.
> > * Degrades performance <http://www.symantec.com/avcenter/refa.html>:
> > Could clog email servers
> > * Causes system instability
> > <http://www.symantec.com/avcenter/refa.html>: Overwrites critical system
> > files
> > Target of infection <http://www.symantec.com/avcenter/refa.html>:
> Overwrites
> > all files that are not currently in use regardless of extension.
> >
> >
> > Good Luck too all.
> >
> > -paul
> >
> > Web Developer, NBBJ
> > Work: [EMAIL PROTECTED]
> > 614 241-3534
> > Home: [EMAIL PROTECTED]
> > 614 449-1681
> > [EMAIL PROTECTED]
> > icq: 47658358
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: New Virus [loveBug copy] *.*

2000-05-19 Thread Brian P. Doyle

just because you asked,

I'm going to a graduation party this weekend

-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 8:56 AM
To: [EMAIL PROTECTED]
Subject: Re: New Virus [loveBug copy] *.*


Seems as if people forgets that this is a Cold Fusion mailing list.

At the rate this list is going, next topics would be:

How to make Thanksgiving Dinner.
What to buy for Christmas.
Who cares about what someone is doing this weekend.


My two cents ... take it or leave... does not matter to me




- Original Message -
From: "Paul Ihrig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 7:41 AM
Subject: OT: New Virus [loveBug copy] *.*


> Just a heads Up!
> Seems to be a love bug copy cat.
> Except instead of *.JPG it goes for *.*
>
> * Payload : Overwrites
> files
> * Payload trigger : .VBS
> email attachment is executed
> * Large scale e-mailing :
> Sends itself to all addresses in Microsoft Outlook Address Book
> * Modifies files :
> Overwrites every file on the system that is not currently in use including
> mapped local drives. Files in the root directory of any drive will not be
> affected.
> * Degrades performance :
> Could clog email servers
> * Causes system instability
> : Overwrites critical system
> files
> Target of infection :
Overwrites
> all files that are not currently in use regardless of extension.
>
>
> Good Luck too all.
>
> -paul
>
> Web Developer, NBBJ
> Work: [EMAIL PROTECTED]
> 614 241-3534
> Home: [EMAIL PROTECTED]
> 614 449-1681
> [EMAIL PROTECTED]
> icq: 47658358
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 generator ready for a first release.

I would like to find out if anyone would like to help me beta test it?

Basically here is it what it does at the moment.

Firt off this is only working with MSSQL databases. I am planning on making
it work with MSAccess and probably Oracle if I can get access to an Oracle
database.

The first step is to create a log in so you can access the tool. Next you
add a dsn to the application. Once that is finished, you can select a
dsn/database, then select a table, then select the fields you want to view.
At this point all the data in the selected rows are displayed.

Now the second part of this tool allows you to generate code based on the
database/table/fields chosen. You then can create
Select/Insert/Update/Delete code to generate. This then displays in the
browser for you to copy and paste into your favorite editor. Then you can
manipulate the code to how you see fit.

Anyway, if anyone is interested, let me know.

Thanks,

Clint Tredway


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Access DB that has a currency datatype field. I
retrieve the data  into the form:
 

It displays fine with the "$" where it is supposed to be, but when I submit
the form (without editing), I get the SQL error complaining that I am trying
to update a numerci column with a value '$300'. Somehow it is not a number
anymore.


Is there a way to convert the $300 back into whatever MS Access will take
for currency field?

Cyrill


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



verity info

2000-05-18 Thread Brian P. Doyle

just a few questions because you all have been great so far:
I'm using Verity to do database searches for our site.  (especially our
forums)

Using Verity, is there a method to do updates on a catalog incrementally
(only new updates) etc.?
Also is it possible to do cross catalog searches?
And finally, does Verity support the feature that would highlight the
matching words in the resulting page?

thanks in advance

I'm saddened by the lack of documentation for Verity.  I downloaded and
printed the 102 page Verity Personal manual but I didn't find that very
useful.  The CF documentation for Verity only devotes about 3 pages for
database searches.  But I did order the WACK, its on the way, and I hope it
has something of substance in it.




Brian P. Doyle
Web Developer/Network Administrator
SMTnet.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



a couple things

2000-05-18 Thread Brian P. Doyle


just a few questions because you all have been great so far:
I'm using Verity to do database searches for our site.  (especially our
forums)

Using Verity, is there a method to do updates on a catalog incrementally
(only new updates) etc.?
Also is it possible to do cross catalog searches?
And finally, does Verity support the feature that would highlight the
matching words in the resulting page?

thanks in advance

I'm saddened by the lack of documentation for Verity.  I downloaded and
printed the 102 page Verity Personal manual but I didn't find that very
useful.  The CF documentation for Verity only devotes about 3 pages for
database searches.  But I did order the WACK, its on the way, and I hope it
has something of substance in it.


-Brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Dave Clay where have you gone....

2000-05-17 Thread Brian P. Doyle

I wonder how many people have called that phone number so far.

I just hope this doesn't go on until friday

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of David Clay
Sent: Wednesday, May 17, 2000 4:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Will the last person leaving Cold Fusion please turn outthe
lights?


I will be out of the office from Wednesday, 5/17 - Friday 5/19.

If a page or part of the website is not functioning correctly, please call
303.770.8506 and provide your name, phone number and what is not functioning
in as much detail as possible.

Thank you.

Dave Clay
Web Facilitator

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



one last search question

2000-05-17 Thread Brian P. Doyle

ok I've made a search using Verity..

one thing though, is there a search expression that allows for greater than
or less than?

for example, someone might want to search job listings that are more recent
than 

obviously this can be done in a query, but incorporating it into a search
might be nice as well

thanks!

-brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 club ;-)


>But does Verity support database searches?

Yes.

See CFWACK4 (aka "bible") p 716

best,  paul


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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]
Subject: RE: Cold Fusion Search tools


> 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.

What's wrong with Verity? We use it and it works fine...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 9:04 AM
To: CF-talk
Subject: Cold Fusion Search tools


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]


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.