<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Scott Robbin</title>
	
	<link>http://srobbin.com/blog</link>
	<description>A variety of articles, projects and by web developer, Scott Robbin.</description>
	<lastBuildDate>Tue, 02 Feb 2010 00:26:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/srobbin_comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="srobbin_comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Easy Full Screen Background Images with jQuery 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>Comment on Easy Full Screen Background Images with jQuery 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'd recommend forking my repository on GitHub, then issuing a pull request. Or, just let me know, and I'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>Comment on Easy Full Screen Background Images with jQuery 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("images/index-bg.jpg", {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>Comment on Easy Full Screen Background Images with jQuery 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'm lookin a bit buggy in IE8. I haven'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'm going to look into something i have heard of with the "onPageResize()" 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="http://www.bizlab.us" rel="nofollow"&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>Comment on Concept: iPad Split Keyboard by Doug Neiner</title>
		<link>http://srobbin.com/blog/concept-ipad-split-keyboard/#comment-732</link>
		<dc:creator>Doug Neiner</dc:creator>
		<pubDate>Wed, 27 Jan 2010 23:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://srobbin.com/blog/?p=568#comment-732</guid>
		<description>You make a very good point. I was thinking the same thing. The other option is balancing it on your lap while you try to type. Thankfully it supports Bluetooth and the Apple Wireless Keyboard. That is how I plan on using it when I get one.</description>
		<content:encoded><![CDATA[<p>You make a very good point. I was thinking the same thing. The other option is balancing it on your lap while you try to type. Thankfully it supports Bluetooth and the Apple Wireless Keyboard. That is how I plan on using it when I get one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Full Screen Background Images with jQuery 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'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>Comment on Easy Full Screen Background Images with jQuery 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>Comment on Easy Full Screen Background Images with jQuery 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'd love feedback once you'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>Comment on Easy Full Screen Background Images with jQuery 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'm working on a design right now where this could come in super handy. I'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>Comment on Easy Full Screen Background Images with jQuery 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>
</channel>
</rss>
