<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
  <id>https://david.gardiner.net.au/tags/Web%20Browsers.xml</id>
  <title type="html">David Gardiner - Web Browsers</title>
  <updated>2026-05-23T00:34:34.959Z</updated>
  <subtitle>Blog posts tagged with &apos;Web Browsers&apos; - A blog of software development, .NET and other interesting things</subtitle>
  <rights>Copyright 2026 David Gardiner</rights>
  <icon>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=64</icon>
  <logo>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=256</logo>
  <generator uri="https://github.com/flcdrg/astrojs-atom" version="3">astrojs-atom</generator>
  <author>
    <name>David Gardiner</name>
  </author>
  <link href="https://david.gardiner.net.au/tags/Web%20Browsers.xml" rel="self" type="application/atom+xml"/>
  <link href="https://david.gardiner.net.au/tags/Web%20Browsers" rel="alternate" type="text/html" hreflang="en-AU"/>
  <category term="Web Browsers"/>
  <category term="Software Development"/>
  <entry>
    <id>https://david.gardiner.net.au/2010/09/supporting-ie6-7-8-and-maybe-9-on-same</id>
    <updated>2010-09-20T13:45:00.001+09:30</updated>
    <title>Supporting IE6, 7, 8 (and maybe 9) on the same machine</title>
    <link href="https://david.gardiner.net.au/2010/09/supporting-ie6-7-8-and-maybe-9-on-same" rel="alternate" type="text/html" title="Supporting IE6, 7, 8 (and maybe 9) on the same machine"/>
    <category term="Hyper-V"/>
    <category term="Web Browsers"/>
    <published>2010-09-20T13:45:00.001+09:30</published>
    <summary type="html">It&apos;s nice to live on the cutting edge – using the latest version of everything, especially web browsers.</summary>
    <content type="html">&lt;p&gt;It&apos;s nice to live on the cutting edge – using the latest version of everything, especially web browsers. But sometimes you may have to support users running older versions, and it is a lot easier to support a user if you can be using the same software that they have in front of them.&lt;/p&gt;
&lt;p&gt;The problem is that you can normally only have one version of IE installed in Windows.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://prodactor.blogspot.com&quot;&gt;&lt;img src=&quot;https://www.my-debugbar.com/wiki/uploads/IETester/ietester-0.3.png&quot; alt=&quot;IT Tester screengrab&quot; /&gt;Roger&lt;/a&gt; showed me &lt;a href=&quot;https://www.my-debugbar.com/wiki/IETester/HomePage&quot;&gt;IE Tester&lt;/a&gt; which looks quite impressive. &lt;a href=&quot;https://www.my-debugbar.com/wiki/IETester/HowDoesItWork&quot;&gt;It works&lt;/a&gt; by hosting separate version-specific instances of the IE rendering engine. Probably a good option if you&apos;re a web developer.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://web.archive.org/web/20110329182749/http://i.expression.microsoft.com/dd565874.superpreview_2(en-us,MSDN.10).png&quot; alt=&quot;Expression Web SuperPreview screengrab&quot; /&gt;If you have access to Microsoft&apos;s &lt;a href=&quot;https://web.archive.org/web/20101007105136/http://expression.microsoft.com:80/en-au/cc136529.aspx&quot;&gt;Expression Web&lt;/a&gt;, then &lt;a href=&quot;https://web.archive.org/web/20100917171103/http://expression.microsoft.com:80/en-us/dd565874.aspx&quot;&gt;Expression Web SuperPreview&lt;/a&gt; offers similar functionality.
Another option is to utilise the &lt;a href=&quot;https://web.archive.org/web/20100918125546/http://www.microsoft.com:80/downloads/en/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;amp;displaylang=en&quot;&gt;free virtual machines provided by Microsoft&lt;/a&gt;. These are complete standalone copies of Windows XP and Vista with versions of IE6, 7 and 8. To run these, you need either &lt;a href=&quot;https://support.microsoft.com/en-us/windows&quot;&gt;Virtual PC 2007&lt;/a&gt;, &lt;a href=&quot;https://web.archive.org/web/20130403060555/http://www.microsoft.com:80/windows/virtual-pc/download.aspx?&quot;&gt;Windows Virtual PC&lt;/a&gt; (Windows 7 Pro or Ultimate only) or Hyper-V.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2010/09/vpc%20shortcut%5B4%5D.png&quot; alt=&quot;Virtual PC 2007 with desktop shortcut screengrab&quot; /&gt; If you&apos;re using Virtual PC 2007, one nice thing you can do is add a desktop shortcut to the VMs so they can be launched easily:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a new shortcut on the desktop&lt;/li&gt;
&lt;li&gt;Point it at &quot;C:\Program Files\Microsoft Virtual PC\Virtual PC.exe&quot;&lt;/li&gt;
&lt;li&gt;Give it a useful name – eg. &quot;IE6 on XPSP3&quot;&lt;/li&gt;
&lt;li&gt;Edit the shortcut target and append
 -pc &quot;VM Name&quot; –launch&lt;/li&gt;
&lt;li&gt;Replace &quot;VM Name&quot; with the exact name of the appropriate virtual machine (Include the double-quotes if the name has spaces in it)&lt;/li&gt;
&lt;li&gt;Change the shortcut icon to point to one from &quot;C:\Program Files\Internet Explorer\iexplore.exe&quot;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Ryan Adams has &lt;a href=&quot;https://blog.ryantadams.com/2008/02/19/virtual-pc-2007-command-line-options/&quot;&gt;posted a comprehensive list&lt;/a&gt; of all the available command-line options.&lt;/p&gt;
&lt;p&gt;One thing to note – the VMs do have an expiry date. Updated VMs are usually made available before then though.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2009/07/firefox-35</id>
    <updated>2009-07-01T12:00:00.001+09:30</updated>
    <title>Firefox 3.5</title>
    <link href="https://david.gardiner.net.au/2009/07/firefox-35" rel="alternate" type="text/html" title="Firefox 3.5"/>
    <category term="Web Browsers"/>
    <published>2009-07-01T12:00:00.001+09:30</published>
    <summary type="html">Today is &quot;Upgrade to Firefox 3.5&quot; day :-)</summary>
    <content type="html">&lt;p&gt;Today is &quot;&lt;a href=&quot;https://www.mozilla.org/en-US/?from=sfx&amp;amp;uid=91129&amp;amp;t=438&quot;&gt;Upgrade to Firefox 3.5&lt;/a&gt;&quot; day :-)&lt;/p&gt;
&lt;p&gt;My upgrade went very smoothly, and one nice feature was it warned me beforehand which extensions wouldn&apos;t work with the new version.&lt;/p&gt;
&lt;p&gt;Post-upgrade, it found a compatible version of Firebug, but I&apos;m still waiting for updates of&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bookmark Duplicate Detector&lt;/li&gt;
&lt;li&gt;Google Notebook&lt;/li&gt;
&lt;li&gt;Live Writerfox&lt;/li&gt;
&lt;li&gt;Microsoft .NET Framework Assistant 1.0&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following extensions work ok:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DownThemAll&lt;/li&gt;
&lt;li&gt;English (Australian) Dictionary&lt;/li&gt;
&lt;li&gt;IE Tab&lt;/li&gt;
&lt;li&gt;Xmarks&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They reckon 3.5 is about twice as fast as 3.0. It certainly does seem snappier.&lt;/p&gt;
&lt;p&gt;As a side note, I just noticed that Google Notebook is &lt;a href=&quot;https://notebooklm.google/&quot;&gt;no longer being developed&lt;/a&gt;. Might be time to finally make the transition to &lt;a href=&quot;https://evernote.com/&quot;&gt;Evernote&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2008/01/firefox-extensions-i-use</id>
    <updated>2008-01-17T12:36:00.001+10:30</updated>
    <title>Firefox Extensions I use</title>
    <link href="https://david.gardiner.net.au/2008/01/firefox-extensions-i-use" rel="alternate" type="text/html" title="Firefox Extensions I use"/>
    <category term="Web Browsers"/>
    <published>2008-01-17T12:36:00.001+10:30</published>
    <summary type="html">I thought it would be useful for posterity to document which add-ons to Firefox I&apos;m currently using.</summary>
    <content type="html">&lt;p&gt;I thought it would be useful for posterity to document which add-ons to Firefox I&apos;m currently using.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://web.archive.org/web/20200711100738/http://bookmarkdd.mozdev.org:80/&quot;&gt;Bookmark Duplicate Detector&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Does what it&apos;s name says - keeps your bookmarks free of redundant entries.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://www.colorzilla.com/firefox/&quot;&gt;ColorZilla&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Let&apos;s you find out what colour something is on the current web page.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://www.downthemall.org/&quot;&gt;DownThemAll&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Download manager (I&apos;m using 1.0b2) which makes big files downloading a lot faster. Not 100% compatible with all sites, so you do need to resort to the built-in manager sometimes.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://getfirebug.com/&quot;&gt;Firebug&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The best web page debugger and inspector.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://web.archive.org/web/20080117231631/http://www.foxmarks.com:80/&quot;&gt;Foxmarks Bookmark Synchronizer&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I use this to synchronise my bookmarks between work and home.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://web.archive.org/web/20111022172537/http://ieview.mozdev.org:80/&quot;&gt;IE View&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I don&apos;t use this as much as I once did, but there are some pages out there that unfortunately only render in IE.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/link-alert/&quot;&gt;Link Alert&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;One of those nice productivity enhancers - it modifies the cursor when you hover over a link to indicate what the target file type is. Notice in the image below how it tells me that this is a link to a Word Document.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://david.gardiner.net.au/_astro/firefox-link-alert-extension.BSDC0Gua_23yuHh.webp&quot; alt=&quot;Example of link alert extension&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://web.archive.org/web/20080115211505/http://www.canerten.com:80/firefox-addon-extension-for-windows-live-writer-live-writerfox/&quot;&gt;Live Writerfox&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Let&apos;s me launch LiveWriter to blog about the current web page.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://prodactor.blogspot.com/&quot;&gt;View Trace.axd&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Roger&apos;s fantastic add-on that makes debugging ASP.NET applications so much easier.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://chrispederick.com/work/web-developer/&quot;&gt;Web Developer&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The original web developer toolbar. Firebug supercedes some (but not all) functionality so I don&apos;t use this as much as I used to.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;https://developer.yahoo.com/yslow/&quot;&gt;YSlow&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Requires Firebug and gives you a &quot;performance report card&quot; of the current web page.&lt;/p&gt;
&lt;p&gt;I haven&apos;t mentioned DOM Inspector or Talkback, as they both come with Firefox.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/09/cssvista-edit-your-css-code-live-on</id>
    <updated>2007-09-19T10:11:00.001+09:30</updated>
    <title>CSSVista - Edit your CSS code live on Internet Explorer and Firefox</title>
    <link href="https://david.gardiner.net.au/2007/09/cssvista-edit-your-css-code-live-on" rel="alternate" type="text/html" title="CSSVista - Edit your CSS code live on Internet Explorer and Firefox"/>
    <category term="Web Browsers"/>
    <published>2007-09-19T10:11:00.001+09:30</published>
    <summary type="html">Mike mentions CSSVista in today&apos;s Daily Grind.</summary>
    <content type="html">&lt;p&gt;Mike mentions &lt;a href=&quot;https://www.litmus.com/blog&quot;&gt;CSSVista&lt;/a&gt; in today&apos;s &lt;a href=&quot;https://web.archive.org/web/20080531121904/http://www.larkware.com:80/dg9/TheDailyGrind1232.aspx&quot;&gt;Daily Grind&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It lets you edit CSS and see the results live in embedded IE and Firefox browser windows.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/07/yslow-for-firebug</id>
    <updated>2007-07-30T10:02:00.001+09:30</updated>
    <title>YSlow for Firebug</title>
    <link href="https://david.gardiner.net.au/2007/07/yslow-for-firebug" rel="alternate" type="text/html" title="YSlow for Firebug"/>
    <category term="Web Browsers"/>
    <published>2007-07-30T10:02:00.001+09:30</published>
    <summary type="html">YSlow for Firebug is a Firefox addin analyses web pages and suggests ways to make them load faster.</summary>
    <content type="html">&lt;p&gt;&lt;a href=&quot;https://developer.yahoo.com/yslow/&quot;&gt;YSlow for Firebug&lt;/a&gt; is a Firefox addin analyses web pages and suggests ways to make them load faster. It requires the Firebug addin.&lt;/p&gt;
&lt;p&gt;(&lt;a href=&quot;https://ayende.com/blog/2662/yslow-another-web-developer-adding-for-firefox&quot;&gt;Via Ayende&apos;s blog&lt;/a&gt;)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2006/11/blog-this-for-firefox-20-now-available</id>
    <updated>2006-11-23T07:32:00.001+10:30</updated>
    <title>Blog This for Firefox 2.0 now available for Windows Live Writer</title>
    <link href="https://david.gardiner.net.au/2006/11/blog-this-for-firefox-20-now-available" rel="alternate" type="text/html" title="Blog This for Firefox 2.0 now available for Windows Live Writer"/>
    <category term="Blogging"/>
    <category term="Web Browsers"/>
    <published>2006-11-23T07:32:00.001+10:30</published>
    <summary type="html">Microsoft have released a Firefox Extension (amazing in itself!) to add a Blog This button that launches Windows Live Writer.</summary>
    <content type="html">&lt;p&gt;Microsoft have released a Firefox Extension (amazing in itself!) to add a &lt;a href=&quot;https://web.archive.org/web/20110122082750/http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!985.entry&quot;&gt;Blog This&lt;/a&gt; button that launches Windows Live Writer.&lt;/p&gt;
&lt;p&gt;I quite like Live Writer, particularly as it understands how to put &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt; tags around paragraphs of text. All it is missing is support for Blogger Beta tags and uploading images. Hopefully these features will be coming soon.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2006/11/tabbed-user-interfaces</id>
    <updated>2006-11-17T09:02:00.001+10:30</updated>
    <title>Tabbed user interfaces</title>
    <link href="https://david.gardiner.net.au/2006/11/tabbed-user-interfaces" rel="alternate" type="text/html" title="Tabbed user interfaces"/>
    <category term=".NET"/>
    <category term="Web Browsers"/>
    <category term="User Interfaces"/>
    <published>2006-11-17T09:02:00.001+10:30</published>
    <summary type="html">I&apos;ve been using Firefox for web browsing since it&apos;s first release, so I&apos;m quite used to tabbed-browsing.</summary>
    <content type="html">&lt;p&gt;I&apos;ve been using Firefox for web browsing since it&apos;s first release, so I&apos;m quite used to tabbed-browsing.&lt;/p&gt;
&lt;p&gt;The new version of Firefox (and IE7 too) has made a small change to how tabbed browsing works - the &apos;close tab&apos; button is now part of each tab.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2006/11/firefox%202%20tabs.png&quot; alt=&quot;Firefox tabs&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What I&apos;ve realised is that there&apos;s a difference now with how Visual Studio works - it&apos;s tabbed editing environment is like the old Firefox method - there&apos;s just one &apos;close&apos; button over on the right-hand side.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2006/11/visual%20studio%20tabs.0.png&quot; alt=&quot;Visual Studio tabs&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&apos;m not sure which way I prefer - I can see advantages to both, but I just wish that I could make all the apps do it the same way and not be inconsistent now.&lt;/p&gt;
&lt;p&gt;I haven&apos;t tried any of the CTPs of the next version of Visual Studio yet, but I would guess that they&apos;ll change Visual Studio to mirror tabbing in IE7 (and Firefox 2).&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2006/11/firefox-2-released</id>
    <updated>2006-11-08T09:24:00.000+10:30</updated>
    <title>Firefox 2 released</title>
    <link href="https://david.gardiner.net.au/2006/11/firefox-2-released" rel="alternate" type="text/html" title="Firefox 2 released"/>
    <category term="Web Browsers"/>
    <published>2006-11-08T09:24:00.000+10:30</published>
    <summary type="html">Catching up on lots of stuff that happened while I was away..</summary>
    <content type="html">&lt;p&gt;Catching up on lots of stuff that happened while I was away.. &lt;a href=&quot;https://www.firefox.com/en-US/&quot;&gt;Firefox 2&lt;/a&gt; is now officially released. Might need to check that all your extensions are going to work ok in the new version.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2006/10/internet-explorer-7-for-xp</id>
    <updated>2006-10-19T13:48:00.001+09:30</updated>
    <title>Internet Explorer 7 for XP</title>
    <link href="https://david.gardiner.net.au/2006/10/internet-explorer-7-for-xp" rel="alternate" type="text/html" title="Internet Explorer 7 for XP"/>
    <category term="Web Browsers"/>
    <published>2006-10-19T13:48:00.001+09:30</published>
    <summary type="html">IE 7 for Windows XP has been released</summary>
    <content type="html">&lt;p&gt;IE 7 for Windows XP &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2006/10/18/internet-explorer-7-for-windows-xp-available-now.aspx&quot;&gt;has been released&lt;/a&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2005/03/foxyvoice</id>
    <updated>2005-03-18T12:59:00.000+10:30</updated>
    <title>FoxyVoice</title>
    <link href="https://david.gardiner.net.au/2005/03/foxyvoice" rel="alternate" type="text/html" title="FoxyVoice"/>
    <category term="Web Browsers"/>
    <published>2005-03-18T12:59:00.000+10:30</published>
    <summary type="html">A nifty Firefox extension: Mozilla Update :: Extensions -- More Info: FoxyVoice: &quot;Provides text-to-speech functionality by using Microsoft Speech API.&quot;</summary>
    <content type="html">&lt;p&gt;A nifty Firefox extension: &lt;a href=&quot;https://addons.update.mozilla.org/extensions/moreinfo.php?application=firefox&amp;amp;version=1.0&amp;amp;os=Windows&amp;amp;category=Miscellaneous&amp;amp;numpg=50&amp;amp;id=269&quot;&gt;Mozilla Update :: Extensions -- More Info: FoxyVoice&lt;/a&gt;: &quot;Provides text-to-speech functionality by using Microsoft Speech API.&quot;&lt;/p&gt;
</content>
  </entry>
</feed>
