<?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>iantomkins.com &#187; browsers</title>
	<atom:link href="http://iantomkins.com/tag/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://iantomkins.com</link>
	<description>Just my thoughts</description>
	<lastBuildDate>Sun, 04 Jul 2010 22:56:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Firefox Tab Previews on Windows 7</title>
		<link>http://iantomkins.com/2010/01/firefox-tab-previews-windows-7/</link>
		<comments>http://iantomkins.com/2010/01/firefox-tab-previews-windows-7/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:55:53 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=138</guid>
		<description><![CDATA[How to enable tab previews in Firefox 3.6 on Windows 7 [...]]]></description>
			<content:encoded><![CDATA[<p>Users of Internet Explorer 8 on Windows 7 will likely have noticed that the new Taskbar enables users to see previews of all the browser tabs currently open.  Whilst this is not a feature that everyone will appreciate some may find it useful because it enable finding a particular tab very quick, of course if you have a lot of tabs this may just be more clutter.</p>
<p>Version 3.6 of Mozilla Firefox has just shipped with some great new tab preview features, however most of these are turned off by default.  To find and enable the new features you need to get to the advanced configuration page by typing about:config into the address bar. This will produce a warning page notifying you that you should only continue if you are sure of what you are doing, once you have promised to be careful type the word previews into the filter box to find the relevant settings.</p>
<div id="attachment_140" class="wp-caption alignnone" style="width: 310px"><a href="http://iantomkins.com/wp-content/uploads/2010/01/firefox_previews.jpg"><img src="http://iantomkins.com/wp-content/uploads/2010/01/firefox_previews-300x195.jpg" alt="Firefox about:config window" title="firefox_previews" width="300" height="195" class="size-medium wp-image-140" /></a><p class="wp-caption-text">Firefox tab preview options</p></div>
<p>There are three options available to be turned on:</p>
<p><strong>browser.allTabs.previews</strong><br />
This option adds an extra button to the right hand end of the tab bar which pops up a list of tabs with previews and a search box.<br />
<strong>browser.ctrlTab.previews</strong><br />
The ctrlTab option changes &lt;CTRL&gt;+&lt;TAB&gt; behaviour to use a style new tab preview screen when you have 3 or more tabs open.<br />
<strong>browser.taskbar.previews.enable</strong><br />
The taskbar option enables Windows 7 taskbar tab previews.</p>
<p>To enable any of the options simply double click on it and the value will change to true. Additionally the line will be made bold to indicate that the value has been changed from it&#8217;s default setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2010/01/firefox-tab-previews-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video for every browser</title>
		<link>http://iantomkins.com/2009/07/video-every-browser/</link>
		<comments>http://iantomkins.com/2009/07/video-every-browser/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:01:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=99</guid>
		<description><![CDATA[How to embed video on your web site that 'just works' in most modern browsers and operating systems without requiring javascript. [...]]]></description>
			<content:encoded><![CDATA[<p>The latest browser releases from most major players (except Microsoft of course) now support the new HTML 5  video tag, including Firefox 3.5 and Safari 3&amp;4 which means that video just works without requiring a plugin. Of course not everyone is running these browsers (yet) so what is required is a neat way of using these new features where possible and yet gracefully fall back to using Flash, Quicktime or Windows Media in the event the features are not available.</p>
<p>Ideally of course you want all this to happen without browser sniffing or other such nastiness that will just store up problems for the future.  Well the good news is that all this is possible using HTML without any Javascript. How? Check out <a href="http://camendesign.com/code/video_for_everybody">Kroc Camen&#8217;s Video For Everybody</a> page for all the gory details.</p>
<p><span id="more-99"></span><br />
Here is an example using the source code from camendesign.</p>
<p><video width="640" height="360" poster="/player/bbb_poster.jpg" controls>
	<source src="http://tinyvid.tv/vfe/big_buck_bunny.ogv" type="video/ogg" />
	<source src="http://tinyvid.tv/vfe/big_buck_bunny.mp4" type="video/mp4" /><!--[if gt IE 6]>
	<object width="640" height="375" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"><!
	[endif]--><!--[if !IE]><!-->
	<object width="640" height="375" type="video/quicktime" data="http://tinyvid.tv/vfe/big_buck_bunny.mp4">
	<!--<![endif]-->
	<param name="src" value="http://tinyvid.tv/vfe/big_buck_bunny.mp4" />
	<param name="showlogo" value="false" />
	<object width="640" height="380" type="application/x-shockwave-flash"
		data="/player/player.swf?image=/player/bbb_poster.jpg&amp;file=http://tinyvid.tv/vfe/big_buck_bunny.mp4">
		<param name="movie" value="/player/player.swf?image=/player/bbb_poster.jpg&amp;file=http://tinyvid.tv/vfe/big_buck_bunny.mp4" />
		<img src="/player/bbb_poster.jpg" width="640" height="360" alt="Title of video"
		     title="No video playback capabilities, please download the video below" />
	</object><!--[if gt IE 6]><!--></object><!--<![endif]-->
</video>
<p>Download Video: <a href="http://tinyvid.tv/vfe/big_buck_bunny.mp4">High Quality “MP4”</a> | <a href="http://tinyvid.tv/vfe/big_buck_bunny.ogv">Low Quality “OGG”</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2009/07/video-every-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://tinyvid.tv/vfe/big_buck_bunny.mp4" length="5693958" type="video/mp4" />
<enclosure url="http://tinyvid.tv/vfe/big_buck_bunny.ogv" length="6384000" type="video/ogg" />
		</item>
		<item>
		<title>Windows 2008 Terminal Server Web Interface, how not to.</title>
		<link>http://iantomkins.com/2009/04/windows-2008-terminal-server-web-interface-how-not-to/</link>
		<comments>http://iantomkins.com/2009/04/windows-2008-terminal-server-web-interface-how-not-to/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:56:42 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=41</guid>
		<description><![CDATA[What is wrong with the Windows 2008 Terminal Server Web Interface. [...]]]></description>
			<content:encoded><![CDATA[<p>In response to a question from my boss, I just wrote this email which summarises my opinion of the new Web Interface that Microsoft have included with Terminal Server on Windows 2008:</p>
<p>Err, it won’t work on a Mac, or Linux, or Solaris, or xxBSD, or Windows with Opera, or Chrome, or Firefox, or Safari, or anything except Internet Explorer.</p>
<p>I also experienced a problem using it from my home machine which is just running regular Windows XP Pro/SP3 which meant that I couldn’t enable the required ActiveX object without arsing around with the registry. The ActiveX object was there but disabled and hidden.</p>
<p>So my summary would be that if you happen to run IE on Vista SP1 then it will probably all be OK, otherwise there is a moderate chance that it will not work.</p>
<p>If you get the impression I don’t like the web interface you would be right <img src='http://iantomkins.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2009/04/windows-2008-terminal-server-web-interface-how-not-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
