<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fragmented Code &#187; Google Chrome</title>
	<atom:link href="http://www.fragmentedcode.com/topics/google-chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fragmentedcode.com</link>
	<description>Snippets, Blocks and Infinite Loops</description>
	<lastBuildDate>Sun, 24 Oct 2010 03:10:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Where I spend my day &#8230;</title>
		<link>http://www.fragmentedcode.com/2009/03/23/spend-day/</link>
		<comments>http://www.fragmentedcode.com/2009/03/23/spend-day/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:47:13 +0000</pubDate>
		<dc:creator>zoul</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[hdtv]]></category>

		<guid isPermaLink="false">http://www.fragmentedcode.com/?p=122</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_124" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.fragmentedcode.com/wp-content/uploads/2009/03/dsc_9588_s-copy.jpg"><img class="size-full wp-image-124" title="my desk" src="http://www.fragmentedcode.com/wp-content/uploads/2009/03/dsc_9588_s-copy.jpg" alt="my desk, where I spend all my time." width="500" height="410" /></a><p class="wp-caption-text">my desk, where I spend all my time.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fragmentedcode.com/2009/03/23/spend-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome, Rendering Glitch</title>
		<link>http://www.fragmentedcode.com/2008/09/04/google-chrome-rendering-glitch/</link>
		<comments>http://www.fragmentedcode.com/2008/09/04/google-chrome-rendering-glitch/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:56:55 +0000</pubDate>
		<dc:creator>zoul</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Growl]]></category>
		<category><![CDATA[jQuery Growl]]></category>

		<guid isPermaLink="false">http://www.fragmentedcode.com/?p=97</guid>
		<description><![CDATA[  I noticed the other day at the office, after installing Google Chrome, that the browser had a slightly obnoxious rendering glitch.  It&#8217;s apparent when viewing the jQuery Growl demo page. Basically, it boils down to this &#8230; Chrome renders PNG&#8217;s exactly as one would expect it too, the same way that Safari and Firefox handle [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>I noticed the other day at the office, after installing <a title="Google Chrome" href="http://www.google.com/chrome">Google Chrome</a>, that the browser had a slightly obnoxious rendering glitch.  It&#8217;s apparent when viewing the <a title="jQuery Growl" href="http://projects.zoulcreations.com/jquery/growl/">jQuery Growl</a> demo page.</p>
<p>Basically, it boils down to this &#8230; Chrome renders PNG&#8217;s exactly as one would expect it too, the same way that Safari and Firefox handle them &#8230; transparencies are &#8230; you got it, transparent!</p>
<p>Do you remember the ugly IE PNG bug where it doesn&#8217;t know how to handle the transparency layer and treats the alpha pixels &#8216;oddly&#8217;, almost randomly picking a color of choice and replacing your alpha pixel with a 100% opaque color? Well, looks like Chrome has a similar bug, at least &#8230; visually.</p>
<p>When jQuery Growl appends a new notification element to the DOM, and then fades it in &#8230; Chrome goofs the rendering up and makes the transparent pixels &#8230; non-transparent.  It appears to only do this on pixels that are not 100% transparent (opacity = 0). See the screenshot below for an example:</p>
<p> </p>
<div id="attachment_98" class="wp-caption aligncenter" style="width: 291px"><a href="http://www.fragmentedcode.com/wp-content/uploads/2008/09/chrome_render_bug.jpg"><img class="size-full wp-image-98" title="chrome_render_bug" src="http://www.fragmentedcode.com/wp-content/uploads/2008/09/chrome_render_bug.jpg" alt="Chrome Render Bug" width="281" height="392" /></a><p class="wp-caption-text">Chrome Render Bug</p></div>
<p> </p>
<p>As you can see, the corners are 100% transparent &#8230; but everything else is not &#8230; since the background image has a weird glow/drop shadow effect on it &#8230; and you can see the notifications above it that have there CSS opacity set to 100, the PNG renders perfectly.</p>
<p>This bug appears to be present when the DOM Element&#8217;s opacity is set to anything other then 100, such as a jQuery fadeIn or fadeOut animation that is executing.</p>
<p>Nice, eh?</p>
<p>Hopefully, they fix this bug in the next beta &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fragmentedcode.com/2008/09/04/google-chrome-rendering-glitch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chrome, what&#8217;s missing?</title>
		<link>http://www.fragmentedcode.com/2008/09/04/google-chrome-missing/</link>
		<comments>http://www.fragmentedcode.com/2008/09/04/google-chrome-missing/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:55:41 +0000</pubDate>
		<dc:creator>zoul</dc:creator>
				<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.fragmentedcode.com/?p=95</guid>
		<description><![CDATA[I&#8217;ve been playing with Google Chrome lately, and &#8230; after reading the rather lengthy comic that describes the &#8216;ins and outs&#8217; of the browsers architecture and actually sitting down and surfing with it, I&#8217;m quite impressed. However, as with all things that are new &#8230; the number one issue I had was with it&#8217;s lack [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with <a title="Google Chrome" href="http://www.google.com/chrome">Google Chrome</a> lately, and &#8230; after reading the rather lengthy comic that describes the &#8216;ins and outs&#8217; of the browsers architecture and actually sitting down and surfing with it, I&#8217;m quite impressed.</p>
<p>However, as with all things that are new &#8230; the number one issue I had was with it&#8217;s lack of support for Plugins.  Firefox is an open-source browser, and to my knowledge, so is the API that powers plugins for Firefox.  With a little bit of crafting, I&#8217;m sure Google Chrome could support Firefox plugins in no time flat.</p>
<p>Just imagine, the full power of WebKit, with the extensibility of Firefox and the stability of Chrome&#8217;s architecture.  The web looks like it&#8217;s going to be getting quite a face lift in the near future, with the way that Chrome handles rendering and how it isolate&#8217;s javascript and to that affect, optimizes it as well&#8230; we&#8217;re looking at a whole new &#8216;big picture&#8217; for the web in the near future.  I don&#8217;t think anyone will adopt the technology &#8216;right away&#8217; and require it for &#8216;stability&#8217;, but I do see it being looked at very seriously for all future web ventures &#8230; just picture, if Facebook was designed to work exclusively with Chrome&#8217;s architecture, how much more they could do with the &#8216;web app&#8217; without affecting the user&#8217;s experience by slowing down other pages, etc?</p>
<p>One thumb up for Google so far &#8230; two if they integrate Firefox plugins, none if they go the route of developing their own Plugin API&#8230; cause we all know, we don&#8217;t need yet another browser plugin API&#8230;. geez, can&#8217;t we all just get along, and share the brilliant power of freely downloable browser plugins without needing to have Browser X or Y installed to utilize them?  We all know, Microsoft will never jump on that band wagon, but Google &#8230; they just might.</p>
<p>I also see a future release of Firefox taking advantage of the Chrome architecture as well &#8230; in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fragmentedcode.com/2008/09/04/google-chrome-missing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

