<?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: Easy Full Screen Background Images with jQuery</title>
	<atom:link href="http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/</link>
	<description>A variety of articles, projects and by web developer, Scott Robbin.</description>
	<lastBuildDate>Tue, 02 Feb 2010 00:26:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Web Design Dorset</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-759</link>
		<dc:creator>Web Design Dorset</dc:creator>
		<pubDate>Tue, 02 Feb 2010 00:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-759</guid>
		<description>Really useful little jQuery plugin. I would still advise making the background image as small as possible - say under 100K by applying some contrast/brightness adjustments and maybe .023 blur in Photoshop before saving the file out.</description>
		<content:encoded><![CDATA[<p>Really useful little jQuery plugin. I would still advise making the background image as small as possible &#8211; say under 100K by applying some contrast/brightness adjustments and maybe .023 blur in Photoshop before saving the file out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Robbin</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-758</link>
		<dc:creator>Scott Robbin</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-758</guid>
		<description>Thanks, Bill. When you find a good solution, I&#039;d recommend forking my repository on GitHub, then issuing a pull request. Or, just let me know, and I&#039;ll incorporate it. :)</description>
		<content:encoded><![CDATA[<p>Thanks, Bill. When you find a good solution, I&#8217;d recommend forking my repository on GitHub, then issuing a pull request. Or, just let me know, and I&#8217;ll incorporate it. <img src='http://srobbin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill K.</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-744</link>
		<dc:creator>Bill K.</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-744</guid>
		<description>SO, after a little troubleshooting i found the issue to be with the &gt;&gt;
[code]
     if(settings.hideUntilReady) img.hide();     
[end code]
The hide function is setting the CSS display property to :none which is freaking out IE. I commented that out and the images will load 100% of the time, but the loading process is somewhat ugly. 

I placed the call to &gt;&gt;
[code]
     $.backstretch(&quot;images/index-bg.jpg&quot;, {speed: 500});
[end code]
&gt;&gt; inside the $doc ready fn and found that the page load was slightly less erratic. I would prefer the smooth load of the BG image though... i will work on this more tomorrow.  Go to the site to see this version if you need to, at least the images display reliably now!</description>
		<content:encoded><![CDATA[<p>SO, after a little troubleshooting i found the issue to be with the &gt;&gt;<br />
[code]<br />
     if(settings.hideUntilReady) img.hide();<br />
[end code]<br />
The hide function is setting the CSS display property to :none which is freaking out IE. I commented that out and the images will load 100% of the time, but the loading process is somewhat ugly. </p>
<p>I placed the call to &gt;&gt;<br />
[code]<br />
     $.backstretch("images/index-bg.jpg", {speed: 500});<br />
[end code]<br />
&gt;&gt; inside the $doc ready fn and found that the page load was slightly less erratic. I would prefer the smooth load of the BG image though... i will work on this more tomorrow.  Go to the site to see this version if you need to, at least the images display reliably now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill K.</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-743</link>
		<dc:creator>Bill K.</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-743</guid>
		<description>Great start to a sick plugin scott. Implements 100% in FF, but i&#039;m lookin a bit buggy in IE8. I haven&#039;t had a chance to test in any other browsers - i actually forgot about the bugs prior to the launch of my new design.. so it was a quick uh oh, when i viewed my published site.. 
Here is what we are looking at: 
The initial page load in IE8 looks good however, further page loads will not render a background image. 
IF you refresh the page, the background image will render correctly. I&#039;m going to look into something i have heard of with the &quot;onPageResize()&quot; function i have seen before, but Jquery is not my strength!! 
Anyone with ideas, please pass them on: Bill@bizlab.us 
To see a live sample go to: &lt;a href=&quot;http://www.bizlab.us&quot; rel=&quot;nofollow&quot;&gt;www.bizlab.us&lt;/a&gt;. Use IE8.

Thanks people!!!
Bill</description>
		<content:encoded><![CDATA[<p>Great start to a sick plugin scott. Implements 100% in FF, but i&#8217;m lookin a bit buggy in IE8. I haven&#8217;t had a chance to test in any other browsers &#8211; i actually forgot about the bugs prior to the launch of my new design.. so it was a quick uh oh, when i viewed my published site..<br />
Here is what we are looking at:<br />
The initial page load in IE8 looks good however, further page loads will not render a background image.<br />
IF you refresh the page, the background image will render correctly. I&#8217;m going to look into something i have heard of with the &#8220;onPageResize()&#8221; function i have seen before, but Jquery is not my strength!!<br />
Anyone with ideas, please pass them on: <a href="mailto:Bill@bizlab.us">Bill@bizlab.us</a><br />
To see a live sample go to: <a href="http://www.bizlab.us" rel="nofollow">http://www.bizlab.us</a>. Use IE8.</p>
<p>Thanks people!!!<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Biven</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-730</link>
		<dc:creator>Michael Biven</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-730</guid>
		<description>Scott, 

This is exactly what I&#039;ve been looking for almost all of last week. Thanks!</description>
		<content:encoded><![CDATA[<p>Scott, </p>
<p>This is exactly what I&#8217;ve been looking for almost all of last week. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephi</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-724</link>
		<dc:creator>stephi</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-724</guid>
		<description>hi scott,
i was searching the web for this for weeks now.
great great great plugin! thank you</description>
		<content:encoded><![CDATA[<p>hi scott,<br />
i was searching the web for this for weeks now.<br />
great great great plugin! thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Robbin</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-723</link>
		<dc:creator>Scott Robbin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-723</guid>
		<description>Thanks, everyone. I&#039;d love feedback once you&#039;ve had a change to play with it, or if you notice any bugs.

Erik, thanks for the link to the Supersized plugin. I had forgotten to include that in my post as one of the reference implementations. Also, the Ben-Gurion mockups look great!</description>
		<content:encoded><![CDATA[<p>Thanks, everyone. I&#8217;d love feedback once you&#8217;ve had a change to play with it, or if you notice any bugs.</p>
<p>Erik, thanks for the link to the Supersized plugin. I had forgotten to include that in my post as one of the reference implementations. Also, the Ben-Gurion mockups look great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Kraft</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-722</link>
		<dc:creator>Erik Kraft</dc:creator>
		<pubDate>Fri, 22 Jan 2010 01:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-722</guid>
		<description>Ahhhhh Scott! I&#039;m working on a design right now where this could come in super handy. I&#039;ve used this technique before:

http://growmedia.ca/blog/2009/10/14/resizable-full-browser-background-image-with-jquery-preserving-aspect-ratio/

and it worked OK, but gave me some fits in IE. Will give your method a try on this current design. Which, incidentally, uses big desert vistas as the backdrops! http://clients.restlessbee.com/bgu/</description>
		<content:encoded><![CDATA[<p>Ahhhhh Scott! I&#8217;m working on a design right now where this could come in super handy. I&#8217;ve used this technique before:</p>
<p><a href="http://growmedia.ca/blog/2009/10/14/resizable-full-browser-background-image-with-jquery-preserving-aspect-ratio/" rel="nofollow">http://growmedia.ca/blog/2009/10/14/resizable-full-browser-background-image-with-jquery-preserving-aspect-ratio/</a></p>
<p>and it worked OK, but gave me some fits in IE. Will give your method a try on this current design. Which, incidentally, uses big desert vistas as the backdrops! <a href="http://clients.restlessbee.com/bgu/" rel="nofollow">http://clients.restlessbee.com/bgu/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dlv</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-720</link>
		<dc:creator>dlv</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-720</guid>
		<description>mmm nice implementation, I like it... really easy to use and effective, I was looking the Centrla website..

thanks for share! added to my favourites scripts

adeux!</description>
		<content:encoded><![CDATA[<p>mmm nice implementation, I like it&#8230; really easy to use and effective, I was looking the Centrla website..</p>
<p>thanks for share! added to my favourites scripts</p>
<p>adeux!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://srobbin.com/blog/easy-full-screen-background-images-with-jquery/#comment-719</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=527#comment-719</guid>
		<description>Brilliant and timely for me Scott! Thank you for research and code. Was just experimenting with css options this morning. All of which so far have had some quirks.</description>
		<content:encoded><![CDATA[<p>Brilliant and timely for me Scott! Thank you for research and code. Was just experimenting with css options this morning. All of which so far have had some quirks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

