<?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"
	>
<channel>
	<title>Comments on: Let there be color in the browser</title>
	<atom:link href="http://news.qooxdoo.org/let-there-be-color-in-the-browser/feed" rel="self" type="application/rss+xml" />
	<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser</link>
	<description>The qooxdoo news section</description>
	<pubDate>Wed, 19 Nov 2008 11:55:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Bookmarks about Javascript</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-11543</link>
		<dc:creator>Bookmarks about Javascript</dc:creator>
		<pubDate>Mon, 03 Nov 2008 09:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-11543</guid>
		<description>[...] - bookmarked by 4 members originally found by konno110 on 2008-10-15  Let there be color in the browser  http://news.qooxdoo.org/let-there-be-color-in-the-browser - bookmarked by 4 members originally [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 4 members originally found by konno110 on 2008-10-15  Let there be color in the browser  <a href="http://news.qooxdoo.org/let-there-be-color-in-the-browser" rel="nofollow">http://news.qooxdoo.org/let-there-be-color-in-the-browser</a> - bookmarked by 4 members originally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Jakobs</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-9651</link>
		<dc:creator>Fabian Jakobs</dc:creator>
		<pubDate>Tue, 15 Jul 2008 07:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-9651</guid>
		<description>Yes that is correct. The trick in this application is to never change the internal dimension of the canvas by setting "syncDimension" to false. This way the contents of the canvas is scaled to the size of the outer DOM element and no redraw is needed. The redraw is really expensive as you can see be the delay at page load.</description>
		<content:encoded><![CDATA[<p>Yes that is correct. The trick in this application is to never change the internal dimension of the canvas by setting &#8220;syncDimension&#8221; to false. This way the contents of the canvas is scaled to the size of the outer DOM element and no redraw is needed. The redraw is really expensive as you can see be the delay at page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petr</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-9649</link>
		<dc:creator>petr</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-9649</guid>
		<description>in HsvPie constructor is:

    this.set({
      syncDimension : false,
      canvasHeight : width,
      canvasWidth : height
    });

is this correct :-) ?</description>
		<content:encoded><![CDATA[<p>in HsvPie constructor is:</p>
<p>    this.set({<br />
      syncDimension : false,<br />
      canvasHeight : width,<br />
      canvasWidth : height<br />
    });</p>
<p>is this correct <img src='http://news.qooxdoo.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Ecker</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-9638</link>
		<dc:creator>Andreas Ecker</dc:creator>
		<pubDate>Thu, 10 Jul 2008 19:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-9638</guid>
		<description>Hi Wayne, I'd also like to ensure you that qooxdoo continues to be fully cross-browser. Don't know why this should be at question at all??

qooxdoo offers cross-browser look&#38;feel, development support and API, even for advanced features that you'll hardly find in other frameworks. Of course, the development snapshots (or the intermediate releases before 0.8 final) are not always fully functional (not browser-specific), but that is nothing to worry about. If you find any issues, please report them at http://bugzilla.qooxdoo.org . Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Wayne, I&#8217;d also like to ensure you that qooxdoo continues to be fully cross-browser. Don&#8217;t know why this should be at question at all??</p>
<p>qooxdoo offers cross-browser look&amp;feel, development support and API, even for advanced features that you&#8217;ll hardly find in other frameworks. Of course, the development snapshots (or the intermediate releases before 0.8 final) are not always fully functional (not browser-specific), but that is nothing to worry about. If you find any issues, please report them at <a href="http://bugzilla.qooxdoo.org" rel="nofollow">http://bugzilla.qooxdoo.org</a> . Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Jakobs</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-9630</link>
		<dc:creator>Fabian Jakobs</dc:creator>
		<pubDate>Wed, 09 Jul 2008 10:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-9630</guid>
		<description>It is an experiment of mine and I did not take cross browser issues into account. As a matter of fact, the program currently does only work in Firefox and you need Firefox 3 to get decent performance.

This is definitively not the direction of qooxdoo. We take IE support very seriously and any qooxdoo 0.8 final will have full support for IE 6/7, Opera 9.5, Firefox and Safari 3. As we use Firefox as our main development platform other browsers may lag a bit behind during development but not in the final release.</description>
		<content:encoded><![CDATA[<p>It is an experiment of mine and I did not take cross browser issues into account. As a matter of fact, the program currently does only work in Firefox and you need Firefox 3 to get decent performance.</p>
<p>This is definitively not the direction of qooxdoo. We take IE support very seriously and any qooxdoo 0.8 final will have full support for IE 6/7, Opera 9.5, Firefox and Safari 3. As we use Firefox as our main development platform other browsers may lag a bit behind during development but not in the final release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Si</title>
		<link>http://news.qooxdoo.org/let-there-be-color-in-the-browser#comment-9629</link>
		<dc:creator>Wayne Si</dc:creator>
		<pubDate>Wed, 09 Jul 2008 09:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=154#comment-9629</guid>
		<description>Nice job but doesn't work on IE. I have a feeling that the curent qooxdoo development is focusing on Firefox or WebKit families more and more, say source code tab in  Demo Browser (v0.8) stopped working in IE for a long time last month. I don't think it's some kind of good sign on this cross-browser framework.</description>
		<content:encoded><![CDATA[<p>Nice job but doesn&#8217;t work on IE. I have a feeling that the curent qooxdoo development is focusing on Firefox or WebKit families more and more, say source code tab in  Demo Browser (v0.8) stopped working in IE for a long time last month. I don&#8217;t think it&#8217;s some kind of good sign on this cross-browser framework.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
