<?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: cFlow &#8211; Coverflow for jQuery (Experimental Release)</title>
	<atom:link href="http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/</link>
	<description>Web design and development online &#124; Adnan Osmani's blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:57:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: josh</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-120734</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-120734</guid>
		<description>I made the changes to cflow.js from the suggestion made by (&quot;-&quot;) and the coverflow works. The slider bar doesn&#039;t.  Anyone got this to work?

Also i noticed the mouse doesn&#039;t work?</description>
		<content:encoded><![CDATA[<p>I made the changes to cflow.js from the suggestion made by (&#8221;-&#8221;) and the coverflow works. The slider bar doesn&#8217;t.  Anyone got this to work?</p>
<p>Also i noticed the mouse doesn&#8217;t work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ssenn</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-119458</link>
		<dc:creator>ssenn</dc:creator>
		<pubDate>Mon, 16 Nov 2009 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-119458</guid>
		<description>hi there.

first of all... thx for the great plugin.

but i have a little problem. if i click on the knob of the silder there will be tree blue pixel on the left side near the caption text. why?</description>
		<content:encoded><![CDATA[<p>hi there.</p>
<p>first of all&#8230; thx for the great plugin.</p>
<p>but i have a little problem. if i click on the knob of the silder there will be tree blue pixel on the left side near the caption text. why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Tapia</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-117161</link>
		<dc:creator>Javier Tapia</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-117161</guid>
		<description>Nice work!
The IE changes proposed by \-\ works fine for me. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice work!<br />
The IE changes proposed by \-\ works fine for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar Haralanov</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-115142</link>
		<dc:creator>Dimitar Haralanov</dc:creator>
		<pubDate>Fri, 31 Jul 2009 17:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-115142</guid>
		<description>The problem with the JS code not working in IE comes from the wrong .offset() call that you make. Wrong for IE. Instead of using

var top = offsets[1];
var left = offsets[0];

change that to

var top_ = offsets[1] &#124;&#124; offsets.top;
var left_ = offsets[0] &#124;&#124; offsets.left;

As well as the the width and height variable statements. There are some other problems with object property declarations. I will upload the modified file later on so that you guys can use it.</description>
		<content:encoded><![CDATA[<p>The problem with the JS code not working in IE comes from the wrong .offset() call that you make. Wrong for IE. Instead of using</p>
<p>var top = offsets[1];<br />
var left = offsets[0];</p>
<p>change that to</p>
<p>var top_ = offsets[1] || offsets.top;<br />
var left_ = offsets[0] || offsets.left;</p>
<p>As well as the the width and height variable statements. There are some other problems with object property declarations. I will upload the modified file later on so that you guys can use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: legacye</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-70286</link>
		<dc:creator>legacye</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-70286</guid>
		<description>Hi Rav3n
Thanks for the suggestions! At the moment the reason I&#039;ve opted to go for experimental releases for single browsers (rather than a cross-browser solution) is because I&#039;m researching the best way to first replicate all the functionality found in the CoverFlow component you can see in iTunes. This particular release was missing angles, perspectives and a proper &quot;stack&quot; appearance which is why I chose to create a better version using the Canvas component (see the most recent posts for this). Although it currently only works in Firefox I hope to expand on this so that the control works using SVG for IE and in other browsers (such as Opera, Safari etc.) too.</description>
		<content:encoded><![CDATA[<p>Hi Rav3n<br />
Thanks for the suggestions! At the moment the reason I&#8217;ve opted to go for experimental releases for single browsers (rather than a cross-browser solution) is because I&#8217;m researching the best way to first replicate all the functionality found in the CoverFlow component you can see in iTunes. This particular release was missing angles, perspectives and a proper &#8220;stack&#8221; appearance which is why I chose to create a better version using the Canvas component (see the most recent posts for this). Although it currently only works in Firefox I hope to expand on this so that the control works using SVG for IE and in other browsers (such as Opera, Safari etc.) too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rav3n</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-68257</link>
		<dc:creator>Rav3n</dc:creator>
		<pubDate>Sat, 20 Jun 2009 18:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-68257</guid>
		<description>Hi Adnan,
I have compared the functionality of this and the newer release and I think you should rather concentrate on making it work on all browsers for a while. Even Opera10beta doesn&#039;t support it.
A small suggestion without looking into code:
to fix the transparency issue could you place a black object with 100 opacity below the cover reflection?

Also the scroll bar is not positioned right.. Well.. it&#039;s too far to the right :)
Hope it gives you some ideas</description>
		<content:encoded><![CDATA[<p>Hi Adnan,<br />
I have compared the functionality of this and the newer release and I think you should rather concentrate on making it work on all browsers for a while. Even Opera10beta doesn&#8217;t support it.<br />
A small suggestion without looking into code:<br />
to fix the transparency issue could you place a black object with 100 opacity below the cover reflection?</p>
<p>Also the scroll bar is not positioned right.. Well.. it&#8217;s too far to the right :)<br />
Hope it gives you some ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pohvak</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-58095</link>
		<dc:creator>pohvak</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-58095</guid>
		<description>i make those changes in the jquery-cflow.js file and yet having problems with IE 7 (reflection works fine) but coverflow is not moving :S</description>
		<content:encoded><![CDATA[<p>i make those changes in the jquery-cflow.js file and yet having problems with IE 7 (reflection works fine) but coverflow is not moving :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: "-"</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-46395</link>
		<dc:creator>"-"</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-46395</guid>
		<description>To make it working under IE (at least 7), just change the following lines (L7-10):
var top = offsets[1];
var left = offsets[0];
var width = element.clientWidth;
var height = element.clientHeight;

with that :
var top = offsets[1] ? offsets[1]: 0;
var left = offsets[0] ? offsets[0]: 0;
var width = $(element).innerWidth();
var height = $(element).innerHeight();

To make the slider compliant with JQueryUI 1.7.1, changes lines 78-80 with the following :
min: 0,
max: this.getStackCount() - 1,
value: this.getCurrentPos(),

Rgds,

&quot;-&quot;.</description>
		<content:encoded><![CDATA[<p>To make it working under IE (at least 7), just change the following lines (L7-10):<br />
var top = offsets[1];<br />
var left = offsets[0];<br />
var width = element.clientWidth;<br />
var height = element.clientHeight;</p>
<p>with that :<br />
var top = offsets[1] ? offsets[1]: 0;<br />
var left = offsets[0] ? offsets[0]: 0;<br />
var width = $(element).innerWidth();<br />
var height = $(element).innerHeight();</p>
<p>To make the slider compliant with JQueryUI 1.7.1, changes lines 78-80 with the following :<br />
min: 0,<br />
max: this.getStackCount() &#8211; 1,<br />
value: this.getCurrentPos(),</p>
<p>Rgds,</p>
<p>&#8220;-&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: "-"</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-46393</link>
		<dc:creator>"-"</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-46393</guid>
		<description>To make it working under IE (at least 7), just change the following lines (L7-10):
var top = offsets[1];
var left = offsets[0];
var width = element.clientWidth;
var height = element.clientHeight;

with that :
var top = offsets[1] ? offsets[1]: 0;
var left = offsets[0] ? offsets[0]: 0;
var width = $(element).innerWidth();
var height = $(element).innerHeight();

To make the slider compliant with JQueryUI 1.7.1, changes lines 78-80 with the following :
min: 0,
max: this.getStackCount() - 1,
value: this.getCurrentPos(),

Rgds,

\-\.</description>
		<content:encoded><![CDATA[<p>To make it working under IE (at least 7), just change the following lines (L7-10):<br />
var top = offsets[1];<br />
var left = offsets[0];<br />
var width = element.clientWidth;<br />
var height = element.clientHeight;</p>
<p>with that :<br />
var top = offsets[1] ? offsets[1]: 0;<br />
var left = offsets[0] ? offsets[0]: 0;<br />
var width = $(element).innerWidth();<br />
var height = $(element).innerHeight();</p>
<p>To make the slider compliant with JQueryUI 1.7.1, changes lines 78-80 with the following :<br />
min: 0,<br />
max: this.getStackCount() &#8211; 1,<br />
value: this.getCurrentPos(),</p>
<p>Rgds,</p>
<p>\-\.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/comment-page-1/#comment-45970</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 08 Jun 2009 10:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://blarnee.com/wp/?p=385#comment-45970</guid>
		<description>I&#039;d love to see this working in IE and from the looks of it, Reflex would be a good way to go.  Great work, would kill to see it working in IE.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to see this working in IE and from the looks of it, Reflex would be a good way to go.  Great work, would kill to see it working in IE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
