autocomplete

Why do some ssh sessions offer autocomplete and some not?

Very newbie question! I'm sshing to two different servers, both part of the same Amazon AWS cluster. They're not run by me. On one ssh session, the terminal lets me autocomplete. On the other session, it doesn't - I wish it did. Why is this - is it an option set by the server administrator? And can I do anything about it? thanks! ...

Effcient method for ajax autocomplete query on big db table and busy site

We're all familiar with the autocomplete tagging setup here on SO. I'm wondering what is the most efficient method for querying the tag table in this scenario. A busy site with many users tagging away with the autocomplete feature requires a lot of querying. Say at any one time there are 100 users typing an average of 10 characters to ...

How to implement Syntax Highlighting and Auto-Complete feature in C#.NET GUI Application?

I am a new C# student programmer. I want to make a editor like application which will highlight codes (syntax highlighting) and have auto complete feature for functions variables etc... I don't have any idea to do that. Can you please provide me some tutorial links or some tips about that? Can I implement these features in a "Rich Text B...

Ajax AutoComplete extender: id of selected item

How can i get the ID of a selected item in autocomplete, i pulling string[] from the database and i want to do some activities on the selected result, Thanks! ...

jQuery FlexBox: how to retrieve user's query & process submitted form?

I'm trying to learn how to use jQuery FlexBox. Getting confused: My understanding is that as the user is typing into the FlexBox, what he types will be sent to the server through ajax. I'm using Django on the server side to do autocomplete, but how do I actually retrieve what the user has typed? Is the query being sent as a parameter? ...

CoreData Performance and Field Autocomplete

I have this remote database of artists. About 6,000 entries for now. I want my app to: download a JSON-formatted index of the artist names (~95kb) import that data to CoreData provide suggestions/auto-complete when the user adds a new artist I've done this before, but not on such a big scale. Will it become problematic when the dat...