Re: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Mary Jo Sminkey
> No, providing different data to Google spiders. If being checked by 
> another spider from Google ( to check consistency ) and if different. 
> Could be taken as trying to scam the system.

I'm not sure you understand exactly what I'm saying. The data on the page is no 
different, it's just a matter of whether the spider will get a URL with the 
session identifiers on it or not. If you are doing a cookie detection, normally 
it will add the identifiers for spiders, since they don't use cookies. All I'm 
doing is detecting the spider and treating it as if it *does* have cookies 
turned on, and leaving them off. So it can check for consistency all it wants, 
nothing is going to change on the page.

--- Mary Jo

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255100
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread D F
>>I've heard that this may cause penalties as far as ranking is concerned.
>
>Huh? Not including the CFID/CFTOKEN?? Why? If anything, it would *help* 
>ranking. 
>
>--- Mary Jo

No, providing different data to Google spiders. If being checked by another 
spider from Google ( to check consistency ) and if different. Could be taken as 
trying to scam the system.

Just what I heard.

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255094
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Mary Jo Sminkey
>I've heard that this may cause penalties as far as ranking is concerned.

Huh? Not including the CFID/CFTOKEN?? Why? If anything, it would *help* 
ranking. 

--- Mary Jo

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255092
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread D F
> but to also do a browser check (cgi.http_user_agent) 
> and exclude any that have a common search engine string in them. That 
> seems to do the trick 95% of the time

I've heard that this may cause penalties as far as ranking is concerned. 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255089
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Ben Nadel
Mary Jo,

I like your approach. Nicely done. 

..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 02, 2006 12:48 PM
To: CF-Talk
Subject: Re: CFID & CFTOKEN ...MSN and search engine listings..

>There is nothing that requires you to pass CFID CFTOKEN in URL unless 
>you are not using cookies or something.

True, but what if you want to support users with cookies either on or
off? 

My approach is to do a cookie check and add the CFID/CFTOKEN if they are
turned off...but to also do a browser check (cgi.http_user_agent) and
exclude any that have a common search engine string in them. That seems
to do the trick 95% of the timeand is also useful for generating
error messages (or not) as well, since some search engines seem
particularly good at coming up with very misformed URLs.


Mary Jo Sminkey
http://www.cfwebstore.com
CFWebstore, ColdFusion E-commerce. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255084
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Mary Jo Sminkey
>There is nothing that requires you to pass CFID CFTOKEN in URL unless
>you are not using cookies or something. 

True, but what if you want to support users with cookies either on or off? 

My approach is to do a cookie check and add the CFID/CFTOKEN if they are turned 
off...but to also do a browser check (cgi.http_user_agent) and exclude any that 
have a common search engine string in them. That seems to do the trick 95% of 
the timeand is also useful for generating error messages (or not) as well, 
since some search engines seem particularly good at coming up with very 
misformed URLs.


Mary Jo Sminkey
http://www.cfwebstore.com
CFWebstore, ColdFusion E-commerce. 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255037
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread Ben Nadel
There is nothing that requires you to pass CFID CFTOKEN in URL unless
you are not using cookies or something. In CFLocation tags they even
have a boolean attribute for this:

 

How are you doing session management?


..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
 

-Original Message-
From: D F [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 02, 2006 11:37 AM
To: CF-Talk
Subject: CFID & CFTOKEN ...MSN and search engine listings..

Hi there, 

Our SEO guy gave me the following message, wanted to see what the
concensus was in the CF community in regards the CFID and CFTOKEN
variables passed in urls could be causing a problem to the search
engines ( MSN in particular ). 

Is there a way to disable this feature in CF? 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFID & CFTOKEN ...MSN and search engine listings..

2006-10-02 Thread D F
Hi there, 

Our SEO guy gave me the following message, wanted to see what the concensus was 
in the CF community in regards the CFID and CFTOKEN variables passed in urls 
could be causing a problem to the search engines ( MSN in particular ). 

Is there a way to disable this feature in CF? 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255011
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Using Jabber to connect CF to Yahoo! (or AIM or MSN)

2005-03-15 Thread Scott Stroz
An earlier thread discussed using Jabber to connect CF to Yahoo! or
AIM or MSN.  After gettin gthis working, I promised a blog entry to
walk through the process.  Here it is:

http://www.boyzoid.com/blog/index.cfm?mode=entry&entry=A82A21E0-E081-2BAC-6942512B1394E738

-- 
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198871
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New DELL WinXP MSN User Loosing Session

2003-01-28 Thread Jim Davis
> -Original Message-
> From: Jann VanOver [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 27, 2003 11:53 PM
> To: CF-Talk
> Subject: Re: New DELL WinXP MSN User Loosing Session
> 
> 
> On 1/27/03 6:03 PM, "Jim Davis" <[EMAIL PROTECTED]> wrote:
> 
> > You didn't mention if you checked her cookie settings.  
> That could be 
> > a major cause of this kind of problem.
> > 
> I started by checking for cookie problems and found that the 
> site is well written with CFID & CFTOKEN passed on every URL 
> so that there is NO dependence on cookies.  The site works 
> when cookies are disabled.
> 
> > Also, less likely, we've seen some odd behavior on our site 
> if the IE 
> > add-in "HotBar" was installed.  We've got reports that "only on our 
> > site" users would crash when trying to view certain pages.
> > 
> > Not the same symptoms, but you may want to check for this kind of 
> > add-on anyway...
> > 
> 
> Thanks -- I'm trying anything reasonable.

I would focus on possible issues with other installed software.  If the
site truly doesn't require cookies then cookies obviously aren't the
problem.  ;^)

There's a lot of crap out there now: "Hotbar", "Bonzai Buddy" and others
play havoc with browsers and settings.  A lot of this software sets
itself up as a proxy server of a type - it may be mangling the URL
beyond CF's help.

You may also want to check her connection architecture.  Again proxy
servers (this time legitimate proxy servers) can also (although rarely
do) modify the URL.

Jim Davis


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: New DELL WinXP MSN User Loosing Session

2003-01-28 Thread Ben Doom
In addition to time/date, check the time zone, as that can cause cookies to
be dropped.


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Jann E VanOver [mailto:[EMAIL PROTECTED]]
: Sent: Monday, January 27, 2003 8:44 PM
: To: CF-Talk
: Subject: New DELL WinXP MSN User Loosing Session
:
:
: Situation: Existing system, hundreds of successful
: users. All templates add url tokens so that login
: works with or without cookies. This is tested and
: confirmed by dozens of users every day.
:
: Problem: ONE user with a new Dell WinXP, IE 6.0.26
: connecting through MSN is not retaining session.
: She gets "bumped off" after login.
:
: This is a high end service web site so I am able to
: speak with the user on the phone.
:
: (btw. user doesn't really like computers ... )
:
: What I have done so far:
: 1. ensure that system works with browser
: at max security
: 2. make sure her date/time was set correctly
: 3. have her run windowsupdate to apply all critical
: updates.
:
: Still, she gets through the login screen to her first
: screen but when she tries to go on to the
: second page of the site, her session has gone away.
:
: Did I mention that hundreds of other people use this system successfully
: every day?
:
: Btw we manage logins with databased client variables.
:
: Any ideas?
:
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: New DELL WinXP MSN User Loosing Session

2003-01-27 Thread Jann VanOver
On 1/27/03 6:03 PM, "Jim Davis" <[EMAIL PROTECTED]> wrote:

> You didn't mention if you checked her cookie settings.  That could be a
> major cause of this kind of problem.
> 
I started by checking for cookie problems and found that the site is well
written with CFID & CFTOKEN passed on every URL so that there is NO
dependence on cookies.  The site works when cookies are disabled.

> Also, less likely, we've seen some odd behavior on our site if the IE
> add-in "HotBar" was installed.  We've got reports that "only on our
> site" users would crash when trying to view certain pages.
> 
> Not the same symptoms, but you may want to check for this kind of add-on
> anyway...
> 

Thanks -- I'm trying anything reasonable.


> Jim Davis
> 
>> -Original Message-
>> From: Jann E VanOver [mailto:[EMAIL PROTECTED]]
>> Sent: Monday, January 27, 2003 8:44 PM
>> To: CF-Talk
>> Subject: New DELL WinXP MSN User Loosing Session
>> 
>> 
>> Situation: Existing system, hundreds of successful
>> users. All templates add url tokens so that login
>> works with or without cookies. This is tested and
>> confirmed by dozens of users every day.
>> 
>> Problem: ONE user with a new Dell WinXP, IE 6.0.26
>> connecting through MSN is not retaining session.
>> She gets "bumped off" after login.
>> 
>> This is a high end service web site so I am able to
>> speak with the user on the phone.
>> 
>> (btw. user doesn't really like computers ... )
>> 
>> What I have done so far:
>> 1. ensure that system works with browser
>> at max security
>> 2. make sure her date/time was set correctly
>> 3. have her run windowsupdate to apply all critical
>> updates. 
>> 
>> Still, she gets through the login screen to her first
>> screen but when she tries to go on to the
>> second page of the site, her session has gone away.
>> 
>> Did I mention that hundreds of other people use this system
>> successfully every day?
>> 
>> Btw we manage logins with databased client variables.
>> 
>> Any ideas?
>> 
>> 
>> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: New DELL WinXP MSN User Loosing Session

2003-01-27 Thread Jim Davis
You didn't mention if you checked her cookie settings.  That could be a
major cause of this kind of problem.

Also, less likely, we've seen some odd behavior on our site if the IE
add-in "HotBar" was installed.  We've got reports that "only on our
site" users would crash when trying to view certain pages.

Not the same symptoms, but you may want to check for this kind of add-on
anyway...

Jim Davis

> -Original Message-
> From: Jann E VanOver [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 27, 2003 8:44 PM
> To: CF-Talk
> Subject: New DELL WinXP MSN User Loosing Session
> 
> 
> Situation: Existing system, hundreds of successful 
> users. All templates add url tokens so that login 
> works with or without cookies. This is tested and 
> confirmed by dozens of users every day.
> 
> Problem: ONE user with a new Dell WinXP, IE 6.0.26 
> connecting through MSN is not retaining session. 
> She gets "bumped off" after login. 
> 
> This is a high end service web site so I am able to 
> speak with the user on the phone.
> 
> (btw. user doesn't really like computers ... )
> 
> What I have done so far:
> 1. ensure that system works with browser
> at max security
> 2. make sure her date/time was set correctly
> 3. have her run windowsupdate to apply all critical 
> updates. 
> 
> Still, she gets through the login screen to her first 
> screen but when she tries to go on to the 
> second page of the site, her session has gone away.
> 
> Did I mention that hundreds of other people use this system 
> successfully every day? 
> 
> Btw we manage logins with databased client variables.
> 
> Any ideas?
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




New DELL WinXP MSN User Loosing Session

2003-01-27 Thread Jann E VanOver
Situation: Existing system, hundreds of successful 
users. All templates add url tokens so that login 
works with or without cookies. This is tested and 
confirmed by dozens of users every day.

Problem: ONE user with a new Dell WinXP, IE 6.0.26 
connecting through MSN is not retaining session. 
She gets "bumped off" after login. 

This is a high end service web site so I am able to 
speak with the user on the phone.

(btw. user doesn't really like computers ... )

What I have done so far:
1. ensure that system works with browser
at max security
2. make sure her date/time was set correctly
3. have her run windowsupdate to apply all critical 
updates. 

Still, she gets through the login screen to her first 
screen but when she tries to go on to the 
second page of the site, her session has gone away.

Did I mention that hundreds of other people use this system successfully
every day? 

Btw we manage logins with databased client variables.

Any ideas?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: MSN

2001-09-18 Thread Paris Lundis

Incidentally I emailed Lewis who created the UDP kit to ask if he had 
fiddled with any of the instant messanger specs and utilizing such 
through the kit... no response yet...

I am interested if anyone has/would like to undertake such a project.

-paris
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: "admin" <[EMAIL PROTECTED]>
Date: Tue, 18 Sep 2001 10:00:57 -0700
Subject: Re: MSN

> Thnks Billy,
> 
> I'l have a look at that. The customer wants to be able to do
> something like
> livehelper.com, but in house, and without paying anything for it -
> usual
> story !
> 
> - Original Message -
> From: "Billy Cravens" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, September 18, 2001 8:50 AM
> Subject: RE: MSN
> 
> 
> > If AIM is installed, doesn't it provide support for a proprietary
> > protocol (aim://) in the browser?
> >
> > Also, I know that some software (like Jabber) can talk to a number
> of
> > these services at a pretty low level.  Some of it is even open
> source -
> > perhaps you could pull some code off of SourceForge and write your
> own
> > back-end
> >
> > ---
> > Billy Cravens
> > Web Development, EDS
> > [EMAIL PROTECTED]
> >
> >
> > -Original Message-
> > From: BT [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 18, 2001 10:09 AM
> > To: CF-Talk
> > Subject: RE: MSN
> >
> >
> > how can you send it to AIM?
> >
> >
> > -Original Message-
> > From: Dan Phillips [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 18, 2001 11:05 AM
> > To: CF-Talk
> > Subject: RE: MSN
> >
> >
> > From what I have found, MSN is not too friendly when it comes to
> sending
> > messages unless you use their client software. I know Yahoo, AIM,
> and
> > ICQ all have a way that you can use HTML to send a message to
> users.
> >
> > Thank you,
> >
> > Dan Phillips
> > Lead Support Technician/ColdFusion Administrator
> > Express Technologies, Inc.
> > dba CFXhosting.com
> >
> >
> >
> > -Original Message-
> > From: Rey Bango [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 18, 2001 10:52 AM
> > To: CF-Talk
> > Subject: Re: MSN
> >
> >
> > AFAIK, they have no API for that. If you find it, please let me
> know.
> > I've been wanting to add the functionality myself.
> >
> > Rey...
> >
> > - Original Message -
> > From: "webmaster" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, September 18, 2001 10:49 AM
> > Subject: MSN
> >
> >
> > > Does anyone know how to send a MSN message from a CF app ?
> > >
> > >
> > > TIA
> > >
> > > Richard
> > >
> > >
> >
> >
> >
> > 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Eric Dawson

hmmm. without reading the question ... I just noticed that there is a set of 
jabber servlets available at sourceforge.net

Eric Dawson

From: Billy Cravens <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: MSN
Date: Tue, 18 Sep 2001 10:50:08 -0500

If AIM is installed, doesn't it provide support for a proprietary
protocol (aim://) in the browser?

Also, I know that some software (like Jabber) can talk to a number of
these services at a pretty low level.  Some of it is even open source -
perhaps you could pull some code off of SourceForge and write your own
back-end

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:09 AM
To: CF-Talk
Subject: RE: MSN


how can you send it to AIM?


-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 11:05 AM
To: CF-Talk
Subject: RE: MSN


>From what I have found, MSN is not too friendly when it comes to sending
messages unless you use their client software. I know Yahoo, AIM, and
ICQ all have a way that you can use HTML to send a message to users.

Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:52 AM
To: CF-Talk
Subject: Re: MSN


AFAIK, they have no API for that. If you find it, please let me know.
I've been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


 > Does anyone know how to send a MSN message from a CF app ?
 >
 >
 > TIA
 >
 > Richard
 >
 >




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MSN

2001-09-18 Thread admin

Thnks Billy,

I'l have a look at that. The customer wants to be able to do something like
livehelper.com, but in house, and without paying anything for it - usual
story !

- Original Message -
From: "Billy Cravens" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 8:50 AM
Subject: RE: MSN


> If AIM is installed, doesn't it provide support for a proprietary
> protocol (aim://) in the browser?
>
> Also, I know that some software (like Jabber) can talk to a number of
> these services at a pretty low level.  Some of it is even open source -
> perhaps you could pull some code off of SourceForge and write your own
> back-end
>
> ---
> Billy Cravens
> Web Development, EDS
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: BT [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 10:09 AM
> To: CF-Talk
> Subject: RE: MSN
>
>
> how can you send it to AIM?
>
>
> -Original Message-
> From: Dan Phillips [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 11:05 AM
> To: CF-Talk
> Subject: RE: MSN
>
>
> From what I have found, MSN is not too friendly when it comes to sending
> messages unless you use their client software. I know Yahoo, AIM, and
> ICQ all have a way that you can use HTML to send a message to users.
>
> Thank you,
>
> Dan Phillips
> Lead Support Technician/ColdFusion Administrator
> Express Technologies, Inc.
> dba CFXhosting.com
>
>
>
> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 10:52 AM
> To: CF-Talk
> Subject: Re: MSN
>
>
> AFAIK, they have no API for that. If you find it, please let me know.
> I've been wanting to add the functionality myself.
>
> Rey...
>
> - Original Message -
> From: "webmaster" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, September 18, 2001 10:49 AM
> Subject: MSN
>
>
> > Does anyone know how to send a MSN message from a CF app ?
> >
> >
> > TIA
> >
> > Richard
> >
> >
>
>
>
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Paris Lundis

that would just pop open AIM on the local machine... it still requires 
AIM to be installed... it doesn't speak to the other client or a server 
directly :(


-paris
[finding the future in the past, passing the future in the present]
[connecting people, places and things]


-Original Message-
From: "Dan Phillips" <[EMAIL PROTECTED]>
Date: Tue, 18 Sep 2001 11:34:15 -0400
Subject: RE: MSN

>  HREF="aim:goim?screenname=username&message=Hello+there!.+How+are+
> you?">
> 
> Thank you,
> 
> Dan Phillips
> Lead Support Technician/ColdFusion Administrator
> Express Technologies, Inc.
> dba CFXhosting.com
> 
> -Original Message-
> From: BT [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 11:09 AM
> To: CF-Talk
> Subject: RE: MSN
> 
> 
> how can you send it to AIM?
> 
> 
> -Original Message-
> From: Dan Phillips [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 11:05 AM
> To: CF-Talk
> Subject: RE: MSN
> 
> 
> From what I have found, MSN is not too friendly when it comes to
> sending
> messages unless you use their client software. I know Yahoo, AIM, and
> ICQ
> all have a way that you can use HTML to send a message to users.
> 
> Thank you,
> 
> Dan Phillips
> Lead Support Technician/ColdFusion Administrator
> Express Technologies, Inc.
> dba CFXhosting.com
> 
> 
> 
> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 18, 2001 10:52 AM
> To: CF-Talk
> Subject: Re: MSN
> 
> 
> AFAIK, they have no API for that. If you find it, please let me know.
> I've
> been wanting to add the functionality myself.
> 
> Rey...
> 
> - Original Message -
> From: "webmaster" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, September 18, 2001 10:49 AM
> Subject: MSN
> 
> 
> > Does anyone know how to send a MSN message from a CF app ?
> >
> >
> > TIA
> >
> > Richard
> >
> >
> 
> 
> 
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Billy Cravens

If AIM is installed, doesn't it provide support for a proprietary
protocol (aim://) in the browser?

Also, I know that some software (like Jabber) can talk to a number of
these services at a pretty low level.  Some of it is even open source -
perhaps you could pull some code off of SourceForge and write your own
back-end

---
Billy Cravens
Web Development, EDS
[EMAIL PROTECTED]


-Original Message-
From: BT [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 18, 2001 10:09 AM
To: CF-Talk
Subject: RE: MSN


how can you send it to AIM?


-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 11:05 AM
To: CF-Talk
Subject: RE: MSN


>From what I have found, MSN is not too friendly when it comes to sending
messages unless you use their client software. I know Yahoo, AIM, and
ICQ all have a way that you can use HTML to send a message to users.

Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:52 AM
To: CF-Talk
Subject: Re: MSN


AFAIK, they have no API for that. If you find it, please let me know.
I've been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


> Does anyone know how to send a MSN message from a CF app ?
>
>
> TIA
>
> Richard
>
>



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Dan Phillips



Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com

-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 11:09 AM
To: CF-Talk
Subject: RE: MSN


how can you send it to AIM?


-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 11:05 AM
To: CF-Talk
Subject: RE: MSN


>From what I have found, MSN is not too friendly when it comes to sending
messages unless you use their client software. I know Yahoo, AIM, and ICQ
all have a way that you can use HTML to send a message to users.

Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:52 AM
To: CF-Talk
Subject: Re: MSN


AFAIK, they have no API for that. If you find it, please let me know. I've
been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


> Does anyone know how to send a MSN message from a CF app ?
>
>
> TIA
>
> Richard
>
>



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Dennis Powers

I believe that the MSN Messenger uses a UDP protocol to communicate. If so
you might be able to use the IntraFoundation UDPClient FREEWARE COM Object.

http://www.intrafoundation.com/udpclient.html




Best regards,

Dennis Powers
UXB Internet
(203)879-2844
http://www.uxbinfo.com/

-Original Message-
From: webmaster [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:50 AM
To: CF-Talk
Subject: MSN

Does anyone know how to send a MSN message from a CF app ?


TIA

Richard


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread BT

how can you send it to AIM?


-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 11:05 AM
To: CF-Talk
Subject: RE: MSN


>From what I have found, MSN is not too friendly when it comes to sending
messages unless you use their client software. I know Yahoo, AIM, and ICQ
all have a way that you can use HTML to send a message to users.

Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:52 AM
To: CF-Talk
Subject: Re: MSN


AFAIK, they have no API for that. If you find it, please let me know. I've
been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


> Does anyone know how to send a MSN message from a CF app ?
>
>
> TIA
>
> Richard
>
>


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MSN

2001-09-18 Thread Dan Phillips

>From what I have found, MSN is not too friendly when it comes to sending
messages unless you use their client software. I know Yahoo, AIM, and ICQ
all have a way that you can use HTML to send a message to users.

Thank you,

Dan Phillips
Lead Support Technician/ColdFusion Administrator
Express Technologies, Inc.
dba CFXhosting.com



-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 10:52 AM
To: CF-Talk
Subject: Re: MSN


AFAIK, they have no API for that. If you find it, please let me know. I've
been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


> Does anyone know how to send a MSN message from a CF app ?
>
>
> TIA
>
> Richard
>
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MSN

2001-09-18 Thread Rey Bango

AFAIK, they have no API for that. If you find it, please let me know. I've
been wanting to add the functionality myself.

Rey...

- Original Message -
From: "webmaster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 10:49 AM
Subject: MSN


> Does anyone know how to send a MSN message from a CF app ?
>
>
> TIA
>
> Richard
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MSN

2001-09-18 Thread webmaster

Does anyone know how to send a MSN message from a CF app ?


TIA

Richard

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists