<?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: Javascript Depth of Field Effect</title>
	<atom:link href="http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/</link>
	<description>3D Tech News, Pixel Hacking, Data Visualization and 3D Programming</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:52:39 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhishek Dey</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-7009</link>
		<dc:creator>Abhishek Dey</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-7009</guid>
		<description>Runs great on Opera and Chrome. Slide show in Firefox 3.5.

and doesn&#039;t support on IE8!!!</description>
		<content:encoded><![CDATA[<p>Runs great on Opera and Chrome. Slide show in Firefox 3.5.</p>
<p>and doesn&#8217;t support on IE8!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayo</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-7004</link>
		<dc:creator>Ayo</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-7004</guid>
		<description>this is silly..hardly works on my firefox. more like a slideshow..and i am running on 2gb memory with intel core duo...am i missing something..? ah yeah..my internet connection...too bad our future apps will rely on the reliability of the internet</description>
		<content:encoded><![CDATA[<p>this is silly..hardly works on my firefox. more like a slideshow..and i am running on 2gb memory with intel core duo&#8230;am i missing something..? ah yeah..my internet connection&#8230;too bad our future apps will rely on the reliability of the internet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogalik</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6995</link>
		<dc:creator>rogalik</dc:creator>
		<pubDate>Sun, 12 Jul 2009 12:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6995</guid>
		<description>The demo on my firefox seem to run only when I move my mouse (that is, ff refreshes the view when my USB mouse is refreshed)</description>
		<content:encoded><![CDATA[<p>The demo on my firefox seem to run only when I move my mouse (that is, ff refreshes the view when my USB mouse is refreshed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jami</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6986</link>
		<dc:creator>Jami</dc:creator>
		<pubDate>Sat, 11 Jul 2009 18:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6986</guid>
		<description>&quot;If the same demo, in the same machine, runs faster on Chrome than in Firefox thats because the JavaScript Engine is well designed… I guess…&quot;

It might run faster because chromes rendering engine is faster than firefox. The whole script behind the demo doesn&#039;t seem to be complicated enough to tell anything about the speed of the javascript engine. The &quot;Qt Demo Browser&quot; for example has a faster javascript engine than firefox (I have tested this with several good benchmarks) but this demo runs much much slower in Qt Browser than Firefox. 

Some hundred vector operations (even in a script) aren&#039;t such a performance killer like spirit rendering with alpha blending done in software.</description>
		<content:encoded><![CDATA[<p>&#8220;If the same demo, in the same machine, runs faster on Chrome than in Firefox thats because the JavaScript Engine is well designed… I guess…&#8221;</p>
<p>It might run faster because chromes rendering engine is faster than firefox. The whole script behind the demo doesn&#8217;t seem to be complicated enough to tell anything about the speed of the javascript engine. The &#8220;Qt Demo Browser&#8221; for example has a faster javascript engine than firefox (I have tested this with several good benchmarks) but this demo runs much much slower in Qt Browser than Firefox. </p>
<p>Some hundred vector operations (even in a script) aren&#8217;t such a performance killer like spirit rendering with alpha blending done in software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FMoreira</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6984</link>
		<dc:creator>FMoreira</dc:creator>
		<pubDate>Sat, 11 Jul 2009 15:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6984</guid>
		<description>&quot;The smaller the window the faster the demo runs, so obviously the bottleneck is somewhere in the rendering engine&quot;

It&#039;s a bootleneck but it is a natural one... If the rendering are gets smaller the number of pixels in the screen also get reduced. Less pixels to render to means a jump in performance.


&quot;thus I don’t know how this is this supposed to show the speed of Chrome Javascript engine…&quot;

If the same demo, in the same machine, runs faster on Chrome than in Firefox thats because the JavaScript Engine is well designed... I guess...</description>
		<content:encoded><![CDATA[<p>&#8220;The smaller the window the faster the demo runs, so obviously the bottleneck is somewhere in the rendering engine&#8221;</p>
<p>It&#8217;s a bootleneck but it is a natural one&#8230; If the rendering are gets smaller the number of pixels in the screen also get reduced. Less pixels to render to means a jump in performance.</p>
<p>&#8221;thus I don’t know how this is this supposed to show the speed of Chrome Javascript engine…&#8221;</p>
<p>If the same demo, in the same machine, runs faster on Chrome than in Firefox thats because the JavaScript Engine is well designed&#8230; I guess&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jami</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6969</link>
		<dc:creator>Jami</dc:creator>
		<pubDate>Fri, 10 Jul 2009 18:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6969</guid>
		<description>The smaller the window the faster the demo runs, so obviously the bottleneck is somewhere in the rendering engine; thus I don&#039;t know how this is this supposed to show the speed of Chrome Javascript engine...</description>
		<content:encoded><![CDATA[<p>The smaller the window the faster the demo runs, so obviously the bottleneck is somewhere in the rendering engine; thus I don&#8217;t know how this is this supposed to show the speed of Chrome Javascript engine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satyr</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6966</link>
		<dc:creator>Satyr</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6966</guid>
		<description>It doesm&#039;t work on IE8 ... as usual when it comes to javascripts IE sucks!</description>
		<content:encoded><![CDATA[<p>It doesm&#8217;t work on IE8 &#8230; as usual when it comes to javascripts IE sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6964</link>
		<dc:creator>Cyril</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6964</guid>
		<description>OK maybe it comes from my system, but here is what I get with chrome: http://www.icare3d.org/ChromeJSDoF.png</description>
		<content:encoded><![CDATA[<p>OK maybe it comes from my system, but here is what I get with chrome: <a href="http://www.icare3d.org/ChromeJSDoF.png" rel="nofollow">http://www.icare3d.org/ChromeJSDoF.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeGX</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6963</link>
		<dc:creator>JeGX</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6963</guid>
		<description>I updated the post with chrome and firefox rendering. It&#039;s hard to see the difference.</description>
		<content:encoded><![CDATA[<p>I updated the post with chrome and firefox rendering. It&#8217;s hard to see the difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6962</link>
		<dc:creator>Cyril</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6962</guid>
		<description>Wait, for me image quality is not the same at all between firefox and Chrome. While firefox display nicely filtered balls, Chrome display them badly interpolated and pixellated, you can&#039;t compare performances in this condition.</description>
		<content:encoded><![CDATA[<p>Wait, for me image quality is not the same at all between firefox and Chrome. While firefox display nicely filtered balls, Chrome display them badly interpolated and pixellated, you can&#8217;t compare performances in this condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FMoreira</title>
		<link>http://www.geeks3d.com/20090710/javascript-depth-of-field-effect/comment-page-1/#comment-6961</link>
		<dc:creator>FMoreira</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeks3d.com/?p=4808#comment-6961</guid>
		<description>It also runs nice on Opera 10 Beta 1 :)</description>
		<content:encoded><![CDATA[<p>It also runs nice on Opera 10 Beta 1 <img src='http://www.geeks3d.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
