Displaying 14 results from an estimated 14 matches for "danial".
Did you mean:
dania
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody,
I was wondering if there is such a work done with Scriptaculous/Prototype
before and if not how to achieve it?
Example : http://www.anatolip.com/
It is done with codes borrowed from moofx and his own codes.
Thanks in advance
Danial
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 11
0
Re: Re: Re: File upload (Jim Geurts) (Danial Tzadeh)
Sorry for the delay, the fileuploader demo is now available for download at
http://212.145.207.60/demofileuploader.rar.
I wish you like it and tell me how to improve it.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2016 Oct 17
2
Re: Libvirt adds extra parameters in domain XML
On Mon, Oct 17, 2016 at 02:29:10PM +0200, Marina Danial wrote:
>I have a predetermined set of commands that I want to launch qemu with:
>
>sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \
>-nographic \
>-net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \
>-netdev tap,id=net0,ifname=tap01,vhost=on,script=no,downscript=...
2016 Oct 13
3
Libvirt adds extra parameters in domain XML
Hello,
In my C++ code, I generate my own domain XML file and I
use virDomainCreateXML or virDomainDefineXML to launch my qemu VM. However,
when I get to check which commands are sent to the qemu commandline, I find
that libvirt has added so many extra parameters to the ones I have already
set. How can I prevent libvirt from adding any extra parameters to the ones
I originally defined in the
2006 May 24
2
autocompleter competing with saved form data in firefox
Hi all,
I have used the sciptaculous Ajax autocompleter a few times now. A
major problem I have at the moment is with a text field that has focus
when a page loads. The text field has an autocompleter associated with
it, but when the user starts typing, the firefox saved form data
autocompleter appears first, and the scriptaculous one is partially
hidden behind it.
Has anyone else encountered
2016 Oct 17
0
Re: Libvirt adds extra parameters in domain XML
...libvirt to eventually convert it into these
qemu commands.. I don't want to call qemu directly with these commands. So
I needed assistance with that
On Oct 17, 2016 9:34 PM, "Martin Kletzander" <mkletzan@redhat.com> wrote:
> On Mon, Oct 17, 2016 at 02:29:10PM +0200, Marina Danial wrote:
>
>> I have a predetermined set of commands that I want to launch qemu with:
>>
>> sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \
>> -nographic \
>> -net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \
>> -netdev tap,id=net0,ifname=ta...
2005 Oct 23
1
IE SlidingUp/Down Flicker Bug... Still not solved!
Hello,
I''m using the script.aculo.us <http://script.aculo.us> animation effects and
whatever I try I could not solved that IE flicker problem, I did what was
suggested on FAQ as well.
Please take a look and if possible let me know where the problem is.
Regards,
Danial
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2016 Oct 23
4
Failed to launch libvirt 1.2.7
Hello,
I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has
by default libvirt 0.10.2.
I wanted version 1.2.7. So I downloaded this and libvirt-1.2.7.tar.gz and I
followed the following steps:
1. ./configure (with its default settings)
2. make
3. make install
Currently, the installation is in: /usr/local
and the source tree is in /export/home/libvirt.
I stopped the
2006 Oct 01
4
HEADS UP: FreeBSD 5.3, 5.4, 6.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Everyone,
On October 31st, FreeBSD 5.3 and FreeBSD 5.4 will have reached their
End of Life and will no longer be supported by the FreeBSD Security
Team. Users of either of those FreeBSD releases are strongly encouraged
to upgrade to FreeBSD 5.5 or FreeBSD 6.1 before that date.
In addition, the FreeBSD 6.0 End of Life is presently scheduled
2016 Oct 17
0
Fwd: Libvirt adds extra parameters in domain XML
...st=on,script=no,downscript=no \
I dont need any extra configuration from libvirt. is this possible? Or can
anyone help with a possible xml configuration ?
On Thu, Oct 13, 2016 at 1:13 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Thu, Oct 13, 2016 at 11:49:44AM +0200, Marina Danial wrote:
>
>> Hello,
>>
>> In my C++ code, I generate my own domain XML file and I
>> use virDomainCreateXML or virDomainDefineXML to launch my qemu VM.
>> However,
>> when I get to check which commands are sent to the qemu commandline, I
>> find
>>...
2016 Oct 23
0
Re: Failed to launch libvirt 1.2.7
Hello,
Did You try to run autogen.sh with "--system" flag before doing "make"?
As it is described in http://libvirt.org/compiling.html - maybe that
would help You.
--
Best regards / Pozdrawiam
Sławek Kapłoński
slawek@kaplonski.pl
On Sun, 23 Oct 2016, Marina Danial wrote:
> Hello,
>
> I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has
> by default libvirt 0.10.2.
>
> I wanted version 1.2.7. So I downloaded this and libvirt-1.2.7.tar.gz and I
> followed the following steps:
>
> 1. ./configure (with its defa...
2016 Oct 25
0
Re: Failed to launch libvirt 1.2.7
On 23.10.2016 11:48, Marina Danial wrote:
> Hello,
>
> I am currently working on Redhat 6 - Kernel 2.6.32-358.el6.x86_64. It has
> by default libvirt 0.10.2.
>
> I wanted version 1.2.7. So I downloaded this and libvirt-1.2.7.tar.gz and I
> followed the following steps:
>
> 1. ./configure (with its defau...
2004 Aug 03
1
Analog channel stays offhook
Hi,
We are having a problem with asterisk detecting that an analog ext has been
put down. This seems only to happen after a number of calls have been made.
We have an FXO port (TDM400P with FXO module) connected to our PBX and are
using this to test asterisk prior to rolling our for our small office.
What happens is that we make a number of calls to this ext which 1st rings
a phone (FXS)
2006 Jun 21
11
scriptaculous question
Hello everybody.
I''m wondering if there is away with scriptaculous to update multiple form
fields with data after finishing an autocomplete request.
Heres an example.
Joe BlowSchmoe fills in his name and starts to type in the customer number,
he selects the approprate customer number from autocomplete list, and bam
the address associated with the customer number is populated into the