Re: search with realtime suggestions

2014-05-16 Thread Jack Traynor
jQuery autocomplete could be used achieve this. I have a basic example on how to use it on my blog. http://api.jqueryui.com/autocomplete/ http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html To get it to show images like that you would have to generate some html

Re: Dynamic Query Name in Custom Tag?

2014-05-28 Thread Jack Traynor
Hi Dan, Try the following... cfif variables[ 'ConvertedFields_' attributes.QueryName'].RecordCount GT 0 You were including the RecordCount attribute as a part of the variable name (Inside the square brackets). Good luck, Jack Traynor On Wed, May 28, 2014 at 8:12 AM, Dan LeGate d

Re: Dynamic Query Name in Custom Tag?

2014-05-28 Thread Jack Traynor
Sorry I left a comma in there, it should be... cfif variables[ 'ConvertedFields_' attributes.QueryName].RecordCount GT 0 On Wed, May 28, 2014 at 5:07 PM, Jack Traynor traynor.j...@gmail.comwrote: Hi Dan, Try the following... cfif variables[ 'ConvertedFields_' attributes.QueryName

Re: Chat app (using CF websockets) has stopped working after upgrading to CF11

2015-01-06 Thread Jack Traynor
There is an option in CFAdmin that enables websockets, make sure that is still enabled after your upgrade. On Wed, Jan 7, 2015 at 3:06 AM, Byron Mann byronos...@gmail.com wrote: Any chance you locked down the CFIDE on the new install and you are using the default listener