<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QueryLoader &#8211; preload your website in style</title>
	<atom:link href="http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/</link>
	<description>PHP, CSS, xhtml, javascript / jquery tutorials</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:02:04 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Gonzales</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7728</link>
		<dc:creator>Jason Gonzales</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7728</guid>
		<description>Gaya,

Well done on the script! I made a small addition as we were afraid our users would not know what the slowly moving white line would mean :)

Inside the spawnLoader function I added:

&lt;code&gt;QueryLoader.loadMsg = $(&quot;Loading...&quot;).appendTo($(QueryLoader.overlay));

$(QueryLoader.loadMsg).addClass(&quot;QLoaderMsg&quot;);

$(QueryLoader.loadMsg).css({
	position: &quot;relative&quot;,
	top: &quot;50%&quot;,
	left: &quot;10%&quot;,
	width:&quot;100%&quot;
});&lt;/code&gt;

And some css to boot:
.QLoaderMsg {
	font-size:36px;
	color:#ccc;
}


Works a treat! Was able to add to the project in under 10 minutes!</description>
		<content:encoded><![CDATA[<p>Gaya,</p>
<p>Well done on the script! I made a small addition as we were afraid our users would not know what the slowly moving white line would mean :)</p>
<p>Inside the spawnLoader function I added:</p>
<p><code>QueryLoader.loadMsg = $("Loading...").appendTo($(QueryLoader.overlay));</p>
<p>$(QueryLoader.loadMsg).addClass("QLoaderMsg");</p>
<p>$(QueryLoader.loadMsg).css({<br />
	position: "relative",<br />
	top: "50%",<br />
	left: "10%",<br />
	width:"100%"<br />
});</code></p>
<p>And some css to boot:<br />
.QLoaderMsg {<br />
	font-size:36px;<br />
	color:#ccc;<br />
}</p>
<p>Works a treat! Was able to add to the project in under 10 minutes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ozonostudio</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7689</link>
		<dc:creator>ozonostudio</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7689</guid>
		<description>The plugin, don&#039;t work, i copy all the script and don&#039;t make it works</description>
		<content:encoded><![CDATA[<p>The plugin, don&#8217;t work, i copy all the script and don&#8217;t make it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TxemaGuerra</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7583</link>
		<dc:creator>TxemaGuerra</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7583</guid>
		<description>I think it doesn&#039;t work in IE. It just simulates loading.

I&#039;ll check If I can do something</description>
		<content:encoded><![CDATA[<p>I think it doesn&#8217;t work in IE. It just simulates loading.</p>
<p>I&#8217;ll check If I can do something</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomB</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7563</link>
		<dc:creator>TomB</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7563</guid>
		<description>Thanks for the preloader.  Got it to work nicely as you designed it.  I want to change one aspect of it but don&#039;t understand which variables to look at.  My site has a centered wrapping division which contains all other content.  I would like the progress animation bar to be restricted to this wrap div.  Is this simple?</description>
		<content:encoded><![CDATA[<p>Thanks for the preloader.  Got it to work nicely as you designed it.  I want to change one aspect of it but don&#8217;t understand which variables to look at.  My site has a centered wrapping division which contains all other content.  I would like the progress animation bar to be restricted to this wrap div.  Is this simple?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sound-Jack</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7524</link>
		<dc:creator>Sound-Jack</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7524</guid>
		<description>first of all: thx for the loader ... it works perfectly for me.

now, i&#039;m trying to implement the logo of my icehockey-team under the loading bar. problem is: i&#039;m not used to java script &amp; jquery. so, now i&#039;m stuck on positioning ...

can someone help me?

here&#039;s what it looks like right now: http://www.huskies-eishockey.com/loader 
(i want to preload sth. else later on, of course ;) )</description>
		<content:encoded><![CDATA[<p>first of all: thx for the loader &#8230; it works perfectly for me.</p>
<p>now, i&#8217;m trying to implement the logo of my icehockey-team under the loading bar. problem is: i&#8217;m not used to java script &amp; jquery. so, now i&#8217;m stuck on positioning &#8230;</p>
<p>can someone help me?</p>
<p>here&#8217;s what it looks like right now: <a href="http://www.huskies-eishockey.com/loader" rel="nofollow">http://www.huskies-eishockey.com/loader</a><br />
(i want to preload sth. else later on, of course ;) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TxemaGuerra</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7502</link>
		<dc:creator>TxemaGuerra</dc:creator>
		<pubDate>Sun, 14 Mar 2010 20:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7502</guid>
		<description>Be careful when preloading images with parenthesis in their names, the script has a replacement pattern for them and crashes !</description>
		<content:encoded><![CDATA[<p>Be careful when preloading images with parenthesis in their names, the script has a replacement pattern for them and crashes !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imaginonic</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7496</link>
		<dc:creator>Imaginonic</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7496</guid>
		<description>Sorry Gaya, but It gets stuck at around 95% in Chrome</description>
		<content:encoded><![CDATA[<p>Sorry Gaya, but It gets stuck at around 95% in Chrome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7435</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7435</guid>
		<description>I am using galleria jquery. It seems both are not compatible. Would you know why by any chance?</description>
		<content:encoded><![CDATA[<p>I am using galleria jquery. It seems both are not compatible. Would you know why by any chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7393</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7393</guid>
		<description>I really don&#039;t understand why it does not work. Could anyone look at the (simple) source and help me?

The page was working fine until I inserted the script. I now get an error message.

Many thanks for your help</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t understand why it does not work. Could anyone look at the (simple) source and help me?</p>
<p>The page was working fine until I inserted the script. I now get an error message.</p>
<p>Many thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tungee</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/comment-page-5/#comment-7303</link>
		<dc:creator>tungee</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=489#comment-7303</guid>
		<description>Why does it reloads on my Php-site each time i click to an internal link????????
I love this but i cant use it!
Any help?
I thought i preloads one time ?</description>
		<content:encoded><![CDATA[<p>Why does it reloads on my Php-site each time i click to an internal link????????<br />
I love this but i cant use it!<br />
Any help?<br />
I thought i preloads one time ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
