<?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>Christopher Blizzard &#187; 2009 &#187; February &#187; 25</title>
	<atom:link href="http://www.0xdeadbeef.com/weblog/2009/02/25/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.0xdeadbeef.com/weblog</link>
	<description>I love you.</description>
	<lastBuildDate>Thu, 26 May 2011 20:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>video tag and planet software</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/video-tag-and-planet-software/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/video-tag-and-planet-software/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 01:35:45 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1127</guid>
		<description><![CDATA[A lot of people read blogs on open source projects via their respective planets.  For example, I&#8217;m on both planet.mozilla.org and planet.gnome.org.  You can either read content directly using your browser or you can read the rss feed for the &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/video-tag-and-planet-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people read blogs on open source projects via their respective planets.  For example, I&#8217;m on both <a href="http://planet.mozilla.org/">planet.mozilla.org</a> and <a href="http://planet.gnome.org/">planet.gnome.org</a>.  You can either read content directly using your browser or you can read the rss feed for the entire planet.  In either case the planet software parses and re-exports the feeds in order to enforce some level of html correctness and remove <a href="http://diveintomark.org/archives/2003/06/12/how_to_consume_rss_safely">html items that might be unsafe</a>.</p>
<p>For a long time people have been embedding flash movies in their posts using both <code>&lt;object&gt;</code> and <code>&lt;embed&gt;</code> tags.  However the planet software, rightfully so, strips those tags out as unsafe.</p>
<p><a href="https://developer.mozilla.org/En/HTML/Element/Video">Native video support</a>, however, is designed such that it&#8217;s safe to include video in html and more recent versions of feedparser support passing video elements through to the planet software.  Here&#8217;s what one of my recent posts looks like on Mozilla&#8217;s planet site:</p>
<p><a href="http://flickr.com/photos/christopherblizzard/3309738735/"><img class="alignnone" title="Video on Planet" src="http://farm4.static.flickr.com/3541/3309738735_7a8529a953.jpg" alt="" width="436" height="500" /></a></p>
<p>One problem is that the controls don&#8217;t show up.  If you&#8217;re using <code>&lt;video&gt;</code> and you want the controls to show up you have to <a href="https://developer.mozilla.org/En/HTML/Element/Video">add a <code>controls</code> attribute to the video element</a>, like so:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;video</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;foo.ogv&quot;</span> <span style="color: #000066;">controls</span>=<span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/video<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>feedparser was stripping out the controls attribute.  (In Firefox if you right click on the video you can still play it manually.)</p>
<p>However, <a href="http://intertwingly.net/blog/">Sam Ruby</a> was nice enough to <a href="http://code.google.com/p/feedparser/source/detail?r=293">fix that problem in feedparser</a>.  Admins for the various planets should probably update their feedparser versions to pick up this fix to get ready for the new video-enabled world.</p>
<p>Thanks, Sam!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/video-tag-and-planet-software/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>the mozilla community marketing guide</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/the-mozilla-community-marketing-guide/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/the-mozilla-community-marketing-guide/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 21:40:25 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Communities]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1104</guid>
		<description><![CDATA[Jane has put up a post announcing that the Mozilla Community Marketing Guide is up and running.  This is a guide that&#8217;s useful for people who want to participate in Mozilla&#8217;s community marketing to help spread the love of Firefox &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/the-mozilla-community-marketing-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://autological.wordpress.com/2009/02/25/mozilla-community-marketing-guide-now-live/">Jane has put up a post</a> announcing that the <a href="http://contribute.mozilla.org/Marketing">Mozilla Community Marketing Guide</a> is up and running.  This is a guide that&#8217;s useful for people who want to participate in Mozilla&#8217;s community marketing to help spread the love of Firefox and the open web.</p>
<p>But I also thought I would post about it as a good framework for other open source projects to build from.  There&#8217;s a lot of hard-won experience wrapped up in these docs &#8211; please use them for your project!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/the-mozilla-community-marketing-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>march 6: open web / mozcamp event in the netherlands</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/march-6-open-web-mozcamp-event-in-the-netherlands/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/march-6-open-web-mozcamp-event-in-the-netherlands/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:32:02 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Communities]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Evangelism]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Web]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1099</guid>
		<description><![CDATA[On March 6th Tristan Nitot and Paul Rouget will be helping to host a MozCamp event in Utrecht in the Netherlands.  Taken directly from his blog post: What is it about? It&#8217;s an event for people passionate about the open &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/march-6-open-web-mozcamp-event-in-the-netherlands/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On March 6th <a href="http://standblog.org/blog/">Tristan Nitot</a> and <a href="http://blog.mozbox.org/">Paul Rouget</a> will be helping to host a <a href="http://standblog.org/blog/post/2009/02/24/Upcoming-trip-to-Utrecht%2C-in-the-Netherlands">MozCamp event in Utrecht in the Netherlands</a>.  Taken directly from his blog post:</p>
<ul>
<li><em>What is it about?</em> It&#8217;s an event for people passionate about the open web. Each event includes discussion, hands-on-demos and collaborative scheming about ways to promote and protect the open participatory nature of the internet. It&#8217;s not just about Mozilla. It&#8217;s about making the web more open. <a hreflang="en" href="https://wiki.mozilla.org/MozCamp/Utrecht#Proposed_Agenda">More details on the agenda</a>.</li>
<li><em>Who should attend and participate?</em> Local Mozillians, bloggers, designers, hackers, creative commonors and other open web aficionados</li>
<li><em>Where?</em> <a hreflang="en" href="http://www.surfnet.nl/en/pages/contact.aspx">SURFnet</a></li>
<li><em>When?</em> Friday 6 March, 2009 from 10:00 to 17:00</li>
<li><em>Want to know more?</em> Please visit the <a hreflang="en" href="https://wiki.mozilla.org/MozCamp/Utrecht">MozCamp Utrecht Wiki page</a></li>
<li><em>Interested?</em> Please <a href="http://isoc.nl/registratie/mozcamp.htm">register</a>.</li>
</ul>
<p>So if you&#8217;re interested in coming out for it then <a href="https://wiki.mozilla.org/MozCamp/Utrecht#Participate_and_Register">sign up</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/march-6-open-web-mozcamp-event-in-the-netherlands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

