<?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: The youlove.us scrolling background effect explained</title>
	<atom:link href="http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/feed" rel="self" type="application/rss+xml" />
	<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained</link>
	<description>gorgeous design and beautiful code</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:53:59 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: njmehta</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1211</link>
		<dc:creator>njmehta</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1211</guid>
		<description>Too jerky in firefox, perfectly smooth in IE8, what&#039;s going on!</description>
		<content:encoded><![CDATA[<p>Too jerky in firefox, perfectly smooth in IE8, what&#8217;s going on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calgary Web Design</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1210</link>
		<dc:creator>Calgary Web Design</dc:creator>
		<pubDate>Sat, 28 Aug 2010 02:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1210</guid>
		<description>Very nice - yeah noting Firefox still having issues (running latest edition as of August 2010) and yeah sucks up resources quite a bit. Checked out on IE and yeah very very nice. (though something that works in IE and not in Firefox is truly amazing in its own rights!</description>
		<content:encoded><![CDATA[<p>Very nice &#8211; yeah noting Firefox still having issues (running latest edition as of August 2010) and yeah sucks up resources quite a bit. Checked out on IE and yeah very very nice. (though something that works in IE and not in Firefox is truly amazing in its own rights!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1209</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Sat, 28 Aug 2010 01:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1209</guid>
		<description>I love it, thanks for sharing the information - that is awesome</description>
		<content:encoded><![CDATA[<p>I love it, thanks for sharing the information &#8211; that is awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Whoa I made homepages - Mikko/Vart.io</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1208</link>
		<dc:creator>&#187; Whoa I made homepages - Mikko/Vart.io</dc:creator>
		<pubDate>Wed, 25 Aug 2010 02:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1208</guid>
		<description>[...] and the results looked very cool. I remember how Youlove.us background-fx was done (with a explanation) and I thought that could match my needs. Spicing up with additional JQuery (hint: links), the [...]</description>
		<content:encoded><![CDATA[<p>[...] and the results looked very cool. I remember how Youlove.us background-fx was done (with a explanation) and I thought that could match my needs. Spicing up with additional JQuery (hint: links), the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TOP 10 Skryptów jQuery &#124; Blog Mintdesign</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1207</link>
		<dc:creator>TOP 10 Skryptów jQuery &#124; Blog Mintdesign</dc:creator>
		<pubDate>Tue, 24 Aug 2010 09:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1207</guid>
		<description>[...] 10. youlove.us scrolling background effect [...]</description>
		<content:encoded><![CDATA[<p>[...] 10. youlove.us scrolling background effect [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.U.T.Z.</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1206</link>
		<dc:creator>F.U.T.Z.</dc:creator>
		<pubDate>Sun, 22 Aug 2010 08:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1206</guid>
		<description>Why do you need a big jQuery libary for this shitt?

THIS STATEMENT
$(&#039;body&#039;).css(&quot;background-position&quot;, &quot;50% &quot; + offset + &quot;px&quot;);

IS NORMALY DOM
document.body.style.backgroundPosition = &quot;50% &quot; + offset + &quot;px&quot;;

I think this is here is the best 
$(selector).animate({opacity: 0.25,&#039;background-position&#039;: &#039;100px 100px&#039;}, 1500, &quot;swing&quot;, function() {});

but jQuery can only animate Y position in FF. It is a jQuery bug.

I want a new Update of jQuery and i don&#039;t want Plugin shitts from Risings friends. Stop the capitalism!!</description>
		<content:encoded><![CDATA[<p>Why do you need a big jQuery libary for this shitt?</p>
<p>THIS STATEMENT<br />
$(&#8217;body&#8217;).css(&#8221;background-position&#8221;, &#8220;50% &#8221; + offset + &#8220;px&#8221;);</p>
<p>IS NORMALY DOM<br />
document.body.style.backgroundPosition = &#8220;50% &#8221; + offset + &#8220;px&#8221;;</p>
<p>I think this is here is the best<br />
$(selector).animate({opacity: 0.25,&#8217;background-position&#8217;: &#8216;100px 100px&#8217;}, 1500, &#8220;swing&#8221;, function() {});</p>
<p>but jQuery can only animate Y position in FF. It is a jQuery bug.</p>
<p>I want a new Update of jQuery and i don&#8217;t want Plugin shitts from Risings friends. Stop the capitalism!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt C.</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1205</link>
		<dc:creator>Matt C.</dc:creator>
		<pubDate>Sat, 14 Aug 2010 07:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1205</guid>
		<description>Your code needs a &quot;);&quot; after the last &quot;}&quot;.  BTW, this is amazing.  Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Your code needs a &#8220;);&#8221; after the last &#8220;}&#8221;.  BTW, this is amazing.  Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keshav sharma</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1204</link>
		<dc:creator>keshav sharma</dc:creator>
		<pubDate>Fri, 06 Aug 2010 07:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1204</guid>
		<description>Very nice effects,thanks for share...</description>
		<content:encoded><![CDATA[<p>Very nice effects,thanks for share&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abayomi</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1202</link>
		<dc:creator>Abayomi</dc:creator>
		<pubDate>Thu, 01 Jul 2010 15:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1202</guid>
		<description>Great tutorial man,
I stopped looking at flash for animations and guys like you have helped paving a better way out for me

Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial man,<br />
I stopped looking at flash for animations and guys like you have helped paving a better way out for me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1201</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 29 Jun 2010 03:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1201</guid>
		<description>great effect i cant wait to try it out.</description>
		<content:encoded><![CDATA[<p>great effect i cant wait to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geek is a Lift-Style. &#187; 50 Useful New jQuery Techniques and Tutorials</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1200</link>
		<dc:creator>Geek is a Lift-Style. &#187; 50 Useful New jQuery Techniques and Tutorials</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1200</guid>
		<description>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it&#8217;s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</description>
		<content:encoded><![CDATA[<p>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it&#8217;s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design calgary</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1199</link>
		<dc:creator>web design calgary</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1199</guid>
		<description>This is great. A really good way to think about this. Diiferent to what I&#039;ve used in the past.</description>
		<content:encoded><![CDATA[<p>This is great. A really good way to think about this. Diiferent to what I&#8217;ve used in the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slawek Latka</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1198</link>
		<dc:creator>Slawek Latka</dc:creator>
		<pubDate>Thu, 17 Jun 2010 13:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1198</guid>
		<description>Very cool... but it&#039;s very slow in firefox. 3.6</description>
		<content:encoded><![CDATA[<p>Very cool&#8230; but it&#8217;s very slow in firefox. 3.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What a Wonderful World &#187; CSS 3 Transition property for Chrome, Safari, and Webkit based browsers</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1197</link>
		<dc:creator>What a Wonderful World &#187; CSS 3 Transition property for Chrome, Safari, and Webkit based browsers</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1197</guid>
		<description>[...] The idea for doing this was inspired by the site at http://youlove.us. The technique I chose is, however, very different and I believe much simpler. Here&#8217;s their tutorial if you are interested: http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained [...]</description>
		<content:encoded><![CDATA[<p>[...] The idea for doing this was inspired by the site at <a href="http://youlove.us. The" rel="nofollow">http://youlove.us. The</a> technique I chose is, however, very different and I believe much simpler. Here&#8217;s their tutorial if you are interested: <a href="http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained" rel="nofollow">http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials&#160;&#124;&#160;Xiaoqi He ( Harry He ) &#8211; Official Blog &#8211; 贺孝琦官方博客</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1196</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials&#160;&#124;&#160;Xiaoqi He ( Harry He ) &#8211; Official Blog &#8211; 贺孝琦官方博客</dc:creator>
		<pubDate>Mon, 14 Jun 2010 09:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1196</guid>
		<description>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</description>
		<content:encoded><![CDATA[<p>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakan</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1195</link>
		<dc:creator>Hakan</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1195</guid>
		<description>thanks for that..</description>
		<content:encoded><![CDATA[<p>thanks for that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8216;You Love Us&#8217; scrolling header BG effect &#171; Ninja Notes</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-4#comment-1192</link>
		<dc:creator>&#8216;You Love Us&#8217; scrolling header BG effect &#171; Ninja Notes</dc:creator>
		<pubDate>Wed, 09 Jun 2010 18:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1192</guid>
		<description>[...] http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained" rel="nofollow">http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren Helgeson</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1190</link>
		<dc:creator>Loren Helgeson</dc:creator>
		<pubDate>Thu, 20 May 2010 19:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1190</guid>
		<description>It&#039;s a very clever transitional effect. I like the touch of using the knocked out PNGs to make some of the text also cycle through the color transitions. Excellent work!</description>
		<content:encoded><![CDATA[<p>It&#8217;s a very clever transitional effect. I like the touch of using the knocked out PNGs to make some of the text also cycle through the color transitions. Excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1189</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 18 May 2010 01:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1189</guid>
		<description>Nice effect.
But it runs FF cpu to 99.9%
(same as my jquery animation which is why I was checking).

You guys have any solutions for javascript animation CPU carnage?
Especially after all this hyper over the Flash Hog, the new sparkly alternative is coming off a bit rich.</description>
		<content:encoded><![CDATA[<p>Nice effect.<br />
But it runs FF cpu to 99.9%<br />
(same as my jquery animation which is why I was checking).</p>
<p>You guys have any solutions for javascript animation CPU carnage?<br />
Especially after all this hyper over the Flash Hog, the new sparkly alternative is coming off a bit rich.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lunatic GT</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1188</link>
		<dc:creator>Lunatic GT</dc:creator>
		<pubDate>Mon, 10 May 2010 17:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1188</guid>
		<description>I am using latest version of Firefox.  I see choppy animation at best.  Reaction of everything on this page is very slow.  And my right click menu, and all drop down menus such as bookmarks, history, etc. are transparent - the only thing that shows is the edges so I could not even bookmark this page.

That being said, I would say this was a failure.</description>
		<content:encoded><![CDATA[<p>I am using latest version of Firefox.  I see choppy animation at best.  Reaction of everything on this page is very slow.  And my right click menu, and all drop down menus such as bookmarks, history, etc. are transparent &#8211; the only thing that shows is the edges so I could not even bookmark this page.</p>
<p>That being said, I would say this was a failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iain</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1186</link>
		<dc:creator>iain</dc:creator>
		<pubDate>Sun, 02 May 2010 11:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1186</guid>
		<description>Very nice.

Until it crashes Firefox.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
<p>Until it crashes Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wickedpixel</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1185</link>
		<dc:creator>wickedpixel</dc:creator>
		<pubDate>Mon, 26 Apr 2010 13:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1185</guid>
		<description>umm, this almost kills firefox. but is a nice idea anyway.</description>
		<content:encoded><![CDATA[<p>umm, this almost kills firefox. but is a nice idea anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials &#124; Top Web Hosts Review Best Web Hosting 2010</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1184</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials &#124; Top Web Hosts Review Best Web Hosting 2010</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1184</guid>
		<description>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</description>
		<content:encoded><![CDATA[<p>[...] The youlove.us scrolling background effect explained The technique is actually a lot simpler than it looks, it’s based around scrolling a very tall gradient image behind some transparent PNG images. The header image (with our logo, strapline and the laptop) has a transparent background and solid text, while the main page is actually an image with the heading text as transparent cut outs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Awesome Techniques and Examples of Animation with jQuery &#171; HUE Designer</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1182</link>
		<dc:creator>10 Awesome Techniques and Examples of Animation with jQuery &#171; HUE Designer</dc:creator>
		<pubDate>Wed, 17 Mar 2010 12:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1182</guid>
		<description>[...] 4. Scrolling Background Effect [...]</description>
		<content:encoded><![CDATA[<p>[...] 4. Scrolling Background Effect [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: o</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1180</link>
		<dc:creator>o</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1180</guid>
		<description>(backgroundheight / 4) =&gt; (backgroundheight * .25)</description>
		<content:encoded><![CDATA[<p>(backgroundheight / 4) =&gt; (backgroundheight * .25)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How jQuery is Killing Flash + jQuery Tutorials &#38; Plugins to Beat Up Flash Animations &#124; Web Development News</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1179</link>
		<dc:creator>How jQuery is Killing Flash + jQuery Tutorials &#38; Plugins to Beat Up Flash Animations &#124; Web Development News</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1179</guid>
		<description>[...] The youlove.us scrolling background effect explained [...]</description>
		<content:encoded><![CDATA[<p>[...] The youlove.us scrolling background effect explained [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C.D.A.</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1177</link>
		<dc:creator>C.D.A.</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1177</guid>
		<description>Running Firefox 3.5.8 it takes up 50% CPU when on this page :(</description>
		<content:encoded><![CDATA[<p>Running Firefox 3.5.8 it takes up 50% CPU when on this page :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zim</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1176</link>
		<dc:creator>Zim</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1176</guid>
		<description>It&#039;s beautiful. But having this window open is painful! Using both  Chromium (lastest stable version) and Firefox (3.6) on Ubuntu, with a decent computer.</description>
		<content:encoded><![CDATA[<p>It&#8217;s beautiful. But having this window open is painful! Using both  Chromium (lastest stable version) and Firefox (3.6) on Ubuntu, with a decent computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1175</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1175</guid>
		<description>Very nice effect, but how did you do this great background image? Stars, dust, gradient - very nice composition. Are there some tutorials around?</description>
		<content:encoded><![CDATA[<p>Very nice effect, but how did you do this great background image? Stars, dust, gradient &#8211; very nice composition. Are there some tutorials around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How jQuery is Killing Flash + jQuery Tutorials &#38; Plugins to Beat Up Flash Animations &#124; AEXT.NET</title>
		<link>http://youlove.us/blog/the-youloveus-scrolling-background-effect-explained/comment-page-3#comment-1174</link>
		<dc:creator>How jQuery is Killing Flash + jQuery Tutorials &#38; Plugins to Beat Up Flash Animations &#124; AEXT.NET</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://youlove.us/blog/?p=291#comment-1174</guid>
		<description>[...] The youlove.us scrolling background effect explained [...]</description>
		<content:encoded><![CDATA[<p>[...] The youlove.us scrolling background effect explained [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
