<?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: [jQuery] bgFlow plugin</title>
	<atom:link href="http://blog.hezad.com/2010/04/jquery-bgflow-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/</link>
	<description>Mainly code.</description>
	<lastBuildDate>Thu, 24 Mar 2011 21:08:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hezad</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-58</link>
		<dc:creator>hezad</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-58</guid>
		<description>Yep, apparently, you&#039;re not the only one impacted with this bug. the point is I stopped to develop this plugin. Anyway, you&#039;re encouraged to try stuff with the plugin&#039;s source if you want and/or can.</description>
		<content:encoded><![CDATA[<p>Yep, apparently, you&#8217;re not the only one impacted with this bug. the point is I stopped to develop this plugin. Anyway, you&#8217;re encouraged to try stuff with the plugin&#8217;s source if you want and/or can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hezad</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-57</link>
		<dc:creator>hezad</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-57</guid>
		<description>Hi Shaun,

You&#039;re not the first noticing me about this bug.
Unfortunately, i stopped to develop this plugin months ago. Anyway, it&#039;s open source, if you know jQuery a bit, don&#039;t hesitate to try stuff with the plugin&#039;s source.

Thanks a lot for your kinds words</description>
		<content:encoded><![CDATA[<p>Hi Shaun,</p>
<p>You&#8217;re not the first noticing me about this bug.<br />
Unfortunately, i stopped to develop this plugin months ago. Anyway, it&#8217;s open source, if you know jQuery a bit, don&#8217;t hesitate to try stuff with the plugin&#8217;s source.</p>
<p>Thanks a lot for your kinds words</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-56</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 12 Jan 2011 21:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-56</guid>
		<description>Hi Hezad,

Thanks for making this great plugin. I&#039;ve noticed a bug that&#039;s seemed to have developed for this on Google Chrome on PC (Chrome on Mac seems to be fine.)

Instead of the background sliding in an inverted fashion in response to the cursor&#039;s positions, it seems that the background now just follows it.

The problem seems exclusive to just Chrome, as I tried it out in Safari and it seems to work fine there, so I&#039;m pretty sure it&#039;s not a webkit problem...

Thanks so much for developing this!</description>
		<content:encoded><![CDATA[<p>Hi Hezad,</p>
<p>Thanks for making this great plugin. I&#8217;ve noticed a bug that&#8217;s seemed to have developed for this on Google Chrome on PC (Chrome on Mac seems to be fine.)</p>
<p>Instead of the background sliding in an inverted fashion in response to the cursor&#8217;s positions, it seems that the background now just follows it.</p>
<p>The problem seems exclusive to just Chrome, as I tried it out in Safari and it seems to work fine there, so I&#8217;m pretty sure it&#8217;s not a webkit problem&#8230;</p>
<p>Thanks so much for developing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-55</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Thu, 06 Jan 2011 22:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-55</guid>
		<description>This doesn&#039;t work with Chrome? In the demo, the image is stuck to the cursor.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work with Chrome? In the demo, the image is stuck to the cursor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hezad</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-54</link>
		<dc:creator>hezad</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-54</guid>
		<description>Thanks for the interest you&#039;re showing, it&#039;s always a pleasure :)

The point is I *should* add more functionnalities and fix some minor bugs (like what you&#039;re mentionning about window resizing) but I really don&#039;t have time now. Anyway, if you want to modify the plugin, don&#039;t hesitate to mess with the code, you&#039;ll need some basics in javascript/jquery but I think the code is pretty easy to understand once you get how plugins work.

About the question &quot;Is’nt there a way to insert a browser scalling&quot;, I&#039;d say, try some stuff with $(document).resize() or $(window).resize()
For more informations about those functions, the official jquery website has a pretty complete documentation ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the interest you&#8217;re showing, it&#8217;s always a pleasure <img src='http://blog.hezad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The point is I *should* add more functionnalities and fix some minor bugs (like what you&#8217;re mentionning about window resizing) but I really don&#8217;t have time now. Anyway, if you want to modify the plugin, don&#8217;t hesitate to mess with the code, you&#8217;ll need some basics in javascript/jquery but I think the code is pretty easy to understand once you get how plugins work.</p>
<p>About the question &#8220;Is’nt there a way to insert a browser scalling&#8221;, I&#8217;d say, try some stuff with $(document).resize() or $(window).resize()<br />
For more informations about those functions, the official jquery website has a pretty complete documentation <img src='http://blog.hezad.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeteFriday</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-53</link>
		<dc:creator>PeteFriday</dc:creator>
		<pubDate>Tue, 19 Oct 2010 12:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-53</guid>
		<description>Well, i&#039;ve been lookin&#039;around for sometime now. Your bgFlow plugin looks best because of the interaction with the mouse. Really, really love it.
One minor thing i found out is that it does&#039;nt work in older browsers and when you resize the browserwindow the picture &quot;falls a bit off&quot;  the screen.
Well it&#039;s easy to say what&#039;s wrong and i don&#039;t even know how to code at all (except for css en html)...
Probably would be much more help if i could help improve the code. Sorry dude. 

Is&#039;nt there a way to insert a browser scalling option and a photoslide in to this script? You would score big time with it i think... 
Well looks like i&#039;m trying to convince you re-writting this script :-O 

Thx a zillion</description>
		<content:encoded><![CDATA[<p>Well, i&#8217;ve been lookin&#8217;around for sometime now. Your bgFlow plugin looks best because of the interaction with the mouse. Really, really love it.<br />
One minor thing i found out is that it does&#8217;nt work in older browsers and when you resize the browserwindow the picture &#8220;falls a bit off&#8221;  the screen.<br />
Well it&#8217;s easy to say what&#8217;s wrong and i don&#8217;t even know how to code at all (except for css en html)&#8230;<br />
Probably would be much more help if i could help improve the code. Sorry dude. </p>
<p>Is&#8217;nt there a way to insert a browser scalling option and a photoslide in to this script? You would score big time with it i think&#8230;<br />
Well looks like i&#8217;m trying to convince you re-writting this script :-O </p>
<p>Thx a zillion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hezad</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-52</link>
		<dc:creator>hezad</dc:creator>
		<pubDate>Tue, 19 Oct 2010 11:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-52</guid>
		<description>Hey, Pete,

I don&#039;t have any plugin in mind right now but I&#039;ll post here if I think about one in particular. :)</description>
		<content:encoded><![CDATA[<p>Hey, Pete,</p>
<p>I don&#8217;t have any plugin in mind right now but I&#8217;ll post here if I think about one in particular. <img src='http://blog.hezad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeteFriday</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-51</link>
		<dc:creator>PeteFriday</dc:creator>
		<pubDate>Mon, 18 Oct 2010 16:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-51</guid>
		<description>Hiya Hezad,

i really like this background option, i want to show some of my pictures on the background.
What i very much like is that the picture also scales with the browserwindow and that there can be a photoslide of pictures playing. 
Much to ask, but do you know of any?

Thanks a lot for so far!</description>
		<content:encoded><![CDATA[<p>Hiya Hezad,</p>
<p>i really like this background option, i want to show some of my pictures on the background.<br />
What i very much like is that the picture also scales with the browserwindow and that there can be a photoslide of pictures playing.<br />
Much to ask, but do you know of any?</p>
<p>Thanks a lot for so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hezad</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-50</link>
		<dc:creator>hezad</dc:creator>
		<pubDate>Wed, 22 Sep 2010 09:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-50</guid>
		<description>Glad it works :)

don&#039;t hesitate to tell me when your site is up !

Pierrick.</description>
		<content:encoded><![CDATA[<p>Glad it works <img src='http://blog.hezad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>don&#8217;t hesitate to tell me when your site is up !</p>
<p>Pierrick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Cavallini</title>
		<link>http://blog.hezad.com/2010/04/jquery-bgflow-plugin/comment-page-1/#comment-49</link>
		<dc:creator>Leo Cavallini</dc:creator>
		<pubDate>Wed, 22 Sep 2010 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hezad.com/?p=112#comment-49</guid>
		<description>Got it Hezad, merci, didn&#039;t realise I had to t.hide()... thanks a lot.
I tell you when the site is up.</description>
		<content:encoded><![CDATA[<p>Got it Hezad, merci, didn&#8217;t realise I had to t.hide()&#8230; thanks a lot.<br />
I tell you when the site is up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

