RE: Help

2000-05-26 Thread Philip J. Kaplan

http://www.houseoffusion.com/hof/body/asp.cfm

-Original Message-
From: Bridget Corkery [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 5:20 PM
To: [EMAIL PROTECTED]
Subject: Help

I am writing to the cf supporters forum because I need your help and your
wisdom in convincing my company that cold fusion is the leading application
developer and has more functionality than ASP.
Some of the people who work at my company are complete advocates of
Microsoft products and believe that ASP has the same capabilities that Cold
Fusion has.  I have never worked with ASP before and need some backup to
make my case for Cold Fusion.
For all of you supporters, please help me make my case and send me
information to convince my company that Cold Fusion is the answer to our
website
Thanks and have a great weekend,
Bridget

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



OT: Java applets stopped working in IE

2000-05-23 Thread Philip J. Kaplan

Hi,

Totally off topic, but maybe somebody here knows what's up - Java applets no
longer appear in my IE.  I've reinstalled IE and have even installed the
newest plugin from javasoft.com, and still can't figure it out.  All applets
just appear as a big empty box with the broken-image icon in the upper-left
corner.  :~(

 - Phil

--
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: SQL Problem

2000-05-23 Thread Philip J. Kaplan

I think those equal signs are just the wrap character for the listserv...

Maybe try replacing "Path NOT LIKE" with "NOT Path LIKE" ?



-Original Message-
From: Troy Johnson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 6:31 PM
To: '[EMAIL PROTECTED]'
Subject: RE: SQL Problem

can't have "like ="
use like for strings and = for numeric comparisons (i.e.  like "rabbit"  or
= 2333

can't have =Size in your select statement.  I'm not sure what you're trying
to do with that part.

-Original Message-
From: MichaelFox [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 3:24 PM
To: CFTALK
Subject: SQL Problem


This is a multi-part message in MIME format.

--=_NextPart_000_001B_01BFC4CA.F0E5E7A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This isn't really cold fusion related, but its close enough.

I am coding a text search engine in ASP using MS Index Server.

This SQL statement:

SELECT FileName, DocTitle, DocSubject, DocCreatedTM, DocAuthor, vPath, =
Size, Characterization FROM SCOPE() WHERE Characterization LIKE =
('""strText""') AND Path NOT LIKE '%vti%'  ORDER BY FileName DESC"

Gives me this error:

Microsoft OLE DB Provider for Microsoft Index Server error '80040e14'=20

Incorrect syntax near (. Expected _STRING. SQLSTATE=3D42000=20

/support/search_new2.asp, line 88=20



Anyone got any ideas what to do?



Thanks,

-Mike


--=_NextPart_000_001B_01BFC4CA.F0E5E7A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








This isn't really cold fusion related, =
but its=20
close enough.
 
I am coding a text search engine in ASP =
using MS=20
Index Server.
 
This SQL statement:
 
SELECT FileName, DocTitle, DocSubject,=20
DocCreatedTM, DocAuthor, vPath, Size, Characterization FROM SCOPE() =
WHERE=20
Characterization LIKE (‘""strText""') AND Path NOT LIKE =
'%vti%'  ORDER BY=20
FileName DESC"
 
Gives me this error:
 

Microsoft OLE DB Provider for Microsoft Index Server error '80040e14'=20
Incorrect syntax near (. Expected =
_STRING.=20
SQLSTATE=3D42000=20
/support/search_new2.asp, line 88 
 
Anyone got any ideas what to do?
 
Thanks,
-Mike

--=_NextPart_000_001B_01BFC4CA.F0E5E7A0--


--
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: Pound Signs in Field Names

2000-05-22 Thread Philip J. Kaplan

Precisely.  The problem, though, is the script based on "#fieldnames#".
Ahh, I'll get through it...

 - Phil

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 12:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Pound Signs in Field Names

SELECT `RACK#` AS Rack_No

At 12:02 AM -0400 5/23/2000, Philip J. Kaplan wrote:
>This DB2 legacy I'm working with has a field called "RACK#".  MY CF code is
>really unhappy about this.
>
>  - Phil
>
>philip j. kaplan : pk interactive nyc
>  : www.pkinteractive.com
>  : vox +1 212.273.9623
>  : fax +1 212.273.9642
>

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



Pound Signs in Field Names

2000-05-22 Thread Philip J. Kaplan

This DB2 legacy I'm working with has a field called "RACK#".  MY CF code is
really unhappy about this.

 - Phil

philip j. kaplan : pk interactive nyc
 : www.pkinteractive.com
 : vox +1 212.273.9623
 : fax +1 212.273.9642


--
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: Sum

2000-05-22 Thread Philip J. Kaplan

Have you tried doing it with SQL rather than CF?  The database is generally
much faster than CF for stuff like this:

SELECT sum(column) as theSum
FROM table

Or perhaps:

SELECT column1+column2+column3 as theSum
FROM table

 - Phil


philip j. kaplan : pk interactive nyc
 : www.pkinteractive.com
 : vox +1 212.273.9623
 : fax +1 212.273.9642




-Original Message-
From: Miriam Hirschman [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 4:09 PM
To: CF Forum
Subject: Sum

Is there a way in CF that you can add the summ of all the results in a
certain query?

Thanks,

 ---miriam


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



RE: WDDX OR XML News Feeds

2000-05-22 Thread Philip J. Kaplan

try:
http://www.isyndicate.com

Many news feed options available here.

 - Phil


philip j. kaplan : pk interactive nyc
 : www.pkinteractive.com
 : vox +1 212.273.9623
 : fax +1 212.273.9642


-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 3:45 PM
To: '[EMAIL PROTECTED]'
Subject: WDDX OR XML News Feeds

Can anyone give me a link where I may be able to get some news feeds
off of sites so that I may put them on my intranet. Please specify if they
carry the whole story or only headlines.

Robert Everland III
Web Developer
Dixon Ticonderoga

--
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: SQL ID

2000-05-12 Thread Philip J. Kaplan

Make it an "identity" field.

-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 12, 2000 11:15 AM
To: [EMAIL PROTECTED]
Subject: SQL ID

Anyone know how to input a unique id within an SQL database?
I have a field called Client_ID as uniqueidentifier and do NOT allow NULLS

but it will not insert the ID as MS Access does.

Thanks in advance.



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



Old Digests

2000-05-11 Thread Philip J. Kaplan

Where can I find old CF-Talk digests, from this and last month?

 - Phil 

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



Personalization

2000-05-08 Thread Philip J. Kaplan

Hi All,

We're working on a content site now (many original articles), and we want to
personalize the user experience, showing users articles that are most
relevant to them.

We thinking about asking a questionnaire to each user that consists of about
10 or 15 questions of the format: "how interested are you in the following
topics?  Rate each one from 1 to 5...".  On the content authoring side, each
time an article is added, the author will be required to fill out the same
questionnaire, but this time relating to the content of the article (1=not
relevant, 5=very relevant).

Does anyone have any tips for algorithms we should try?

Thanks,
Phil


philip j. kaplan : pk interactive nyc
 : www.pkinteractive.com
 : vox +1 212.273.9623
 : fax +1 212.273.9642


--
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: AOL uses CF!

2000-04-30 Thread Philip J. Kaplan

> Date: Sun, 30 Apr 2000 15:31:00 -0700
> From: Brook Davies <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: AOL uses CF!
> Message-ID: <[EMAIL PROTECTED]>
>
> Didn't your mother teach you any Manners? Postings another sites
> vulnerability to a list of people you don't know? hmm..did you email the
> webmaster at AOL, that would have been a better idea. Do you have a
> website? What's the url? Can I look for hacks and post the results to a
> list your not a member of? Would you mind. geezh.
>
> Also, you effectively shoot yourself in the foot when you post a hack to a
> CF site. If it get's hacked it looks bad on CF. They stop using CF, and
> next thing you know your client says "I don't want to use your CF solution
> cause I heard AOL just got hacked and aren't using CF anymore!".

I agree with you and have emailed [EMAIL PROTECTED] repeatedly about the
situation and have yet to see any results.  As for my thoughts regarding
posting vulnerabilities to a public forum such as this listserv: a) many
times the only way to get the attention of the offending parties (i.e.
[EMAIL PROTECTED]) is to tell the world (as I have yet to see a fix for the
AOL.com problem I reported to them many days ago.) and b) I would imagine
that of all the places I could post this vulnerability, the people on this
list would be least likely to exploit it, because as you said, it makes CF
looks bad, and we don't want that.

To quote the almighty l0pht:
"Why keep the vulnerabilities secret unless you are going to exploit them,
or perhaps trade them for something?"
http://www.l0pht.com/~oblivion/soapbox/index.html

Best,
Phil


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



AOL uses CF!

2000-04-30 Thread Philip J. Kaplan

I found a section of AOL.COM that is driven by CF.  This section is linked
from almost every page on AOL.COM ("webmaster info", on the bottom
navigation)./

Interesting because AOL = Netscape = Livewire = CF competition

http://webmaster.info.aol.com

PS- This section suffers from the SQL Server exposed URL parameter hack
problem.  Now none of you kids go dropping any tables, you hear me?

:)

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