<?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>Web Dev News &#187; Web Browsers &#8211; News for Web Developers</title>
	<atom:link href="http://webdevnews.net/tag/web-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Sat, 06 Nov 2010 18:22:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Chrome Browser Set to Release</title>
		<link>http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/</link>
		<comments>http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 17:55:48 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=91</guid>
		<description><![CDATA[The web design community is buzzing with the news of the forthcoming release of a new browser from Google, code-name “Chrome”. As if it were not already enough problem coding pages that display consistently across Firefox, Internet Explorer 6 &#38; 7, and Safari, the advent of another browser into the mix seems sure to make [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/">Google Chrome Browser Set to Release</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The web design community is buzzing with the news of the forthcoming release of a new browser from Google, code-name “Chrome”. As if it were not already enough problem coding pages that display consistently across Firefox, Internet Explorer 6 &amp; 7, and Safari, the advent of another browser into the mix seems sure to make things more interesting. Initial word has the Chrome browser based on much of the same code base as Safari (Web Kit), though Google is spinning it as having been re-written largely from scratch. The news broke when Google released a 30 page comic book describing the browser “inadvertently” via email and then posted the comic online <a href="http://www.google.com/googlebooks/chrome/index.html" target="_blank">here</a>.  The comic has Google staff giving an overview of the decision making and code changes that went into the browser in a style reminiscent of the “<a href="http://www.school-house-rock.com/" target="_blank">Schoolhouse Rock</a>” cartoons from the 70’s. The Google development team, depicted in line art wearing tie-dies and goatees, interact with JavaScript cartoon avatars lounging on couches making cell phone calls and anthropomorphic browsers thinking and dreaming icons. One character, while pounding on the browser with a hammer, states: “I don’t care if there’s one fewer cool feature. I just want this product to be rock solid.” In the previous frame, the browser is bolted onto the grill of a truck, and driven into a row of trash cans, to simulate reckless testing. Needless to say, the comic is pretty hilarious and worth a look.</p>
<p>With Chrome, the biggest change is that the browser uses multiple processes rather than multiple threads, meaning that each tab is independent of the others and keeps its processes separate. This is said to assist in rendering JavaScript, and also with memory management. If one tab freezes or crashes, it is only that tab that will be closed, not the whole browser. Chrome also offers advanced information about the memory and CPU use of every part of a web page, including plug-ins individually, to help with debugging or sorting out problems. Google has already tested Chrome on millions of web pages, and the beta version of the browser is reported to display 99% accurately. Does this mean they display the same way as in Firefox or as in Safari? With web design requiring accuracy down to the pixel level, and already too many problems between the way pages display in IE vs. FF, this is not a small question. I generally test the pages I design in IE6, IE7, and FF3 currently, and ignore Safari as I work on a Windows platform and don’t need the extra worry. Even though Chrome will only be released for Windows machines initially, with Mac and Linux versions following next, it will certainly be necessary to add this browser to the test pattern.</p>
<p><span id="more-91"></span></p>
<p>Google has just released a <a href="http://www.google.com/notebook/public/10082229128833698422/BDSIKQgoQ08HkgsIj?hl=en" target="_blank">FAQ</a> for Chrome that includes this information on the features web designers will be able to use to test pages in the browser:</p>
<p>“There are several tools to help you test your website in Google Chrome:</p>
<ul>
<li><strong>Web Inspector</strong></li>
</ul>
<p>Right-click on any component on a web page to launch the web inspector. You&#8217;ll be able to see the elements and resources associated with the component on which you clicked, including a hierarchy view of the DOM and a JavaScript console.</p>
<ul>
<li><strong>Task Manager</strong></li>
</ul>
<p>Select the Page menu icon, then Developer &gt; Task Manager (or press Shift+Esc). The task manager shows all running Google Chrome processes, and the resources that they&#8217;re using (memory, CPU, and network).</p>
<ul>
<li><strong>JavaScript Debugger</strong></li>
</ul>
<p>Select the Page menu icon, then Developer &gt; Debug JavaScript. This launches a JavaScript debugger that can be used to attach to existing processes.”</p>
<p>Though web developers are sure to lead the wave in being the first to download and test the new Chrome browser, it is clear that Google is looking for a much wider market share than just this niche community. The browser has a redesigned look that will immediately set it apart from the competition. In Chrome, the tabs are displayed at the very top of the browser (see <a href="http://blogs.pcworld.com/staffblog/archives/007645.html" target="_blank">screenshot</a> ). Whether this is simply an aesthetic choice, an attempt to build brand identity, an optimization for use with the Android phone, or related to the mythical Google operating system, only time will tell. In all likelihood, the answer is all of the above. Get ready for the release of Chrome for download within hours, and check back for more reports on the beta of this new browser from Google.</p>
<h3>Google Official Blog:</h3>
<p><a href="http://googleblog.blogspot.com/ " target="_blank">http://googleblog.blogspot.com/ </a></p>
<h3>Google Chrome Download Page</h3>
<p><a href="http://www.google.com/chrome">http://www.google.com/chrome</a></p>
<h3>Official Google Chrome Features Page</h3>
<p><a href="http://www.google.com/chrome/intl/en/features.html">http://www.google.com/chrome/intl/en/features.html</a></p>
<p><!--more--></p>

<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/chrome_screen_01/' title='Google Chrome Gallery Screenshot 01'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/chrome_screen_01-150x150.png" class="attachment-thumbnail" alt="chrome screen 01 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 01" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_02/' title='Google Chrome Gallery Screenshot 02'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_02-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 02 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 02" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_03/' title='Google Chrome Gallery Screenshot 03'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_03-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 03 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 03" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_04/' title='Google Chrome Gallery Screenshot 04'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_04-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 04 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 04" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_05/' title='Google Chrome Gallery Screenshot 05'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_05-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 05 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 05" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_06/' title='Google Chrome Gallery Screenshot 06'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_06-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 06 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 06" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_07/' title='Google Chrome Gallery Screenshot 07'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_07-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 07 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 07" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_08/' title='Google Chrome Gallery Screenshot 08'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_08-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 08 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 08" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_09/' title='Google Chrome Gallery Screenshot 09'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_09-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 09 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 09" /></a>
<a href='http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/google_chrome_screen_10/' title='Google Chrome Gallery Screenshot 10'><img width="150" height="150" src="http://webdevnews.net/wp-content/uploads/2008/09/google_chrome_screen_10-150x150.jpg" class="attachment-thumbnail" alt="google chrome screen 10 150x150 Google Chrome Browser Set to Release" title="Google Chrome Gallery Screenshot 10" /></a>

<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/">Google Chrome Browser Set to Release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2008/09/google-chrome-browser-set-to-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

