<?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; video</title>
	<atom:link href="http://iantomkins.com/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://iantomkins.com</link>
	<description>Just my thoughts</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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>Only partially present?</title>
		<link>http://iantomkins.com/2009/04/only-partially-present/</link>
		<comments>http://iantomkins.com/2009/04/only-partially-present/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 01:47:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=5</guid>
		<description><![CDATA[TED talk about some of the social effects of mobile technology. [...]]]></description>
			<content:encoded><![CDATA[<p>Just watched this short <a href="http://www.ted.com/talks/view/id/511">TED Talk</a> about peoples use of mobile technology and it reminded me how much I find that tech has a peculiar ability to simultaneously isolate us from each other whilst enabling us to be more connected. There are some great examples of this phenomena in the talk.</p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2009/04/only-partially-present/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

