RE: Pyschich Serch

2008-06-20 Thread Rick Faircloth
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 4:06 PM To: CF-Talk Subject: Re: Pyschich Serch Thank you Brad. This is exactly what I am looking for. I have over 10,000 movie titles in my database and this would be very handy. Don Here's an example: http://tutorial364

Re: Pyschich Serch

2008-06-19 Thread Wil Genovese
We were just learning about YUI at our cf dev meeting yesterday and this functionality is built into YUI. Check out YUI at http://developer.yahoo.com/yui/ Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well.

Re: Pyschich Serch

2008-06-19 Thread Ryan Paulson
JQuery is a good JavaScript framework so you can do these types of things using AJAX. Hello All, I have been to a number of websites that have search boxes that when you start to type into it, it starts to recognise what you are looking and makes suggestion. How would you do this in

Re: Pyschich Serch

2008-06-19 Thread Phillip Vector
Why does he need YUI??? Dude, look up ColdFusion Ajax commands. It's pretty simple to do. If you don't want to go the CF route (perhaps you have 7 or 6), www.w3schools.com and click on learn AJAX. That's all you need to know. :) On Thu, Jun 19, 2008 at 12:53 PM, Wil Genovese [EMAIL PROTECTED]

Re: Pyschich Serch

2008-06-19 Thread Phillip Vector
Oh.. and it's Psychic. :) On Thu, Jun 19, 2008 at 12:42 PM, Don R Seibert [EMAIL PROTECTED] wrote: Hello All, I have been to a number of websites that have search boxes that when you start to type into it, it starts to recognise what you are looking and makes suggestion. How would you do

RE: Pyschich Serch

2008-06-19 Thread Brad Wood
Here's an example: http://tutorial364.easycfm.com/ -Original Message- From: Don R Seibert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 2:43 PM To: CF-Talk Subject: Pyschich Serch Hello All, I have been to a number of websites that have search boxes that when you start to

RE: Pyschich Serch

2008-06-19 Thread Michael E. Carluen
Don, You do it using ajax (referred to as 'auto-suggest'). There many different ways on how you can do it. One implementation is by using CF with jQuery. Check-out the following: http://www.dyve.net/jquery/?autocomplete http://jquery.bassistance.de/autocomplete/demo/ Most auto-suggest is done

Re: Pyschich Serch

2008-06-19 Thread Charlie Griefer
I knew you were going to correct him. On Thu, Jun 19, 2008 at 12:57 PM, Phillip Vector [EMAIL PROTECTED] wrote: Oh.. and it's Psychic. :) On Thu, Jun 19, 2008 at 12:42 PM, Don R Seibert [EMAIL PROTECTED] wrote: Hello All, I have been to a number of websites that have search boxes that when

Re: Pyschich Serch

2008-06-19 Thread Wil Genovese
If he has CF8 then great. CF8 incorporates YUI. But if he does not then get YUI. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On Jun 19, 2008, at 2:57 PM, Phillip Vector wrote: Why does he need

Re: Pyschich Serch

2008-06-19 Thread Phillip Vector
Incorporating Yahoo User Interfaces into your site isn't nesserary. Simple Javascript will handle any AJAX call that needs to be made. Heck, get Prototype. :) That way, you aren't tied to one set of tools. You might as well tell him to learn the google API. :) I just think it's overkill. On

Re: Pyschich Serch

2008-06-19 Thread Gerald Guido
This is nice http://betterautosuggest.riaforge.org/ G On Thu, Jun 19, 2008 at 3:42 PM, Don R Seibert [EMAIL PROTECTED] wrote: Hello All, I have been to a number of websites that have search boxes that when you start to type into it, it starts to recognise what you are looking and makes

RE: Pyschich Serch

2008-06-19 Thread Andy Matthews
This is generally called autocomplete or autosuggest. It uses javascript with ajax functionality. -Original Message- From: Don R Seibert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 2:43 PM To: CF-Talk Subject: Pyschich Serch Hello All, I have been to a number of websites

Re: Pyschich Serch

2008-06-19 Thread Wil Genovese
Actually with YUI your NOT tied to one set of tools. You can have YUI and other properly name spaced js libs like Prototype and Scriptaculous on the same page. Also, since CF8 incorporates YUI it really is a good idea to learn a bit about what you can do with YUI. Also, with the YUI

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Here's an example: http://tutorial364.easycfm.com/ Hello All, I have been to a number of websites that have search boxes that when you start to type into it, it starts to recognise what you are looking and makes suggestion. How would you do this in ColdFusion. Is it a built in function or is

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Thank you Brad. This is exactly what I am looking for. I have over 10,000 movie titles in my database and this would be very handy. Don Here's an example: http://tutorial364.easycfm.com/ Hello All, I have been to a number of websites that have search boxes that when you start to type into

Re: Pyschich Serch

2008-06-19 Thread Don Seibert
Sorry, I type faster than I think. ;-) Oh.. and it's Psychic. :) On Thu, Jun 19, 2008 at 12:42 PM, D ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial