similar to: ajax insertion into a form

Displaying 20 results from an estimated 300 matches similar to: "ajax insertion into a form"

2006 Feb 01
0
ajax and creation of a list
The goal is to create the content of a list from a single page, with ajax. For instance, a person "has many" telephones numbers, a telephone number belongs to a person. During the creation of the person, at first a single input box is printed to insert a telephone number. The user has then to click on a button (add another number) or to edit the first box to make a second
2006 Mar 05
1
[patch] Effect.Move and a little experiment
i everybody! first at all, sorry about my poor english... i''m working in a little experiment about boucing objects using Effect.Move implementation and a couple Effect.Transitions'' but... i was stuck in the way how Effect.Move works. I need to move a object in two dimensions: X and Y, but in different times.... Effect.Parallel not work for me, because meanwhile the object
2003 Oct 01
4
Solving a tridiagonal system
I need to find solutions to a tridiagonal system. By this I mean a set of linear equations Ax = d where A is a square matrix containing elements A[i,i-1], A[i,i] and A[i,i+1] for i in 1:nrow, and zero elsewhere. R is probably not the ideal way to do this, but this is part of a larger problem that requires R. In my application it is much easier (and much faster) to generate the diagonal and
2004 Aug 06
2
Re: The LPBN radio station.
hi I wonder if you would like to join my localplayer.com network? I operate on the same philosophy. All my artists are unsigned and I have their consent to stream their music. on my station. I envision a drop down menu that helps me navigate to the city of my choice. Raymond wrote: > Hello: > > I'm starting a radio station on the LPBN. The music will be from all > local Los
2004 Aug 06
3
Re: The LPBN radio station.
Sorry for my ignorance but what is the LPBN???? I don't think my main stream was running after I mailed you earlier today. It is running right now. Do you have an URL for LPBN??? Raymond wrote: > Yes, I'm listening to Aardvark Recorders Present: Local Players - one.mp3 > > So you want to syndicate? Or you want both localplayers and the LPBN > to just share stuff. Anyway I
2006 Jul 02
1
sparse matrix tools
Dear R-Help list: I'm using the Matrix library to operate on 600 X ~5000 element unsymmetrical sparse arrays. So far, so good, but if I find I need more speed or functionality, how hard would it be to utilize other sparse matrix toolsets from within R, say MUMPS, PARDISO or UMFPACK, that do not have explicit R interfaces? More information on these is available here
2004 Nov 10
1
samba, ldap, tls and certificates
Hello, a litlle question from a newcomer on this list : I've deployed samba 3.0.x together with opendlap. In the process of improving the security, I used : ldap ssl = start tls in the smb.conf How can I specify to samba where to find the CA certificate ? On my samba server (Debian), samba "magically" finds the /etc/ldap/ldap.conf and read the configuration. But the targeted
2009 May 22
2
Where are usbhid-ups driver parameters defined - and what do some of them mean?
I am using the usbhid-ups driver with a Belkin UPS. upsc shows several parameters which I would like to both understand and probably change. In particular the following part of upsc output: battery.charge.low: 30 battery.charge.warning: 30 battery.runtime: 120 My questions are: 1) What is the difference between battery.charge.low and battery.charge.warning? I presume these are %
2007 Feb 13
2
Windows: Forcing a Guest Login.
This issue comes up time and time again on the mailing list and internet. I have yet to see a single answer. How do you get windows to access a share with as a guest? The situation is pretty simple: - A samba share exists for which there are guest logins available However this share is inaccessible to windows users because: - Windows by default tries to login to a share with its current
2006 Oct 03
1
AEC Patented ?
Hello Jean-Marc Valin and all the Speex-dev team, Today I have a little question about patents and the AEC. I' am not a lawyer, but after a deep research in esp@cenet.com, I found that in August 2003, an AEC called "Double talk insensitive NLMS algorithm" (DNLMS) have been patented by Gary Q Jin, Gordon J Reesor, and others (US 6.608.897 B1). It uses a continuous adaptation step
2019 May 16
2
imap failing
I am now trying portmaster -f dovecot-2.3.6 which is reinstalling 78 ports. ?? On Wed, May 15, 2019 at 7:26 PM Cerebus the Aardvark <kreme at kreme.com> wrote: > > I've rebuilt dovecot, but no change in behavior. > > I also enabled debug, but nothing else is logged to /var/log/dovecot > as to why IMAP is crashing. > > On Wed, May 15, 2019 at 5:46 PM @lbutlr via
2007 Jun 29
1
Error: Module Microcode does not exist... at boot time
I have just installed Centos 5.0 from DVD. I have also run the software updates and I think everything is up to date. The motherboard is a Gigabyte GA945GM-S2 with an Intel E2140 processor. At boot time if I select show details - there is one error shown "in red", Like this: Applying Intel CPU microcode update. FATAL: Module microcode not found. ERROR: Module microcode does not exist
2009 May 20
2
upsmon shutdown based on Time since power fail.
For various reasons - I have been trying to get my Desktops and/or servers to shut-down a fixed time after a power fail - or better still a fixed time - or a low battery whichever comes first. I note in my upsc: *> upsc belkinusb* battery.charge: 100 battery.charge.low: 30 battery.charge.warning: 30 battery.runtime: 120 battery.type: PbAc battery.voltage: 27.3 battery.voltage.nominal: 24
2019 May 15
5
imap failing
mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped) master: Error: service(imap-login): command startup failed, throttling for 16 secs May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped) I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a
2005 Nov 18
10
[Request] file_column configurability
I wasn''t sure where to email this request, so I am hoping the author of file_column actually sees this. I was wondering if there were any plans to allow some configurability in the file_column plugin. By configurability I mean allowing the developer to define which table column is used as the unique identifier when creating image folders. Right now it seems like it uses the ID of the
2006 Jul 19
6
ActiveRecord::RecordNotSaved - bizarre behaviour.
Hi. I get a RecordNotSaved exception when trying to create a user record. The error: User Columns (0.005930) SHOW FIELDS FROM users SQL (0.000465) BEGIN SQL (0.000466) COMMIT ActiveRecord::RecordNotSaved (ActiveRecord::RecordNotSaved): ... As you can see, there''s no INSERT SQL generated, which is the root cause of the problem. In my user model, I have the following
2006 Feb 03
6
Rails from the command line
I have controller that processes data in one table and puts results in another. Now that its'' working, I would like to be able to run it from the command line ( read: windows batch file). How can this be done? It will be installed on a Windows box with InstantRails1.0, (if that matters). I will be doing more processes like this, so this is a good opportunity to get it right. -- Best
2006 Apr 19
3
firefox-1.5.0.2-2.1.c4.centos.i386.rpm in testing -error message
firefox-1.5.0.2-2.1.c4.centos.i386.rpm in the testing repo produces this error when running it as non-rrot and also as root Firefox could not install this item because "install.rdf" (provided by the item) is not well formed or does not exist. Please contact the author about this problem. How to reproduce this message :- 1. download and upgrade firefox-1.5.0.2-2.1.c4.centos.i386.rpm
2006 Apr 16
3
variable variables?
Hi everyone, Does Ruby support variable variables like PHP (http://www.php.net/manual/en/language.variables.variable.php)? Or do I have to use eval, like some_hash.each_pair{|key, pair| eval "#{key} = #{value}" } Or is there some other way? I''m actually trying to figure this out in order to use ez_where to create its conditions from a hash, so if this isn''t even
2005 Dec 23
10
Extending model
Hi, I''m looking for a way to extend one of my models to allow some level of abstraction between what goes into it and how it is stored. For example, say I have a Product and I want to set it''s price. A person using the website will type the price in euros. Internally, I''d like to store the price as an integer value of cents. I can currently do this with some ugly code