<?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>Pemaquid Crunch: Web Design notes from Portland, Maine &#187; Internet Explorer</title>
	<atom:link href="http://www.pemaquid.com/blog/category/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pemaquid.com/blog</link>
	<description>Tips on Web Design, Usability and Web Strategy from Portland, Maine</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:35:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IE6 users are (still) people too</title>
		<link>http://www.pemaquid.com/blog/2010/01/19/ie6-users-are-still-people-too/</link>
		<comments>http://www.pemaquid.com/blog/2010/01/19/ie6-users-are-still-people-too/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:05:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Andy Clarke]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.pemaquid.com/blog/?p=485</guid>
		<description><![CDATA[There&#8217;s no question that Internet Explorer 6 has replaced Netscape 4 as the most reviled browser known to Web development. Just do a quick real-time search to see how Web designers feel. There&#8217;s a lot not to like. To name just a few short-comings: It doesn&#8217;t render the transparency of Portable Network Graphics (*.PNG files) [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;margin:0 0 20px 20px;" width="156" height="163" src="/blog/images/ie6.jpg" alt="Internet Explorer 6" /></p>
<p>There&#8217;s no question that Internet Explorer 6 has replaced Netscape 4 as the most reviled browser known to Web development.  Just do a <a href="http://twitter.com/#search?q=ie6%20sucks">quick real-time search</a> to see how Web designers feel.  </p>
<p>There&#8217;s a lot not to like.  To name just a few short-comings:</p>
<ul class="bull">
<li>It doesn&#8217;t render the transparency of Portable Network Graphics (*.PNG files) properly, requiring a <a href="http://msdn.microsoft.com/en-us/library/ms532969%28VS.85%29.aspx">browser-specific filter</a></li>
<li>It doesn&#8217;t render a lot of the latest CSS declarations</li>
</ul>
<p>(I could go on and on, but why relive the agony?)</p>
<p>This means that Web designers need to invest extra time making sure IE6 renders their creations properly, and that makes us, um&#8230; <a href="http://twitter.com/#search?q=i%20hate%20ie6">cranky</a>, and rightly so.  </p>
<p><img style="float:right;margin:0 0 20px 20px;" width="156" height="163" src="/images/ie_bulleted.jpg" alt="Internet Explorer 6 after a Web designer drive-by" /></p>
<p>Some designers actually seem to be personally offended by people who use IE6, and want to <a href="http://po-ru.com/diary/ie6-not-on-my-internet/">force them to switch browsers by denying them access to their Web sites if they use IE6</a>.  </p>
<p>This approach is miguided and does not take into account the fact that many people cannot upgrade because they access the Web from corporate IT environments that only support IE6.  </p>
<p>Other designers are bewildered that some people would continue to use IE6 when other options exist.  The reason has to do with usability, and is best characterized by the phrase &#8220;if-it-ain&#8217;t-broke-don&#8217;t-fix-it&#8221;.  In other words, people who use IE6, many of whom are non-technical, get along just fine, thank you, sending email and surfing and purchasing with adequate security.  These folks have no incentive to switch.  </p>
<p>It&#8217;s hard to get angry with people for that.</p>
<p>Designer <a href="http://twitter.com/malarkey">Andy Clarke</a> recently <a href="http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/">considered the options regarding the IE6 question</a> and proposed a <a href="http://stuffandnonsense.co.uk/content/demo/2009/05/21/ie6.0.3.css">Universal Internet Explorer 6 CSS file</a> as a solution.  Basically, Clarke, says, serve up a plain jane style sheet that allows folks with IE6 to view a Web page&#8217;s content, but conveys the message that their browser is not up to par in terms of rendering its layout.</p>
<p>Some top flight designers have adopted this approach, as <a href="http://twitter.com/jina">Jina Bolton</a> did recently when she redesigned her personal site, <a href="http://sushiandrobots.com/">Sushi and Robots</a>.  UIE6 has popped up on a couple of sites here in the Portland area as well.</p>
<p>So, has the time come to employ the Universal Internet Explorer 6 CSS more routinely?  The answer depends on the audience for your site as well as its content.  </p>
<p>A quick spot check of <a href="http://www.w3schools.com/browsers/browsers_stats.asp">W3Schools browser stats</a> suggests that roughly 10% of all Internet users view it through IE6 (about 4% of the visitors to this site use IE6).</p>
<p>If your site caters to the general public and traffic analytics show one in ten visitors are using IE6, I&#8217;d say the time has not yet come for you to switch.  You&#8217;re still better off employing <a href="http://www.alistapart.com/articles/understandingprogressiveenhancement/">progressive enhancement</a> techniques in your CSS to serve up a design that still looks sharp, if not a pixel-perfect clone of what&#8217;s seen in other browsers.</p>
<p>If 4% or less are using IE6, and you&#8217;re not conducting any e-commerce, I&#8217;d say you&#8217;re safe giving UIE6 CSS a spin.  </p>
<p>But if you do use UIE6 CSS, make sure you check to see that things are rendering properly.  Sometimes goodies like <a href="http://jquery.com/">jQuery</a>, bereft of the CSS used in other browsers, leave the interface looking a little messy and content unreadable.  Yep, I&#8217;ve seen that on at least one local site-that-shall-remain-nameless.</p>
<p>Remember, IE6 users are people too.  They deserve a great (if not pixel-perfect) user experience like everybody else.</p>
<p>Next week we&#8217;ll be talking about Pemaquid&#8217;s current approach to handling CSS for IE6.  </p>
<p><em>Have any of you out there used UIE6 CSS?  Let us know how in the comments.</em></p>
<div class="tweetmeme_button" style="margin:0 20px 0 0;float:left;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;source=pemaquid&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow" href="http://twitter.com/home?status=IE6%20users%20are%20%28still%29%20people%20too%20-%20http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F" title="Twitter"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;t=IE6%20users%20are%20%28still%29%20people%20too" title="Facebook"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;title=IE6%20users%20are%20%28still%29%20people%20too&amp;bodytext=%0D%0A%0D%0AThere%27s%20no%20question%20that%20Internet%20Explorer%206%20has%20replaced%20Netscape%204%20as%20the%20most%20reviled%20browser%20known%20to%20Web%20development.%20%20Just%20do%20a%20quick%20real-time%20search%20to%20see%20how%20Web%20designers%20feel.%20%20%0D%0A%0D%0AThere%27s%20a%20lot%20not%20to%20like.%20%20To%20name%20just%20a%20few%20short-" title="Digg"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;title=IE6%20users%20are%20%28still%29%20people%20too&amp;notes=%0D%0A%0D%0AThere%27s%20no%20question%20that%20Internet%20Explorer%206%20has%20replaced%20Netscape%204%20as%20the%20most%20reviled%20browser%20known%20to%20Web%20development.%20%20Just%20do%20a%20quick%20real-time%20search%20to%20see%20how%20Web%20designers%20feel.%20%20%0D%0A%0D%0AThere%27s%20a%20lot%20not%20to%20like.%20%20To%20name%20just%20a%20few%20short-" title="del.icio.us"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;title=IE6%20users%20are%20%28still%29%20people%20too&amp;annotation=%0D%0A%0D%0AThere%27s%20no%20question%20that%20Internet%20Explorer%206%20has%20replaced%20Netscape%204%20as%20the%20most%20reviled%20browser%20known%20to%20Web%20development.%20%20Just%20do%20a%20quick%20real-time%20search%20to%20see%20how%20Web%20designers%20feel.%20%20%0D%0A%0D%0AThere%27s%20a%20lot%20not%20to%20like.%20%20To%20name%20just%20a%20few%20short-" title="Google Bookmarks"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;h=IE6%20users%20are%20%28still%29%20people%20too" title="NewsVine"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;title=IE6%20users%20are%20%28still%29%20people%20too" title="StumbleUpon"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F" title="Technorati"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;t=IE6%20users%20are%20%28still%29%20people%20too&amp;s=%0D%0A%0D%0AThere%27s%20no%20question%20that%20Internet%20Explorer%206%20has%20replaced%20Netscape%204%20as%20the%20most%20reviled%20browser%20known%20to%20Web%20development.%20%20Just%20do%20a%20quick%20real-time%20search%20to%20see%20how%20Web%20designers%20feel.%20%20%0D%0A%0D%0AThere%27s%20a%20lot%20not%20to%20like.%20%20To%20name%20just%20a%20few%20short-" title="Tumblr"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2010%2F01%2F19%2Fie6-users-are-still-people-too%2F&amp;partner=sociable" title="Print this article!"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pemaquid.com/blog/2010/01/19/ie6-users-are-still-people-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome could help set the (Web) Standard</title>
		<link>http://www.pemaquid.com/blog/2008/09/03/chrome-could-help-set-the-web-standard/</link>
		<comments>http://www.pemaquid.com/blog/2008/09/03/chrome-could-help-set-the-web-standard/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 16:47:06 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://www.pemaquid.com/blog/chrome-could-help-set-the-web-standard</guid>
		<description><![CDATA[Google&#8217;s new Chrome browser could help w/t/universal adoption of Web Standards by browser makers. Google&#8217;s browser uses the Webkit rendering engine, the same one used by Apple&#8217;s Safari, which also closely applies Web Standards, so Chrome should do the same. I downloaded Chrome last night and ran pemaquid.com and several other sites that apply Web [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;margin:20px;" src="/blog/images/google-chrome-logo.jpg" width="214" height="206" alt="Google Chrome logo" /><br />
Google&#8217;s new Chrome browser could help w/t/universal adoption of Web Standards by browser makers.  Google&#8217;s browser uses the Webkit rendering engine, the same one used by Apple&#8217;s Safari, which also closely applies Web Standards, so Chrome should do the same.</p>
<p>I downloaded Chrome last night and ran <a href="http://pemaquid.com">pemaquid.com</a> and several other sites that apply Web Standards through it, and they all checked out, even the features fortified w/(Progressively Enhanced) Ajax.  </p>
<p>Separately, a CSS bug has been reported by Jeremy Jarratt, in that <a href="http://jeremyjarratt.com/2008/09/03/google-chrome-obeys-alternate-css/">Google Chrome improperly displays alternate style sheets</a>.  This is apparently a bug that has existed in Webkit and Safari for some time.  (information via <a href="http://www.zeldman.com/2008/09/03/a-bug-in-google-chrome/">Jeffrey Zeldman</a>).</p>
<p>Because of Google&#8217;s high profile, Chrome could have more of an immediate impact than <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> did when it came on the scene.  I&#8217;m hoping that&#8217;s going to be a good thing.  </p>
<p>For example, it might wake up certain IE6-centric developers slumbering blissfully ignorant to the existence of <a href="http://www.webstandards.org/about/">Web Standard design principles</a>, when they <a href="http://www.google.com/chrome/intl/en/webmasters-faq.html#renderie">wonder why their sites don&#8217;t render consistently in a suddenly-popular Chrome</a>.</p>
<p>Still, it remains to be seen if Google Chrome will make a sizeable dent in the browser market.  As we&#8217;ve seen with the continuing significant market share held by IE6, <a href="http://www.pemaquid.com/blog/why-the-ie6-abandon-rate-is-slow">people don&#8217;t easily switch browsers</a> unless they find it compelling to do so.  </p>
<p>One thing&#8217;s for sure, as Zeldman says, we once again live in interesting times regarding Web Standards, Web content and Web browsers.</p>
<div class="tweetmeme_button" style="margin:0 20px 0 0;float:left;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;source=pemaquid&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow" href="http://twitter.com/home?status=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard%20-%20http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F" title="Twitter"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;t=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard" title="Facebook"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;title=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard&amp;bodytext=%0D%0AGoogle%27s%20new%20Chrome%20browser%20could%20help%20w%2Ft%2Funiversal%20adoption%20of%20Web%20Standards%20by%20browser%20makers.%20%20Google%27s%20browser%20uses%20the%20Webkit%20rendering%20engine%2C%20the%20same%20one%20used%20by%20Apple%27s%20Safari%2C%20which%20also%20closely%20applies%20Web%20Standards%2C%20so%20Chrome%20should%20do" title="Digg"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;title=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard&amp;notes=%0D%0AGoogle%27s%20new%20Chrome%20browser%20could%20help%20w%2Ft%2Funiversal%20adoption%20of%20Web%20Standards%20by%20browser%20makers.%20%20Google%27s%20browser%20uses%20the%20Webkit%20rendering%20engine%2C%20the%20same%20one%20used%20by%20Apple%27s%20Safari%2C%20which%20also%20closely%20applies%20Web%20Standards%2C%20so%20Chrome%20should%20do" title="del.icio.us"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;title=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard&amp;annotation=%0D%0AGoogle%27s%20new%20Chrome%20browser%20could%20help%20w%2Ft%2Funiversal%20adoption%20of%20Web%20Standards%20by%20browser%20makers.%20%20Google%27s%20browser%20uses%20the%20Webkit%20rendering%20engine%2C%20the%20same%20one%20used%20by%20Apple%27s%20Safari%2C%20which%20also%20closely%20applies%20Web%20Standards%2C%20so%20Chrome%20should%20do" title="Google Bookmarks"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;h=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard" title="NewsVine"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;title=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard" title="StumbleUpon"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F" title="Technorati"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;t=Chrome%20could%20help%20set%20the%20%28Web%29%20Standard&amp;s=%0D%0AGoogle%27s%20new%20Chrome%20browser%20could%20help%20w%2Ft%2Funiversal%20adoption%20of%20Web%20Standards%20by%20browser%20makers.%20%20Google%27s%20browser%20uses%20the%20Webkit%20rendering%20engine%2C%20the%20same%20one%20used%20by%20Apple%27s%20Safari%2C%20which%20also%20closely%20applies%20Web%20Standards%2C%20so%20Chrome%20should%20do" title="Tumblr"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F03%2Fchrome-could-help-set-the-web-standard%2F&amp;partner=sociable" title="Print this article!"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pemaquid.com/blog/2008/09/03/chrome-could-help-set-the-web-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome browser set to weigh in</title>
		<link>http://www.pemaquid.com/blog/2008/09/02/google-chrome-browser-set-to-weigh-in/</link>
		<comments>http://www.pemaquid.com/blog/2008/09/02/google-chrome-browser-set-to-weigh-in/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:28:15 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.pemaquid.com/blog/google-chrome-browser-set-to-weigh-in</guid>
		<description><![CDATA[Last night I noticed John Resig twittering about a new Web browser from Google, called Chrome. It&#8217;s hitting the news in other places; here&#8217;s a piece from yesterday&#8217;s New York Times. Reports say Google intends to release the browser for download from its site today at: google.com/chrome but so far nothing&#8217;s available. I haven&#8217;t had [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I noticed <a href="http://twitter.com/jeresig">John Resig twittering about a new Web browser from Google</a>, called <strong>Chrome</strong>.  It&#8217;s hitting the news in other places; here&#8217;s <a href="http://www.nytimes.com/2008/09/02/technology/02google.html?em">a piece from yesterday&#8217;s New York Times</a>.</p>
<p>Reports say Google intends to release the browser for download from its site today at: <a href="http://google.com/chrome">google.com/chrome</a> but so far nothing&#8217;s available.</p>
<p>I haven&#8217;t had time to immerse myself the details yet, but here are some of the important details:</p>
<ul>
<li>It will be open source</li>
<li>It will offer a way for people to see how Web sites are consuming system resources</li>
<li>It will handle tabbed browsing in a slightly different way</li>
</ul>
<p>This could have a major impact on both Microsoft&#8217;s <a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">Internet Explorer</a> browser as well as the Mozilla Project&#8217;s <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>.</p>
<p>You can <a href="http://blogoscoped.com/archive/2008-09-01-n47.html">find out more about the Google Chrome features</a> at <strong>Google Blogscoped</strong>, a blog which follows the company; learn more about some of the <a href="http://ejohn.org/blog/google-chrome-process-manager/">technical implications of Google Chrome</a> from John Resig on his blog.  </p>
<p>As far as the impact on front end Web designers?  It remains to be seen, but if you assume that Chrome adheres to Web standards and standard CSS implementations, it shouldn&#8217;t change the game all that much.  Stay tuned&#8230;.
<div class="tweetmeme_button" style="margin:0 20px 0 0;float:left;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;source=pemaquid&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow" href="http://twitter.com/home?status=Google%20Chrome%20browser%20set%20to%20weigh%20in%20-%20http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F" title="Twitter"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;t=Google%20Chrome%20browser%20set%20to%20weigh%20in" title="Facebook"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;title=Google%20Chrome%20browser%20set%20to%20weigh%20in&amp;bodytext=Last%20night%20I%20noticed%20John%20Resig%20twittering%20about%20a%20new%20Web%20browser%20from%20Google%2C%20called%20Chrome.%20%20It%27s%20hitting%20the%20news%20in%20other%20places%3B%20here%27s%20a%20piece%20from%20yesterday%27s%20New%20York%20Times.%0D%0A%0D%0AReports%20say%20Google%20intends%20to%20release%20the%20browser%20for%20download%20f" title="Digg"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;title=Google%20Chrome%20browser%20set%20to%20weigh%20in&amp;notes=Last%20night%20I%20noticed%20John%20Resig%20twittering%20about%20a%20new%20Web%20browser%20from%20Google%2C%20called%20Chrome.%20%20It%27s%20hitting%20the%20news%20in%20other%20places%3B%20here%27s%20a%20piece%20from%20yesterday%27s%20New%20York%20Times.%0D%0A%0D%0AReports%20say%20Google%20intends%20to%20release%20the%20browser%20for%20download%20f" title="del.icio.us"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;title=Google%20Chrome%20browser%20set%20to%20weigh%20in&amp;annotation=Last%20night%20I%20noticed%20John%20Resig%20twittering%20about%20a%20new%20Web%20browser%20from%20Google%2C%20called%20Chrome.%20%20It%27s%20hitting%20the%20news%20in%20other%20places%3B%20here%27s%20a%20piece%20from%20yesterday%27s%20New%20York%20Times.%0D%0A%0D%0AReports%20say%20Google%20intends%20to%20release%20the%20browser%20for%20download%20f" title="Google Bookmarks"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;h=Google%20Chrome%20browser%20set%20to%20weigh%20in" title="NewsVine"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;title=Google%20Chrome%20browser%20set%20to%20weigh%20in" title="StumbleUpon"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F" title="Technorati"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;t=Google%20Chrome%20browser%20set%20to%20weigh%20in&amp;s=Last%20night%20I%20noticed%20John%20Resig%20twittering%20about%20a%20new%20Web%20browser%20from%20Google%2C%20called%20Chrome.%20%20It%27s%20hitting%20the%20news%20in%20other%20places%3B%20here%27s%20a%20piece%20from%20yesterday%27s%20New%20York%20Times.%0D%0A%0D%0AReports%20say%20Google%20intends%20to%20release%20the%20browser%20for%20download%20f" title="Tumblr"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.pemaquid.com%2Fblog%2F2008%2F09%2F02%2Fgoogle-chrome-browser-set-to-weigh-in%2F&amp;partner=sociable" title="Print this article!"><img src="http://www.pemaquid.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pemaquid.com/blog/2008/09/02/google-chrome-browser-set-to-weigh-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

