RE: Pyschich Serch

2008-06-20 Thread Rick Faircloth
The only thing missing in the functionality is
to have the suggestion highlighted so I can hit
enter when it's the *last* choice available.  That
way I don't have to click the choice with my mouse
or use an arrow key to select the option.

Rick

> -Original Message-
> From: Don Seibert [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.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 there a list that gets pre-populated. I have a database
> >that has movie titles and that would be great for someone looking for a
> >particular movie.
> 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 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 there a list that gets pre-populated. I have a database
>that has movie titles and that would be great for someone looking for a
>particular movie. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 there a list that gets pre-populated. I have a database
>that has movie titles and that would be great for someone looking for a
>particular movie. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 loader you can choose only the parts you need to  
load therefore minimizing the size of the JS files and Yahoo hosts the  
YUI JS files for everyone in the world to use so no need to add them  
to your server and add to your bandwidth usage.

And hey, if you want to hand code it yourself.  Go for it.  I'd rather  
let someone else deal with the cross-browser/cross-os compatibility  
issues.





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 3:16 PM, Phillip Vector wrote:

> 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 Thu, Jun 19, 2008 at 1:02 PM, Wil Genovese <[EMAIL PROTECTED]>  
> wrote:
>> If he has CF8 then great.  CF8 incorporates YUI.  But if he does not
>> then get YUI.
>>
>>
>> Wil Genovese
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 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 there a list that gets pre-populated. I have a database that has movie
titles and that would be great for someone looking for a particular movie.

Thanks,

Don Seibert
www.twodudesmoviereviews.com
[EMAIL PROTECTED]


Email services provided by SeiberSpace Technologies, LLC
http://www.seiberspace.net



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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
> suggestion. How would you do this in ColdFusion. Is it a built in function
> or is there a list that gets pre-populated. I have a database that has movie
> titles and that would be great for someone looking for a particular movie.
>
> Thanks,
>
> Don Seibert
> www.twodudesmoviereviews.com
> [EMAIL PROTECTED]
>
>
> Email services provided by SeiberSpace Technologies, LLC
> http://www.seiberspace.net
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 Thu, Jun 19, 2008 at 1:02 PM, Wil Genovese <[EMAIL PROTECTED]> wrote:
> If he has CF8 then great.  CF8 incorporates YUI.  But if he does not
> then get YUI.
>
>
> Wil Genovese

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 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]>  
> wrote:
>> 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.
>>
>> On Jun 19, 2008, at 2:42 PM, Don R Seibert 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 this in ColdFusion.
>>> Is it a built in function or is there a list that gets pre-
>>> populated. I have a database that has movie titles and that would be
>>> great for someone looking for a particular movie.
>>>
>>> Thanks,
>>>
>>> Don Seibert
>>> www.twodudesmoviereviews.com
>>> [EMAIL PROTECTED]
>>>
>>>
>>> Email services provided by SeiberSpace Technologies, LLC
>>> http://www.seiberspace.net
>>>
>>>
>>
>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 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 there a list that gets pre-populated. I have a database that has movie 
>> titles and that would be great for someone looking for a particular movie.
>>
>> Thanks,
>>
>> Don Seibert
>> www.twodudesmoviereviews.com
>> [EMAIL PROTECTED]
>>
>>
>> Email services provided by SeiberSpace Technologies, LLC
>> http://www.seiberspace.net
>>
>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 by simply looking up a corresponding field lookup
to a database field record.  But you can get real fancy with the query
depending on what you need.  Example: when you type in: Harrison Ford- it'll
return the titles of his movies- that kind of thing.

Hth,





> -Original Message-
> From: Don R Seibert [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 19, 2008 12: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 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 there a list that gets pre-populated. I have a database
> that has movie titles and that would be great for someone looking for a
> particular movie.
> 
> Thanks,
> 
> Don Seibert
> www.twodudesmoviereviews.com
> [EMAIL PROTECTED]
> 
> 
> Email services provided by SeiberSpace Technologies, LLC
> http://www.seiberspace.net
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 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 there a list that gets pre-populated. I have a database
that has movie titles and that would be great for someone looking for a
particular movie.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 this in ColdFusion. Is it a built in function or 
> is there a list that gets pre-populated. I have a database that has movie 
> titles and that would be great for someone looking for a particular movie.
>
> Thanks,
>
> Don Seibert
> www.twodudesmoviereviews.com
> [EMAIL PROTECTED]
>
>
> Email services provided by SeiberSpace Technologies, LLC
> http://www.seiberspace.net
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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]> wrote:
> 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.
>
> On Jun 19, 2008, at 2:42 PM, Don R Seibert 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 this in ColdFusion.
>> Is it a built in function or is there a list that gets pre-
>> populated. I have a database that has movie titles and that would be
>> great for someone looking for a particular movie.
>>
>> Thanks,
>>
>> Don Seibert
>> www.twodudesmoviereviews.com
>> [EMAIL PROTECTED]
>>
>>
>> Email services provided by SeiberSpace Technologies, LLC
>> http://www.seiberspace.net
>>
>>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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 ColdFusion. Is it a 
> built in function or is there a list that gets pre-populated. I have a 
> database that has movie titles and that would be great for someone 
> looking for a particular movie.
> 
> Thanks,
> 
> Don Seibert
> www.twodudesmoviereviews.com
> [EMAIL PROTECTED]
> 
> 
> Email services provided by SeiberSpace Technologies, LLC
> http://www.seiberspace.
net 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


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.

On Jun 19, 2008, at 2:42 PM, Don R Seibert 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 this in ColdFusion.  
> Is it a built in function or is there a list that gets pre- 
> populated. I have a database that has movie titles and that would be  
> great for someone looking for a particular movie.
>
> Thanks,
>
> Don Seibert
> www.twodudesmoviereviews.com
> [EMAIL PROTECTED]
>
>
> Email services provided by SeiberSpace Technologies, LLC
> http://www.seiberspace.net
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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