Displaying 20 results from an estimated 700 matches similar to: "WinHQ.org website - CSS preloading"
2010 May 07
1
[PATCH 1/2]xl: Add "xl domid" command
Add "xl domid" command, a clone of "xm domid".
Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
diff -r ccae861f52f7 -r 1d00cee69621 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Thu May 06 11:59:55 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c Fri May 07 19:35:40 2010 +0800
@@ -1221,6 +1221,9 @@
printf(" -d DOMAIN, --domain=DOMAIN Domain to
2014 Aug 19
2
Missing patch for RODC user preloading
Hi,
I've stumbled upon this message:
https://lists.samba.org/archive/samba-technical/2013-November/096322.html
Which includes a patch to make user preloading in a RODC actually
work. I'm running SerNet Samba packages, version 4.1.11, and this patch
has not been applied. Is it blocked for some reason?
Thanks in advance,
--
Roberto Su?rez Soto
Allenta Consulting
2006 Mar 07
1
Override CSS hover
Is there some way to simply override CSS rules specified in a CSS file?
Scenario being that scriptaculous effects would be nicer to have on
things like :hover, but wishing to keep CSS "effects" for people
without javascript.
Specifik in this case is that I have a slight padding on a navigation
menu to indent hovered links, but it would be nicer to use
Effect.Move (I think, just
2006 May 16
0
Preloading models in Rails
Hi,
I''m fairly new to rails and I need some advice on best practice. I''m
working on an application that has a calendar section (I know, not
another one of those!) and I was wondering, when is it best to query
your database and when is it best to preload a model. In the calendar
app the user will have a month view of entries and was wondering should
I preload all the entries of
2006 Apr 20
1
multi level :includes for preloading objects from database
I am using :include => :assocation to preload data that I know will be
used later in the UI over and over. However I have data like that that
is an association of one of the associations. How would i preload that
data too?
e.g.
grant has_many :people
and
person belongs_to :group
I can''t include the :group association in a Grant.find because its not
an association of grant,
2006 Apr 29
2
counter_caching clobbered when preloading association ?
Hi,
I''m trying to use counter caching in a tree structure (in this case Bob
Silva''s threaded list). This is the definition:
class Folder < ActiveRecord::Base
acts_as_threaded
has_many :files
end
I would like each parent to have the total count of all the childrens
member. So when inserting a new file I update the file_count following
the parent_id through all the
2006 Feb 24
0
preloading children of child rows
I am working on a rails app to serve as the admin app for an existing
java webapp. For this reason, I am constrained by the current database
structure, which does not by any means conform to the ideal rails
defaults.
Anyway, I have the following models:
class Provider...
belongs_to: login
class Login...
has_and_belongs_to_many :demographics
class Demograpics...
...
Everyone has a
2019 Jul 18
0
Re: Preloading shared library with libVirt
On Wed, Jul 17, 2019 at 13:33:08 -0500, Probir Roy wrote:
> Hi,
>
> I am trying to preload two shared libraries while running Qemu using
> libvirt. To preload the shared libraries I have added an environment
> variable in the $domain.xml file with the following command:
>
> ```
> virt-xml generic --edit --confirm --qemu-commandline
>
2009 Feb 19
1
ActiveRecord-2.2.2, association preloading, joins and order parameter weirdness
Hello RoR Groupies,
I''m seeing some weird ActiveRecord-2.2.2 SQL generation when doing
eager association/preloading and using joins and ordering by said
join table.
Here''s an example:
class Photo < ActiveRecord::Base
end
class User < ActiveRecord::Base
has_one :headshot, :class_name => "Photo"
end
class Mail < ActiveRecord::Base
belongs_to :user
end
2006 Mar 03
1
Dynamic JS updating / data-preloading using ajax
Hi all,
I''m building an application which uses mostly ajax to update the
sections of the page. Now I''ve come to some thoughts on how to make the
ajax-handling more efficient / less buggy.
Currently, when the page loads up, I start some "new Ajax.Updater"-stuff
to fill some sections with content from the db. I also registered
watchers which also start nearly the same
2006 Apr 10
3
preloading child rows just a level deeper...
hiho.
following problem.
i have 3 tables in my database with each representing an object.
lets say
A belongs_to B belongs_to C.
when i do
my_a = A.find(:all)
i can access B as my_a.b and C as my_a.b.c
thats fine but rails querys the database each time i do that
so is use
my_a = A.find(:all, :include => :b)
works fine for my_a.b but not for my_a.b.c
so i tried
my_a = A.find(:all, :include
2006 Jun 12
3
Ajax - preloading images
I could experiment to figure this out, but maybe the work has been done so
I''m going to ask.
Using Ajax, if I wanted to preload several (20) small (<1K) images, behind
the scenes... would I...
1 - Queue the loading of the images with Ajax one at a time,
asynchronously, and ignore the completion results. Would this result in the
image being in the browser''s cache even if
2001 Mar 02
3
Preloading WINS registrations
I have a couple of Samba boxes, one of which is dedicated to WINS. The other I dole out anti-virus stuff to 3,500 odd PCs from.
This second one will disappear from the WINS server from time to time which is a bit of a pain. I use nmblookup -R -U <wins_ip> <2nd_box_ip> to test for it. All clients are configured as "P" nodes so WINS is a bit essential. To bring it back I
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2019 Jul 17
2
Preloading shared library with libVirt
Hi,
I am trying to preload two shared libraries while running Qemu using
libvirt. To preload the shared libraries I have added an environment
variable in the $domain.xml file with the following command:
```
virt-xml generic --edit --confirm --qemu-commandline
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
Prevent xl from doing any operation if xend daemon is running. That
prevents bugs that happened when xl and xend raced to close a domain.
Changes since v1:
* Add documentation to xl man page.
* Permit the execution of commands that don''t modify anything.
* Indent error message.
Cc: george.dunlap@eu.citrix.com
Cc: ian.jackson@eu.citrix.com
Signed-off-by: Roger Pau Monne
2006 Mar 09
16
Preloading child rows 2 levels deep?
I currently have 3 tables/models: 1) Clients, 2) Charges, and 3)
Court_Dates.
Clients 1..n Charges 1..n Court_Dates
I am trying to find all clients that have a court_date on a certain day:
something along the lines of (@client.charge.court_date.date ==
Date.today).
I have had success preloading child rows using the :include parameter,
but that only works with a parent and a child, or a
2006 Jun 27
2
Preloading results in Ajax App
Hello Rails lovers!
I have a few general discussions that I have yet to find terribly
active. Perhaps all of the people busy on this front are...uh...busy on
this front.
So!
Ajax-only apps.
No degration.
Yes! Forget about degradation for a moment. Not willing to? Ok,
well...this question is for those who are willing...
Imagine developing an app that is one page - all actions render partials
2005 Jul 17
0
RE: link_to and CSS
What you want is a.linkCommand:hover, etc
-----Original Message-----
From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Shelby Westman
Sent: Monday, 18 July 2005 2:20 AM
To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails] link_to and CSS
I am a bit confused about how
2009 May 12
3
forms & link css classes - not working
I used a scaffold to create an interface. I''m trying to style it and
I''m having trouble. In my css I have:
#content a, a:link, a:visited{
color: #ff8400;
}
#content a:hover{
background: #ff8400;
color: #FFFFFF;
}
#content a.urgent, a.urgent:link, a.urgent:visited {
color: #FF0000;
}
#content a.urgent:hover {
color: #FFFFFF;
background: #FF0000;
}
#content input.m_title{