<?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>http://benderydt.com &#187; Blog</title>
	<atom:link href="http://benderydt.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://benderydt.com</link>
	<description>Ben De Rydt&#039;s weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:26:27 +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>Prettige vakantie</title>
		<link>http://benderydt.com/blog/2010/07/30/prettige-vakantie/</link>
		<comments>http://benderydt.com/blog/2010/07/30/prettige-vakantie/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 23:22:12 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://benderydt.com/?p=496</guid>
		<description><![CDATA[Parafrase: Teveel computers geprutst de laatste maand. Te weinig tijd gehad. Geen vakantie gehad. En de vakantie is al half voorbij. Domme.1 Afin, na een halve vakantie computergepruts is hier tenminste al een halve &#8220;nieuwe&#8221; website. En wat hebben we allemaal bijgeleerd: WordPress is leuk, maar de ontwikkeling gaat veel te snel. De plugin-makers kunnen [...]]]></description>
			<content:encoded><![CDATA[<p>Parafrase:</p>
<blockquote><p>Teveel computers geprutst de laatste maand.</p>
<p>Te weinig tijd gehad.</p>
<p>Geen vakantie gehad.</p>
<p>En de vakantie is al half voorbij.</p>
<p>Domme.<sup>1</sup>
</p></blockquote>
<p>Afin, na een halve vakantie computergepruts is hier tenminste al een halve &#8220;nieuwe&#8221; website. En wat hebben we allemaal bijgeleerd:</p>
<ul>
<li>WordPress is leuk, maar de ontwikkeling gaat veel te snel. De plugin-makers kunnen het tempo niet bijhouden; aan ongeveer elke plugin die ik nu gebruik, was werk.</li>
<li>max-width is leuk, maar je moet wel <a href="http://benderydt.com/blog/2010/07/06/max-width-all-the-way/">all the way</a> gaan.</li>
<li>Internet Explorer 8 heeft nieuwe bugs (niet in IE6 en IE7) met <code>max-width: 100%</code> op <code>img</code>&#8216;s. (fluid images)</li>
<li>Apple vertrouwt zijn eigen hardware niet en besluit daarom maar om elke 10 minuten de netwerkkaart te resetten: <a href="http://benderydt.com/tech/silence-appleyukon2/">Silence AppleYukon2</a></li>
<li>Een IMAP-sync van 10.000 mails van een dovecot-server naar Gmail is dikke fun als de sync halverwege stilvalt wegens kapotte harde schijf. Vooral als de sync niet chronologisch was. Wordt vervolgd&#8230;</li>
<li>Een Mac restoren van een netwerk Time Machine Backup is minder triviaal dan het lijkt.</li>
<li>Net als je de mail-puinhoop hebt opgelost, komt Telenet met een nieuwe mailbox op de proppen die 5 GB mag bevatten, waardoor die hele Gmail-verhuis eigenlijk overbodig is geworden.</li>
<li>In de vijf jaar dat deze dunbevolkte blog bestaat, is er één interessante reactie geweest. Voorlopig staan de reacties dus gewoon af en zeg ik lekker mijn ding.</li>
</ul>
<p>Met andere woorden, geniet er nog van, van die tweede helft, ga ik ook doen.</p>
<ol class="footnotes"><li id="footnote_0_496" class="footnote"><a href="http://blog.zog.org/2010/07/indigestie.html">zie Michel Vuilsteke</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2010/07/30/prettige-vakantie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-content outside the WordPress directory</title>
		<link>http://benderydt.com/blog/2010/07/07/wp-content-outside-the-wordpress-directory/</link>
		<comments>http://benderydt.com/blog/2010/07/07/wp-content-outside-the-wordpress-directory/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:43:35 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://benderydt.com/?p=491</guid>
		<description><![CDATA[If you&#8217;re thinking about pulling the wp-content directory out of the main WordPress directory, don&#8217;t. Moving the directory and replacing it with a symlink works, aside from one anoying bug: register_activation_hook (__FILE__,...) and register_deactivation_hook (__FILE__,...) will stop working due to a function called plugin_basename not knowing about the symlink. That means that most of your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re thinking about pulling the <code>wp-content</code> directory out of the main WordPress directory, <em>don&#8217;t</em>.</p>
<p>Moving the directory and replacing it with a symlink <em>works</em>, aside from one anoying bug: <code>register_activation_hook (__FILE__,...)</code> and <code>register_deactivation_hook (__FILE__,...)</code> will stop working due to a function called <code>plugin_basename</code> not knowing about the symlink.</p>
<p>That means that most of your plugins won&#8217;t be activated on activation nor deactivated on deactivation, and that may leed to strange and annoying bugs if the plugin touches WordPress&#8217; <code>rewrite_rules</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2010/07/07/wp-content-outside-the-wordpress-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>max-width all the way</title>
		<link>http://benderydt.com/blog/2010/07/06/max-width-all-the-way/</link>
		<comments>http://benderydt.com/blog/2010/07/06/max-width-all-the-way/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:40:54 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://benderydt.com/?p=488</guid>
		<description><![CDATA[If you&#8217;re using a division of max-width: 50em inside a container of width: 100%, strange things will happen when you start resizing the page to something smaller than 50em. The container div will shrink to just around your inner div, but Safari and Firefox will display a horizontal scrollbar as if this outer div is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a division of <code>max-width: 50em</code> inside a container of <code>width: 100%</code>, strange things will happen when you start resizing the page to something smaller than <code>50em</code>. The container div will shrink to just around your inner div, but Safari and Firefox will display a horizontal scrollbar as if this outer div is still <code>50em</code> wide.</p>
<p>Solution: use <code>max-width: 100%</code> on the container instead of <code>width: 100%</code>.</p>
<p>Thus not:</p>
<pre>&lt;div style="width: 100%; background-color: #eee;"&gt;
  &lt;div style="max-width: 50em; margin: 0 auto;"&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre>
<p>but</p>
<pre>&lt;div style="max-width: 100%; background-color: #eee;"&gt;
  &lt;div style="max-width: 50em; margin: 0 auto;"&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre>
<p>Whenever you use <code>max-width</code>, all you outer containers need to have either <code>width: auto</code> (maybe implied) or <code>max-width: 100%</code> (or another width that makes sense). All the way indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2010/07/06/max-width-all-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stukwerk</title>
		<link>http://benderydt.com/blog/2010/02/01/stukwerk/</link>
		<comments>http://benderydt.com/blog/2010/02/01/stukwerk/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:13:29 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[nl]]></category>
		<category><![CDATA[Theater]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=315</guid>
		<description><![CDATA[Als u hier weinig ziet gebeuren, dan komt het omdat het achter de schermen best druk is. Dit jaar studeer ik immers af aan de regie-opleiding van de Academie van Lier met De Koopman van ene Will Shakespeare. In opzet is het grootste dat ik tot hiertoe gedaan heb, of het ook het beste zal [...]]]></description>
			<content:encoded><![CDATA[<p>Als u hier weinig ziet gebeuren, dan komt het omdat het achter de schermen best druk is. Dit jaar studeer ik immers af aan de regie-opleiding van de Academie van Lier met <strong><a href="/theater/de-koopman/">De Koopman</a></strong> van ene Will Shakespeare. In opzet is het grootste dat ik tot hiertoe gedaan heb, of het ook het beste zal zijn moet nog blijken.</p>
<p>In ieder geval, ik ben niet alleen; mijn dierbare medestudenten regisseren allemaal ook een volavondstuk, wat het prettige gevolg heeft dat je van februari tot april naar 8 stukken van beginnende regisseurs kan gaan kijken, waarvan 7 in Lier.</p>
<p>Vandaar Stukwerk, een regiefestival. Noteer alvast in uw agenda:</p>
<p><strong>Open Huwelijk</strong><br />
Tekst: Dario Fo<br />
Regie: Marco Lenaerts<br />
Productie: <a href="http://www.tpodium.be/">&#8216;t Podium</a><br />
<a href="http://www.debogaard.be">C.C. De Bogaard</a>, Sint-Truiden, 011/70.17.00<br />
za 13 feb &#8212; 20u15, zo 14 feb &#8212; 15u</p>
<p><strong>De rattenvanger van Hamelen</strong><br />
Tekst: Jac Ros<br />
Regie: Hans Kraat<br />
Productie: <a href="http://www.teaterlier.be">Teater Lier</a><br />
Cultureel Centrum Vredeberg, Lier, 03/480.48.27<br />
vr 19 feb &#8212; 20u, za 20 feb &#8212; 15u, zo 21 feb &#8212; 15u, vr 26 feb &#8212; 20u, za 27 feb &#8212; 15u, zo 28 feb &#8212; 10u30</p>
<p><strong>Van muizen en mensen</strong><br />
Tekst: John Steinbeck<br />
Regie: Jeannine Hens<br />
Productie: <a href="http://www.teaterlier.be">Teater Lier</a><br />
Liers Minitheater ‘Spaanse Poort’, 03/480.48.27<br />
vr 19 maa &#8212; 20u, za 20 maa &#8212; 20u, zo 21 maa &#8212; 15u</p>
<p><strong>The beauty Queen of Leenane</strong><br />
Tekst: Martin McDonagh<br />
Regie: Roland de Lathouwer<br />
Productie: <a href="http://www.teaterlier.be">Teater Lier</a><br />
Liers Minitheater ‘Spaanse Poort’, 03/480.48.27<br />
vr 26 maa &#8212; 20u, za 27 maa &#8212; 20u, zo 28 maa &#8212; 15u</p>
<p><strong>Rigor Mortis</strong><br />
Tekst en regie: Gert-Jan Janssens<br />
Productie: <a href="http://www.teaterlier.be">Teater Lier</a><br />
Liers Minitheater ‘Spaanse Poort’, 03/480.48.27<br />
vr 9 apr &#8212; 20u, za 10 apr &#8212; 20u, zo 11 apr &#8212; 15u</p>
<p><strong>De koning sterft</strong><br />
Tekst: Eugène Ionesco<br />
Regie: Peter Cnops<br />
Productie: <a href="http://www.samwdlier.be/">SAMWD Lier</a><br />
<a href="http://www.lierscultuurcentrum.be">Liers Cultuurcentrum ‘De Mol’</a>, 03/488.06.79<br />
vr 9 apr &#8212; 20u15, za 10 apr &#8212; 20u15</p>
<p><strong>Alice in wonderland</strong><br />
Tekst: Lewis Caroll<br />
Regie: Anneleen Aerts<br />
Productie: <a href="http://www.samwdlier.be/">SAMWD Lier</a><br />
<a href="http://www.lavenirsite.be">L’Avenirsite</a>, Lier<br />
za 10 apr &#8212; 15u, zo 11 apr &#8212; 15u</p>
<p><strong><a href="/theater/de-koopman/">De Koopman</a></strong><br />
Tekst: William Shakespeare<br />
Regie en bewerking: Ben De Rydt<br />
Productie: <a href="http://www.samwdlier.be/">SAMWD Lier</a><br />
<a href="http://www.lierscultuurcentrum.be">Liers Cultuurcentrum ‘De Mol’</a>, 03/488.06.79<br />
vr 16 apr &#8212; 20u15, za 17 apr &#8212; 20u15</p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2010/02/01/stukwerk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Frustration Island</title>
		<link>http://benderydt.com/blog/2009/02/23/welcome-to-frustration-island/</link>
		<comments>http://benderydt.com/blog/2009/02/23/welcome-to-frustration-island/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 21:28:45 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[nl]]></category>
		<category><![CDATA[Theater]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=303</guid>
		<description><![CDATA[Mijn geliefde schatjes van jeugdtoneelgroep &#8220;De Strontvliegen&#8221; spelen op vrijdag 13 maart, zaterdag 14 maart en zondag 15 maart &#8220;Frustration Island&#8221;, een bewerking van de Odyssee door de Kakkewieten. Ik was al een tijdje op zoek naar een antieke Griekse comedie om naar onze hand te zetten, en iets van de Kakkewieten kunnen we als [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/images/2009/02/affiche-frustration-island.jpg"><img src="/images/2009/02/affiche-frustration-island-192x135.jpg" alt="affiche-frustration-island" title="affiche-frustration-island" width="192" height="135" class="alignleft" /></a>Mijn geliefde schatjes van jeugdtoneelgroep &#8220;De Strontvliegen&#8221; spelen op vrijdag 13 maart, zaterdag 14 maart en zondag 15 maart &#8220;Frustration Island&#8221;, een bewerking van de Odyssee door de Kakkewieten. </p>
<p>Ik was al een tijdje op zoek naar een antieke Griekse comedie om naar onze hand te zetten, en iets van de Kakkewieten kunnen we als Strontvliegen natuurlijk niet laten liggen. Verwacht je aan een episch verhaal met een diepe draai en de nodige onnozelheid.</p>
<p>Zoals steeds is de afspraak in Gemeenschapcentrum &#8216;t Dorp, Berlaarsesteenweg 2, Kessel, op 13, 14 en 15 maart (zondag in de namiddag om 15h00). Reserveren op 03/489.09.34 of 03/480.89.15. </p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2009/02/23/welcome-to-frustration-island/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Dirk Diggler Story</title>
		<link>http://benderydt.com/blog/2009/02/05/the-dirk-diggler-story/</link>
		<comments>http://benderydt.com/blog/2009/02/05/the-dirk-diggler-story/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:55:42 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=280</guid>
		<description><![CDATA[Daar ik een grote fan van Paul Thomas Anderson ben, was ik blij verrast The Dirk Diggler Story op de internetbuizen aan te treffen. The Dirk Diggler Story (1988) is P.T. Anderson&#8217;s voorbode tot Boogie Nights (1997). The Dirk Diggler Story werd gemaakt tijdens zijn studies en &#8212; buiten zijn meesterschap van het fake-documentaire genre [...]]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-6568842455418764286&#038;hl=en&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
<p>Daar ik een grote fan van Paul Thomas Anderson ben, was ik blij verrast <em>The Dirk Diggler Story</em> op de internetbuizen aan te treffen. <em>The Dirk Diggler Story</em> (1988) is P.T. Anderson&#8217;s voorbode tot <em>Boogie Nights</em> (1997). <em>The Dirk Diggler Story</em> werd gemaakt tijdens zijn studies en &#8212; buiten zijn meesterschap van het fake-documentaire genre &#8212; vallen de grote gelijknissen tussen beide films echt wel op. De &#8220;You got the touch&#8221;-powerballad komt letterlijk terug in Boogie Nights, inclusief de discussie over bas versus vocals, en ook de acteur van het Jack Horner-personage komt terug, zij het als de slechte producer in plaats van de goede. Alleen vrouwen en bloot waren blijkbaar wat moeilijker in 1988 &#8212; Raise your hand if you love Rollergirl! &#8211;, maar een kleine tien jaar later lag een homosexuele relatie tussen Dirk Diggler en Reed dan weer moeilijker. Eerlijk gezegd, hoeveel respect ik ook heb voor John C. Reilly, de Reed in The Dirk Diggler Story was beter, niet als acteur, maar wel als personage.</p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2009/02/05/the-dirk-diggler-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jimmy Rosenberg</title>
		<link>http://benderydt.com/blog/2009/01/22/jimmy-rosenberg/</link>
		<comments>http://benderydt.com/blog/2009/01/22/jimmy-rosenberg/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 21:58:29 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[kunst]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[nl]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=275</guid>
		<description><![CDATA[Goeie muzikant en knappe documentaire. Ik begrijp niet dat ik er nu pas wat van hoor&#8230; Edit: volledige documentaire alhier.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/zzkQt4QAhHk&#038;hl=en&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/zzkQt4QAhHk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344" /></object></p>
<p>Goeie muzikant en knappe documentaire. Ik begrijp niet dat ik er nu pas wat van hoor&#8230;</p>
<p><em>Edit: volledige documentaire <a href="http://player.omroep.nl/?aflID=5413673&#038;md5">alhier</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2009/01/22/jimmy-rosenberg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of Video on the Web anno 2009</title>
		<link>http://benderydt.com/blog/2009/01/09/the-state-of-video-on-the-web-anno-2009/</link>
		<comments>http://benderydt.com/blog/2009/01/09/the-state-of-video-on-the-web-anno-2009/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 00:56:07 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=210</guid>
		<description><![CDATA[Three and a half years ago I wrote The Joy of Web Development about the trouble I had embedding movies into webpages. That article is about the most popular article (for spammers :-) on this sparse blog. Now, as I&#8217;m gearing up to redo my site and take the movie pages out of self-written CMS [...]]]></description>
			<content:encoded><![CDATA[<p>Three and a half years ago I wrote <a href="http://benderydt.com/blog/2005/10/06/the-joy-of-web-development/">The Joy of Web Development</a> about the trouble I had embedding movies into webpages.  That article is about the most popular article (for spammers :-) on this sparse blog. Now, as I&#8217;m gearing up to redo my site and take the <a href="http://benderydt.com/movies/">movie pages</a> out of self-written CMS limbo and into the 21st century <small>(cough WordPress)</small>, I decided to revisit the way I want to publish movies and see what&#8217;s going on.</p>
<p>First, publishing movies on one&#8217;s own website is <em>out</em>. <a href="http://www.youtube.com">Youtube</a> and <a href="http://www.vimeo.com">Vimeo</a> rule the pack, and if you&#8217;re looking for an easy way to put your family&#8217;s vacation movie online you can stop reading now and head their way. However, I&#8217;m not interested in putting my movies on someone else&#8217;s servers, partly because I&#8217;m stubborn, and partly because I don&#8217;t like my movies served with advertising.</p>
<p>Coincidentally, <a href="http://diveintomark.org">Mark Pilgrim</a> published his <a href="http://diveintomark.org/tag/give">Gentle Introduction to Video Encoding</a> just about now, so head <a href="http://diveintomark.org/tag/give">that way</a> if you&#8217;re looking for a concise overview. These are just my observations:</p>
<ol>
<li>
<p><strong>mp4 has won.</strong> Back in 2005 when I wrote <a href="http://benderydt.com/blog/2005/10/06/the-joy-of-web-development/">The Joy of Web Development</a>, the battle was between <code>.mp4</code> (only playable by Quicktime back then) and Windows Media (<code>.wmv</code>). <a href="/blog/why-mp4/">This old page</a> still kind of acknowledges that battle. Flash video (<code>.flv</code>) was and is a strong contender but the good On2 VP6 codec is expensive and kind of hard to get.<sup>1</sup> Plus, flash video does not integrate nicely into a Quicktime based workflow and <code>.flv</code>-files are basically unplayable once downloaded.</p>
<p>The ubuquitous availability of iPod&#8217;s, PSP&#8217;s and other MP4-capable portable media players helped a lot, but the final nail in <code>.wmv</code>&#8216;s (and <code>.flv</code>&#8216;s) coffin was the decision of Adobe to put mp4 playback into Flash Player. Early versions of the mp4-capable Flash Player were <a href="http://benderydt.com/blog/2007/11/21/flash-player-9-update-en-h264/">too slow</a> but as of Flash Player 10 the performance is sufficient for most computers, although Quicktime still is much faster on my old PowerMac G4.</p>
<p>Bottom line: if you want to compress your movie for the web, choose <code>.mp4</code> with h.264-compression and check wether it plays in Quicktime Player.<sup>2</sup></li>
<li><strong>Flash has won.</strong> This may look like a contradiction with the previous observation but as an embedded player in a website, Flash technology is unbeatable (see Youtube and Vimeo and countless others). Flash has the 90%+ install base, it loads fast, is cross platform (Windows, Mac OS X and Linux) and there&#8217;s a really nice free movieplayer<sup>3</sup> in the form of Jeroen Wijering&#8217;s <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW FLV Player</a>.</li>
<li>
<p><strong>Embedding movies has become even more horrible.</strong> Due to blatant patent abuse by Eolas, Internet Explorer ceased playing flash applications (and other <code>&lt;object&gt;</code>&#8216;s) in a webpage from february 2006 until april 2008. Users had to click to activate the embedded object, but only if it was embedded directly in the page, not if the player object was programmatically inserted via JavaScript.</p>
<p>This means that from then on, the best way to insert a movie is to do it by JavaScript, preferably by using something like <a href="http://code.google.com/p/swfobject/"><code>swfobject</code></a>. Luckily, <code>swfobject</code> hides the <code>&lt;object&gt;</code> and <code>&lt;embed&gt;</code>-mess (still not solved!) that was the source of my troubles in <a href="http://benderydt.com/blog/2005/10/06/the-joy-of-web-development/">The Joy of Web Development</a>. But not so luckily, <code>swfobject</code> brings another dependency to the table: now your viewers must not only have the right version of flash but JavaScript needs to be enabled too, and you must test for both.</p>
<p>Thus, we&#8217;ve gone from this mess:</p>
<pre>&lt;OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
 CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
 HEIGHT=yy
 WIDTH=xx&gt;
  &lt;PARAM NAME="src" VALUE="MyMovie.mov" /&gt;
  &lt;EMBED SRC="MyMovie.mov"
   HEIGHT=yy WIDTH=xx
   TYPE="video/quicktime"
   PLUGINSPAGE="http://www.apple.com/quicktime/download/" /&gt;
&lt;/OBJECT&gt;</pre>
<p>to this</p>
<pre>&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;My movie&lt;/title&gt;
    &lt;script type="text/javascript" src="swfobject.js"&gt;&lt;/script&gt;
    &lt;script type="text/javascript"&gt;
    swfobject.embedSWF("jwplayer.swf", "myMovieID", 512, 288 + 16, "9.0.98", false,
                       { file: "mymovie.mp4", image: "mymovie.jpg" },
                       { allowfullscreen: true });
    &lt;/script&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;div id="myMovieID"&gt;
      &lt;p&gt;Please enable JavaScript to view my movie&lt;/p&gt;
    &lt;/div&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
<p>All of your movies need placeholders in the body and the actual movie files in the header of the page and you need <code>id</code>&#8216;s to keep them all apart.<sup>4</sup></li>
</ol>
<p>So, what&#8217;s a man got to do? I&#8217;m not going to implement that mess in item #3. Besides, posting a video online is simple in principle: all you need is a <em>movie file</em> (the <code>.mp4</code>) and a <em>poster file</em>; an image that describes your movie and serves as placeholder while your viewer waits for the movie to download. So here&#8217;s what&#8217;s my markup is going to look like:</p>
<pre>
&lt;a href="mymovie.mp4"&gt;&lt;img src="mymovie.jpg" width="512" height="288"
   alt="Click to download my movie" /&gt;&lt;/a&gt;
</pre>
<p>Other than that, I&#8217;ll use even more JavaScript &#8212; <a href="http://jquery.com">jQuery</a> to the rescue &#8212; to pull out all of these <code>.mp4</code>-links, invent <code>id</code>s for <code>swfobject</code> and display the movie with JW FLV Player (and some more)&#8230;</p>
<ol class="footnotes"><li id="footnote_0_210" class="footnote">The bad old Sorenson 3 based flv codec is widely available but gives horrible results.</li><li id="footnote_1_210" class="footnote">I believe Quicktime is the lowest common denominator of all mp4 capable apps and players, i.e. if an mp4 plays in Quicktime it will play everywhere else. Please correct me if I&#8217;m wrong.</li><li id="footnote_2_210" class="footnote"><a href="http://www.longtailvideo.com/players/jw-flv-player/">JW FLV Player</a> is free as in beer for strict non-commercial use only.</li><li id="footnote_3_210" class="footnote">I know you can still do static publishing but this is the recommended <code>swfobject</code> way. Besides, conditional html comments are evil.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2009/01/09/the-state-of-video-on-the-web-anno-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early funeral</title>
		<link>http://benderydt.com/blog/2009/01/07/early-funeral/</link>
		<comments>http://benderydt.com/blog/2009/01/07/early-funeral/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 01:27:06 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=184</guid>
		<description><![CDATA[Today&#8217;s Apple Keynote* sure feels like an early funeral. I&#8217;m sure that when (not if) Steve Jobs dies, we&#8217;re all going to get three beautiful materials (horse shit, fake grass and real oak veneer) for our Keynote charts, an iPhone Memorial app (&#8220;carry your our loved ones near your heart&#8221;) and a DRM-free Beatles tune [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s <a href="http://events.apple.com.edgesuite.net/0901ouabdcaw/event/index.html">Apple Keynote</a><a href="#note-funeral">*</a> sure feels like an early funeral. </p>
<p>I&#8217;m sure that when (<em>not if</em>) <a href="http://www.apple.com/pr/library/2009/01/05sjletter.html">Steve Jobs dies</a>, we&#8217;re all going to get three beautiful materials (horse shit, fake grass and real oak veneer) for our Keynote charts, an iPhone Memorial app (&#8220;carry <del datetime="2009-01-07T01:27:39+00:00">your</del> our loved one<del datetime="2009-01-07T01:27:39+00:00">s</del> near your heart&#8221;)  and a DRM-free Beatles tune <em>for $1.29</em>&#8230;</p>
<p><a name="note-funeral"><small>* I watch this stuff for theatrical value. Steve Jobs&#8217; keynotes are among the best in the industry, whether you like Apple or not. This one feels fake from the very start and drags on and on.</small></a></p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2009/01/07/early-funeral/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leuven Kort: slotakkoord</title>
		<link>http://benderydt.com/blog/2008/12/08/leuven-kort-slotakkoord/</link>
		<comments>http://benderydt.com/blog/2008/12/08/leuven-kort-slotakkoord/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 20:45:37 +0000</pubDate>
		<dc:creator>Ben De Rydt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[kunst]]></category>
		<category><![CDATA[nl]]></category>

		<guid isPermaLink="false">http://benderydt.com/blog/?p=161</guid>
		<description><![CDATA[Bij het bekendmaken van de prijs van de jury van de Europese competitie dacht ik even dat 2 Birds (Smáfuglar) genomineerd ging worden, maar het relaas van de jury over &#8220;een optimistische en vrolijke film over de eerste keer&#8221; ging over Love You More van Sam Taylor-Wood (UK). Heel goed gemaakt, alleen het nadrukkelijke tijdsframe is er voor [...]]]></description>
			<content:encoded><![CDATA[<p>Bij het bekendmaken van de prijs van de jury van de Europese competitie dacht ik even dat <a href="http://www.kortfilmfestival.be/kortfilmdatabase/detail.asp?id=9870">2 Birds (Smáfuglar)</a> genomineerd ging worden, maar het relaas van de jury over &#8220;een optimistische en vrolijke film over de eerste keer&#8221; ging over <a href="http://www.kortfilmfestival.be/kortfilmdatabase/detail.asp?id=10003">Love You More</a> van Sam Taylor-Wood (UK). Heel goed gemaakt, alleen het nadrukkelijke tijdsframe is er voor mij teveel aan (of zoals Nand Buyl het zo mooi zegt in <em>Joséphine</em> van Joël Vanhoebrouck: &#8220;Weet je wat ik zo haat aan u? Die godverdomde nostalgie.&#8221;) Het publiek koos voor <a href="http://www.kortfilmfestival.be/kortfilmdatabase/detail.asp?id=9192">Ripple</a> van Paul Gowers (ook UK). Ook goed gemaakt: het is de beste variant op het thema &#8220;man moet op tijd bij zijn lief zijn maar alles zit tegen&#8221; die ik tot hiertoe gezien heb.</p>
<p>Aan de Vlaamse kant ging <a href="http://www.kortfilmfestival.be/kortfilmdatabase/detail.asp?id=10331">Plan B</a> van Robin Pront met zowel de juryprijs als de publieksprijs lopen. Ook goed gemaakt, alleen vind ik <a href="http://www.adayinalife.be">A Day in a Life</a> van Nicolas Daenens, dat ook over lowlife criminals gaat die dringend aan geld moeten komen, veel beter. En aangezien ik Plan B heb gezien met Nicolas naast mij kan ik niet bepaald objectief zijn :-)</p>
<p>Over de rest zeg ik niets omdat competities waar ik als DKO-student niet aan mag deelnemen niet relevant zijn <small>(u merkt daar terecht enige frustratie&#8230;)</small> maar ik wil wel vermelden dat ik het kan begrijpen dat de mensen die de prijzen schenken niet alles kunnen zien. Desalniettemin is het vrij treurig om op een prijsuitreiking de ene na de andere meneer of mevrouw op het podium te horen bekennen dat ze geen enkele kortfilm hebben gezien.</p>
<p>Persoonlijk ben ik vooral blij met de 5de plaats bij de publieksprijs voor <em>Het verhaal van de drol</em>. Ik had al gemerkt en gehoord dat de film werkte bij het publiek, maar toch&#8230; </p>
<p>Voor mensen die de vijfde plaats op negentien films nogal gemiddeld vinden wil ik erop wijzen dat ik mezelf ongeveer tien percent kans gaf om überhaupt geselecteerd te raken. Ik ben dat ook heel blij dat de film werkte en niet ten onder ging aan de zee aan vage beelden en storende ruis waarover ik hier nog wil berichten&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://benderydt.com/blog/2008/12/08/leuven-kort-slotakkoord/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
