similar to: Anyone seen any articles on AJAX autocompleting mulitple...

Displaying 20 results from an estimated 2000 matches similar to: "Anyone seen any articles on AJAX autocompleting mulitple..."

2006 Aug 17
6
what did I do to my app? (Superclass mismatch?)
It was working before (as far as I can tell), but I freezed_edge and now... The first time I load this page, it works fine, the second time I get the superclass mismatch, the third time (and any subsequent times ) i get undefined method. I think this means my class is getting loaded twice? my model looks like this: class Quotation < ActiveRecord::Base has_many :price_breaks has_many
2005 Dec 14
2
new server: NT_STATUS_LOGON_FAILURE
I've googled, RTFMed, and I still can't fix this. Hoping someone here can offer a suggestion. I'm learning, so please explain a little if you can. I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine "sees" it, but the username/password dialog fails. I've traced it down to what I think is an authentication problem: mat@mog:/etc/samba$ smbclient -L
2006 Jun 22
1
[site] mog
so becky said mog is out, i remeber seeing it about a year ago on craigslist but didnt apply since it sounded like a last.fm ripoff and why waste time reinventing a wheel?..anyways, im wondering if it performs ok for anyone? it keeps freezing up on my trying to edit the page. sometimes a response comes back after about 10 seconds. im only guessing it runs rails, based on the gratuitous use of
2010 Aug 06
3
Partial Function Application
Hi. I would like to partially apply a function to a list of arguments, and I don't know how to do this in R, without perhaps writing default values to the formals() of my function, or writing to the environment object of a function. For context, my definition of partially apply is: "fix some of the arguments, leaving the others as variables, return a new function that takes the un-fixed
2007 Sep 11
2
Ogg metadata stream embedding
Another spin-off discussion. The scheme used on <http://wiki.xiph.org/index.php/Metadata> was to packetize XML (split it up into packets at the root level, each of which was self contained (the terminology has temporarily abandoned me), and have the bos packet as the opening <?xml &c. stanza, the eos a </xml>. It is probably more sensible to include a magic number identifying
2006 Mar 13
3
problem updating mulitple divs with ajax
i''m having some issues updating multiple divs via ajax. perhaps someone can lend some assistance. i''ve got 2 divs: user_list and user_form. when a person clicks the "edit this user" or "add new user" link the user_form div is updated via an ajax call and the form is shown in the user_form div. this form is a remote form. it submits to either the update
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello. I'm trying to make some graphics with nationalized labels (pdf for use in LaTeX document). On console (displayed on screen) using all looks ok: ----------------------------------------\/ data<-rnorm(100) hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y', ylab='Cz?sto?? wyst?powania') -------------------------------------------/\ But
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey, I''ve got a script.aculo.us autocompleting textfield that works wonderfully, but how do I make the value of the selected option submit with the form...for that matter, do autocompleting textboxes have ''option'' tags, or is what I want to do simply impossible 8[ Thanks, Gustav gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org -- Posted via
2006 Aug 31
1
using mulitple sound card inputs
I got 2 cards working, and will need to add another 2 cards shortly. I hadn't thought about the matter-it's something I can try to play with later. What you've done here is awesome, where did you come across a system that could house 11 pci cards? ______________________________________________ Andrew Wehner Chatham Financial - Kennett Square T: 484.731.0029 -----Original
2006 Dec 18
1
Mulitple Indexes or one big index??
I was wondering, is it better to maintain one large index or several smaller indexes? I am allowing users to upload files whose corresponding data is subsequently parsed and indexed. The problem is that each of these documents has different fields (which the user defines) and this makes searching and displaying search results slightly difficult. I tried to attach a unique ID to each file
2011 Apr 22
1
Setup Mulitple VM's
I have a small public IP block (/29) I'd like to populate with VM's from a single physical box running CentOS/5. I'd like to get some thoughts on the best way to setup networking to support this. I'm OK with setting up the virtual hosts. Any advice would be appreciated. TIA...
2006 Aug 19
0
Slow Samba performance with single transfers (good speed with mulitple transfers)
System: Gentoo Linux, fully updated (8/19/2006), Kernel 2.6.17.9 stock kernel, samba-3.0.22-r3 (have also tried samba-3.0.23b), 1Gb Ethernet. (thoughout). Problem: Very poor performance when copying files to or from the client, (ie 2000kb or lower on writes, 5000kb or lower on reads). Detailed Problem: If I use SCP from the same source to the same target (including drives), the speed of the
2010 Apr 09
1
Samba and mulitple user connections
I have a Solaris system with Samba on it, along with two PC's a windows 2000 and XP. Shares were setup via SWAT. A user can access the shares on the 2000 machine after putting in login credentials when browsing through windows explorer. However, when trying to login the same share through XP the user gets "network connection has been lost." Although the XP machine can and stays
2006 Aug 30
2
using mulitple sound card inputs
I've been able to successfully stream using Icecast with Darkice on my Debian box. I want to be able to stream multiple live streams from the same box using different sound cards (Basically, we have groups that will be using different TV channels and want to be able to stream the audio to the user's pc's for the proper channels they are viewing). Has anyone tried to do this?
2006 Aug 30
0
using mulitple sound card inputs
> I've been able to successfully stream using Icecast with Darkice on my > Debian box. I want to be able to stream multiple live streams from the > same box using different sound cards (Basically, we have groups that > will be using different TV channels and want to be able to stream the > audio to the user's pc's for the proper channels they are viewing). Has >
2006 Sep 05
1
using mulitple sound card inputs
telmnstr@757.org wrote: > Yup! I've gotten 7 feeds from a single host. I had 11 PCI sound cards in > the machine (FreeBSD w/ Darkice feeding Icecast). After 7 though, it got > a bit shaky. > > In this day and age, I would look at the Creative Labs USB sound > devices. There is an older one that can be had for $15-20 each. The > thing I'm not sure is upon system
2005 Jun 24
1
mulitple mixed regression with spline
Hi, I'm looking to implement a regression with mixed terms. I have 2 biological endpoints for a dataset of n=77, one linearly related and the other fits a spline. I want to combine these two terms in a linear regression for prediction, then apply the model to a test set. this works fine, good r2 and I've graphed the spline. m1<-lm(y~x1,data=train) m2<-smooth.spline(x2,y); (spl)
2009 Jul 29
3
How to run mulitple instances of app, each for unique IP?
I have a windows application that can listens on an IP address for batch data to process. The application works under WINE. The application does not take advantage of multiple cores of the CPU. I want to configure the Linux PC to listen on four IP addresses (which I know how to do), and then run an instance of the wine app for each IP address. In this way, I can take full advantage of a
2019 Mar 12
4
AMI mulitple calls quickly
Lets say I have to make 40 phone calls quickly. If I use the AMI interface to originate a call, close the connection, open another connection etc... This works. but is slow... If I open the AMI interface and originate a call - DONT close the interface , get the response, originate another call, some of the calls are missed. even though I get OK response. (All calls are Async mode). If I open
2006 Jul 21
4
Autocompleting InPlaceEditor
Hi, I''ve created some extensions to script.aculo.us InPlaceEditor, allowing the use of either server-driven, or local autocompletion. I''ve also created new helper methods in Rails for this functionality. My question is, is there any interest that I package this and make it available as a plugin, or something like that? Regards -- Ola Bini (http://ola-bini.blogspot.com)