Re: Autosuggest for ColdFusion 5 ?

2013-08-22 Thread Larry Lyons

How can i immplement an autosuggest feature for coldfusion 5 ?

first off I'd look at upgrading to a more recent version of CF, or use Railo.

If you cannot do that you can use jQuery, and jQuery UI. This blog posting 
should give you a start.

http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/ 

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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Joy Paulose

I said that in the first place my friends.  I installed smtp server and 
installed IIS 6 console. I checked in services and the services for IIS Admin 
Service that includes SMTP, is set to automatic and status is running. I did 
telnet to localhost port 25 and it did not work. Is there any other way to find 
whether it is running or not?

-Joy


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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Joy Paulose

Dave,

I installed SMTP server from the windows features, as well as IIS 6 console. I 
did telnet to localhost 25, but telnet failed to connect port 25 and find SMTP. 
I checked in the services utility to make sure it is running. IIS Admin 
Services that includes SMTP and it is set to automatic and status says it is 
running. 

-Joy 

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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Dave Watts

 I said that in the first place my friends.  I installed smtp server and 
 installed IIS 6 console. I checked in services
 and the services for IIS Admin Service that includes SMTP, is set to 
 automatic and status is running. I did telnet
 to localhost port 25 and it did not work. Is there any other way to find 
 whether it is running or not?

The SMTP service is not part of the IIS Admin Service on Windows
Server 2008. I suspect that you do not have it installed at all. Like
I said in my previous response, I don't know if it's available on
Windows 7 or not, and I recommended you just get Apache James instead.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Ben

Hi Joy

On the machine it is running on, run the following command:

Telnet 127.0.0.1 25

And see if it connects. If smtp is running it should go through. 

That will (to my knowledge) avoid any firewall issues so you are doing a 
straight test of the open port at that point. 

Ben

On Aug 22, 2013, at 10:25 AM, Joy Paulose kalappura...@hotmail.com wrote:

 
 I said that in the first place my friends.  I installed smtp server and 
 installed IIS 6 console. I checked in services and the services for IIS Admin 
 Service that includes SMTP, is set to automatic and status is running. I did 
 telnet to localhost port 25 and it did not work. Is there any other way to 
 find whether it is running or not?
 
 -Joy
 
 
 

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


Re: Autosuggest for ColdFusion 5 ?

2013-08-22 Thread Gerald Guido

You will need a way to serialize your data. Take a look at this
http://cfjson.riaforge.org/index.cfm?event=page.svnviewpath=%2Ftrunkfile=cfjson%2Ecfc

I would use the functions there as a start for creating your JSON. Or you
can create your JSON from scratch (Which can be a total PITA)  Once you
have the data serialized you will be able to use the jQuery tutes listed
previously.

http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/

CF 5 really limits your options as all the JSON libraries on RIAForge want
CF 6 or better. Might be time to look at Railo if budget constraints
prohibits upgrading CF.

HTH

G!

On Fri, Aug 9, 2013 at 12:06 AM, Ashish Gohri mystical...@rediffmail.comwrote:


 How can i immplement an autosuggest feature for coldfusion 5 ?

 

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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Carl Von Stetten

Joy,

Windows 7 (any addition) **does NOT** include an SMTP server.  The SMTP 
Mail Server icon in IIS Administrator is to point ASP.NET apps to a SMTP 
server elsewhere on your network (or a third-party SMTP server running 
on localhost).  This is equivalent to setting the mail server settings 
in ColdFusion Administrator.

So, like Dave Watts suggests, you might try Apache James.

-Carl V.

On 8/13/2013 7:36 AM, Joy Paulose wrote:
 Does windows 7 include SMTP server? I came across some notes on windows 
 discussion forum that said windows 7 does not include SMTP Mail server. But 
 after the installation of IIS 7.5 from the components and features it does 
 shows SMTP mail server icon on IIS Manager. Microsoft does not have enough 
 documentation about this though.

 I am talking about Windows 7 Professional on local environment. This is a 
 stand along machine just for development purposes. I have ColdFusion 9 
 installed and working just perfect on IIS 7.5. I am trying to connect to SMTP 
 server for CFMAIL to work.

 Thanks
 Joy
 Developer

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


Re: Does Windows 7 include SMTP server?

2013-08-22 Thread Russ Michaels

as has already been suggested previously, use HmailServer...



On Thu, Aug 22, 2013 at 7:35 PM, Carl Von Stetten
vonner.li...@vonner.netwrote:


 Joy,

 Windows 7 (any addition) **does NOT** include an SMTP server.  The SMTP
 Mail Server icon in IIS Administrator is to point ASP.NET apps to a SMTP
 server elsewhere on your network (or a third-party SMTP server running
 on localhost).  This is equivalent to setting the mail server settings
 in ColdFusion Administrator.

 So, like Dave Watts suggests, you might try Apache James.

 -Carl V.

 On 8/13/2013 7:36 AM, Joy Paulose wrote:
  Does windows 7 include SMTP server? I came across some notes on windows
 discussion forum that said windows 7 does not include SMTP Mail server. But
 after the installation of IIS 7.5 from the components and features it does
 shows SMTP mail server icon on IIS Manager. Microsoft does not have enough
 documentation about this though.
 
  I am talking about Windows 7 Professional on local environment. This is
 a stand along machine just for development purposes. I have ColdFusion 9
 installed and working just perfect on IIS 7.5. I am trying to connect to
 SMTP server for CFMAIL to work.
 
  Thanks
  Joy
  Developer

 

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


Re: Autosuggest for ColdFusion 5 ?

2013-08-22 Thread Russ Michaels

FYI, I have converted several old CF5/6 sites to Railo with no problems at
all.

Otherwise you can resort to the old fashioned way we did this before ajax
and json, use a hidden IFRAME to submit the requests to the server and get
the data back.



On Thu, Aug 22, 2013 at 6:42 PM, Gerald Guido gerald.gu...@gmail.comwrote:


 You will need a way to serialize your data. Take a look at this

 http://cfjson.riaforge.org/index.cfm?event=page.svnviewpath=%2Ftrunkfile=cfjson%2Ecfc

 I would use the functions there as a start for creating your JSON. Or you
 can create your JSON from scratch (Which can be a total PITA)  Once you
 have the data serialized you will be able to use the jQuery tutes listed
 previously.

 http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/

 CF 5 really limits your options as all the JSON libraries on RIAForge want
 CF 6 or better. Might be time to look at Railo if budget constraints
 prohibits upgrading CF.

 HTH

 G!

 On Fri, Aug 9, 2013 at 12:06 AM, Ashish Gohri mystical...@rediffmail.com
 wrote:

 
  How can i immplement an autosuggest feature for coldfusion 5 ?
 
 

 

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


Re: Autosuggest for ColdFusion 5 ?

2013-08-22 Thread Gerald Guido

FYI, I have converted several old CF5/6 sites to Railo with no problems at
all.

+G!million

I have ported some ancient CF apps to Railo without a hitch as well. With
budgets as tight as a snare drum these days Railo has been a godsend.

G!



On Thu, Aug 22, 2013 at 5:39 PM, Russ Michaels r...@michaels.me.uk wrote:


 FYI, I have converted several old CF5/6 sites to Railo with no problems at
 all.

 Otherwise you can resort to the old fashioned way we did this before ajax
 and json, use a hidden IFRAME to submit the requests to the server and get
 the data back.



 On Thu, Aug 22, 2013 at 6:42 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:

 
  You will need a way to serialize your data. Take a look at this
 
 
 http://cfjson.riaforge.org/index.cfm?event=page.svnviewpath=%2Ftrunkfile=cfjson%2Ecfc
 
  I would use the functions there as a start for creating your JSON. Or you
  can create your JSON from scratch (Which can be a total PITA)  Once you
  have the data serialized you will be able to use the jQuery tutes listed
  previously.
 
 
 http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/
 
  CF 5 really limits your options as all the JSON libraries on RIAForge
 want
  CF 6 or better. Might be time to look at Railo if budget constraints
  prohibits upgrading CF.
 
  HTH
 
  G!
 
  On Fri, Aug 9, 2013 at 12:06 AM, Ashish Gohri 
 mystical...@rediffmail.com
  wrote:
 
  
   How can i immplement an autosuggest feature for coldfusion 5 ?
  
  
 
 

 

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