<?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>@neilmiddleton &#187; Browsers</title>
	<atom:link href="http://neilmiddleton.com/tag/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://neilmiddleton.com</link>
	<description>in more than 140 characters</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:59:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FCKEditor not working in Firefox for you?</title>
		<link>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/</link>
		<comments>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:08:31 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=638</guid>
		<description><![CDATA[Just came across a cracking little bug in the old FCKEditor 2 code that we use on a number of applications.  In the last few days we&#8217;ve noticed that it&#8217;s just randomly stopped working in Firefox across all applications that use the editor.
After doing a little digging, this was tracked down to a 2010 related [...]]]></description>
			<content:encoded><![CDATA[<p>Just came across a cracking little bug in the old <a href="http://ckeditor.com/" target="_blank">FCKEditor 2</a> code that we use on a number of applications.  In the last few days we&#8217;ve noticed that it&#8217;s just randomly stopped working in Firefox across all applications that use the editor.</p>
<p>After doing a little digging, this was tracked down to a 2010 related bug, and the fact that the newest versions of Firefox were released this calendar year.  Take a look at my user agent:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2)  Gecko/20100115 Firefox/3.6</pre></div></div>

<p>In the FCKEditor code, it&#8217;s checking to see if I have a compatible browser by checking the date of release of the Firefox, with the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">stResult <span style="color: #339933;">=</span> reFind<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">&quot;gecko/(200[3-9][0-1][0-9][0-3][0-9])&quot;</span><span style="color: #339933;">,</span> sAgent<span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>You&#8217;ll notice that this regex doesn&#8217;t work particulary well for anything that might start with 2010, so you need to update your regex to the following:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">stResult <span style="color: #339933;">=</span> reFind<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">&quot;gecko/(20[0-9][0-9][0-1][0-9][0-3][0-9])&quot;</span><span style="color: #339933;">,</span> sAgent<span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Once you&#8217;re done and dusted, this should give you another 10 years of happy FCKEditor usage (if you&#8217;re that committed).</p>
<p>UPDATE:  After some more digging it would appear that this is only a ColdFusion related issue, as it is the only library to use a regex to find the date, all of the others use a substring style extraction of the date.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=FCKEditor+not+working+in+Firefox+for+you%3F&amp;url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;T=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;title=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+FCKEditor+not+working+in+Firefox+for+you%3F+@+http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/&amp;t=FCKEditor+not+working+in+Firefox+for+you%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2010/01/29/fckeditor-not-working-in-firefox-for-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Alt-tabbing in Firefox 3.6</title>
		<link>http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/</link>
		<comments>http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 11:38:41 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/?p=622</guid>
		<description><![CDATA[It&#8217;s a little known fact that you can CTRL-TAB between tabs in Firefox (in a similar way to ALT-TAB on your Windows).  What&#8217;s even more unknown is that you can set up Firefox to give you the previews in Firefox too.

In order to do this pop into your address bar and go to about:config.  After [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a little known fact that you can CTRL-TAB between tabs in Firefox (in a similar way to ALT-TAB on your Windows).  What&#8217;s even more unknown is that you can set up Firefox to give you the previews in Firefox too.</p>
<p><img class="aligncenter size-full wp-image-624" title="tabswitch" src="http://neilmiddleton.com/wp-content/uploads/2010/01/tabswitch.png" alt="" width="460" height="128" /></p>
<p>In order to do this pop into your address bar and go to about:config.  After telling Firefox you like living dangerously, find</p>
<pre>browser.ctrlTab.previews</pre>
<p>and set it to true.</p>
<p>Once you&#8217;ve done this, CTRL-TAB and you&#8217;ll be able to preview and search all your open tabs.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Alt-tabbing+in+Firefox+3.6&amp;url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;T=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;title=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Alt-tabbing+in+Firefox+3.6+@+http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/&amp;t=Alt-tabbing+in+Firefox+3.6" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2010/01/26/alt-tabbing-in-firefox-3-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Daily Links #5</title>
		<link>http://neilmiddleton.com/2009/07/01/daily-links-5/</link>
		<comments>http://neilmiddleton.com/2009/07/01/daily-links-5/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:27:24 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/2009/07/01/daily-links-5/</guid>
		<description><![CDATA[A big day in internet land yesterday as Firefox 3.5 finally dropped. Here&#8217;s some more interesting stuff:


Worldwide Firefox Downloads &#8211; How much bandwidth do you burn every second?
BrowserCMS &#8211; The best Rails content management system in the world, probably.




Bookmark It



















]]></description>
			<content:encoded><![CDATA[<p>A big day in internet land yesterday as Firefox 3.5 finally dropped. Here&#8217;s some more interesting stuff:</p>
<p>
<ul>
<li><a href="http://downloadstats.mozilla.com/" target="_blank">Worldwide Firefox Downloads</a> &#8211; How much bandwidth do <em>you</em> burn every second?</li>
<li><a href="http://www.browsercms.org/" target="_blank">BrowserCMS</a> &#8211; The best Rails content management system in the world, <em>probably</em>.</li>
</ul>
<p><br class="final-break" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Daily+Links+%235&amp;url=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/07/01/daily-links-5/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;T=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;title=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/07/01/daily-links-5/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/07/01/daily-links-5/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Daily+Links+%235+@+http://neilmiddleton.com/2009/07/01/daily-links-5/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/07/01/daily-links-5/&amp;t=Daily+Links+%235" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/07/01/daily-links-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Links #4</title>
		<link>http://neilmiddleton.com/2009/06/30/daily-links-4/</link>
		<comments>http://neilmiddleton.com/2009/06/30/daily-links-4/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:59:14 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/2009/06/30/daily-links-4/</guid>
		<description><![CDATA[Working from home today, which is always a bit weird&#8230;


Cappuccino &#8211; A Javascript / Objective-J framework for writing web applications. Seems to be pretty cross platform too.
Another AJAX platform at Ajax.org, and this one looks to be pretty good at charting  
Firefox 3.5 &#8211; that&#8217;s all you need to say really&#8230;




Bookmark It



















]]></description>
			<content:encoded><![CDATA[<p>Working from home today, which is always a bit weird&#8230;</p>
<p>
<ul>
<li><a href="http://cappuccino.org" target="_blank">Cappuccino</a> &#8211; A Javascript / Objective-J framework for writing web applications. Seems to be pretty cross platform too.</li>
<li><a href="http://ajax.org/" target="_blank">Another AJAX platform at Ajax.org</a>, and this one looks to be pretty good at charting <img src='http://neilmiddleton.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><a href="http://www.getfirefox.com" target="_blank">Firefox 3.5</a> &#8211; that&#8217;s all you need to say really&#8230;</li>
</ul>
<p><br class="final-break" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Daily+Links+%234&amp;url=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2009/06/30/daily-links-4/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;T=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;title=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2009/06/30/daily-links-4/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2009/06/30/daily-links-4/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Daily+Links+%234+@+http://neilmiddleton.com/2009/06/30/daily-links-4/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2009/06/30/daily-links-4/&amp;t=Daily+Links+%234" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2009/06/30/daily-links-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What browsers are we seeing today?</title>
		<link>http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/</link>
		<comments>http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 00:02:20 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/</guid>
		<description><![CDATA[Well, I&#8217;ve just had a poke around in the Feed-Squirrel stats, and come across the OS usage that I am seeing on the site.  I&#8217;ll tell you one thing, it&#8217;s quite amazing what people will be surfing the web on these days (well, different to when I started looking at server logs back in [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve just had a poke around in the Feed-Squirrel stats, and come across the OS usage that I am seeing on the site.  I&#8217;ll tell you one thing, it&#8217;s quite amazing what people will be surfing the web on these days (well, different to when I started looking at server logs back in &#8216;96).</p>
<p>Windows  81.6%<br />
Mac OSX  11.2%<br />
Linux  6%<br />
Playstation 3  0.6%<br />
Symbian  0.07%<br />
SunOS   0.03%<br />
PSP  0.03%<br />
iPhone  0.03%<br />
iPod  0.01%</p>
<p>Goddamn kids I tell you&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=What+browsers+are+we+seeing+today%3F&amp;url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;T=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;title=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+What+browsers+are+we+seeing+today%3F+@+http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/&amp;t=What+browsers+are+we+seeing+today%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2007/12/12/what-browsers-are-we-seeing-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About bloody time&#8230;</title>
		<link>http://neilmiddleton.com/2006/05/31/about-bloody-time/</link>
		<comments>http://neilmiddleton.com/2006/05/31/about-bloody-time/#comments</comments>
		<pubDate>Wed, 31 May 2006 12:27:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.theservicefactory.com/general/about-bloody-time</guid>
		<description><![CDATA[If you&apos;ve ever been playing with SELECT boxes and Layers, you know about the z-index bug that exists where a SELECT insists on being the highest element. I cannot remember how many times I have had to write code to hide SELECT boxes before showing a layer over them.
Well, it appears Microsoft have finally got [...]]]></description>
			<content:encoded><![CDATA[<p>If you&apos;ve ever been playing with SELECT boxes and Layers, you know about the z-index bug that exists where a SELECT insists on being the highest element. I cannot remember how many times I have had to write code to hide SELECT boxes before showing a layer over them.</p>
<p>Well, it appears Microsoft have finally got off their arse and <a href="http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx">fixed it</a> in IE7.  Well, what can I say, just in the nick of time eh?  Just in time for all those developers now thinking about RIA&apos;s/Flash/Flex <img src='http://neilmiddleton.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=About+bloody+time%26%238230%3B&amp;url=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2006/05/31/about-bloody-time/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;T=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;title=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2006/05/31/about-bloody-time/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2006/05/31/about-bloody-time/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+About+bloody+time%26%238230%3B+@+http://neilmiddleton.com/2006/05/31/about-bloody-time/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2006/05/31/about-bloody-time/&amp;t=About+bloody+time%26%238230%3B" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2006/05/31/about-bloody-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5.0.2</title>
		<link>http://neilmiddleton.com/2006/04/14/firefox-1502/</link>
		<comments>http://neilmiddleton.com/2006/04/14/firefox-1502/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 10:11:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.theservicefactory.com/general/firefox-1502</guid>
		<description><![CDATA[Just a quickie to note that Firefox 1.5.0.2 has popped up over on Mozilla.org.  Obviously, if you are using 1.5+ then this will automatically update.  If you aren&apos;t then I suggest you go download it now.


Bookmark It



















]]></description>
			<content:encoded><![CDATA[<p>Just a quickie to note that <a href="http://www.mozilla.com/firefox/releases/1.5.0.2.html">Firefox 1.5.0.2</a> has popped up over on Mozilla.org.  Obviously, if you are using 1.5+ then this will automatically update.  If you aren&apos;t then I suggest you go download it now.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Firefox+1.5.0.2&amp;url=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2006/04/14/firefox-1502/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;T=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;title=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2006/04/14/firefox-1502/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2006/04/14/firefox-1502/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Firefox+1.5.0.2+@+http://neilmiddleton.com/2006/04/14/firefox-1502/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2006/04/14/firefox-1502/&amp;t=Firefox+1.5.0.2" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2006/04/14/firefox-1502/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Browser Archive</title>
		<link>http://neilmiddleton.com/2006/02/02/the-browser-archive/</link>
		<comments>http://neilmiddleton.com/2006/02/02/the-browser-archive/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 14:54:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.theservicefactory.com/general/the-browser-archive</guid>
		<description><![CDATA[Whilst looking more into the second beta release of IE7 yesterday, I came across the browser archive at evolt.org.  This little gem appears to have most versions of most browsers from over the years, including a load of standalone versions of 32-bit Internet Explorer.
From what I can tell, there are most versions of most [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst looking more into the second beta release of IE7 yesterday, I came across the browser archive at <a href="http://browsers.evolt.org/">evolt.org</a>.  This little gem appears to have most versions of most browsers from over the years, including a load of standalone versions of 32-bit Internet Explorer.</p>
<p>From what I can tell, there are most versions of most browsers in there (although there are some sizable gaps in the Navigator and Commnuicator arena) so now there should be no reason for a site not to work in a.n.other browser!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=The+Browser+Archive&amp;url=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2006/02/02/the-browser-archive/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;T=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2006/02/02/the-browser-archive/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2006/02/02/the-browser-archive/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+The+Browser+Archive+@+http://neilmiddleton.com/2006/02/02/the-browser-archive/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2006/02/02/the-browser-archive/&amp;t=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2006/02/02/the-browser-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Browser Archive</title>
		<link>http://neilmiddleton.com/2006/02/02/the-browser-archive-2/</link>
		<comments>http://neilmiddleton.com/2006/02/02/the-browser-archive-2/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 13:33:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.theservicefactory.com/general/the-browser-archive-2</guid>
		<description><![CDATA[Whilst looking more into the second beta release of IE7 yesterday, I came across the browser archive at evolt.org.  This little gem appears to have most versions of most browsers from over the years, including a load of standalone versions of 32-bit Internet Explorer.
From what I can tell, there are most versions of most [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst looking more into the second beta release of IE7 yesterday, I came across the browser archive at <a href="http://browsers.evolt.org/">evolt.org</a>.  This little gem appears to have most versions of most browsers from over the years, including a load of standalone versions of 32-bit Internet Explorer.</p>
<p>From what I can tell, there are most versions of most browsers in there (although there are some sizable gaps in the Navigator and Commnuicator arena) so now there should be no reason for a site not to work in a.n.other browser!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=The+Browser+Archive&amp;url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;T=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;title=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+The+Browser+Archive+@+http://neilmiddleton.com/2006/02/02/the-browser-archive-2/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2006/02/02/the-browser-archive-2/&amp;t=The+Browser+Archive" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2006/02/02/the-browser-archive-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft release Beta 2 of IE7</title>
		<link>http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/</link>
		<comments>http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 00:05:29 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.theservicefactory.com/general/microsoft-release-beta-2-of-ie7</guid>
		<description><![CDATA[Microsoft yesterday released the next stage of their Internet Explorer development in the guise of Internet Explorer Beta 2.  
Having had a look through I cannot see anything that it has that no other browsers such as Firefox already have (tabbed browsing, RSS support etc etc) bar one &#8220;feature&#8221;.  The complete inability to [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft yesterday released the next stage of their Internet Explorer development in the guise of <a href="http://www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx" target="_blank">Internet Explorer Beta 2</a>.  </p>
<p>Having had a look through I cannot see anything that it has that no other browsers such as <a href="http://www.getfirefox.com" target='_blank">Firefox</a> already have (tabbed browsing, RSS support etc etc) bar one &#8220;feature&#8221;.  The complete inability to install it alongside any other copies of IE.  Surely that can&#8217;t be that hard to do can it?  From a web developers point of view, it is important to ensure that their sites work in as many browsers as possible, but when companies like Microsoft make this almost impossible to do, it&#8217;s no small wonder that the internet is such as messy place to be when compatability is monitored.</p>
<p>As for me, well I&#8217;ll be sticking to Firefox for now for two main reasons.  Firstly as a development browser I beleive it sits above all others, and secondly, Microsft ditched Mac users months ago&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Microsoft+release+Beta+2+of+IE7&amp;url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;T=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;title=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Microsoft+release+Beta+2+of+IE7+@+http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/&amp;t=Microsoft+release+Beta+2+of+IE7" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://neilmiddleton.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://neilmiddleton.com/2006/02/02/microsoft-release-beta-2-of-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
