<?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: How to add a webpage fade-in effect using JQuery</title>
	<atom:link href="http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/</link>
	<description>wrangling the Internet's wildest</description>
	<lastBuildDate>Wed, 10 Mar 2010 03:20:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ans</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-10118</link>
		<dc:creator>Ans</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-10118</guid>
		<description>Hi Dave,

What does it do?</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>What does it do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-10117</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-10117</guid>
		<description>Hi - this is just what I was looking for and all works well in Firefox and Chrome but can&#039;t get it to work in Internet Explorer 8.  I&#039;ve used the &#039;content-wrapper&#039; div around a section of page content - not the entire page. Thanks.
Dave.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; this is just what I was looking for and all works well in Firefox and Chrome but can&#8217;t get it to work in Internet Explorer 8.  I&#8217;ve used the &#8216;content-wrapper&#8217; div around a section of page content &#8211; not the entire page. Thanks.<br />
Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ans</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9878</link>
		<dc:creator>Ans</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9878</guid>
		<description>Hi Nem, thanks for the link and correction!</description>
		<content:encoded><![CDATA[<p>Hi Nem, thanks for the link and correction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nem</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9877</link>
		<dc:creator>Nem</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9877</guid>
		<description>Mashable is using Jquery too! 
Use this Firefox addon to see what JScript framework&#039;s being used https://addons.mozilla.org/en-US/firefox/addon/10083</description>
		<content:encoded><![CDATA[<p>Mashable is using Jquery too!<br />
Use this Firefox addon to see what JScript framework&#8217;s being used <a href="https://addons.mozilla.org/en-US/firefox/addon/10083" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/10083?referer=');">https://addons.mozilla.org/en-US/firefox/addon/10083</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ans</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9686</link>
		<dc:creator>Ans</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9686</guid>
		<description>Hi Paul!

Thanks for your comment and the kind words. What you need to do is have another div around the &quot;content-wrapper&quot; div and move your background image to this outer div. As it is now, the thing that is getting faded—the content-wrapper div—also has your background image inside of it, so as it fades in, so too does your background image.</description>
		<content:encoded><![CDATA[<p>Hi Paul!</p>
<p>Thanks for your comment and the kind words. What you need to do is have another div around the &#8220;content-wrapper&#8221; div and move your background image to this outer div. As it is now, the thing that is getting faded—the content-wrapper div—also has your background image inside of it, so as it fades in, so too does your background image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9683</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 24 Feb 2010 03:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9683</guid>
		<description>Hi,

Excellent tutorial, got it to work on a webpage i am trying to get a contract for and i know nothing of jquery or even much about java.......One thing though... is it possible to get it to fade in over the old page..if you look at my example above...if you click on the left link..the screen goes white before fading in the new page...i need it to just fade in....or cross fade.... how would i accomplish this?

as you see from the example...every page is built like this...each page has a full screen picture behind it..and they want seamless...but i dont want to do it in flash.....

Thanks for your excellent tutorial again and look forward to hearing from you....

Cheers

Paul</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent tutorial, got it to work on a webpage i am trying to get a contract for and i know nothing of jquery or even much about java&#8230;&#8230;.One thing though&#8230; is it possible to get it to fade in over the old page..if you look at my example above&#8230;if you click on the left link..the screen goes white before fading in the new page&#8230;i need it to just fade in&#8230;.or cross fade&#8230;. how would i accomplish this?</p>
<p>as you see from the example&#8230;every page is built like this&#8230;each page has a full screen picture behind it..and they want seamless&#8230;but i dont want to do it in flash&#8230;..</p>
<p>Thanks for your excellent tutorial again and look forward to hearing from you&#8230;.</p>
<p>Cheers</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ans</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9468</link>
		<dc:creator>Ans</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9468</guid>
		<description>From my brief look at the source, it looks like they are not using JQuery, but it could be hidden somewhere.</description>
		<content:encoded><![CDATA[<p>From my brief look at the source, it looks like they are not using JQuery, but it could be hidden somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zee</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9466</link>
		<dc:creator>Zee</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9466</guid>
		<description>Is this the same effect that mashable been using. Notice that their content fade into view as i scroll further down.</description>
		<content:encoded><![CDATA[<p>Is this the same effect that mashable been using. Notice that their content fade into view as i scroll further down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Sawyer</title>
		<link>http://blog.anselmbradford.com/2009/08/28/how-to-add-a-simple-webpage-fade-in-effect-using-jquery/comment-page-1/#comment-9358</link>
		<dc:creator>Scott Sawyer</dc:creator>
		<pubDate>Sun, 14 Feb 2010 03:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anselmbradford.com/?p=924#comment-9358</guid>
		<description>Works great!  Thanks for the tutorial!</description>
		<content:encoded><![CDATA[<p>Works great!  Thanks for the tutorial!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
