<?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>Simon Whatley &#187; Safari</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/safari/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>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What&#039;s In Google Chrome&#039;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 12:10:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome's address bar]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HyperText Transfer Protocol]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet users]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Official Build Google Inc.]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[User Agent]]></category>
		<category><![CDATA[web crawlers]]></category>
		<category><![CDATA[Web Standards era]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[windowing system]]></category>
		<category><![CDATA[Windows NT]]></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><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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" style="font-family:monospace;">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" style="font-family:monospace;">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><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>So, what does Chrome&#8217;s User Agent string actually mean:</p>
<ul>
<li><strong>Mozilla/</strong> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; 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> &#8211; This string identifies the browser as actually Google Chrome.</li>
<li><strong>0.2.149.27</strong> &#8211; This is the Chrome version. This could be used to detect old versions with known bugs.</li>
<li><strong>Safari/</strong> &#8211; This means that the browser is like Safari as opposed to being like Firefox.</li>
<li><strong>525.13</strong> &#8211; This just repeats the WebKit version in order to have <em>some</em> version but not the irrelevant Safari.app version.</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/whats-in-google-chromes-user-agent-string/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome &#8211; 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 11:30:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla Prism]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Web apps]]></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><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></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><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/google-chrome-google-opensource-browser-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save The Developers. Upgrade Your Browser.</title>
		<link>http://www.simonwhatley.co.uk/save-the-developers-upgrade-your-browser</link>
		<comments>http://www.simonwhatley.co.uk/save-the-developers-upgrade-your-browser#comments</comments>
		<pubDate>Tue, 25 Mar 2008 22:51:48 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Camino]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flock]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Save the Developers]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=505</guid>
		<description><![CDATA[Say no to IE 6! The Save The Developers campaign focuses on assisting users in upgrading their Internet Explorer 6 web browser. This campaign will result in former IE 6 users having a more enjoyable experience on the web while (hopefully) creating a less stressful and complicated environment for web developers by hastening the retirement of an outdated]]></description>
			<content:encoded><![CDATA[<p>Say no to <acronym title="Internet Explorer">IE</acronym> 6! The Save The Developers campaign focuses on assisting users in upgrading their Internet Explorer 6 web browser. This campaign will result in former <acronym title="Internet Explorer">IE</acronym> 6 users having a more enjoyable experience on the web while (hopefully) creating a less stressful and complicated environment for web developers by hastening the retirement of an outdated browser.</p>
<p align="center">
<a href="http://www.savethedevelopers.org" title="Save The Developer" target="_blank" rel="nofollow" class="snap_noshots"><br />
<img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/03/save-the-developers-logo.gif' alt='Save The Developers' /><br />
</a>
</p>
<p>Join the movement <a href="http://www.savethedevelopers.org" title="Save The Developer" target="_blank" rel="nofollow">SaveTheDevelopers.org</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/save-the-developers-upgrade-your-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

