<?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/"
	>

<channel>
	<title>Simon Whatley &#187; Google</title>
	<atom:link href="http://www.simonwhatley.co.uk/category/companies/google-companies/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<pubDate>Tue, 06 Jan 2009 11:16:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google, Yahoo and Microsoft Webmaster Tools</title>
		<link>http://www.simonwhatley.co.uk/google-yahoo-and-microsoft-webmaster-tools</link>
		<comments>http://www.simonwhatley.co.uk/google-yahoo-and-microsoft-webmaster-tools#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:25:29 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Yahoo]]></category>

		<category><![CDATA[optimisation]]></category>

		<category><![CDATA[sitemaps]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[webmasters]]></category>

		<category><![CDATA[website]]></category>

		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=1312</guid>
		<description><![CDATA[The first step to increasing your site’s visibility on the top search engines such as Google, Yahoo! and MSN is to help their respective robots crawl and index your site. To avoid undesirable content in the search indexes, webmasters can instruct spiders not to crawl certain files or directories through the standard robots.txt file. Conversely and importantly, webmasters can also notify the search engines about the existence and importance of pages with a sitemap.xml file]]></description>
			<content:encoded><![CDATA[<p>The first step to increasing your site&#8217;s visibility on the top search engines such as <a href="http://www.google.com" title="Google Search" target="_blank" rel="nofollow">Google</a>, <a href="http://www.yahoo.com" title="Yahoo! Search" target="_blank" rel="nofollow">Yahoo!</a> and <a href="http://www.msn.com" title="Microsoft Search" target="_blank" rel="nofollow">MSN</a> is to help their respective robots crawl and index your site. </p>
<p>To avoid undesirable content in the search indexes, webmasters can instruct spiders not to crawl certain files or directories through the standard robots.txt file. Conversely and importantly, webmasters can also notify the search engines about the existence and importance of pages with a sitemap.xml file. (Both files are placed in the root directory of the domain.)</p>
<p>Fortunately for the webmaster, the major search engines provide various tools to help manage both Sitemap and Robot files.</p>
<p>To gain an understanding of both &#8216;protocols&#8217;, I&#8217;ll discuss them briefly below.</p>
<h3>Sitemaps (Inclusion Protocol)</h3>
<p>The Sitemaps protocol allows a webmaster to inform search engines about <abbr title="Universal Resource Locator">URL</abbr>s on a website that are available for crawling. A Sitemap is an <abbr title="eXtensible Markup Language">XML</abbr> file that lists the <abbr title="Universal Resource Locator">URL</abbr>s for a site. It allows webmasters to include additional information about each <abbr title="Universal Resource Locator">URL</abbr>: when it was last updated, how often it changes, and how important it is in relation to other <abbr title="Universal Resource Locator">URL</abbr>s in the site. This allows search engines to crawl the site more intelligently. Sitemaps are a <abbr title="Universal Resource Locator">URL</abbr> inclusion protocol and complement robots.txt, a <abbr title="Universal Resource Locator">URL</abbr> exclusion protocol.</p>
<p>The webmaster can generate a Sitemap containing all accessible <abbr title="Universal Resource Locator">URL</abbr>s on the site and submit it to search engines. Since Google, MSN, Yahoo!, and Ask use the same protocol now, having a Sitemap would let the biggest search engines have the updated pages information.</p>
<p>Sitemaps supplement and do not replace the existing crawl-based mechanisms that search engines already use to discover <abbr title="Universal Resource Locator">URL</abbr>s. By submitting Sitemaps to a search engine, a webmaster is only helping that engine&#8217;s crawlers to do a better job of crawling their site(s). Using this protocol does not guarantee that web pages will be included in search indexes, nor does it influence the way that pages are ranked in search results.</p>
<p>The following is a cut-down version of the sitemap.xml for this website. WordPress, via a plugin, automatically updates this file each time a new post or page is written.</p>

<div class="wp_syntax"><div class="code"><pre class="text">&lt;urlset xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot;&gt;
&lt;url&gt;
&lt;loc&gt;http://www.simonwhatley.co.uk/&lt;/loc&gt;
&lt;lastmod&gt;2008-10-08T14:50:16+00:00&lt;/lastmod&gt;
&lt;changefreq&gt;daily&lt;/changefreq&gt;
&lt;priority&gt;1.0&lt;/priority&gt;
&lt;/url&gt;
&lt;url&gt;
&lt;loc&gt;
http://www.simonwhatley.co.uk/big-city-little-people
&lt;/loc&gt;
&lt;lastmod&gt;2008-10-08T14:50:16+00:00&lt;/lastmod&gt;
&lt;changefreq&gt;monthly&lt;/changefreq&gt;
&lt;priority&gt;0.1&lt;/priority&gt;
&lt;/url&gt;
&lt;/urlset&gt;</pre></div></div>

<p>More information about sitemaps can be found on the <a href="http://www.sitemaps.org" title="Sitemaps.org website" target="_blank" rel="nofollow">Sitemaps.org website</a>.</p>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
<h3>Robots (Exclusion Protocol)</h3>
<p>The robot exclusion standard, also known as the Robots Exclusion Protocol or robots.txt protocol, is a convention to prevent cooperating web spiders and other web robots from accessing all or part of a website which is otherwise publicly viewable. Robots are often used by search engines to categorise and archive web sites. The standard complements Sitemaps, a robot inclusion standard for websites.</p>
<p>A robots.txt file on a website will function as a request that specified robots ignore specified files or directories in their search. This might be, for example, out of a preference for privacy from search engine results, or the belief that the content of the selected directories might be misleading or irrelevant to the categorisation of the site as a whole.</p>
<p>The protocol, however, is purely advisory. It relies on the cooperation of the web robot, so that marking an area of a site out of bounds with robots.txt does not guarantee privacy. Some web site administrators have tried to use the robots file to make private parts of a website invisible to the rest of the world, but the file is necessarily publicly available and its content is easily checked by anyone with a web browser.</p>
<p>For example, the following tells all crawlers not to enter four directories of a website:</p>

<div class="wp_syntax"><div class="code"><pre class="text">User-agent: *
Disallow: /cgi-bin/
Disallow: /images/
Disallow: /tmp/
Disallow: /private/</pre></div></div>

<p>Exclusion can also be achieved on a page-level basis using a Meta-tag. This is a tag that would be placed in the <abbr title="HyperText Markup Language">HTML</abbr> head of of a web page. The <code>robots</code> attribute controls whether search engine spiders are allowed to index a page, or not, and whether they should follow links from a page, or not.</p>
<p>A common example could be as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="html"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; </span>
<span style="color: #00bbdd;">	&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span> 
<span style="color: #000099;"><span style="color: #000066;">&lt;html</span> xmlns<span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;http://www.w3.org/1999/xhtml&quot;</span> <span style="color: #000066;">dir</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;ltr&quot;</span> <span style="color: #000066;">lang</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;en-GB&quot;</span> xml:<span style="color: #000066;">lang</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;en&quot;</span><span style="color: #000066;">&gt;</span></span> 
 <span style="color: #000099;"><span style="color: #000066;">&lt;head</span> <span style="color: #000066;">profile</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;http://gmpg.org/xfn/11&quot;</span><span style="color: #000066;">&gt;</span></span> 
	<span style="color: #000099;"><span style="color: #000066;">&lt;title&gt;</span></span>Simon Whatley<span style="color: #000099;"><span style="color: #000066;">&lt;/title&gt;</span></span>
	<span style="color: #000099;"><span style="color: #000066;">&lt;meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;robots&quot;</span> <span style="color: #000066;">content</span><span style="color: #0000ff;">=</span><span style="color: #009900;">&quot;index,follow&quot;</span> <span style="color: #0000ff;">/</span><span style="color: #000066;">&gt;</span></span>
<span style="color: #000099;"><span style="color: #000066;">&lt;/head&gt;</span></span>
<span style="color: #000099;"><span style="color: #000066;">&lt;body&gt;</span></span>
<span style="color: #000099;"><span style="color: #000066;">&lt;/body&gt;</span></span>
<span style="color: #000099;"><span style="color: #000066;">&lt;/html&gt;</span></span></pre></div></div>

<p>A word of caution though, Meta tags are not the best option to prevent search engines from indexing content of your website.</p>
<p>More information about Robots.txt files can be found on the <a href="http://www.robotstxt.org/" title="Robotstxt.org website" target="_blank" rel="nofollow">Robotstxt.org website</a>.</p>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
<h3>Webmaster Tools</h3>
<p>The top 3 search providers all have their own webmaster tools admin interface. The Google offering is the most advanced, but it&#8217;s good practice to use and submit information to all three.</p>
<p>Links to their services are provided below:</p>
<ul>
<li><a href="http://www.google.com/webmasters/" title="Google Webmasters" target="_blank" rel="nofollow">Google Webmasters</a></li>
<li><a href="http://siteexplorer.search.yahoo.com" title="Yahoo! Site Explorer" target="_blank" rel="nofollow">Yahoo! Site Explorer</a></li>
<li><a href="http://webmaster.live.com" title="Live Search Webmaster Centre" target="_blank" rel="nofollow">Live Search Webmaster Centre</a></li>
</ul>
<p>Ask doesn&#8217;t have an interface. However, you can still ping their Submission Service using the <abbr title="Universal Resource Locator">URL</abbr> <code>http://submissions.ask.com/ping?sitemap=</code> in conjunction with your sitemap <abbr title="Universal Resource Locator">URL</abbr>.</p>
<h3>Further Information</h3>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=137793&#038;package_id=153422" title="SourceForge Project: Sitemap Generator" target="_blank" rel="nofollow">Sitemap Generator</a></li>
<li><a href="http://code.google.com/sm_thirdparty.html" title="Google Code: Sitemap 3rd Party porgrams and websites" target="_blank" rel="nofollow">Sitemap 3rd Party porgrams and websites</a></li>
<li><a href="http://www.webmaster-toolkit.com/" title="Webmaster Toolkit" target="_blank" rel="nofollow">Webmaster Toolkit</a></li>
</ul>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/google-yahoo-and-microsoft-webmaster-tools/feed</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s In Google Chrome&#8217;s User-Agent String</title>
		<link>http://www.simonwhatley.co.uk/whats-in-google-chromes-user-agent-string</link>
		<comments>http://www.simonwhatley.co.uk/whats-in-google-chromes-user-agent-string#comments</comments>
		<pubDate>Fri, 12 Sep 2008 11:10:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Opera]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[HTTP]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[url]]></category>

		<category><![CDATA[User Agent]]></category>

		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=1123</guid>
		<description><![CDATA[With the advent Google Chrome there has been a lot of media coverage regarding the browser’s uptake and how it will compete with Internet Explorer, Firefox and Safari. This is where the User Agent becomes most valuable.]]></description>
			<content:encoded><![CDATA[<p>With the advent <a href="http://www.google.com/chrome/" title="" target="_blank" rel="nofollow">Google Chrome</a> there has been a lot of media coverage regarding the browser&#8217;s uptake and how it will compete with Internet Explorer, Firefox and Safari. This is where the User Agent becomes most valuable. It can be used in analytics software to determine the browser share and consequently aid the development of the website.</p>
<p>But what is a User Agent? A User Agent is the client application used with a particular network protocol; the phrase is most commonly used in reference to those which access the Web. Web user agents range from web browsers and e-mail clients to search engine crawlers (<q>spiders</q>), as well as mobile phones, screen readers and braille browsers used by people with disabilities. When Internet users visit a web site, a text string is generally sent to identify the user agent to the server. This forms part of the <abbr title="HyperText Transfer Protocol">HTTP</abbr> request, prefixed with <strong>user-agent:</strong> and typically includes information such as the application name, version, host operating system, and language. Bots, such as web crawlers, often also include a <abbr title="Universal Resource Locator">URL</abbr> and/or e-mail address so that the webmaster can contact the operator of the bot.</p>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
<p>By simply typing <strong>about:version</strong> into Chrome&#8217;s address bar you will be presented with the following information:</p>

<div class="wp_syntax"><div class="code"><pre class="text">Google Chrome
0.2.149.29 (1798)
Official Build
Google Inc.
Copyright © 2006-2008 Google Inc. All Rights Reserved.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13</pre></div></div>

<p>As you can see Chrome&#8217;s version information provides limited detail about the browser. The last line is the important one. It is the <abbr title="HyperText Transfer Protocol">HTTP</abbr> <em>User-Agent</em> header:</p>

<div class="wp_syntax"><div class="code"><pre class="text">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13.</pre></div></div>

<p>If you know the <a href="http://tools.ietf.org/html/rfc2616" title="RFC 2616 Hypertext Transfer Protocol - HTTP/1.1" target="_blank" rel="nofollow">RFC 2616</a> specification on the HyperText Transfer Protocol &#8212; which incidentally, I gladly don&#8217;t &#8212; you would know that the User Agent, or more formally, product token, should be short and to the point:</p>
<blockquote><p>
Product tokens SHOULD be short and to the point. They MUST NOT be used for advertising or other non-essential information. Although any token character MAY appear in a product-version, this token SHOULD only be used for a version identifier (i.e., successive versions of the same product SHOULD only differ in the product-version portion of  the product value).
</p></blockquote>
<p>Clearly this isn&#8217;t the case! One of Google&#8217;s reason&#8217;s behind creating the Chrome browser was to start afresh. It would have therefore been truely amazing if they had made the string simply <em>Chrome/0.2.149.27</em>.</p>
<p>Unfortunately, <a href="http://en.wikipedia.org/wiki/Browser_sniffing" title="Wikipedia: Browser Sniffing" target="_blank" rel="nofollow">browser sniffing</a> makes an ever-growing <abbr title="User-Agent">UA</abbr> string the path of least resistance for browser vendors.</p>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
<p>So, what does Chrome&#8217;s User Agent string actually mean:</p>
<ul>
<li><strong>Mozilla/</strong> - This means that browser has the kind of capabilities that Netscape 1.1 had compared to <a href="http://en.wikipedia.org/wiki/Mosaic_(web_browser)" title="Wikipedia: Mosaic Web Browser" target="_blank" rel="nofollow">Mosaic</a> and <a href="http://en.wikipedia.org/wiki/Lynx_(web_browser)" title="Wikipedia: Lynx Web Browser" target="_blank" rel="nofollow">Lynx</a>.</li>
<li><strong>5.0</strong> - This means that the browser engine is from the post-Browser War Web Standards era as opposed to being from the Browser War era.</li>
<li><strong>(Windows;</strong> - This means that general windowing system flavor the browser runs on is Windows (as opposed to, for example, Apple and X11).</li>
<li><strong>U;</strong> - This means that the browser has at least the level of <a href="http://en.wikipedia.org/wiki/User_agent#Encryption_strength_.22U.22_.2F_.22I.22_.2F_.22N.22" title="Wikipedia: Encryption Strength" target="_blank" rel="nofollow">cryptographic capability / encryption strength</a> that U.S. versions of browsers had in the late 1990s.</li>
<li><strong>Windows NT 6.0;</strong> - This indicates the operating system the browser is running on. In this instance, the browser is running on Vista.</li>
<li><strong>en-US)</strong> - This indicates the user interface language of the browser (U.S. English in this case). This may be used to choose between different <em>content</em> languages even though <abbr title="HyperText Transfer Protocol">HTTP</abbr> has a different header for that purpose.</li>
<li><strong>AppleWebKit/</strong> - This indicates that the engine of the browser is <a href="http://webkit.org/" title="Webkit opensource project" target="_blank" rel="nofollow">WebKit</a> as opposed to being <a href="http://developer.mozilla.org/en/Gecko" title="Mozilla: Gecko Layout Engine" target="_blank" rel="nofollow">Gecko</a>. Developers should not do user agent sniffing as a rule, but if they still do, this is what they should be sniffing.</li>
<li><strong>525.13</strong> - This is the WebKit version from which Chrome branched its copy. Site admins could use this to detect old versions with known bugs.</li>
<li><strong>(KHTML, like Gecko)</strong> - This introduces the substring <q>Gecko</q> into the <abbr title="User-Agent">UA</abbr> string while pointing out to human readers that Webkit was forked from <a href="http://en.wikipedia.org/wiki/KHTML" title="Wikipedia: KHTML" target="_blank" rel="nofollow">KHTML</a>. Without this substring, Chrome might be put in the same category as <abbr title="Internet Explorer">IE</abbr> and Netscape 4.</li>
<li><strong>Chrome/</strong> - This string identifies the browser as actually Google Chrome.</li>
<li><strong>0.2.149.27</strong> - This is the Chrome version. This could be used to detect old versions with known bugs.</li>
<li><strong>Safari/</strong> - This means that the browser is like Safari as opposed to being like Firefox.</li>
<li><strong>525.13</strong> - This just repeats the WebKit version in order to have <em>some</em> version but not the irrelevant Safari.app version.</li>
</ul>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/whats-in-google-chromes-user-agent-string/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome - Google&#8217;s OpenSource Browser Project</title>
		<link>http://www.simonwhatley.co.uk/google-chrome-google-opensource-browser-project</link>
		<comments>http://www.simonwhatley.co.uk/google-chrome-google-opensource-browser-project#comments</comments>
		<pubDate>Tue, 02 Sep 2008 10:30:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Adobe AIR]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[gears]]></category>

		<category><![CDATA[Google Gears]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Mozilla Prism]]></category>

		<category><![CDATA[Safari]]></category>

		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=1023</guid>
		<description><![CDATA[On 1st September 2008 Google launched a new opensource browser project named Chrome.]]></description>
			<content:encoded><![CDATA[<p>On <del datetime="2008-09-02T19:13:28+00:00">1st</del> 2nd September 2008 Google launched a new opensource browser project named <a href="http://www.google.com/chrome" title="Google Chrome" target="_blank" rel="nofollow">Chrome</a>.</p>
<p><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome.jpg" rel="lightbox"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome.jpg" alt="" title="Google Chrome" width="440" height="359" class="aligncenter size-full wp-image-1080" /></a></p>
<p><strong>UPDATE:</strong> You can download the beta project from the <a href="http://www.google.com/chrome" title="Google Chrome" target="_blank" rel="nofollow">Google Chrome website</a>.</p>
<p>Instead of me talking you through the project, Google and <a href="http://www.scottmccloud.com/" title="Scott McCloud" target="_blank" rel="nofollow">Scott McCloud</a> have put together a cool little cartoon.</p>
<p>However, as a brief summary:</p>
<ul>
<li>Google Chrome is Google’s open source browser project.</li>
<li>The browser will use the popular <a href="http://webkit.org/" title="Webkit OpenSource Project" target="_blank" rel="nofollow">Webkit</a> <abbr title="HyperText Markup Language">HTML</abbr> rendering engine used in <a href="http://www.apple.com/safari/" title="Apple Safari" target="_blank" rel="nofollow">Safari</a> and <a href="http://www.adobe.com/products/air/" title="Adobe Integrated Runtime" target="_blank" rel="nofollow">Adobe AIR</a>.</li>
<li>The browser will include a brand new JavaScript Virtual Machine called V8.</li>
<li>The browser will include <a href="http://gears.google.com/" title="Gears" target="_blank" rel="nofollow">Gears</a> to allow developers to enhance the user experience.</li>
<li>Google Chrome will use special tabs, like more traditional browsers, but set above the address and menu bar.</li>
<li>Each browser tab will run on its own process. If one tab fails for some reason, the whole browser will not need to be restarted, losing valuable work or tabs. This is similar to functionality found in Internet Explorer 8.</li>
<li>The browser has an address bar which includes a more intuitive auto-completion feature called &#8216;omnibox&#8217;. It is said to be less &#8216;irritating&#8217; than current auto-complete/suggest functionality common to <a href="http://www.mozilla-europe.org/en/firefox/" title="Firefox" target="_blank" rel="nofollow">Firefox 3</a> or <a href="http://www.google.com/webhp?complete=1&#038;hl=en" title="Google Suggest" target="_blank" rel="nofollow">Google Suggest</a>.</li>
<li>As a default homepage Chrome presents you with a kind of <q>speed dial</q> feature, similar to the one found in <a href="http://www.opera.com/" title="Opera Browser" target="_blank" rel="nofollow">Opera</a>.</li>
<li>Chrome has a privacy mode, which allows you to create an <q>incognito</q> window <q>and nothing that occurs in that window is ever logged on your computer.</q> Again, this is similar to functionality found in Internet Explorer 8.</li>
<li>Web apps can be launched in their own browser window without address bar and toolbar, much like <a href="http://labs.mozilla.com/projects/prism/" title="Mozilla's Prism" target="_blank" rel="nofollow">Mozilla&#8217;s Prism</a> project.</li>
<li>To fight malware and phishing attempts, Chrome constantly downloads lists of harmful sites.</li>
</ul>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
<p><em>(Click on the images to see a larger view)</em></p>
<p><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-01.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-01-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-02.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-02-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-03.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-03-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-04.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-04-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-05.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-05-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-06.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-06-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-07.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-07-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-08.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-08-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-09.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-09-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-10.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-10-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-11.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-11-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-12.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-12-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-13.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-13-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-14.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-14-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-15.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-15-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-16.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-16-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-17.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-17-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-18.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-18-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-19.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-19-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-20.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-20-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-21.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-21-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-22.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-22-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-23.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-23-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-24.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-24-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-25.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-25-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-26.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-26-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-27.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-27-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-28.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-28-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-29.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-29-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-30.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-30-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-31.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-31-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-32.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-32-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-33.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-33-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-34.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-34-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-35.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-35-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-36.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-36-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-37.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-37-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-38.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-38-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a><a href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-39.jpg" rel="lightbox" title="Google Chrome"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/09/google-chrome-39-150x150.jpg" width="150" height="150" alt="Google Chrome - Opensource Browser Project" class="alignleft size-thumbnail" /></a></p>
<p><br style="clear:both;" /></p>
<p>You can find out more information from <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" title="Google's blog post on Chrome" target="_blank" rel="nofollow">Google&#8217;s blog post</a> on the subject.</p>
<p><p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "0f6b99";
google_color_text = "808080";
google_color_url = "0f6b99";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/google-chrome-google-opensource-browser-project/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
