<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<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/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Youtube &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Wed, 05 Jul 2023 13:57:03 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>Youtube &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/youtube/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>Are we there yet?</title>
		<link>https://notiz.blog/2010/01/13/are-we-there-yet/</link>
					<comments>https://notiz.blog/2010/01/13/are-we-there-yet/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:54:31 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PubSubHubbub]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=2216</guid>

					<description><![CDATA[Armin und Christoph (für alle Unwissenden: die zwei Herren von &#34;die Sendung mit der Maus&#34;) hätten es nicht besser erklären können:]]></description>
										<content:encoded><![CDATA[
<p>Armin und Christoph (für alle Unwissenden: die zwei Herren von &quot;die Sendung mit der Maus&quot;) hätten es nicht besser erklären können:</p>



<figure class="wp-block-embed alignwide is-type-video is-provider-youtube">
    <span class="embed-privacy-url"><a href="http://www.youtube.com/watch?v=B5kHx0rGkec">Eingebetteten Inhalt von YouTube öffnen</a></span>
</figure>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2010/01/13/are-we-there-yet/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>YouTube Code XHTML konform</title>
		<link>https://notiz.blog/2006/10/06/youtube-code-xhtml-konform/</link>
					<comments>https://notiz.blog/2006/10/06/youtube-code-xhtml-konform/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 06 Oct 2006 10:10:54 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">http://www.notizblog.org/2006/10/06/youtube-code-xhtml-konform/</guid>

					<description><![CDATA[Irgendwie ist der original Code von YouTube zum Einbinden von Videos nicht XHTML konform, aber mit dem folgenden Code den ich bei wildbits.de gefunden habe sollte es funktionieren. Als OnlineMedien Student muß man einfach valide Seiten erstellen 🙂]]></description>
										<content:encoded><![CDATA[
<p>Irgendwie ist der original Code von YouTube zum Einbinden von Videos nicht XHTML konform, aber mit dem folgenden Code den ich bei <a href="https://web.archive.org/web/20211023054012/https://www.wildbits.de/2006/04/02/youtube-xhtml/">wildbits.de</a> gefunden habe sollte es funktionieren.</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">object</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"application/x-shockwave-flash"</span> 
  <span class="hljs-attr">style</span>=<span class="hljs-string">"width:425px; height:350px"</span> 
  <span class="hljs-attr">data</span>=<span class="hljs-string">"http://www.youtube.com/v/DEINE_VIDEO_ID"</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">param</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"movie"</span> 
    <span class="hljs-attr">value</span>=<span class="hljs-string">"http://www.youtube.com/v/DEINE_VIDEO_ID"</span>&gt;</span>
    <span class="hljs-tag">&lt;/<span class="hljs-name">param</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">object</span>&gt;</span></code></span></pre>


<p>Als <a href="https://www.hs-furtwangen.de/studiengaenge/onlinemedien-bachelor/">OnlineMedien</a> Student muß man einfach valide Seiten erstellen 🙂</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/10/06/youtube-code-xhtml-konform/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Bring back the A-Team</title>
		<link>https://notiz.blog/2006/09/23/bring-back-the-a-team/</link>
					<comments>https://notiz.blog/2006/09/23/bring-back-the-a-team/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sat, 23 Sep 2006 09:21:05 +0000</pubDate>
				<category><![CDATA[Kult & Nostalgie]]></category>
		<category><![CDATA[A-Team]]></category>
		<category><![CDATA[Serie]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">http://notizblog.org/2006/09/23/bring-back-the-a-team/</guid>

					<description><![CDATA[Zu gegebenem, freudigem Anlass (A-Team läuft wieder ;)) noch eine nette Serie von der Insel&#8230; Am 18.05.2006 wurde in Großbritannien auf Channel 4 eine Show namens &#8222;Bring Back The A-Team&#8220; gesendet. Produziert wurde sie vermutlich im Herbst 2005. &#8222;Moderator&#8220; des Ganzen war Justin Lee Collins. Seine &#8222;Mission&#8220; war es, in L.A. innerhalb von 10 Tagen [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed-youtube alignwide wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=Q0bAZEgF_y0
</div></figure>



<p>Zu gegebenem, freudigem Anlass (A-Team läuft wieder ;)) noch eine nette Serie von der Insel&#8230; </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Am 18.05.2006 wurde in Großbritannien auf Channel 4 eine Show namens &#8222;Bring Back The A-Team&#8220; gesendet. Produziert wurde sie vermutlich im Herbst 2005. &#8222;Moderator&#8220; des Ganzen war Justin Lee Collins. Seine &#8222;Mission&#8220; war es, in L.A. innerhalb von 10 Tagen die noch lebenden Schauspieler des A-Teams für eine Reunion zusammen zu bringen.﻿</p><cite><a href="http://www.ateamresource.de/bringback.html">#</a></cite></blockquote>



<p>Das ganze könnt ihr euch <a href="http://www.ateamresource.de/bringback.html#dl">hier</a> (<a href="https://de.wikipedia.org/wiki/Rapidshare">Rapidshare</a> download) runter laden</p>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/09/23/bring-back-the-a-team/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mr. T</title>
		<link>https://notiz.blog/2006/09/19/mr-t/</link>
					<comments>https://notiz.blog/2006/09/19/mr-t/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 19 Sep 2006 17:09:37 +0000</pubDate>
				<category><![CDATA[Kult & Nostalgie]]></category>
		<category><![CDATA[A-Team]]></category>
		<category><![CDATA[Mr. T]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">http://www.notizblog.org/2006/09/19/mr-t/</guid>

					<description><![CDATA[Treat your mother right 😉]]></description>
										<content:encoded><![CDATA[
<p>Treat your mother right 😉</p>



<figure class="wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="embed-privacy-url"><a href="https://www.youtube.com/watch?v=7_rBidCkJxo">Eingebetteten Inhalt von YouTube öffnen</a></span>
</div></figure>
<p>RSS readers like you are the secret sauce of the internet. Keep rocking and staying informed!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/09/19/mr-t/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
