<?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>video Archives - Hans ON Experience</title>
	<atom:link href="https://www.hansonexperience.com/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hansonexperience.com/tag/video/</link>
	<description></description>
	<lastBuildDate>Thu, 31 Oct 2013 20:59:47 +0000</lastBuildDate>
	<language>nl-NL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Problem with fluid and responsive youtube video in Pagelines DMS</title>
		<link>https://www.hansonexperience.com/problem-with-fluid-and-responsive-youtube-video-in-pagelines-dms/</link>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Tue, 22 Oct 2013 13:47:40 +0000</pubDate>
				<category><![CDATA[Videoblogs]]></category>
		<category><![CDATA[Web/Technologie]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[dms]]></category>
		<category><![CDATA[pagelines]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[yotube]]></category>
		<guid isPermaLink="false">http://www.hansonexperience.com/blog/?p=12177</guid>

					<description><![CDATA[<p>Not shortcode I had problems with youtube embeds in Pagelines DMS, the theme I am using right now. I do not want to use the shortcode of DMS such as [pl_codebox][pl_video video:&#8221;youtube&#8221; id=&#8221;XXX&#8221;][/pl_codebox] where xxx is the id of the youtube video. Because if I want to switch themes this shortcode is not working anymore. [&#8230;]</p>
<p>The post <a href="https://www.hansonexperience.com/problem-with-fluid-and-responsive-youtube-video-in-pagelines-dms/">Problem with fluid and responsive youtube video in Pagelines DMS</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Not shortcode</strong><br />
I had problems with youtube embeds in <a href="http://www.pagelines.com/" title="Pagelines website">Pagelines DMS</a>, the theme I am using right now. I do not want to use the shortcode of DMS such as</p>
<p>[pl_codebox][pl_video video:&#8221;youtube&#8221; id=&#8221;XXX&#8221;][/pl_codebox]</p>
<p>where xxx is the id of the youtube video. Because if I want to switch themes this shortcode is not working anymore.</p>
<p><strong>Oembed</strong><br />
Therefore I wanted to use the normal oembed of youtube video’s by entering the url in the plain text (not wysiwyg) tab. But this gives a small videoframe of 500×281 although it should have a width of 700px. I have entered this issue in the Pagelines forum, but up till now there is no solution.<br />
When testing oembed with another theme I saw that the video frame (iframe) was correct, filling the container of the column. <del datetime="2013-10-23T22:48:58+00:00">So I think this is a DMS bug</del>.</p>
<p><strong>Code in functions.php</strong><br />
Fortunately Danny helped me out to use some code to force all video’s to have 700px width. So I put this code in my functions.php of my child theme:</p>
<p>[pl_codebox]if ( ! isset( $content_width ) ) $content_width = 700;[/pl_codebox]</p>
<p><strong>Update:</strong><br />
After some discussion on the great <a href="http://forum.pagelines.com" title="Forum Pagelines">forum of Pagelines</a> I got two solutions:</p>
<p>[pl_codebox]</p>
<div class="fitvids" youtube embed code so no url</div>
<p>[/pl_codebox] </p>
<p>which produces a fluid and responsive video frame. The disadvantage is that you need to enter a lot of code for this frame.Ypu need to pick up the embed code, put it in the text tab and have the right div with class.</p>
<p>[pl_codebox]add_filter(&#8216;embed_oembed_html&#8217;, &#8216;my_embed_oembed_html&#8217;, 99, 4);<br />
function my_embed_oembed_html($html, $url, $attr, $post_id) {<br />
  return &#8216;</p>
<div class="fitvids">&#8216; . $html . &#8216;</div>
<p>&#8216;;<br />
}[/pl_codebox] </p>
<p>This is built upon the embed code for fitvids. If you place this in the your functions.php (in the child theme) you need not enter the embed code in a posting. It just wraps the youtube url in the right code so it is a fluid and responsive frame. The disadvantage is that it loads slow. First you see the small frame and then it switches to the fluid responsive frame.</p>
<p>I do not know yet which solution I am going to use. Hopefully the developers of Pagelines of contributors in the forum come up with a solution.</p>
<p>The post <a href="https://www.hansonexperience.com/problem-with-fluid-and-responsive-youtube-video-in-pagelines-dms/">Problem with fluid and responsive youtube video in Pagelines DMS</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Leesvoer voor week 24</title>
		<link>https://www.hansonexperience.com/leesvoer-voor-week-24/</link>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Sat, 15 Jun 2013 09:57:34 +0000</pubDate>
				<category><![CDATA[Leesvoer]]></category>
		<category><![CDATA[leesvoer]]></category>
		<category><![CDATA[leweb]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://www.hansonexperience.com/blog/2013/06/leesvoer-voor-week-24.html</guid>

					<description><![CDATA[<p>Leesvoer voor week 24. Deze week las ik onderstaande artikelen en bewaarde ze in mijn pinboard. LeWeb &#8226; All LeWeb videos are now on Youtube All LeWeb videos are now on Youtube</p>
<p>The post <a href="https://www.hansonexperience.com/leesvoer-voor-week-24/">Leesvoer voor week 24</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Leesvoer voor week 24.</p>
<p>Deze week las ik onderstaande artikelen en bewaarde ze in <a href="https://pinboard.in/u:hansmestrum">mijn pinboard</a>.</p>
<ul>
<li><a href="http://leweb.tumblr.com/post/52817110406/all-leweb-videos-are-now-on-youtube">LeWeb &bull; All LeWeb videos are now on Youtube</a>  All LeWeb videos are now on Youtube</li>
</ul>
<p>The post <a href="https://www.hansonexperience.com/leesvoer-voor-week-24/">Leesvoer voor week 24</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Leesvoer voor week 11</title>
		<link>https://www.hansonexperience.com/leesvoer-voor-week-11/</link>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 13:00:15 +0000</pubDate>
				<category><![CDATA[Leesvoer]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[delen]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[leesvoer]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[oer]]></category>
		<category><![CDATA[onderwijs]]></category>
		<category><![CDATA[overheid]]></category>
		<category><![CDATA[projectx]]></category>
		<category><![CDATA[social_media]]></category>
		<category><![CDATA[social+media]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[trend]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">http://www.hansonexperience.com/blog/2013/03/leesvoer-voor-week-10-2.html</guid>

					<description><![CDATA[<p>Leesvoer voor week 11. Deze week las ik onderstaande artikels en bewaarde ze in mijn pinboard. Van Youtube naar je Dropbox youtube filmpjes naar je computer via dropbox Are you ready for Marketing 2020? overview of what marketing 2020 might look like Context is &#8217;the next big thing&#8217; voor social media &#8211; Frankwatching Maar wat [&#8230;]</p>
<p>The post <a href="https://www.hansonexperience.com/leesvoer-voor-week-11/">Leesvoer voor week 11</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Leesvoer voor week 11.</p>
<p>Deze week las ik onderstaande artikels en bewaarde ze in <a href="https://pinboard.in/u:hansmestrum">mijn pinboard</a>.</p>
<ul>
<li><a href="http://feedproxy.google.com/~r/Trendmatcher/~3/SiA2oG_wOeM/van-youtube-naar-je-dropbox.html">Van Youtube naar je Dropbox</a> youtube filmpjes naar je computer via dropbox</li>
<li><a href="http://www.theconversationmanager.com/2013/03/11/are-you-ready-for-marketing-2020/">Are you ready for Marketing 2020?</a> overview of what marketing 2020 might look like</li>
<li><a href="http://www.frankwatching.com/archive/2013/03/11/context-is-the-next-big-thing-voor-social-media/">Context is &#8217;the next big thing&#8217; voor social media &#8211; Frankwatching</a> Maar wat is nu de next big thing in social? Context! Sociale netwerken zonder context gaan het niet redden.</li>
<li><a href="http://feedproxy.google.com/~r/typepad/fIYD/~3/fAnvDw4akC8/">De menselijke factor bij de acceptatie van OER. Wat bepaalt de bereidheid om te delen?</a> Wat bepaalt de bereidheid van docenten om open educational resources (OER) te delen? Of meer defensief geformuleerd: wat houdt docenten tegen om OER daadwerkelijk in hun onderwijs toe te laten?</li>
<li><a href="http://www.sociableblog.com/2013/03/06/pros-and-cons-of-social-media-education-in-schools/">Pros and Cons of Social Media Education in Schools | SociableBlog</a> Here are some pros and cons of including social media education in the schools</li>
<li><a href="http://www.utwente.nl/archief/2013/03/vrijdag_presentatie_onderzoek_project_x_rellen_in_haren.docx/">Onderzoek project X-rellen in Haren</a> Vandaag verscheen het rapport over de rellen in Haren. Mediadeskundigen Jan van Dijk, Lidwien van de Wijngaert en Sanne ten Tije van de Universiteit Twente onderzochten voor de Onderzoekscommissie ‘Project X’ Haren de rol van de media bij het uit de hand gelopen verjaardagsfeestje. “In onze aanpak stonden de jongeren centraal. Wat heeft ze wel, of juist niet, bewogen om te komen en zich te misdragen?” 50.000 Facebookberichten, 500.000 tweets, een onderzoek onder 855 jongeren en honderden gesprekken verder, hebben de onderzoekers de antwoorden.</li>
<li><a href="http://vimeo.com/61168563">Onderzoekscommissie &#8220;Project X&#8221; Haren: visualisatie van het berichtenverkeer op Facebook on Vimeo</a> Visualisatie van het berichtenverkeer op Facebook op de dagen voor en na Haren.</li>
<li><a href="http://www.utwente.nl/download/haren/">Onderzoekscommissie &#8220;Project X&#8221; Haren: rapporten</a>De rapporten van de Onderzoekscommissie &#8220;Project X&#8221; Haren gepubliceerd.▪ Hoofdrapport Twee Werelden<br />
▪ Deelrapport 1: Geen feestje<br />
▪ Deelrapport 2: De weg naar Haren<br />
▪ Deelrapport 3: Hoe Dionysos</li>
<li><a href="http://www.frankwatching.com/archive/2013/03/08/project-x-haren-sociale-media-vragen-andere-inrichting-overheid/">Project X Haren: &#8216;sociale media vragen andere inrichting overheid’ &#8211; Frankwatching</a> In deze case zijn ongeveer alle maatschappelijke en digitale transities samengebald. Om herhaling te voorkomen, moeten overheden zich volgens het rapport compleet anders organiseren.</li>
</ul>
<p>The post <a href="https://www.hansonexperience.com/leesvoer-voor-week-11/">Leesvoer voor week 11</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bewaar jij alle video footage en projecten? #durftevragen</title>
		<link>https://www.hansonexperience.com/bewaar-jij-alle-video-footage-en-projecten-durftevragen/</link>
					<comments>https://www.hansonexperience.com/bewaar-jij-alle-video-footage-en-projecten-durftevragen/#comments</comments>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Tue, 19 Jun 2012 06:36:47 +0000</pubDate>
				<category><![CDATA[Videoblogs]]></category>
		<category><![CDATA[Vodcast]]></category>
		<category><![CDATA[Web/Technologie]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[thunderbolt]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videobloggen]]></category>
		<guid isPermaLink="false">http://www.hansonexperience.com/blog/?p=6223</guid>

					<description><![CDATA[<p>Mijn hard disks lopen vol dus wil ik graag weten of ik doorga met de nu toegepaste werkwijze bij het bewaren van video's. Hoe doe jij dat? Wil je dat ons eens laten weten in de reacties?</p>
<p>The post <a href="https://www.hansonexperience.com/bewaar-jij-alle-video-footage-en-projecten-durftevragen/">Bewaar jij alle video footage en projecten? #durftevragen</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Mijn hard disks lopen vol dus wil ik graag weten of ik doorga met de nu toegepaste werkwijze bij het bewaren van video&#8217;s. Ik doe nu het volgende:</p>
<p>&#8211; alle originele video footage kopieer ik van SD kaartje in full hd kwaliteit naar externe hard disk<br />
&#8211; de video monteer ik met fcpx op mijn interne hard disk<br />
&#8211; final cut pro x projecten en daarin geïmporteerde video footage kopieer ik wanneer ik klaar ben naar externe hard disk<br />
&#8211; de definitieve versie van de video die ik upload bewaar ik op externe hard disk<br />
&#8211; ik maak geen back-up van de externe hard disk</p>
<p>Ik heb op de externe hard disk mappen aangemaakt op jaar, faculteit en project zodat ik alles makkelijk terug kan vinden.</p>
<p>Maar de vraag is natuurlijk legitiem of ik wel al die files moet bewaren. Hard diskruimte wordt steeds goedkoper. <a title="LaCie Raid externe hard disk" href="http://www.lacie.com/be/products/product.htm?id=10573#a2">6 TB raid 1 met Thunderbolt</a> (snelste overdracht snelheid (vanaf MAC)) kost ongeveer 730 euro.</p>
<p><strong>Vraagje dus</strong>: hoe doe jij dit allemaal? Ik hoop dat je in de comments wilt reageren. Via Twitter kreeg ik al de volgende input. Bedankt daarvoor!</p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hashtag/durftevragen?src=hash">#durftevragen</a> Bewaar jij alle originele video footage en projecten of alleen de  definitieve video&#39;s ivm opslag? <a href="https://twitter.com/hashtag/dtv?src=hash">#dtv</a></p>
<p>&mdash; Hans Mestrum (@hansmestrum) <a href="https://twitter.com/hansmestrum/status/214756169032548352">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="en" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> alleen de definitieve video&#39;s</p>
<p>&mdash; Jan Douwe Vonk (@jandouwevonk) <a href="https://twitter.com/jandouwevonk/status/214756476076560384">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> ik bewaar alles, definitieve zijn vaak gepubliceerd dus geen risico op verlies ongesorteerd in een dikke map op externe schijf</p>
<p>&mdash; Karin Winters (@karinwinters) <a href="https://twitter.com/karinwinters/status/214756503079493632">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> alles&#8230; Gb opslag meer of minder maakt niet veel meer uit tegenwoordig. NAS-je erbij en we kunnen weer even&#8230;</p>
<p>&mdash; Richard Benschop (@riesjb) <a href="https://twitter.com/riesjb/status/214756972422115329">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> <a href="https://twitter.com/punkmedia">@punkmedia</a> <a href="https://twitter.com/Denkbeeldhouwer">@Denkbeeldhouwer</a> <a href="https://twitter.com/dvrijhoef">@dvrijhoef</a> Alles, hele project wordt gebackupt incl alle footage, artwork etc. Huidige projecten 2x</p>
<p>&mdash; Jeroen Diks (@JeroenDiks1987) <a href="https://twitter.com/JeroenDiks1987/status/214757301532377089">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br />
https://twitter.com/edovansanten/status/214757495476981760</p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> naast het feit dat klanten meerwerk willen, is footage uit oude projecten soms herbruikbaar. maar dan wil ik wel in bronformaat</p>
<p>&mdash; Edo van Santen (@edovansanten) <a href="https://twitter.com/edovansanten/status/214811683351306241">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> nu ik erover nadenk in principe toch wel het origineel, maar ik film niet meer zoveel.</p>
<p>&mdash; Willem Karssenberg™ (@trendmatcher) <a href="https://twitter.com/trendmatcher/status/214771307341021184">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/JosK">@JosK</a> <a href="https://twitter.com/hansmestrum">@hansmestrum</a> ik heb 10 terrabyte schijven en vele van 500mbyte of zo waarin raw video staat. Ik zou nooit meer iets kunnen vinden 🙁</p>
<p>&mdash; Vincent everts (@vincente) <a href="https://twitter.com/vincente/status/214775453360193536">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> ik ben bang dat mijn beste backup youtube is 🙂</p>
<p>&mdash; Vincent everts (@vincente) <a href="https://twitter.com/vincente/status/214775519261106176">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="und" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Ja</p>
<p>&mdash; erwin blom (@erwblo) <a href="https://twitter.com/erwblo/status/214777209754353665">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Maar opslag was toen nog zo duur dat we audio opsloegen, transcodeerden en origineel weggooiden 😉</p>
<p>&mdash; erwin blom (@erwblo) <a href="https://twitter.com/erwblo/status/214777712236167169">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><br />
https://twitter.com/vitamientje/status/214814424161189888</p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Ik hou voorlopig het origineel beeldmateriaal inderdaad nog altijd bij… het kan nog van pas komen in de toekomst 🙂</p>
<p>&mdash; StefaanLesage (@StefaanLesage) <a href="https://twitter.com/StefaanLesage/status/214824814425284608">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Het originele beeldmateriaal hou ik bij. Het eindresultaat ook maar dan in finale form.</p>
<p>&mdash; StefaanLesage (@StefaanLesage) <a href="https://twitter.com/StefaanLesage/status/214826449344020480">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> De echte cuts in Final Cut die houd ik voorlopig bij gedurende 5 jaar. Als in die periode de klant geen aanpassing vraagt</p>
<p>&mdash; StefaanLesage (@StefaanLesage) <a href="https://twitter.com/StefaanLesage/status/214826587382747136">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Dan worden die gearchiveerd of gewist. Maar bronmateriaal en eindproduct wis ik nooit.</p>
<p>&mdash; StefaanLesage (@StefaanLesage) <a href="https://twitter.com/StefaanLesage/status/214826745092775936">June 18, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> Waar mogelijk bewaar ik ze wel, maar ik maak ook niet zoveel video als dat jij doet. /cc <a href="https://twitter.com/trendmatcher">@trendmatcher</a></p>
<p>&mdash; Pierre Gorissen (@PeterMcAllister) <a href="https://twitter.com/PeterMcAllister/status/214939336347623424">June 19, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" data-width="550">
<p lang="nl" dir="ltr"><a href="https://twitter.com/hansmestrum">@hansmestrum</a> ik backup alleen mijn bronmateriaal, de gemonteerde video backupt vimeo en youtube zelf wel</p>
<p>&mdash; Guido Crolla (@Denkbeeldhouwer) <a href="https://twitter.com/Denkbeeldhouwer/status/215120080223207424">June 19, 2012</a></p></blockquote>
<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>Laat je me het weten? Bedankt alvast!</p>
<p>The post <a href="https://www.hansonexperience.com/bewaar-jij-alle-video-footage-en-projecten-durftevragen/">Bewaar jij alle video footage en projecten? #durftevragen</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hansonexperience.com/bewaar-jij-alle-video-footage-en-projecten-durftevragen/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
		<item>
		<title>Audio en video voor studenten en semi-professionals</title>
		<link>https://www.hansonexperience.com/audio_en_video_volgens_hekje/</link>
					<comments>https://www.hansonexperience.com/audio_en_video_volgens_hekje/#comments</comments>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:32:52 +0000</pubDate>
				<category><![CDATA[Fotoblog]]></category>
		<category><![CDATA[Videoblogs]]></category>
		<category><![CDATA[Vodcast]]></category>
		<category><![CDATA[Web/Technologie]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videobloggen]]></category>
		<guid isPermaLink="false">http://hansonexperience.com/blog/2010/01/audio_en_video_volgens_hekje.html</guid>

					<description><![CDATA[<p>Handig voor mensen die willen beginnen met videobloggen.</p>
<p>The post <a href="https://www.hansonexperience.com/audio_en_video_volgens_hekje/">Audio en video voor studenten en semi-professionals</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Handig voor mensen die willen beginnen met videobloggen.<object style="width:420px;height:177px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=100129134040-d4732c7386bf42a4bb7d9e285cf9a880&amp;docName=volgens_hekje&amp;username=hekje&amp;loadingInfoText=volgens%20%23hekje&amp;et=1267780281872&amp;er=52" /><param name="allowfullscreen" value="true"/><param name="menu" value="false"/><embed src="http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" style="width:420px;height:177px" flashvars="mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=100129134040-d4732c7386bf42a4bb7d9e285cf9a880&amp;docName=volgens_hekje&amp;username=hekje&amp;loadingInfoText=volgens%20%23hekje&amp;et=1267780281872&amp;er=52" /></object></p>
<p>The post <a href="https://www.hansonexperience.com/audio_en_video_volgens_hekje/">Audio en video voor studenten en semi-professionals</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hansonexperience.com/audio_en_video_volgens_hekje/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Wil je even meedenken over een toepassing voor live video via internet?</title>
		<link>https://www.hansonexperience.com/videotoepassing_via_internet/</link>
					<comments>https://www.hansonexperience.com/videotoepassing_via_internet/#comments</comments>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Sat, 16 Feb 2008 09:21:54 +0000</pubDate>
				<category><![CDATA[Videoblogs]]></category>
		<category><![CDATA[Vodcast]]></category>
		<category><![CDATA[Web/Technologie]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[ustream]]></category>
		<category><![CDATA[ustream conference]]></category>
		<category><![CDATA[ustream.tv]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://hansonexperience.com/blog/2008/02/videotoepassing_via_internet.html</guid>

					<description><![CDATA[<p>In mei kom er een reunie van medewerkers van Tulip Computers van voor 1995. Op zich natuurlijk al hartstikke leuk. Ik heb gelijk aangemeld. En ik ben niet de enige! Er zijn al meer dan 180 mensen die gaan komen. Prachtig! Maar nou zijn er ook een aantal mensen die in het buitenland wonen (India, [&#8230;]</p>
<p>The post <a href="https://www.hansonexperience.com/videotoepassing_via_internet/">Wil je even meedenken over een toepassing voor live video via internet?</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In mei kom er een <a href="http://www.tulipreunie.nl">reunie</a> van medewerkers van <a href="http://www.tulip.com">Tulip Computers</a> van voor 1995. Op zich natuurlijk al hartstikke leuk. Ik heb gelijk aangemeld. En ik ben niet de enige! Er zijn al meer dan 180 mensen die gaan komen. Prachtig!</p>
<p>Maar nou zijn er ook een aantal mensen die in het buitenland wonen (India, Nieuw Zeeland, China, Amerika) en werken of dan juist op zaken reis naar het buitenland. Nu wil de organisatie die mensen toch bij de reunie betrekken door een live verbinding te maken voor die avond. En als het kan twee richtingen op. Waarschijnlijk zijn er best wel programma&#8217;s in het Web 2.0 spectrum die dat aan kunnen. Ik heb zelf wel eens met een paar mensen tegelijkertijd in <a href="http://www.ustream.tv">Ustream.tv</a> gewerkt. Maar misschien zijn er nu andere, betere toepassingen voor. En misschien wil je die aan me doorgeven, door hieronder een reactie te plaatsen. <a href="mailto:hansPUNTonPUNTexperienceATgmailPUNTcom" target="_blank">Mailen</a> mag natuurlijk ook (let op dat je het woordje punt en at dan weg laat). </p>
<p>Dus: wie kent een gratis toepassing voor een live videoverbinding (twee richtingen op) via het internet !</p>
<p>Ik ben benieuwd naar jullie reacties.</p>
<p>The post <a href="https://www.hansonexperience.com/videotoepassing_via_internet/">Wil je even meedenken over een toepassing voor live video via internet?</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hansonexperience.com/videotoepassing_via_internet/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Soapbox.msn.com</title>
		<link>https://www.hansonexperience.com/soapbox/</link>
		
		<dc:creator><![CDATA[Hans Mestrum]]></dc:creator>
		<pubDate>Thu, 21 Sep 2006 09:25:23 +0000</pubDate>
				<category><![CDATA[Videoblogs]]></category>
		<category><![CDATA[Web/Technologie]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msn messenger]]></category>
		<category><![CDATA[soapbox]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://hansonexperience.com/blog/2006/09/soapbox.html</guid>

					<description><![CDATA[<p>Microsoft&#8217;s shared video service: Soapbox. Gevonden op Camcorder.info. Meer info in PC World. Ik heb me even aangemeld. Eens kijken wanneer ik zo&#8217;n invite krijg.</p>
<p>The post <a href="https://www.hansonexperience.com/soapbox/">Soapbox.msn.com</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://soapbox.msn.com/betaplayer.aspx?vid=c1b72697-d9aa-41eb-a72f-a71812096b8e"><img decoding="async" width="240" height="195" border="0" align="left" hspace="10" src="http://www.hansonexperience.com/my_weblog/WindowsLiveWriter/Soapbox.msn.com_A213/ScreenHunter_017%5B2%5D.jpg"/></a> Microsoft&#8217;s shared video service: <a href="http://soapbox.msn.com/">Soapbox</a>. Gevonden op <a href="http://www.camcorderinfo.com/content/Microsoft-Launch-Online-Video-Hosting-Service.htm">Camcorder.info</a>. Meer info in <a href="http://www.pcworld.com/article/id,127169/article.html">PC World</a>. Ik heb me even <a href="http://ideas.live.com/signup.aspx?versionid=8564a70d-b0ef-4500-a763-88060a0adc02">aangemeld</a>. Eens kijken wanneer ik zo&#8217;n invite krijg.</p>
<p>The post <a href="https://www.hansonexperience.com/soapbox/">Soapbox.msn.com</a> appeared first on <a href="https://www.hansonexperience.com">Hans ON Experience</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Paginacaching met Disk: Enhanced 
Database caching 19/129 wachtrijen in 19.000 seconden gebruikt Disk (Aanvraag breed modification query)

Served from: www.hansonexperience.com @ 2025-11-25 01:44:54 by W3 Total Cache
-->