<?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>blog.forret.com &#187; media</title>
	<atom:link href="http://blog.forret.com/categories/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.forret.com</link>
	<description>and I mean it</description>
	<lastBuildDate>Tue, 17 Nov 2009 19:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PDF podcasts: proof of concept</title>
		<link>http://blog.forret.com/2006/04/pdf-podcasts-proof-of-concept/</link>
		<comments>http://blog.forret.com/2006/04/pdf-podcasts-proof-of-concept/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 15:30:23 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[RSS]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://blog.forret.com/2006/04/pdf-podcasts-proof-of-concept/</guid>
		<description><![CDATA[Background
I read a lot of info on digital cinema these last months. I find there is little syndicated content (blog feeds) to be found on the topic. Some sites have a page of press releases and/or an email newsletter, but that&#8217;s about it. That&#8217;s why I have created some custom RSS feeds with feed43. (e.g. [...]


Related posts:<ol><li><a href='http://blog.forret.com/2004/10/how-to-podcast-with-blogger-and-smartcast/' rel='bookmark' title='Permanent Link: How to Podcast with Blogger and SmartCast'>How to Podcast with Blogger and SmartCast</a> <small>This is a step-by-step manual on how to create your...</small></li><li><a href='http://blog.forret.com/2005/12/christmas-present-podcast-feed-validator/' rel='bookmark' title='Permanent Link: Christmas present: podcast feed validator!'>Christmas present: podcast feed validator!</a> <small>I get a lot of &#8220;what is wrong with my...</small></li><li><a href='http://blog.forret.com/2004/10/podcasting-with-blogger/' rel='bookmark' title='Permanent Link: Podcasting with Blogger'>Podcasting with Blogger</a> <small> I&#8217;m thinking about installing an iPod (or Zen) in...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/pforret/124710707/" title="Photo Sharing"><img src="http://static.flickr.com/36/124710707_4e9f7decd7_m.jpg" width="175" height="240" alt="Videography magazine: via PDF" style="float: right" /></a><strong>Background</strong><br />
I read a lot of info on <a href="http://blog.forret.com/categories/digcinema/">digital cinema</a> these last months. I find there is little syndicated content (blog feeds) to be found on the topic. Some sites have a page of press releases and/or an email newsletter, but that&#8217;s about it. That&#8217;s why I have created some custom RSS feeds with feed43. (e.g. <a href="http://feed43.com/digitalcinematography.xml">Digital Cinematography feed</a> for the <a href="http://www.uemedia.net/CPC/digitalcinemamag/index.shtml">CMP Digital Cinematography Magazine</a>)<br />
What I do see is that some sites publish really nice magazines in PDF (Portable Document Format &#8211; by Adobe) format (see <a href="http://videography.com/">Videography</a> on the right). You only know about these if you go visit the site of course &#8211; very Web 1.0. So if there could be a feed that alerts me of new issues of these PDF files &#8230; And while we&#8217;re at it, why not put the PDF link as an enclosure in the RSS feed, podcast style? And just like an MP3 podcast is automatically transferred to a portable MP3 player, could a PDF podcast be automatically printed? The answer is: <strong>Yes</strong>. Let me show you how.<br />
<span id="more-298"></span><br />
<strong>STEP 1: the RRS with PDF enclosures</strong><br />
That was harder than it should be: <a href="http://www.feed43.com">Feed43</a> does not do podcast feeds, <a href="http://www.feedburner.com">Feedburner</a> only recognizes audio/video and image files. So I ended up creating an RSS file by hand:<br />
<a href="http://www.flickr.com/photos/pforret/124691891/" title="Photo Sharing"><img src="http://static.flickr.com/44/124691891_28378b2d64.jpg" width="500" height="392" alt="PDF podcast feed" /></a><br />
Since I&#8217;m only testing I don&#8217;t mind for now. It should be possible to auto-create it with Wordpress, or maybe Feedburner could add it to its list of &#8220;rich media files&#8221; for <a href="http://www.burningdoor.com/feedburner/archives/000812.html">SmartCast</a>.</p>
<p><strong>STEP 2: podcatching the PDF feed</strong><br />
Now what? There is a podcast feed with PDF enclosures, and I want a <em>podcatching</em> application to download them. I chose <a href="http://juicereceiver.sourceforge.net/">Juice (the former iPodder)</a> application here, because I can configure it to run a script for each downloaded enclosure (see further). I copy/paste the feed URL in the Juice aggregator and it has no problem downloading the PDF files:<br />
<a href="http://www.flickr.com/photos/pforret/124691900/" title="Photo Sharing"><img src="http://static.flickr.com/34/124691900_f349818687.jpg" width="500" height="98" alt="Download the PDF podcast in Juice" /></a><br />
The result of this is: the podcatcher will create a folder for the podcast where all PDF files are stored. So if you prefer to read them on your screen, this is already good enough. But let&#8217;s try to get them printed the moment they arrive.</p>
<p><strong>STEP 3: auto-printing the PDF files</strong><br />
Task at hand: I want the PDF files to be printed automatically upon download. I can configure Juice to execute a command line after each download, and I configure it to run a script <code>print_pdf.cmd "%f"</code>:<br />
<a href="http://www.flickr.com/photos/pforret/124695149/" title="Photo Sharing"><img src="http://static.flickr.com/36/124695149_ad8f3f4d40_o.gif" width="455" height="175" alt="Juice: advanced settings" /></a><br />
What the script does is:</p>
<ul>
<li>check if the file is a PDF file (so skip all MP3, &#8230; files)</li>
<li>if it is call <code>"c:\(path to Adobe Reader)\Acrord32.exe" /p /h %1</code> so that Adobe Reader opens the file in the background (option <code>/h</code> or &#8216;hidden&#8217;) and prints the document (option <code>/p</code>).</li>
</ul>
<p>This print operation will take the default printer with default settings, so you have to configure the computer to e.g. print on the color laser (looks nice) with 2 pages on 1 sheet (to save trees) with automatic stapling (if your printer supports that).</p>
<p><strong>Conclusion:</strong><br />
A PDF podcast feed allows you to subscribe to regular releases of PDF files that are automatically printed the moment they are published. There are no technological barriers to do it. It would be nice if Feedburner supported it in its Smartcast service.<br />
Anyone publishing magazines, reports, statistics, account overviews in PDF format: try it out!</p>
<p><em><br />
UPDATE: Apple iTunes now supports &#8220;<a href="http://www.micropersuasion.com/2006/05/itunes_offers_p.html">PDF enclosures subscriptions</a>&#8220;. (via <a href="http://pascal.vanhecke.info/">Pascal</a>)</em></p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2004/10/how-to-podcast-with-blogger-and-smartcast/' rel='bookmark' title='Permanent Link: How to Podcast with Blogger and SmartCast'>How to Podcast with Blogger and SmartCast</a> <small>This is a step-by-step manual on how to create your...</small></li><li><a href='http://blog.forret.com/2005/12/christmas-present-podcast-feed-validator/' rel='bookmark' title='Permanent Link: Christmas present: podcast feed validator!'>Christmas present: podcast feed validator!</a> <small>I get a lot of &#8220;what is wrong with my...</small></li><li><a href='http://blog.forret.com/2004/10/podcasting-with-blogger/' rel='bookmark' title='Permanent Link: Podcasting with Blogger'>Podcasting with Blogger</a> <small> I&#8217;m thinking about installing an iPod (or Zen) in...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2006/04/pdf-podcasts-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Next German Top Model will be thin</title>
		<link>http://blog.forret.com/2006/02/the-next-german-top-model-will-be-thin/</link>
		<comments>http://blog.forret.com/2006/02/the-next-german-top-model-will-be-thin/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 13:55:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2006/02/21/the-next-german-top-model-will-be-thin/</guid>
		<description><![CDATA[The &#8216;top model&#8217; Heidi Klum presents a TV show: Germany&#8217;s Next Top Model, basically a contest for a bunch of girls who want to become a top model (date actors, eat carrots, spend hours getting your hair done, dress lightly and get paid a whole lot of money while doing that). Recently one of the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The &#8216;top model&#8217; Heidi Klum presents a TV show: <a href="http://www.prosieben.de/lifestyle_magazine/topmodel/index.php"><strong>Germany&#8217;s Next Top Model</strong></a>, basically a contest for a bunch of girls who want to become a top model (date actors, eat carrots, spend hours getting your hair done, dress lightly and get paid a whole lot of money while doing that). Recently one of the candidates was dismissed and the reasons were somewhat controversial:<br />
<a href="http://www.flickr.com/photos/pforret/119006217/" title="Photo Sharing"><img style="float: right" src="http://static.flickr.com/44/119006217_2d57a9622a_t.jpg" width="100" height="63" alt="Irina" /></a></p>
<blockquote><p>Irina&#8217;s misfortune was her height-weight ratio &#8212; she weighed 52 kilograms (114.5 pounds) and was 1.76 meters (5 feet 9 inches) tall. With that kind of body, Irina, 19, was used to being adoringly ogled, but on supermodel Heidi Klum&#8217;s television show &#8220;Germany&#8217;s Next Top-Model&#8221; her body became her downfall. &#8220;Too fat,&#8221; was the verdict handed down by the show&#8217;s jury. The svelte Irina was sent home.<br />
<a href="http://service.spiegel.de/cache/international/0,1518,398968,00.html">Der Spiegel</a></p></blockquote>
<p>The poor thing has a <a href="http://en.wikipedia.org/wiki/Body_mass_index">BMI (Body Mass Index)</a> of 16.8, which places her <a href="http://www.flickr.com/photos/pforret/100440614/">under the 5th percentile for her age</a>. In theory, she could very well be an anorexic.</p>
<p>One wonders: do only extremely thin/skinny girls get a chance at becoming a top model? &#8220;Germany&#8217;s Next Top Model&#8221; (Prosieben) actually publishes dimensions and measurements for all girls. Which means that, if one were to throw those into a spreadsheet, one could make some graphs of that, couldn&#8217;t one? And so it happened that that was exactly what I did. Here are some results:</p>
<h3>BMI (BODY MASS INDEX)</h3>
<p><a title="Photo Sharing" href="http://www.flickr.com/photos/pforret/100448951/"><img height="307" alt="50% anorexic" src="http://static.flickr.com/32/100448951_d4032de97b.jpg" /></a><br />
The average BMI is 17,6. Granted, there are some 16-years olds amongst them (younger girls typically have smaller BMIs &#8211; cf <a href="http://www.cdc.gov/nchs/data/nhanes/growthcharts/set1/chart16.pdf">BMI percentile for girls (PDF)</a>) but more than half would be considered a candidate for anorexia by a US nutrition specialist (see remark). The lowest BMI was Katrin (23y, 171cm, 46kg) with 15,7 and the highest Ramona (17y, 173cm, 61kg) with 20,4. Both didn&#8217;t make it to the final selection. Heidi Klum herself is also a small eater: 17,2.<br />
<em><strong>REMARK</strong>: the indicator used is: below the 5th percentile in that age group. It indicates <strong>a risk for</strong> anorexia. Keep in mind that &#8220;anorexia nervosa =&gt; exceptionally thin&#8221; does not mean &#8220;exceptionally thin =&gt; anorexia nervosa&#8221; (classical &#8216;<a href="http://en.wikipedia.org/wiki/Non_sequitur_%28logic%29">non-sequitur</a>&#8216;)). The only percentile numbers I found are for the US population, but remember that the average weight in the States (<a href="http://www.flickr.com/photos/pforret/100771662/">27% overweight</a>) is significantly higher than Germany (19%) or Belgium (12% overweight). So a woman with a BMI of 18 in the US can be considered &#8216;exceptionally thin&#8217;, while the same weight/height ratio in Belgium is not that exceptional. I have several female friends with a BMI of 18 or lower, and I can assure you they do not have any eating disorder.</em></p>
<h3>CURVES</h3>
<p><a title="Photo Sharing" href="http://www.flickr.com/photos/pforret/102575268/"><img alt="Curves vs BMI" src="http://static.flickr.com/34/102575268_ab34adbb9c.jpg" /></a><br />
OK, bear with me for a moment. I also had the bust/waist/hips measurements. But I wanted a single number instead of 3. So I did the following: there is this 90-60-90 ideal that men seem to prefer (the &#8216;average man&#8217; presumably, my hands are too small). Think &#8220;Monica Belluci&#8221; (perfect 100%)! Now calm your breathing and read on. So I came up with a CURVE (or &#8216;<em>wasp</em>&#8216;) coefficient that scores 100% for that mythical 90-60-90 and that grows the more wasp-like the figure is (<code>waist/[[hip+bust]/2]</code> is smaller) and the more symmetric it is (<code>hip/bust</code> is 1). To get a feeling for it: the minimal score is 76% for Jennifer (80-66-91) and the maximum score is 97% for Missy (90-62-90). Heidi Klum scores an average 93% (88-61-86). There is of course a correlation between BMI and CURVE. It&#8217;s kinda hard to be a 90-60-90 and be exceptionally thin. Something&#8217;s gotta give.</p>
<h3>CONCLUSIONS</h3>
<ul>
<li>BMI: is not the defining factor for making it in a &#8220;Top Model&#8221; kind of show (in the sense of: the lower the better). What a relief! Although, a look at the chart shows that having an &#8216;unusual&#8217; BMI does not help: all candidates with a BMI below 17 or above 18 are no longer in the running.</li>
<li>CURVE: Monica Belluci would have a hard time here. The least curvy girl (76% Jennifer, mainly because of her err&#8230; less significant chest area) is still in there. All candidates with a CURVES coefficient above 93% are out.</li>
<li>QUALITY/QUANTITY: I am confident that, in order to win a contest like that, a lot of other qualities are more important than measurements (say: IQ, character, confidence, prettiness) but I limited myself here to an exercise in Excel statistics.</li>
<li>TOPIC: statistics and pretty women: I love it. Any related stuff I should dive in to? Actresses? European models compared to US models? Spanish vs German?</li>
</ul>
<p>Technorati Tags: <a href="http://technorati.com/tag/germany" rel="tag">germany</a>, <a href="http://technorati.com/tag/heidiklum" rel="tag">heidiklum</a>, <a href="http://technorati.com/tag/model" rel="tag">model</a>, <a href="http://technorati.com/tag/bmi" rel="tag">bmi</a>, <a href="http://technorati.com/tag/weight" rel="tag">weight</a>, <a href="http://technorati.com/tag/curves" rel="tag">curves</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2006/02/the-next-german-top-model-will-be-thin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prince Charles and the Pope</title>
		<link>http://blog.forret.com/2006/01/prince-charles-and-the-pope/</link>
		<comments>http://blog.forret.com/2006/01/prince-charles-and-the-pope/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 18:10:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2006/01/18/prince-charles-and-the-pope/</guid>
		<description><![CDATA[
Headlines from 1981:

Prince Charles got married

Liverpool crowned soccer Champions of Europe

Australia lost the Ashes tournament

Pope died


Headlines from 2005:

Prince Charles got married

Liverpool crowned soccer Champions of Europe

Australia lost the Ashes tournament

Pope died


In the future, if Prince Charles decides to remarry, somebody should warn the pope.
(via haveadaydotcom)

Technorati: charles &#8211; pope &#8211; 2005


Related posts:&#8220;Lost&#8221; in iTunes: good and [...]


Related posts:<ol><li><a href='http://blog.forret.com/2005/10/lost-in-itunes-good-and-bad-news/' rel='bookmark' title='Permanent Link: &#8220;Lost&#8221; in iTunes: good and bad news'>&#8220;Lost&#8221; in iTunes: good and bad news</a> <small> There&#8217;s good news and bad news. First the good:...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/pforret/88248772/" title="Photo Sharing"><img src="http://static.flickr.com/16/88248772_151b95ae7a_m.jpg" width="150" height="240" alt="Prince Charles and the pope" /></a></p>
<blockquote><p>Headlines from <strong>1981</strong>:</p>
<ol>
<li>Prince Charles got married
</li>
<li>Liverpool crowned soccer Champions of Europe
</li>
<li>Australia lost the Ashes tournament
</li>
<li>Pope died
</li>
</ol>
<p>Headlines from <strong>2005</strong>:</p>
<ol>
<li><a href="http://www.royalty.nu/Europe/England/Windsor/Charles.html">Prince Charles got married</a>
</li>
<li><a href="http://news.bbc.co.uk/sport1/hi/football/europe/4573159.stm">Liverpool crowned soccer Champions of Europe</a>
</li>
<li><a href="http://newswww.bbc.net.uk/sport1/hi/cricket/ashes_2005/4239192.stm">Australia lost the Ashes tournament</a>
</li>
<li><a href="http://www.cnn.com/2005/WORLD/europe/04/02/pope.dies/">Pope died</a>
</li>
</ol>
<p>In the future, if Prince Charles decides to remarry, somebody should warn the pope.<br />
(via <a href="http://haveadaydotcom.blogspot.com/2006_01_01_haveadaydotcom_archive.html#113757323399175116">haveadaydotcom</a>)</p>
</blockquote>
<p>Technorati: <a href="http://technorati.com/tag/charles" rel="tag">charles</a> &#8211; <a href="http://technorati.com/tag/pope" rel="tag">pope</a> &#8211; <a href="http://technorati.com/tag/2005" rel="tag">2005</a></p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2005/10/lost-in-itunes-good-and-bad-news/' rel='bookmark' title='Permanent Link: &#8220;Lost&#8221; in iTunes: good and bad news'>&#8220;Lost&#8221; in iTunes: good and bad news</a> <small> There&#8217;s good news and bad news. First the good:...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2006/01/prince-charles-and-the-pope/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Lost&#8221; in iTunes: good and bad news</title>
		<link>http://blog.forret.com/2005/10/lost-in-itunes-good-and-bad-news/</link>
		<comments>http://blog.forret.com/2005/10/lost-in-itunes-good-and-bad-news/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 13:17:54 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2005/10/13/lost-in-itunes-good-and-bad-news/</guid>
		<description><![CDATA[
There&#8217;s good news and bad news. First the good: Steve Jobs just issued a wake-up call to the movie industry. He already has shown everyone how to sell music (fixed price, basic DRM, no limits on burning) and hopes to do the same with video. The new iPod video looks great, and is clearly gonna [...]


Related posts:<ol><li><a href='http://blog.forret.com/2009/07/my-quest-for-lets-get-lost-chet-baker-by-bruce-weber/' rel='bookmark' title='Permanent Link: My quest for &#8220;Let&#8217;s get lost&#8221; &#8211; Chet Baker by Bruce Weber'>My quest for &#8220;Let&#8217;s get lost&#8221; &#8211; Chet Baker by Bruce Weber</a> <small> Let&#8217;s Get Lost (1988) is a American documentary film...</small></li><li><a href='http://blog.forret.com/2005/05/jobs-announces-podcasts-in-itunes/' rel='bookmark' title='Permanent Link: Jobs announces Podcasts in iTunes'>Jobs announces Podcasts in iTunes</a> <small> If this is true, it could change the landscape...</small></li><li><a href='http://blog.forret.com/2005/11/filling-a-terabyte-ipod/' rel='bookmark' title='Permanent Link: Filling a terabyte iPod'>Filling a terabyte iPod</a> <small> Muster said that within five years, Apple could release...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://us3.pixagogo.com/S5vpfnjbBPdPn4scF7kvtSm!082HpWIvIloCMz-j9qdbO1xvzkiQ2zeX!fMWyYAUefXxi3m6ptfMZPNmCXKRoD6mzsIcu6hq0uAQrwmw4a6hEkZmF47PCE76drpsQ!Z-2-XvW1mDFUd0cFQAJ9QvkLULR0Xi6qvL-u/Evangeline_Lilly_sepia.jpg" /><br />
There&#8217;s good news and bad news. First the good: Steve Jobs just <a href="http://www.appleinsider.com/article.php?id=1315">issued a wake-up call to the movie industry</a>. He already has shown everyone how to sell music (fixed price, basic DRM, no limits on burning) and hopes to do the same with video. The new <a href="http://www.apple.com/itunes/videos/">iPod video</a> looks great, and is clearly gonna end up on my desk in the near future.</p>
<p><span id="more-191"></span></p>
<p>The bad news: all that &#8220;<a href="http://abc.go.com/primetime/lost/">Lost</a>&#8220;, &#8220;<a href="http://abc.go.com/primetime/desperate/">Desperate housewives</a>&#8220;, Pixar, Disney, ABC eye candy is not for us Europeans (apparently not even for all Americans either &#8211; <a href="http://digitalmusic.weblogsinc.com/entry/1234000303063069/">digitalmusic.weblogsinc.com</a>). Which makes me feel like that great <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?s=143446&#038;playListId=14702648">&#8220;When Harry Met Sally&#8221; song (Harry Connick Jr.)</a></p>
<blockquote><p>They&#8217;re selling shows of &#8220;Lost&#8221;, but not to me.<br />
at a very modest cost, but not to me.<br />
I&#8217;d love to see them play<br />
I even want to pay<br />
I guess there&#8217;s just no way but on TV.</p>
<p>It would be cool to know within the day<br />
Is Sawyer just a prick, or is he gay,<br />
How long can Jack resist,<br />
to grab Kate and french kiss?<br />
I guess it&#8217;s not for me.</p>
<p><i>(grab a guitar and join in:  &#8220;<a href="http://www.theguitarguy.com/butnotfo.htm">Not for me</a>&#8220;)</i>
</p>
</blockquote>
<p>I hope that when <a href="http://en.wikipedia.org/wiki/Digital_cinema#Digital_projection">digital cinema</a> breaks through, films can be released worldwide at the same time and this whole US-first, Europe-afterwards mentality changes. It would reduce a lot of the <a href="http://www.bittorrent.com/">BitTorrent traffic</a> too. When &#8220;<a href="http://www.imdb.com/title/tt0338013/">Eternal Sunshine of the Spotless Mind</a>&#8221; opens here in <a href="http://www.cinebel.be/nl/film.asp?Code_film=10226">Nov 2004</a>, 8 months after <a href="http://www.boxofficemojo.com/movies/?id=eternalsunshine.htm">the release in the USA</a>, it is only normal that people who hear the buzz and want to see the movie will find other ways (maybe even -gasp- illegal ones) to see it. It&#8217;s a global market now, guys. Wake up!</p>
<p>Technorati: <a href="http://technorati.com/tag/lost" rel="tag">lost</a> &#8211; <a href="http://technorati.com/tag/apple" rel="tag">apple</a> &#8211; <a href="http://technorati.com/tag/ipod" rel="tag">ipod</a> &#8211; <a href="http://technorati.com/tag/video" rel="tag">video</a> &#8211; <a href="http://technorati.com/tag/movie" rel="tag">movie</a> &#8211; <a href="http://technorati.com/tag/cinema" rel="tag">cinema</a></p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2009/07/my-quest-for-lets-get-lost-chet-baker-by-bruce-weber/' rel='bookmark' title='Permanent Link: My quest for &#8220;Let&#8217;s get lost&#8221; &#8211; Chet Baker by Bruce Weber'>My quest for &#8220;Let&#8217;s get lost&#8221; &#8211; Chet Baker by Bruce Weber</a> <small> Let&#8217;s Get Lost (1988) is a American documentary film...</small></li><li><a href='http://blog.forret.com/2005/05/jobs-announces-podcasts-in-itunes/' rel='bookmark' title='Permanent Link: Jobs announces Podcasts in iTunes'>Jobs announces Podcasts in iTunes</a> <small> If this is true, it could change the landscape...</small></li><li><a href='http://blog.forret.com/2005/11/filling-a-terabyte-ipod/' rel='bookmark' title='Permanent Link: Filling a terabyte iPod'>Filling a terabyte iPod</a> <small> Muster said that within five years, Apple could release...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2005/10/lost-in-itunes-good-and-bad-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using movies on a web page</title>
		<link>http://blog.forret.com/2005/06/using-movies-on-a-web-page/</link>
		<comments>http://blog.forret.com/2005/06/using-movies-on-a-web-page/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 12:21:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[media]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2005/06/09/using-movies-on-a-web-page/</guid>
		<description><![CDATA[
So you recorded those first steps of your youngest, your first public milonga performance, uncle Tom falling backwards into that cake, or auntie Janet dressed like a man. Now you want to show into to the world. You save the movie into a .WMV (Windows Media &#8211; Video), .RM (Real Media), .MOV (Quicktime), .MPG or [...]


Related posts:<ol><li><a href='http://blog.forret.com/2005/01/podcasting-trick-5-play-it-now-buttons/' rel='bookmark' title='Permanent Link: Podcasting trick #5: play-it-now buttons'>Podcasting trick #5: play-it-now buttons</a> <small> While working with Jurriaan on a podcast for BeyondJazz.net...</small></li><li><a href='http://blog.forret.com/2005/02/quoteplay-and-portable-smil/' rel='bookmark' title='Permanent Link: QuotePlay and portable SMIL'>QuotePlay and portable SMIL</a> <small> Matt Round had released QuotePlay, a Flash-based MP3 player...</small></li><li><a href='http://blog.forret.com/2006/12/there-are-no-flash-websites/' rel='bookmark' title='Permanent Link: There are no Flash websites'>There are no Flash websites</a> <small>Never say &#8220;we have a Flash website&#8221;; there is no...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pixagogo.com/S5vpfnjbBPdPlCvid7b390cO6czXTj2jFS29bvFmpspo4!AMIiMqFtHjGKqNnzx7UPd3xe4oZmN8!YKenVSHMhsmrUYBooIsWYntV3qODCHtivlCmKPbX6P7!RUwq3ZK42VyzahLk71WHKeTN2qxDiOg__/tango_dance.jpg"/><br />
So you recorded those first steps of your youngest, your first public milonga performance, uncle Tom falling backwards into that cake, or auntie Janet dressed like a man. Now you want to show into to the world. You save the movie into a .WMV (<a href="http://en.wikipedia.org/wiki/WMV">Windows Media &#8211; Video</a>), .RM (<a href="http://en.wikipedia.org/wiki/RealMedia">Real Media</a>), .MOV (<a href="http://en.wikipedia.org/wiki/QuickTime">Quicktime</a>), .MPG or .MP4 (<a href="http://en.wikipedia.org/wiki/MPEG">MPEG-2 or MPEG-4</a>) , .SWF (<a href="http://en.wikipedia.org/wiki/Swf">Shockwave/Flash</a>) or .AVI (<a href="http://en.wikipedia.org/wiki/AVI">Microsoft Video for Windows</a>) file, sprinkled some Sorenson or DivX magic on it (if you&#8217;re not familiar with these terms, don&#8217;t worry. It&#8217;s another topic alltogether), upload it to your web server, and then what? What is the best way to present it to your visitors?</p>
<dl>
<dt>ANCHOR tag &#8211; a plain link</p>
<dd><strong>Works</strong>: everywhere
</dd>
<dd><strong>Description</strong>: Provide just a link to the movie file, and count on the user&#8217;s browser to figure out which application it should give the URL to. WMV files will generally open in Windows Media Player, MOV files in Quicktime, but there is no way to be sure what AVI and MPG files will open in. This depends on the client&#8217;s configuration. An additional disadvantage is that a lot of browsers will first download the whole file and only then play it, so you lose the quasi-immediate start of a streaming experience.
</dd>
<dd><textarea cols="65" rows="3"><a href="http://www.example.com/movie.mpg" title="The movie">Click to play</a></textarea></p>
<dt><a href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/embed.asp">EMBED</a> tag</p>
<dd><strong>Works</strong>: everywhere
</dd>
<dd><strong>Description</strong>: even if it is not part of the HTML specification, it should work everywhere. It can be as minimal as <code>&lt;embed src="http://www.example.com/movie.avi"&gt;</code>, but also allows the specifying of size, <a href="http://en.wikipedia.org/wiki/MIME">mime-type</a> and player controls. It does not allow you to specify what program (and what version) should be used to play it. It&#8217;s again the user&#8217;s (browser) configuration that decides.
</dd>
<dd><textarea cols="65" rows="7">&lt;embed width=320 height=250 src=&#8221;http://www.example.com/movie.wmv&#8221; name=&#8221;player&#8221; id=&#8221;player&#8221; pluginspage=&#8221;http://www.microsoft.com/windows/windowsmedia/download/&#8221; type=&#8221;video/x-ms-wmv&#8221; ShowControls=&#8221;1&#8243; ShowDisplay=&#8221;0&#8243; ShowStatusBar=&#8221;0&#8243; autostart=&#8221;1&#8243; autorewind=0 ShowPositionControls=&#8221;1&#8243; ShowTracker=&#8221;0&#8243; &gt;&lt;/embed&gt;<br />
</textarea></p>
<dt><a href="http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3">OBJECT</a> tag</p>
<dd><strong>Works</strong>: everywhere
</dd>
<dd><strong>Description</strong>: this is the official way to do it (according to the HTML specs). You create an <code>&lt;OBJECT&gt; ... &lt;/OBJECT&gt;</code> pair with a bunch of <code>PARAM</code> in between. Here is the way to do it with <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/paramtags.asp">Windows Media Player</a>, <a href="http://service.real.com/help/library/guides/production8/htmfiles/control.htm">RealPlayer</a>, <a href="http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/chapter_1000_section_3.html">QuickTime</a> and <a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_4150">Shockwave/Flash</a>. A very common practice is to combine the <code>EMBED</code> with <code>OBJECT</code>, like in the example below.
</dd>
<dd><textarea cols="65" rows="11">&lt;OBJECT CLASSID=&quot;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&quot; CODEBASE=&quot;http://www.apple.com/qtactivex/qtplugin.cab&quot; HEIGHT=&quot;250&quot; WIDTH=&quot;320&quot; &gt; &lt;PARAM NAME=&quot;src&quot; VALUE=&quot;http://www.example.com/movie.mov&quot; &gt; &lt;PARAM NAME=&quot;AutoPlay&quot; VALUE=&quot;true&quot; &gt; &lt;PARAM NAME=&quot;Controller&quot; VALUE=&quot;false&quot; &gt; &lt;EMBED SRC=&quot;http://www.example.com/movie.mov&quot; HEIGHT=&quot;250&quot; WIDTH=&quot;320&quot; TYPE=&quot;video/quicktime&quot; PLUGINSPAGE=&quot;http://www.apple.com/quicktime/download/&quot; AUTOPLAY=&quot;true&quot; CONTROLLER=&quot;false&quot; /&gt; &lt;/OBJECT&gt;</textarea></p>
<dt><a href="http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/dynsrc.asp">IMG with dynsrc</a></p>
<dd><strong>Works</strong>: only in Internet Explorer (Windows)
</dd>
<dd><strong>Description</strong>: very easy to use, but poorly supported. Allows for combining the classic <code>SRC</code> with the <code>DYNSRC</code> property, so that even if the browser does not show the movie, it can still show an image.
</dd>
<dd><textarea cols="65" rows="4"><img width="160" height="120" alt="The movie"/></textarea></p>
<dt>MEDIAPLAYER page</p>
<dd><strong>Works</strong>: everywhere (if it&#8217;s done right)
</dd>
<dd><strong>Description</strong>: if you&#8217;re a bit handy, you can create a wrapper page for your streaming media. I use my <a href="http://www.forret.com/tools/cinema.asp">Cinema Tool</a> to show movies. I just input the URL, the format and the size, and the rest is automatic. On podcasts like <a href="http://traxsource.blogspot.com/">Traxsource</a>, I use a special audio-only player page (not yet generally available) that shows the playlist (a web page) within the media player (<a href="http://www.w3.org/TR/REC-smil/">SMIL</a> for Real &amp; QuickTime/<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/creatingmetafileplaylists.asp">ASX</a> for WMV).
</dd>
<dd><textarea cols="65" rows="5"><a href="http://www.forret.com/tools/cinema.asp?w=320&amp;h=260&amp;type=video&amp;format=WMF&amp;url=http%3A%2F%2Fwww.example.com%2Fmovie.wmv">Click to play</a></textarea></p>
<dt>IFRAME with MEDIAPLAYER</p>
<dd><strong>Works</strong>: everywhere (but watch out for Javascript scripts like Adsense/counter pages &#8211; they can give errors in frames)
</dd>
<dd><strong>Description</strong>: If you don&#8217;t want to send your visitors to a new or a popup page, consider inserting a <code>IFRAME</code> into your page. You can then even trigger new movies by just adding a link with the right <code>TARGET</code>. Remark: if you add a link like described in the <code>ANCHOR</code> example above, even with the right <code>TARGET</code> specified, the file will probably open outside of the browser, and not in the <code>IFRAME</code> where you want it. Webmastering shouldn&#8217;t be THAT easy!
</dd>
<dd><textarea cols="65" rows="11"><a href="http://www.forret.com/tools/cinema.asp?w=320&amp;h=260&amp;type=video&amp;format=WMF&amp;url=http%3A%2F%2Fwww.example.com%2Fmovie.wmv">Movie 1</a> &#8211; <a href="http://www.forret.com/tools/cinema.asp?w=320&amp;h=260&amp;type=video&amp;format=WMF&amp;url=http%3A%2F%2Fwww.example.com%2Fmovie2.wmv">Movie 2</a> &lt;br /&gt; </textarea>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dl>
<p>Also see: <a href="http://www.fluffbucket.com/html/videolink.htm">fluffbucket.com</a> &#8211; <a href="http://en.wikipedia.org/wiki/Comparison_of_media_players">Comparison of media players</a></p>
<p>Technorati: <a href="http://technorati.com/tag/media" rel="tag">media</a> &#8211; <a href="http://technorati.com/tag/html" rel="tag">html</a> &#8211; <a href="http://technorati.com/tag/blog" rel="tag">blog</a> </p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2005/01/podcasting-trick-5-play-it-now-buttons/' rel='bookmark' title='Permanent Link: Podcasting trick #5: play-it-now buttons'>Podcasting trick #5: play-it-now buttons</a> <small> While working with Jurriaan on a podcast for BeyondJazz.net...</small></li><li><a href='http://blog.forret.com/2005/02/quoteplay-and-portable-smil/' rel='bookmark' title='Permanent Link: QuotePlay and portable SMIL'>QuotePlay and portable SMIL</a> <small> Matt Round had released QuotePlay, a Flash-based MP3 player...</small></li><li><a href='http://blog.forret.com/2006/12/there-are-no-flash-websites/' rel='bookmark' title='Permanent Link: There are no Flash websites'>There are no Flash websites</a> <small>Never say &#8220;we have a Flash website&#8221;; there is no...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2005/06/using-movies-on-a-web-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>QuotePlay and portable SMIL</title>
		<link>http://blog.forret.com/2005/02/quoteplay-and-portable-smil/</link>
		<comments>http://blog.forret.com/2005/02/quoteplay-and-portable-smil/#comments</comments>
		<pubDate>Sat, 19 Feb 2005 01:17:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[media]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2005/02/19/quoteplay-and-portable-smil/</guid>
		<description><![CDATA[
Matt Round had released QuotePlay, a Flash-based MP3 player for playing specific parts (&#8217;quotes&#8217;) of an MP3 sound file. A bit like &#60;blockquote&#62; for sound, and a handy way to cite podcasters.
I remember Jon Udell talking about a different approach for the same problem:
Peter van Dijck wrote to tell me about his tool for converting [...]


Related posts:<ol><li><a href='http://blog.forret.com/2004/10/webjay-playlist-generator/' rel='bookmark' title='Permanent Link: Webjay playlist generator'>Webjay playlist generator</a> <small>I have been messing around with scripts to enable grabbing...</small></li><li><a href='http://blog.forret.com/2004/10/podcasting-and-windows-media-agony-wma/' rel='bookmark' title='Permanent Link: Podcasting and Windows Media Agony (WMA)'>Podcasting and Windows Media Agony (WMA)</a> <small>Thanks to Feedburner&#8217;s new SmartCast (see Podcasting with Blogger), I...</small></li><li><a href='http://blog.forret.com/2005/11/filling-a-terabyte-ipod/' rel='bookmark' title='Permanent Link: Filling a terabyte iPod'>Filling a terabyte iPod</a> <small> Muster said that within five years, Apple could release...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pixagogo.com/S5vpfnjbBPdPmmSeKgGdn5VENtezR!CpJ6WJuwzfYyRdzpHoWJc!y3mmuc4na6FmFpfYALcZO7igGDZqMwgRq3CB9I6EydmLAqtxOsylS5fir8lWnSBG-aN4O9KS4-erD9Dx9dY9-Q7FjyLImU0kZIUQ__/QuotePlay2.jpg"/><br />
<a href="http://www.malevolent.com/about/matt-round/">Matt Round</a> had released <a href="http://www.malevolent.com/extras/quoteplay/">QuotePlay</a>, a Flash-based MP3 player for playing specific parts (&#8217;quotes&#8217;) of an MP3 sound file. A bit like &lt;blockquote&gt; for sound, and a handy way to cite podcasters.</p>
<p>I remember Jon Udell talking about a different approach for the same problem:</p>
<blockquote><p>Peter van Dijck wrote to tell me about <a href="http://www.me-tv.org/freetools/getrmurl.php">his tool for converting the URL of a Real stream</a>, plus start/stop times, into a link to the specified segment. A while ago, I mentioned <a href="http://autometa.com/RPXP/web/">Rich Persaud&#8217;s version of the same idea (PFOR: AutoMeta&#8217;s RPXP)</a>, which works with Windows Media and QuickTime as well as Real. Using either of these, you can do what I did the other day &#8212; namely, link to a segment within a video stream &#8212; without hacking URLs and wrapper files.<br />
(from <a href="http://weblog.infoworld.com/udell/2004/05/13.html">Jon Udell&#8217;s Blog &#8211; May 13, 2004</a>)</p></blockquote>
<p>The RPXP tool works by generating a RAM/ASX/SMIL meta file on the spot by processing the &#8217;start&#8217;/&#8217;stop&#8217; information in the URL. <i>Instantaneously generated playlist files</i>, sounds a lot like <a href="http://www.webjay.org">Webjay</a>, right?</p>
<p>Which brings me to a related topic: wouldn&#8217;t it be great for future portable MP3/WMA players to support the ASX (Windows Media) and SMIL (Quicktime/RealPlayer/MP3) playlist format? There are already devices that support music + images (the <a href="http://www.apple.com/ipodphoto/">iPod photo</a>, the <a href="http://www.iriver.com/html/product/prpa_product.asp?pidx=61">iRiver H10</a>) and even movies (the <a href="http://www.iriver.com/html/product/prpa_product.asp?pidx=62">iRiver PMC140</a>, the <a href="http://www.creative.com/PortableMediaCenters/productinfo/features.asp">Zen Portable Media Center</a>). It would be so easy to glue the audio and video together in playlist files to create slideshows, partial playback (like the above QuotePlay), reuse of the same intro/outro audio for different playlists, &#8230; </p>
<p>For the moment, the iPod supports M3U playlists (audio only &#8211; but m3u does not support start and end times) and the iPod photo can show album art, i.e. visual metadata embedded in the MP3 file. Both features are very limited. </p>
<p>Imagine a Powerpoint-2-SMIL export functionality that enables you to take your presentation on your portable player, and hook it up to an overhead projector. Imagine a package of 1 video file with 3 soundtracks &#8211; each in a different language &#8211; and different subtitles, all glued together by a set of small playlist files. Imagine creating a playlist on-the-fly that contains the most memorable quotes ina 90-minute speech, and that is sync&#8217;ed with your PC.</p>
<p>Technorati: <a href="http://technorati.com/tag/playlist" rel="tag">playlist</a> &#8211; <a href="http://technorati.com/tag/podcast" rel="tag">podcast</a></p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2004/10/webjay-playlist-generator/' rel='bookmark' title='Permanent Link: Webjay playlist generator'>Webjay playlist generator</a> <small>I have been messing around with scripts to enable grabbing...</small></li><li><a href='http://blog.forret.com/2004/10/podcasting-and-windows-media-agony-wma/' rel='bookmark' title='Permanent Link: Podcasting and Windows Media Agony (WMA)'>Podcasting and Windows Media Agony (WMA)</a> <small>Thanks to Feedburner&#8217;s new SmartCast (see Podcasting with Blogger), I...</small></li><li><a href='http://blog.forret.com/2005/11/filling-a-terabyte-ipod/' rel='bookmark' title='Permanent Link: Filling a terabyte iPod'>Filling a terabyte iPod</a> <small> Muster said that within five years, Apple could release...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2005/02/quoteplay-and-portable-smil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpotShop: VRT radiospots on demand</title>
		<link>http://blog.forret.com/2004/12/spotshop-vrt-radiospots-on-demand/</link>
		<comments>http://blog.forret.com/2004/12/spotshop-vrt-radiospots-on-demand/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 13:08:19 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[NL]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2004/12/01/spotshop-vrt-radiospots-on-demand/</guid>
		<description><![CDATA[(post in Dutch)
Al mag reclame dan in veel gevallen ongeinspireerd en storend zijn, nu en dan hoor je een spot op de radio die eruit springt. Onlangs nog de &#8216;Successie van uw vermogen&#8217; spot van De Tijd op Radio1. Ik heb net ontdekt dat ik dan die spot ook kan beluisteren op SpotShop.be, een dienst [...]


Related posts:<ol><li><a href='http://blog.forret.com/2006/02/parelvissers-back-to-front/' rel='bookmark' title='Permanent Link: Parelvissers: back to front'>Parelvissers: back to front</a> <small>(Post in Dutch) De juiste naam plakken bij de gezichten...</small></li><li><a href='http://blog.forret.com/2008/03/herlancering-zo-helpt-poezie/' rel='bookmark' title='Permanent Link: Herlancering: Zo helpt poezie'>Herlancering: Zo helpt poezie</a> <small>Soms groeit een hobby-project uit zijn voegen en moet je...</small></li><li><a href='http://blog.forret.com/2006/04/claudias-stokje/' rel='bookmark' title='Permanent Link: Claudia&#8217;s stokje'>Claudia&#8217;s stokje</a> <small>(post in Dutch) Tiens, normaal krijg ik die dingen nooit...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>(post in Dutch)<br />
Al mag reclame dan in veel gevallen ongeinspireerd en storend zijn, nu en dan hoor je een spot op de radio die eruit springt. Onlangs nog de &#8216;Successie van uw vermogen&#8217; spot van De Tijd op Radio1. Ik heb net ontdekt dat ik dan die spot ook kan beluisteren op <a href="http://www.spotshop.be">SpotShop.be</a>, een dienst van de <a href="http://www.var.be">VAR</a>, die de reclame-regie doet voor Radio1, Radio2, Clara en Studio Brussel. Dit is de spot die ik bedoel:</p>
<blockquote><p>Man: <i>Dag notaris, euh, ik ben hier met mijn vader, hij had graag nog iets veranderd aan zijn (gesleur met iets zwaar &#8230;) testament. Hij wou het bedrijf nog aan mij schenken.</i><br />
Notaris: <i>Euh, hij beweegt niet veel meer, precies.</i><br />
Man: <i>Oh jawel hoor, allez pa, zette gij efkes hier uw handtekening? Ja pa (gekriebel op papier) en nu maar los. Allez vader, zeg maar dag tegen de notaris.</i><br />
Man (duidelijk buiksprekend): <i>Dag notaris!</i><br />
(&#8230;)<br />
[ Play "<a href="http://spotshop.var.be/spotshop/realaudio.cfm?f=DJYQT8R%2Bt2Ik7L1qU9uOFlSjWxISvQkrJQ3Oj%2BDfraevhmxWYdSZ%2FjXDxVe%2FCQ%3D%3D%0A">De Tijd: Successie van uw vermogen <img alt="RealAudio" src="http://www.forret.com/blog/ram_icon.gif"/></a>" ]</p></blockquote>
<p>Ze hebben trouwens elke maand een Spot van de Maand in hun <a href="http://www.var.be/nl/varalgemeen/var/var_halloffame.cfm">Hall of Fame</a>. Een goeie selectie: <a href="http://www.var.be/nl/varalgemeen/var/var_halloffame.cfm?pid=21">de Joeri van flySN.com</a>, <a href="http://www.var.be/nl/varalgemeen/var/var_halloffame.cfm?pid=28">de telefoniste met de piercing van Creyfs</a>.<br />
De VRT mag dan nog recent <a href="http://lvb.net/item/644">overgeschakeld zijn op MP3 voor hun streaming</a>, op spotshop.be staat alles nog in RealAudio.</p>


<p>Related posts:<ol><li><a href='http://blog.forret.com/2006/02/parelvissers-back-to-front/' rel='bookmark' title='Permanent Link: Parelvissers: back to front'>Parelvissers: back to front</a> <small>(Post in Dutch) De juiste naam plakken bij de gezichten...</small></li><li><a href='http://blog.forret.com/2008/03/herlancering-zo-helpt-poezie/' rel='bookmark' title='Permanent Link: Herlancering: Zo helpt poezie'>Herlancering: Zo helpt poezie</a> <small>Soms groeit een hobby-project uit zijn voegen en moet je...</small></li><li><a href='http://blog.forret.com/2006/04/claudias-stokje/' rel='bookmark' title='Permanent Link: Claudia&#8217;s stokje'>Claudia&#8217;s stokje</a> <small>(post in Dutch) Tiens, normaal krijg ik die dingen nooit...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2004/12/spotshop-vrt-radiospots-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The last pinguin to drink coffee</title>
		<link>http://blog.forret.com/2004/09/the-last-pinguin-to-drink-coffee/</link>
		<comments>http://blog.forret.com/2004/09/the-last-pinguin-to-drink-coffee/#comments</comments>
		<pubDate>Thu, 23 Sep 2004 14:54:41 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://peter.smoothouse.com/2004/09/23/the-last-pinguin-to-drink-coffee/</guid>
		<description><![CDATA[
Kevin Cornell is an illustrator from Philadelphia and has published his BearSkinRug sketchbook #1 on the web.
This was my sketchbook between July 2002 and February 2003. I have posted the book in its entirity &#8211; front cover to back cover. Although a compilation of select drawings would have been smaller (and easier to put together), [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img style="float: right" src="http://www.pixagogo.com/Tools/Thumbnails.aspx?thumb=S55bfzQn-9Lah5iZNpQr5-CiCsCfSJxcKK7wi97Xp7bXj7nI46lCmO54F1MmWR34ZVRbmH3F3RrDyPzIAD7Ed242r5bB!2rllt" alt=""/><br />
Kevin Cornell is an illustrator from Philadelphia and has published his <a href="http://bearskinrug.co.uk/sketchbook/index.htm">BearSkinRug sketchbook #1</a> on the web.</p>
<blockquote><p>This was my sketchbook between July 2002 and February 2003. I have posted the book in its entirity &#8211; front cover to back cover. Although a compilation of select drawings would have been smaller (and easier to put together), I felt posting the entire contents was necessary for it to be regarded as a full composition.</p></blockquote>
<p>An amusing view into the mind and imagination of a talented guy, presented in a very appealing Flash interface.</p>
<p>Also check out his main site on <a href="http://bearskinrug.co.uk/">bearskinrug.co.uk</a>, there&#8217;s a tamagotchi ice bear on top to keep you company (it eats rabbits and chickens).</p>
<p>(via <a href="http://www.flabber.nl/archief/009565.php">flabber.nl</a>)</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.forret.com/2004/09/the-last-pinguin-to-drink-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.140 seconds -->
