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


Autosuggest for ColdFusion 5 ?

2013-08-08 Thread Ashish Gohri

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:356423
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-08 Thread Matt Quackenbush

jQuery auto suggest plugin?

Sent from a mobile something
On Aug 9, 2013 12:07 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:356424
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm