<?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</title>
	<atom:link href="http://www.0xdeadbeef.com/weblog/2009/02/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>fallback options for the video tag</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/fallback-options-for-the-video-tag/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/fallback-options-for-the-video-tag/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 20:07:21 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OGG]]></category>
		<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1150</guid>
		<description><![CDATA[Some of you might have noticed that I was able to use a fallback in my previous posts that include a native video tag. I was going to do a post on how that works. It&#8217;s pretty simple. But Chris &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/fallback-options-for-the-video-tag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some of you might have noticed that I was able to use a fallback in my <a href="http://www.0xdeadbeef.com/weblog/?p=1060">previous</a> <a href="http://www.0xdeadbeef.com/weblog/?p=1093">posts</a> that include a native video tag.  I was going to do a post on how that works.  It&#8217;s pretty simple.</p>
<p>But Chris Double beat me to the punch and has an <a href="http://www.bluishcoder.co.nz/2009/02/fallback-options-for-html5-video.html">excellent little tutorial about how he&#8217;s using the video tag with elegant fallbacks</a>.  (In his post you can use something other than the Java-based fallback.  In my case I linked back to vimeo.)</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/fallback-options-for-the-video-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>screencast #2 of open web video in firefox 3.1</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/screencast-2-of-open-web-video-in-firefox-31/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/screencast-2-of-open-web-video-in-firefox-31/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:02:16 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Evangelism]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OGG]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1093</guid>
		<description><![CDATA[In my last post I put up a pretty long video that contained a couple of really neat demos. Yesterday Paul made another demo, one that&#8217;s short and sweet and is self-explanatory. Pretty neat what you can do in a &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/screencast-2-of-open-web-video-in-firefox-31/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
In my <a href="http://www.0xdeadbeef.com/weblog/?p=1060">last post</a> I put up a pretty long video that contained a couple of really neat demos.  Yesterday <a href="http://blog.mozbox.org/">Paul</a> made another demo, one that&#8217;s short and sweet and is self-explanatory.  Pretty neat what you can do in a small amount of JS, Canvas and Open Video.  (Once again it&#8217;s available in <a href="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-24.ogv">OGG Theora</a>, <a href="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-24.mov">Quicktime H.264</a> and on <a href="http://vimeo.com/3351694">Vimeo</a>.
</div>
<p><video controls="true" src="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-24.ogv" width="388" height="328"><br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3351694&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3351694&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/3351694">Open Web Video Demo #2 for Firefox 3.1</a> from <a href="http://vimeo.com/user1345996">Christopher Blizard</a> on <a href="http://vimeo.com">Vimeo</a>.<br />
</video></p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/screencast-2-of-open-web-video-in-firefox-31/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-24.mov" length="4923332" type="video/quicktime" />
		</item>
		<item>
		<title>screencast of open web video in firefox 3.1</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/screencast-for-open-web-video-in-firefox-31/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/screencast-for-open-web-video-in-firefox-31/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 05:55:10 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OGG]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1060</guid>
		<description><![CDATA[I&#8217;ve made a screencast to describe some of the new video capabilities and how they can interact with the rest of the open web technologies we&#8217;re building into Firefox 3.1. Although I&#8217;ve embedded it below with a video tag (with &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/screencast-for-open-web-video-in-firefox-31/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I&#8217;ve made a screencast to describe some of the new video capabilities and how they can interact with the rest of the open web technologies we&#8217;re building into Firefox 3.1.  Although I&#8217;ve embedded it below with a video tag (with a fallback to vimeo) I strongly suggest that you view the full sized version in either <a href="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-23.ogv">OGG Theora</a> format or <a href="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-23.mov">Quicktime H.264</a> for maximum clarity.  It&#8217;s als up on <a href="http://vimeo.com/3345048">vimeo</a>.</div>
<div>
<video src="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-23.ogv" controls="true" width="360" height="225"><br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3345048&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3345048&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://vimeo.com/3345048">Open Web Video in Firefox 3.1</a> from <a href="http://vimeo.com/user1345996">Christopher Blizard</a> on <a href="http://vimeo.com">Vimeo</a>.<br />
</video>
</div>
<div>
You can find more information about <a href="https://developer.mozilla.org/En/Using_audio_and_video_in_Firefox">using video and audio</a> and <a href="https://developer.mozilla.org/En/Using_DOM_workers">web workers (threads)</a> on <a href="https://developer.mozilla.org/">developer.mozilla.org</a>.  Also I suggest that you follow the <a href="https://developer.mozilla.org/web-tech/">web-tech blog</a> if you want to find out new features as they are added to Firefox.  Enjoy!
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/screencast-for-open-web-video-in-firefox-31/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
<enclosure url="http://people.mozilla.org/~blizzard/screencasts/screencast-video-2009-02-23.mov" length="26168445" type="video/quicktime" />
		</item>
		<item>
		<title>the invention of printing&#8230;</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/the-invention-of-printing/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/the-invention-of-printing/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 21:53:06 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1055</guid>
		<description><![CDATA[From this fun David Carson TED talk on design. The invention of printing did away with anonymity, fostered ideas of literary fame and the habit of considering intellectual effort as private property.  &#8212; Unknown Another great example of how technology &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/the-invention-of-printing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From this fun <a href="http://www.ted.com/index.php/talks/david_carson_on_design.html">David Carson TED talk on design</a>.</p>
<blockquote><p><em>The invention of printing did away with anonymity, fostered ideas of literary fame and the habit of considering intellectual effort as private property.  &#8212; Unknown<br />
</em></p></blockquote>
<p>Another great example of how technology often changes how we exchange information.  Fun talk, worth watching.</p>
<p><a href="http://www.jeffhendricksondesign.com/david-carson-helvetica-documentary/">David Carson was also interviewed in Helvetica.</a> It&#8217;s a <a href="http://www.helveticafilm.com/">movie worth watching</a> if you haven&#8217;t seen it yet.<a href="http://www.jeffhendricksondesign.com/david-carson-helvetica-documentary/"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/the-invention-of-printing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>my presentation at SCALE 2009</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/my-presentation-at-scale-2009/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/my-presentation-at-scale-2009/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 23:39:22 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Evangelism]]></category>
		<category><![CDATA[FOSDEM]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Speaking]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1050</guid>
		<description><![CDATA[Update on February 24th, 2009: Due to popular demand I&#8217;ve made a screencast of the two demos that I used in this presentation. I&#8217;ve put up slides from my talk at SCALE 2009.  Lots of people were interested in the &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/my-presentation-at-scale-2009/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://people.mozilla.org/~blizzard/presentations/2009-scale/2009-scale.pdf"><img class="aligncenter" src="http://farm4.static.flickr.com/3404/3298846014_d98de389ea.jpg" alt="" width="500" height="380" /></a></p>
<p style="text-align: left;"><strong>Update on February 24th, 2009:</strong> Due to popular demand I&#8217;ve made a <a href="http://www.0xdeadbeef.com/weblog/?p=1060">screencast of the two demos that I used in this presentation</a>.</p>
<p style="text-align: left;">I&#8217;ve put up slides from my talk at SCALE 2009.  Lots of people were interested in the slides.  There&#8217;s the <a href="http://people.mozilla.org/~blizzard/presentations/2009-scale/2009-scale.pdf">.pdf</a> I&#8217;ve linked to above and the original <a href="http://people.mozilla.org/~blizzard/presentations/2009-scale/2009-scale.odp">.odp</a> format.  It covers most of the interesting new technical features that we&#8217;re going to include in Firefox 3.1.</p>
<p style="text-align: left;">Here are two relevant links from the talk:</p>
<ul>
<li><a href="https://developer.mozilla.org/en/Firefox_3.1_for_developers">Firefox 3.1 for Developers<br />
</a></li>
<li><a href="https://developer.mozilla.org/web-tech/">The web-tech blog for technical updates to Mozilla and Firefox</a></li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/my-presentation-at-scale-2009/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>an end of life date for IE6</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/an-end-of-life-date-for-ie6/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/an-end-of-life-date-for-ie6/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 22:43:45 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1045</guid>
		<description><![CDATA[One huge step forward for the web as a whole would be to end support for IE6.  It&#8217;s filled with bad quirks and is the primary source of Microsoft&#8217;s drag on the web.  At Mozilla we generally encourage people to &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/an-end-of-life-date-for-ie6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One huge step forward for the web as a whole would be to end support for IE6.  It&#8217;s filled with bad quirks and is the primary source of Microsoft&#8217;s drag on the web.  At Mozilla we generally encourage people to upgrade to <a href="http://www.getfirefox.com">Firefox</a>, because it&#8217;s light years ahead of any version of IE, but we&#8217;d be happy for people to upgrade to IE7 or any other modern browser like Safari or Chrome.</p>
<p>It sounds like some people in <a href="http://blog.wired.com/business/2009/02/norwegian-websi.html">Norway have started to band together</a> and just choose not to support it.  But one thing that would really help is to just pick a date and have it spread world wide.</p>
<p>My suggestion is for everyone to just say that <strong>Dec 31st, 2009</strong> is the last day it should be supported &#8211; drop support from libraries, stop testing, etc.  IE6 usage is already <a href="http://weblogs.mozillazine.org/asa/archives/2009/02/january_market.html">sliding quickly</a> and it&#8217;s time to help it across the line.  The web needs an upgrade.</p>
<p><strong>Update</strong>: There&#8217;s a <a href="http://www.flickr.com/photos/peterhaza/sets/72157614100968959/">great set</a> from Norway on flickr that Paul Kim pointed out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/an-end-of-life-date-for-ie6/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>five writing resources</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/02/five-writing-resources/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/02/five-writing-resources/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 15:18:30 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Long Attention Span]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1041</guid>
		<description><![CDATA[I&#8217;m going to list five little writing resources that I&#8217;ve found to be useful over the last few months. Many of you have probably seen many of them, but I thought it would be useful to put them all in &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/02/five-writing-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to list five little writing resources that I&#8217;ve found to be useful over the last few months.  Many of you have probably seen many of them, but I thought it would be useful to put them all in one place.</p>
<p>1. <a href="http://john.jubjubs.net/2009/02/09/elizabeth-gilberts-outstanding-tedtalk/">Elizabeth Gilbert’s Outstanding TEDtalk</a> on <a href="http://john.jubjubs.net">John&#8217;s weblog</a>.  Elizabeth Gilbert talks about the creative process, suffering and her thoughts on a better way of dealing with both the successes and failures in writing.  It&#8217;s funny, honest and you can tell that this is something she&#8217;s lived through.</p>
<p>2. <a href="http://dannystack.blogspot.com/2009/01/joss-whedons-top-10-writing-tips.html">Joss Whedon&#8217;s Top 10 Writing Tips</a>.  Buffy, Firefly, all that joy.  It&#8217;s a quick list and I find myself going back to it for ideas on how to make changes or make something more interesting and approachable.  Worth bookmarking for sure.</p>
<p>3. <a href="http://www.locusmag.com/Features/2009/01/cory-doctorow-writing-in-age-of.html">Cory Doctorow: Writing in the Age of Distraction</a>.  Ever try and write something while you&#8217;re connected to the Internet?  Yeah, it&#8217;s basically impossible.  He doesn&#8217;t suggest that you give up connectivity but offers up a bunch of different ways to mitigate the pain and turn it into an advantage.  (Not that I use this &#8211; I do my best thinking + writing when I&#8217;m trapped on an airplane.  But still.)</p>
<p>4. <a href="http://www.43folders.com/2009/01/01/cleese">Eric Idle, on John Cleese&#8217;s Writing Process</a>.  A quick two minutes on writing with John Cleese.  Funny, and somewhat useful. Specificity vs. big picture.  A fun video that puts great pictures in your head of what it might be like to work with John Cleese.  Mostly here just to spice things up a bit.</p>
<p>5. <a href="http://www.transom.org/guests/review/200406.review.glass1.html">A Transom Interview with Ira Glass</a>.  (Also, <a href="http://www.transom.org/guests/review/200406.review.glass2.html">part 2</a> and <a href="http://www.transom.org/guests/review/200406.review.glass3.html">part 3</a>.)  If you made it this far into this post you&#8217;re probably willing to invest some time into reading through this interview.  Ira Glass is one of the main forces behind <a href="http://www.thisamericanlife.org/">This American Life</a> which includes some of the best story telling I&#8217;ve heard in my young life.  And it&#8217;s the best of this small lot of resources.  Ira talks about learning how to create radio shows, finding the heart of stories, learning from other people and also what not to do.  These are long and include some great audio samples and is worth your time to go through it.  Lots of good thought and inspiration here.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/02/five-writing-resources/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

