RE: Chat or IM program

2010-09-17 Thread Andrew Scott

I have to say that these are the easiest of things to program, especially
with Enterprise and gateways. But just as easy with ExtJS or JQuery in
standard editions.

The basics are sending and receive, and who receives. The client is this
easiest part and the server side is not as hard and just needs to know who
to push the info too.


Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Rick Sanders [mailto:c...@webenergy.ca]
 Sent: Friday, 17 September 2010 10:10 PM
 To: cf-talk
 Subject: Chat or IM program
 
 
 Hey all,
 
 I was wondering if there is a chat or IM program out there in CF similar
to
 Facebook. It's for a dating website.
 
 Coding this from scratch would take awhile so if someone knows of anything
 let me know.
 
 Thanks,
 
 Rick
 
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:337174
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cfm


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Chat or IM program

2010-09-17 Thread Rick Sanders

Thanks, but if there's something out there already that I can build on it
would be much quicker. There's alot of open source PhP and .net stuff out
there so I was hoping for something in CF. I'm on a time constraint with a
project.

Rick

-Original Message-
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Friday, September 17, 2010 9:21 AM
To: cf-talk
Subject: RE: Chat or IM program


I have to say that these are the easiest of things to program, especially
with Enterprise and gateways. But just as easy with ExtJS or JQuery in
standard editions.

The basics are sending and receive, and who receives. The client is this
easiest part and the server side is not as hard and just needs to know who
to push the info too.


Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Rick Sanders [mailto:c...@webenergy.ca]
 Sent: Friday, 17 September 2010 10:10 PM
 To: cf-talk
 Subject: Chat or IM program
 
 
 Hey all,
 
 I was wondering if there is a chat or IM program out there in CF similar
to
 Facebook. It's for a dating website.
 
 Coding this from scratch would take awhile so if someone knows of anything
 let me know.
 
 Thanks,
 
 Rick
 
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:337174
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cfm




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Russ Michaels

you don't really need a CF solution for this, there are plenty of 3rd party
plugins, java applets etc that you can use.

I run a meebo  on my site which works well, but that is just for chatting to
me.
If you want something to allow users to chat to each other then you want a
java chat applet or something, try googling free chat applet.

If you really do want a Cf solution then try http://cfchat.net/home/


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Chat or IM program

2010-09-17 Thread Andrew Scott

Exactly, Java has plenty of solutions that can be used in ColdFusion.

No to mention that something like this could easily be knocked up in a
matter of hours using ColdFusion and Ajax.

Regards,
Andrew Scott
http://www.andyscott.id.au/


 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Friday, 17 September 2010 10:52 PM
 To: cf-talk
 Subject: Re: Chat or IM program
 
 
 you don't really need a CF solution for this, there are plenty of 3rd
party
 plugins, java applets etc that you can use.
 
 I run a meebo  on my site which works well, but that is just for chatting
to
 me.
 If you want something to allow users to chat to each other then you want a
 java chat applet or something, try googling free chat applet.
 
 If you really do want a Cf solution then try http://cfchat.net/home/
 
 
 ~~
 ~~~|
 Order the Adobe Coldfusion Anthology now!
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-
 Dinowitz/dp/1430272155/?tag=houseoffusion
 Archive: http://www.houseoffusion.com/groups/cf-
 talk/message.cfm/messageid:337177
 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
 Unsubscribe: http://www.houseoffusion.com/groups/cf-
 talk/unsubscribe.cfm


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Casey Dougall

On Fri, Sep 17, 2010 at 8:09 AM, Rick Sanders c...@webenergy.ca wrote:


 Hey all,

 I was wondering if there is a chat or IM program out there in CF similar to
 Facebook. It's for a dating website.

 Coding this from scratch would take awhile so if someone knows of anything
 let me know.

 Thanks,

 Rick




Wondering if something like this might be up your alley...

http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-IMified
http://www.imified.com/
IMified http://www.imified.com/ is an IM based productivity tool that
works across all the major networks and offers access to a number of popular
web applications, as well as tools like notes, reminders, and to-do's all in
your favorite IM client. The service just launched on February 5th, and has
been adding lots and lots of users, and getting lots of positive feedback.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337180
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Chat or IM program

2010-09-17 Thread Rick Sanders

Thanks but I don't want a third party hosting the chat for me. I want to
host it and link it with my database of existing users so when they login to
the site, they get logged in to the chat as well.

I already looked on Google and all I found was thousands of companies that
offer chat software but they host it. Some are Java, some are not.

If anyone has a better direction to point me in, please let me know.

Rick

-Original Message-
From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] 
Sent: Friday, September 17, 2010 10:25 AM
To: cf-talk
Subject: Re: Chat or IM program


Wondering if something like this might be up your alley...

http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-I
Mified
http://www.imified.com/
IMified http://www.imified.com/ is an IM based productivity tool that
works across all the major networks and offers access to a number of popular
web applications, as well as tools like notes, reminders, and to-do's all in
your favorite IM client. The service just launched on February 5th, and has
been adding lots and lots of users, and getting lots of positive feedback.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Rob Parkhill

Rick,

Paul Kukiel has this on his blog. It uses some Flex etc. but it is a good
starting point.  I know that Paul has created a system for chatting with
just him, which I am sure you could expand.

http://blog.kukiel.net/2009/03/pushing-data-to-flex-clients-with.html

http://blog.kukiel.net/2009/03/pushing-data-to-flex-clients-with.htmlRob


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread James Holmes

Fourth link down searching for coldfusion chat room on Google:

http://www.opensourcecf.com/cfopenchat/

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 17 September 2010 23:06, Rick Sanders c...@webenergy.ca wrote:

 Thanks but I don't want a third party hosting the chat for me. I want to
 host it and link it with my database of existing users so when they login to
 the site, they get logged in to the chat as well.

 I already looked on Google and all I found was thousands of companies that
 offer chat software but they host it. Some are Java, some are not.

 If anyone has a better direction to point me in, please let me know.

 Rick

 -Original Message-
 From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]
 Sent: Friday, September 17, 2010 10:25 AM
 To: cf-talk
 Subject: Re: Chat or IM program


 Wondering if something like this might be up your alley...

 http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-I
 Mified
 http://www.imified.com/
 IMified http://www.imified.com/ is an IM based productivity tool that
 works across all the major networks and offers access to a number of popular
 web applications, as well as tools like notes, reminders, and to-do's all in
 your favorite IM client. The service just launched on February 5th, and has
 been adding lots and lots of users, and getting lots of positive feedback.




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337186
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Russ Michaels

Rick, did you actually look at the coldfusion solution I gave ?

On Fri, Sep 17, 2010 at 4:06 PM, Rick Sanders c...@webenergy.ca wrote:


 Thanks but I don't want a third party hosting the chat for me. I want to
 host it and link it with my database of existing users so when they login
 to
 the site, they get logged in to the chat as well.

 I already looked on Google and all I found was thousands of companies that
 offer chat software but they host it. Some are Java, some are not.

 If anyone has a better direction to point me in, please let me know.

 Rick

 -Original Message-
 From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]
 Sent: Friday, September 17, 2010 10:25 AM
 To: cf-talk
 Subject: Re: Chat or IM program


 Wondering if something like this might be up your alley...


 http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-I
 Mified
 http://www.imified.com/
 IMified http://www.imified.com/ is an IM based productivity tool that
 works across all the major networks and offers access to a number of
 popular
 web applications, as well as tools like notes, reminders, and to-do's all
 in
 your favorite IM client. The service just launched on February 5th, and has
 been adding lots and lots of users, and getting lots of positive feedback.




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Chat or IM program

2010-09-17 Thread Rick Sanders

Russ, I am actually waiting for the confirmation email to activate my
account to try the IM bot.

Thanks,

Rick

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Friday, September 17, 2010 1:55 PM
To: cf-talk
Subject: Re: Chat or IM program


Rick, did you actually look at the coldfusion solution I gave ?

On Fri, Sep 17, 2010 at 4:06 PM, Rick Sanders c...@webenergy.ca wrote:


 Thanks but I don't want a third party hosting the chat for me. I want to
 host it and link it with my database of existing users so when they login
 to
 the site, they get logged in to the chat as well.

 I already looked on Google and all I found was thousands of companies that
 offer chat software but they host it. Some are Java, some are not.

 If anyone has a better direction to point me in, please let me know.

 Rick

 -Original Message-
 From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]
 Sent: Friday, September 17, 2010 10:25 AM
 To: cf-talk
 Subject: Re: Chat or IM program


 Wondering if something like this might be up your alley...



http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-I
 Mified
 http://www.imified.com/
 IMified http://www.imified.com/ is an IM based productivity tool that
 works across all the major networks and offers access to a number of
 popular
 web applications, as well as tools like notes, reminders, and to-do's all
 in
 your favorite IM client. The service just launched on February 5th, and
has
 been adding lots and lots of users, and getting lots of positive feedback.




 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337189
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Chat or IM program

2010-09-17 Thread Rick Sanders

Thanks James. I didn't think to search coldfusion chat. I searched up
hundereds of java ones.

Rick

-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: Friday, September 17, 2010 12:58 PM
To: cf-talk
Subject: Re: Chat or IM program


Fourth link down searching for coldfusion chat room on Google:

http://www.opensourcecf.com/cfopenchat/

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 17 September 2010 23:06, Rick Sanders c...@webenergy.ca wrote:

 Thanks but I don't want a third party hosting the chat for me. I want to
 host it and link it with my database of existing users so when they login
to
 the site, they get logged in to the chat as well.

 I already looked on Google and all I found was thousands of companies that
 offer chat software but they host it. Some are Java, some are not.

 If anyone has a better direction to point me in, please let me know.

 Rick

 -Original Message-
 From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]
 Sent: Friday, September 17, 2010 10:25 AM
 To: cf-talk
 Subject: Re: Chat or IM program


 Wondering if something like this might be up your alley...


http://www.forta.com/blog/index.cfm/2007/2/12/ColdFusion-IM-Gateways-Power-I
 Mified
 http://www.imified.com/
 IMified http://www.imified.com/ is an IM based productivity tool that
 works across all the major networks and offers access to a number of
popular
 web applications, as well as tools like notes, reminders, and to-do's all
in
 your favorite IM client. The service just launched on February 5th, and
has
 been adding lots and lots of users, and getting lots of positive feedback.




 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337190
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Rick Root

On Fri, Sep 17, 2010 at 11:57 AM, James Holmes james.hol...@gmail.com wrote:

 Fourth link down searching for coldfusion chat room on Google:

 http://www.opensourcecf.com/cfopenchat/

I wrote this one btw.. and the demo is currently broken.

But it actually does work, I haven't bothered to fix the demo since I
moved my server to openbd.

Rick

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337197
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Chat or IM program

2010-09-17 Thread Andrew Grosset

Ben Nadel has a very interesting read on his blog using pusher to send data 
to multiple clients - if you are thinking of building your own you should read 
this first:

http://www.bennadel.com/blog/1956-Very-Simple-Pusher-And-ColdFusion-Powered-Chat.htm

As for being easy to build - it all depends on how much you want to offer your 
clients. I wanted a threaded chat system (like this forum), simultaneous 
private and public chat rooms, choice of sound notifications, chat to be easily 
accessed from all pages by an expandible div from a fixed 20px footer div, 
smileys allowed but no other html etc etc.

Like many free or paid for offerings that don't offer exactly what you want, 
sometimes its better to start from scratch and build your own. However it was 
way more complicated than I first thought and took me much longer than I 
anticipated! 

So in summary research all the chat programs available and how the future is 
changing with html5 and socket to socket transmission - its amazing how we used 
to think that long polling and ajax was the only way to go.

Hey all,

I was wondering if there is a chat or IM program out there in CF similar to
Facebook. It's for a dating website.

Coding this from scratch would take awhile so if someone knows of anything
let me know.

Thanks,

Rick 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337207
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm