<?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>gmilburn.ca &#187; chicago tribune</title>
	<atom:link href="http://www.gmilburn.ca/tag/chicago-tribune/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmilburn.ca</link>
	<description>Essays, Projects, and Distractions of Geoff Milburn</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:42:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Newspaper Stories and YouTube Videos</title>
		<link>http://www.gmilburn.ca/2008/07/14/newspaper-stories-and-youtube-videos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=newspaper-stories-and-youtube-videos</link>
		<comments>http://www.gmilburn.ca/2008/07/14/newspaper-stories-and-youtube-videos/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 19:08:22 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[chicago tribune]]></category>
		<category><![CDATA[fermilab]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=29</guid>
		<description><![CDATA[A Chicago Tribune story I was interviewed for, and how to embed high quality YouTube videos in your webpage.]]></description>
			<content:encoded><![CDATA[<p>What do they have in common? Well, not much, but I don&#8217;t have enough to fill up two seperate posts about them.</p>
<p>First off, the <a title="Chicago Tribune Fermilab Letter Story" href="http://www.chicagotribune.com/news/local/chicago/chi-fermilab-code-both-11jul11,0,1755934.story?page=1">Chicago Tribune ran a story</a> about <a href="http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/">the Fermilab code letter</a>, and I was flattered to be interviewed for the story. We&#8217;re still working on the middle section of the letter, so if anyone has any ideas, don&#8217;t be shy.</p>
<p>Secondly, I had a few people contact me asking how I embedded a high quality version the YouTube video for my Five Dollar Laser Show post. It&#8217;s surprisingly easy, you just need to add a little flag to the embed code and you&#8217;re ready to run.</p>
<p>For example, here&#8217;s the embed code that YouTube will give you:</p>
<blockquote><p>&lt;object width=&#8221;425&#8243; height=&#8221;350&#8243;&gt; &lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/mqe6Hg9U8JY&#8221;&gt; &lt;/param&gt; &lt;embed src=&#8221;http://www.youtube.com/v/mqe6Hg9U8JY&#8221; type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;425&#8243; height=&#8221;350&#8243;&gt; &lt;/embed&gt; &lt;/object&gt;</p></blockquote>
<p>We need to add &#8220;&amp;ap=%2526fmt%3D18&#8243; in after the link to our video (remember to change it in both the param and embed tags), giving us:</p>
<blockquote><p>&lt;object width=&#8221;425&#8243; height=&#8221;350&#8243;&gt; &lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/mqe6Hg9U8JY&amp;ap=%2526fmt%3D18 &#8220;&gt; &lt;/param&gt; &lt;embed src=&#8221;http://www.youtube.com/v/mqe6Hg9U8JY&amp;ap=%2526fmt%3D18 &#8221; type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;425&#8243; height=&#8221;350&#8243;&gt; &lt;/embed&gt; &lt;/object&gt;</p></blockquote>
<p>If you&#8217;re uploading high quality video to YouTube and will be linking to it via your blog/webpage, it&#8217;s a great little trick. There&#8217;s a drastic increase in quality for very little difference in load time.</p>
<p>For instance, compare the default quality YouTube video:</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/mqe6Hg9U8JY" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/mqe6Hg9U8JY"></embed></object></div>
<p>To the high quality YouTube video:</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/mqe6Hg9U8JY&amp;ap=%2526fmt%3D18 " /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/mqe6Hg9U8JY&amp;ap=%2526fmt%3D18 "></embed></object></div>
<p>Far less compression artifacts, and an overall better picture. Highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2008/07/14/newspaper-stories-and-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
