<?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; Browsers</title>
	<atom:link href="http://www.simonwhatley.co.uk/category/browsers/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>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>
		<item>
		<title>Microsoft&#8217;s Latest Browser Packaged with &#8216;Porn Mode&#8217;</title>
		<link>http://www.simonwhatley.co.uk/microsofts-latest-browser-packaged-with-porn-mode</link>
		<comments>http://www.simonwhatley.co.uk/microsofts-latest-browser-packaged-with-porn-mode#comments</comments>
		<pubDate>Mon, 01 Sep 2008 16:58:39 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

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

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

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

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

		<category><![CDATA[Computer Weekly]]></category>

		<category><![CDATA[content network]]></category>

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

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

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

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=1021</guid>
		<description><![CDATA[This weeks Computer Weekly magazine's Downtime section has an interesting story: In what is likely to be better news for men than women, Microsoft's latest browser, Internet Explorer 8, boasts a feature that allows users to hide the trail of their web browsing.]]></description>
			<content:encoded><![CDATA[<p>This weeks <a href="http://www.computerweekly.com/" title="Computer Weekly" target="_blank" rel="nofollow">Computer Weekly</a> magazine&#8217;s Downtime section has an interesting story: </p>
<blockquote><p>In what is likely to be better news for men than women, Microsoft&#8217;s latest browser, Internet Explorer 8, boasts a feature that allows users to hide the trail of their web browsing.</p></blockquote>
<p>The feature, predictably nicknamed &#8220;porn mode&#8221;, stops casual users and, crucially, online advertisers from seeing a browser&#8217;s audit trail. This means that advertisers cannot easily target adverts based upon a user&#8217;s viewing habits and conversely, advert providers, such as Google&#8217;s Adsense, cannot easily reimburse members of their content network since they do not know where the user clicked an advert.</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/microsofts-latest-browser-packaged-with-porn-mode/feed</wfw:commentRss>
		</item>
		<item>
		<title>Refactoring the Web with Mozilla Prism</title>
		<link>http://www.simonwhatley.co.uk/refactoring-the-web-with-mozilla-prism</link>
		<comments>http://www.simonwhatley.co.uk/refactoring-the-web-with-mozilla-prism#comments</comments>
		<pubDate>Mon, 05 Nov 2007 22:27:30 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[AIR]]></category>

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

		<category><![CDATA[Adobe Integrated Runtime]]></category>

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

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

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

		<category><![CDATA[The Web]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web 3.0]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=355</guid>
		<description><![CDATA[Both Web 2.0 and Software-as-a-Service (SaaS) almost always depend up on the browser as a common denominator. It is with the web browser that web-based applications are accessed and run, yet the browser model is rapidly reaching its limitations. Prism is part of an experiment by Mozilla designed to bridge the divide in the user experience between web applications and desktop applications.]]></description>
			<content:encoded><![CDATA[<p align="left">Both <a href="http://en.wikipedia.org/wiki/Web_2.0" rel="nofollow" target="_blank" title="Web 2.0 definition">Web 2.0</a> and Software-as-a-Service (<acronym title="Software as a Service">SaaS</acronym>) almost always depend up on the browser as a common denominator. It is with the web browser that web-based applications are accessed and run, yet the browser model is rapidly reaching its limitations.</p>
<p>Adobe thinks it has the answer and so now does Mozilla.</p>
<p>A year ago, most web developers had to think about Firefox, Internet Explorer, Safari, Opera and perhaps <acronym title="Wireless Application Protocol">WAP</acronym> for mobile devices and widget development for one of yet more platforms. Today the horizon is changing and web developers are afforded more opportunity and possibly with that more complexity, through offline development.</p>
<p>Browser extensions now exist that allow for the creation of offline web applications with <a href="http://dojotoolkit.org/offline" rel="nofollow" target="_blank" title="The Dojo Offline Toolkit">Dojo Offline</a>, <a href="http://gears.google.com" rel="nofollow" target="_blank" title="Google Gears">Google Gears</a>, <a href="http://wiki.mozilla.org/Firefox3" rel="nofollow" target="_blank" title="Firefox 3">Firefox 3</a>, and other options on the market, pioneering the way and making it possible to take your web application with you on an aeroplane or an underground train.</p>
<p>The drive to make these offline applications desktop applications has also been thrown into the mix, with examples coming from Apple with WebKit Cocoa bindings, Adobe with <acronym title="Adobe Integrated Runtime">AIR</acronym> and Microsoft with Silverlight. Now it is the turn of Mozilla to enter the foray with a project called <a href="http://labs.mozilla.com/projects/prism/" rel="nofollow" target="_blank" title="Mozilla Prism">Prism</a>.</p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/10/mozilla-prism.png" alt="Mozilla Prism" /></p>
<p>Prism is part of an experiment by Mozilla designed to &#8220;<em>bridge the divide in the user experience between web applications and desktop applications</em>&#8220;. Essentially, Prism will allow you to create a desktop-like application out of individual websites. These site-specific applications are a growing trend and a trend heavily marketed by, not only Adobe, but now Mozilla, as &#8216;the future&#8217;.</p>
<blockquote><p>While traditionally users have interacted mostly with desktop applications, more and more of them are using Web applications. But the latter often fit awkwardly into the document-centric interface of Web browsers.</p></blockquote>
<p>In its current form, Prism doesnâ€™t have the ability to function as a desktop application without access to the Internet, but Mozilla says it is &#8220;<em>working to increase the capabilities of those apps by adding functionality to the Web itself, such as providing support for offline data storage and access to 3D graphics hardware.</em>&#8221;</p>
<p>Instead of needing to run a browser to, for example, access <a href="http://www.google.com/calendar" rel="nofollow" target="_blank" title="Google Calendar">Google Calendar</a>, a simple icon can be clicked on the desktop. The icon will launch the Google Calendar application inside a Prism window, without any of the additional web browser bloat. This can have its benefits, especially when designing workflows and securing applications as the developer&#8217;s pain, the back button and address bar, are removed from the equation.</p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/10/prism-google-calendar.png" alt="Prism-based Google Calendar" /></p>
<p>Although Mozilla may be excited about the concepts behind Prism, and Adobe about <acronym title="Adobe Integrated Runtime">AIR</acronym> not everyone shares the same enthusiasm, or has the working habits that require such an application-based approach. For some, the advantage of web applications is that they inherently <em>aren&#8217;t</em> desktop applications and everything can be handled in a single application almost anywhere on the planet, assuming a computer with a browser and web connection. However, Prism, <acronym title="Adobe Integrated Runtime">AIR</acronym> and Silverlight could end up offering the best of both worlds.</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/refactoring-the-web-with-mozilla-prism/feed</wfw:commentRss>
		</item>
		<item>
		<title>PNG Support in IE6</title>
		<link>http://www.simonwhatley.co.uk/png-support-in-ie6</link>
		<comments>http://www.simonwhatley.co.uk/png-support-in-ie6#comments</comments>
		<pubDate>Thu, 12 Apr 2007 19:18:28 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

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

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

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

		<category><![CDATA[HTML & XHTML]]></category>

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

		<category><![CDATA[cascading stylesheets]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=261</guid>
		<description><![CDATA[There is a web browser that has only a vague association with modern web standards. That browser is Internet Explorer 6. Wouldn't it be great if it supported stuff like translucent PNGs? Well, now you can add decent PNG support to IE5.5+ on Windows with no changes to your website HTML source code. This script will add near-native PNG support with full alpha opacity, with only one line in your CSS file, that applies to all &#60;img&#62; tags and also background images!]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 6 is notoriously rubbish at supporting PNG transparency resulting in images that appear with a grey background; not very useful. All is not lost. <a href="http://www.twinhelix.com/" rel="nofollow" title="Angus Turnbull">Angus Turnbull</a> has created a work around for this issue. You can get all the information needed at this link <a href="http://www.twinhelix.com/css/iepngfix/" rel="nofollow">http://www.twinhelix.com/css/iepngfix/</a>, including support forums. This is possibly the easiest way to get full PNG transparency and importantly the technique works for CSS backgrounds, albeit when no used with the no-repeat attribute.</p>
<p>The secret behind this implementation is a filter introduced in IE55 that is called AlphaImageLoader. This filter takes an image with alpha channels and displays it. It has also a property for deciding how to scale the image.</p>
<p>To download this permanently: <a href='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/04/iepngfix.zip' title='IE PNG Fix'>iepngfix.zip</a> (15kb).</p>
<p><strong>How to Implement</strong></p>
<ol>
<li>Put the iepngfix.htc file into your CSS directory</li>
<li>Put the blank.gif file into your CSS directory (otherwise you will need to edit the HTC file)</li>
<li>Edit your CSS to include the following line behavior:url(iepngfix.htc); for the &lt;img&gt; tag</li>
</ol>
<p><strong>Known Issues</strong></p>
<p>This uses CSS &#8220;behaviors&#8221;, a custom Microsoft extension to CSS. As such, it will not affect any other browsers like Mozilla and Opera which already implement good PNG support. It will also not help IE4.0 and IE5.0, which don&#8217;t include the necessary IE filter, and does nothing with IE5/Mac (which natively supports translucent PNG foreground images, however).</p>
<p>You should not apply other visual filters to the iamge with the PNG behavior because these other filters do not respect the alpha channels and the result will most likely not be satisfactory.</p>
<p><strong>Alternatives</strong></p>
<p>An alternative source that I recently discovered is found at the following link <a href="http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html" rel="nofollow">http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html</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>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/png-support-in-ie6/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox Extensions for Web Developers</title>
		<link>http://www.simonwhatley.co.uk/firefox-extensions-for-web-developers</link>
		<comments>http://www.simonwhatley.co.uk/firefox-extensions-for-web-developers#comments</comments>
		<pubDate>Tue, 31 Oct 2006 09:44:50 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Applications]]></category>

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

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

		<category><![CDATA[The Web]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=112</guid>
		<description><![CDATA[By itself, Firefox is a lean and fast browser, but lacks many functions useful to a Web Developer. This is where extensions come to the rescue. Web Developers use a host of Firefox extensions to increase their efficiency. I have included a list of my most used extensions. All of these plugins are great for developing and bug testing web sites within the Firefox browser environment.]]></description>
			<content:encoded><![CDATA[<p>By itself, Firefox is a lean and fast browser, but lacks many functions useful to a Web Developer.  This is where extensions come to the rescue. Web Developers use a host of Firefox extensions to increase their efficiency.</p>
<p>Here is a list of the Firefox extensions I utilise in my day-to-day work:</p>
<p><strong>ColorZilla</strong></p>
<p><a title="Colorzilla" target="_blank" href="https://addons.mozilla.org/firefox/271/" rel="nofollow">https://addons.mozilla.org/firefox/271/</a></p>
<p>Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.</p>
<p>With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. You can Zoom the page you are viewing and measure distances between any two points on the page. The built-in palette browser allows choosing colors from pre-defined color sets and saving the most used colors in custom palettes. DOM spying features allow getting various information about DOM elements quickly and easily.</p>
<p><strong>Firebug</strong></p>
<p><a title="FireBug" target="_blank" href="https://addons.mozilla.org/firefox/1843/" rel="nofollow">https://addons.mozilla.org/firefox/1843/</a></p>
<p>FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.</p>
<p><strong>FireFTP</strong></p>
<p><a title="FireFTP" target="_blank" href="https://addons.mozilla.org/firefox/684/" rel="nofollow">https://addons.mozilla.org/firefox/684/</a></p>
<p>FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers.</p>
<p>Along with transferring your files quickly and efficiently, FireFTP also includes more advanced features such as: directory comparison, syncing directories while navigating, SSL encryption, file hashing, and much more.</p>
<p><strong>HTML Validator</strong></p>
<p><a title="HTML Validator" target="_blank" href="http://users.skynet.be/mgueury/mozilla/" rel="nofollow">http://users.skynet.be/mgueury/mozilla/</a></p>
<p>HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla.<br />
The number of errors of a HTML page is seen on the form of  an icon in the status bar when browsing.<br />
The details of the errors are seen when looking the HTML source of the page.</p>
<p>The extension is based on Tidy. Tidy, was originally developed by the Web Consortium W3C. And now extended and improved by a lot of people. Tidy is embedded inside Mozilla/Firefox and makes the validation locally on your machine, without sending  HTML to a third party server.</p>
<p><strong>IE Tab</strong></p>
<p><a title="IE Tab" target="_blank" href="http://ietab.mozdev.org/" rel="nofollow">http://ietab.mozdev.org/</a></p>
<p>This extension embeds Internet Explorer (IE) in a Mozilla/Firefox tab, which allows you to view your work in IE without launching a separate window.</p>
<p><strong>LinkChecker</strong></p>
<p><a title="Link Checker" target="_blank" href="https://addons.mozilla.org/firefox/532/" rel="nofollow">https://addons.mozilla.org/firefox/532/</a></p>
<p>Checks the validity of links on a web page.</p>
<p><strong>MeasureIt</strong></p>
<p><a title="MeasureIt" target="_blank" href="https://addons.mozilla.org/firefox/539/" rel="nofollow">https://addons.mozilla.org/firefox/539/</a></p>
<p>Draw out a ruler to get the pixel width and height of any elements on a webpage.</p>
<p><strong>SEO for Firefox</strong></p>
<p><a title="SEO for Firefox" target="_blank" href="http://tools.seobook.com/firefox/seo-for-firefox.html" rel="nofollow">http://tools.seobook.com/firefox/seo-for-firefox.html</a></p>
<p>This tool was designed to add more data to Google and Yahoo! to make it easier to evaluate the value and competitive nature of a market. SEO for Firefox pulls in many useful marketing data points to make it easy get a more holistic view of the competitive landscape of a market right from the search results. In addition to pulling in useful marketing data this tool also provides links to the data sources so you can dig deeper into the data.</p>
<p><strong>Server Spy</strong></p>
<p><a title="Server Spy" target="_blank" href="https://addons.mozilla.org/firefox/2036/" rel="nofollow">https://addons.mozilla.org/firefox/2036/</a></p>
<p>Server Spy indicates what brand of HTTP server (eg. Apache, IIS, etc.) runs on the visited sites. When a tab is selected, the corresponding server name is shown on the right-hand side of the browser&#8217;s status bar.</p>
<p><strong>Snapper</strong></p>
<p><a title="Snapper" target="_blank" href="https://addons.mozilla.org/firefox/2703/" rel="nofollow">https://addons.mozilla.org/firefox/2703/</a></p>
<p>People often take screenshots of web pages for miscellaneous reasons - when designing a page, debugging a web application, or even for graphical reference. Usually, though, only a portion of the screenshot is actually relevant to the user&#8217;s purpose, leading to a large portion of the image getting cropped. This can be time consuming, and annoying at times.</p>
<p>Snapper allows users to designate an area of a web page for a focused snapshot, cutting out the additional work needed for cropping unecessary information.</p>
<p><strong>Web Developer</strong></p>
<p><a title="Web Developer" target="_blank" href="https://addons.mozilla.org/firefox/60/" rel="nofollow">https://addons.mozilla.org/firefox/60/</a></p>
<p><a title="Chris Pederic" target="_blank" href="http://chrispederick.com/work/webdeveloper/" rel="nofollow"> http://chrispederick.com/work/webdeveloper/</a></p>
<p>The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools.</p>
<p align="center"><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>Here is a list of other extensions I find useful:</p>
<p>CustomizeGoogle<br />
Gmail Space<br />
Google Notebook<br />
GooglePreview<br />
SessionSaver<br />
Tails Export</p>
<p align="center"><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/firefox-extensions-for-web-developers/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
