Showing posts with label autocomplete. Show all posts
Showing posts with label autocomplete. Show all posts

Tuesday, May 29, 2012

What"s a good AJAX Autocomplete Plugin for jQuery?


I usually use jQuery as my JS library on my sites, and I would like to stick with it since I'm familiar with it.

Monday, April 16, 2012

How to configure Eclipse to autocomplete using java.util.List and not java.awt.List?


It's a minor thing, but it drives me nuts that when I type List in Eclipse, it always asks me if I mean java.util.List or java.awt.List when I never ever use java.awt.List . There are other similar cases with name collisions in my own project and more esoteric standard libraries. Is there a way to configure Eclipse to assume that I mean java.util.List unless I go out of my way to specify otherwise?

Thursday, April 12, 2012

How to improve performance of Jquery autocomplete


I was planning to use jquery autocomplete for a site and have implemented a test version. Im now using an ajax call to retrieve a new list of strings for every character input. The problem is that it gets rather slow, 1.5s before the new list is populated. What is the best way to make autocomplete fast? Im using cakephp and just doing a find and with a limit of 10 items.

Tuesday, January 31, 2012

Netbeans only has partial jQuery autocompletion


I just downloaded netbeans 7.1 (PHP) to develop javascript. Autocompletion is working across the javascript files in the project, and jQuery is supported - somewhat.

Netbeans only has partial jQuery autocompletion


I just downloaded netbeans 7.1 (PHP) to develop javascript. Autocompletion is working across the javascript files in the project, and jQuery is supported - somewhat.

Do myFunction right after JSONP request


I have a script which allows to display Google suggestions: JsFiddle

Do myFunction right after JSONP request


I have a script which allows to display Google suggestions: JsFiddle