<?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>andreas michael thul</title>
	<atom:link href="http://blog.thul.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thul.org</link>
	<description>musik &#38; technik</description>
	<lastBuildDate>Mon, 14 May 2012 19:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Textformatierung aus der Zwischenablage entfernen</title>
		<link>http://blog.thul.org/technik/programmierung/textformatierung-aus-der-zwischenablage-entfernen/</link>
		<comments>http://blog.thul.org/technik/programmierung/textformatierung-aus-der-zwischenablage-entfernen/#comments</comments>
		<pubDate>Mon, 14 May 2012 19:32:38 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2348</guid>
		<description><![CDATA[Die Funktionalität von stripClip, einem kleinen Utility zum Entfernen von Textformatierungen  aus der Zwischenablage lässt sich &#8211; sofern sowieso ein Perl-Interpreter installiert ist &#8211; auch mit wenigen Zeilen Perl-Code realisieren: use warnings; use strict; use Win32::Clipboard; my($text); my $clip = Win32::Clipboard(); do { $clip-&#62;WaitForChange(); if ($clip-&#62;IsText()) { $text = $clip-&#62;GetText(); $clip-&#62;Set($text); } } while ($text [<a href="http://blog.thul.org/technik/programmierung/textformatierung-aus-der-zwischenablage-entfernen/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/programmierung/textformatierung-aus-der-zwischenablage-entfernen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And the winner is &#8230;</title>
		<link>http://blog.thul.org/imho/and-the-winner-is/</link>
		<comments>http://blog.thul.org/imho/and-the-winner-is/#comments</comments>
		<pubDate>Sat, 12 May 2012 20:49:53 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>
		<category><![CDATA[Drachenhort]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2347</guid>
		<description><![CDATA[Farendil mit 550 Goldstücken in Runde 24.]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/and-the-winner-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripClip: strip format from clipboard</title>
		<link>http://blog.thul.org/technik/downloads/stripclip-strip-format-from-clipboard/</link>
		<comments>http://blog.thul.org/technik/downloads/stripclip-strip-format-from-clipboard/#comments</comments>
		<pubDate>Sun, 06 May 2012 11:15:43 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2342</guid>
		<description><![CDATA[When copying text from one application to another, the original format will be preserved by the Windows clipboard if you&#8217;re copying from one rich text editor to another. While this behaviour might be wanted in some scenarios, sometimes &#8211; when copying from Microsoft Word to a CMS backend for example &#8211; copying just the contents [<a href="http://blog.thul.org/technik/downloads/stripclip-strip-format-from-clipboard/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/downloads/stripclip-strip-format-from-clipboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zweite Kunstausstellung der ADD-Mitarbeiter im Kurfürstlichen Palais</title>
		<link>http://blog.thul.org/imho/zweite-kunstausstellung-der-add-mitarbeiter-im-kurfurstlichen-palais/</link>
		<comments>http://blog.thul.org/imho/zweite-kunstausstellung-der-add-mitarbeiter-im-kurfurstlichen-palais/#comments</comments>
		<pubDate>Tue, 01 May 2012 19:21:15 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>
		<category><![CDATA[Dio]]></category>
		<category><![CDATA[Francis Rossi]]></category>
		<category><![CDATA[Frank Usher]]></category>
		<category><![CDATA[Ian Paice]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2338</guid>
		<description><![CDATA[Leider schon seit einiger Zeit vorbei, trotzdem hier noch die Info: Zweite Kunstausstellung der Mitarbeiter der Aufsichts- und Dienstleistungsdirektion im Kurfürstlichen Palais in Trier &#8211; mit Frank Usher, Ronnie James Dio, Ian Paice und Francis Rossi. Pressemitteilung sowie Bildergalerie]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/zweite-kunstausstellung-der-add-mitarbeiter-im-kurfurstlichen-palais/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass Effect</title>
		<link>http://blog.thul.org/technik/spiele/mass-effect/</link>
		<comments>http://blog.thul.org/technik/spiele/mass-effect/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 18:48:56 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Spiele]]></category>
		<category><![CDATA[Mass Effect]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2332</guid>
		<description><![CDATA[Während der Großteil der computerbasierten Rollenspiele auf das bewährte DSA / D&#38;D / Mittelalter-Fantasy-Ambiente setzt, gibt es einige Ausnahmen wie z.B. die Fallout-Reihe, die den Überlebenskampf in einer post-nuklearen Endzeitwelt thematisiert. Mass Effect hingegen verlegt den Rahmen der Spielehandlung ins Jahr 2183, in dem die Menschheit bereits Kolonien auf weit entfernten Welten errichtet und mit [<a href="http://blog.thul.org/technik/spiele/mass-effect/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/spiele/mass-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Altdaten in ALDI Steuer 2011 importieren</title>
		<link>http://blog.thul.org/technik/anwendungen/altdaten-in-aldi-steuer-2011-importieren/</link>
		<comments>http://blog.thul.org/technik/anwendungen/altdaten-in-aldi-steuer-2011-importieren/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 19:41:06 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Anwendungen]]></category>
		<category><![CDATA[ALDI Steuer]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2331</guid>
		<description><![CDATA[Für das Jahr 2011 hat ALDI den Lieferanten gewechselt, so daß statt der bisher verwendeten Software von Lexware eine Software von BUHL Data installiert wird. Will man die Datensicherung vom letzten Jahr (&#8220;Steuer_2010_Dasi.zip&#8221;) als Grundlage verwenden, schaut man erstmal in die Röhre &#8211; den aus den Vorjahren bekannten Punkt &#8220;Rücksicherung&#8221; gibt es leider nicht mehr. [<a href="http://blog.thul.org/technik/anwendungen/altdaten-in-aldi-steuer-2011-importieren/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/anwendungen/altdaten-in-aldi-steuer-2011-importieren/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jack Tramiel ist tot</title>
		<link>http://blog.thul.org/imho/jack-tramiel-ist-tot/</link>
		<comments>http://blog.thul.org/imho/jack-tramiel-ist-tot/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:43:43 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>
		<category><![CDATA[Commodore]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2328</guid>
		<description><![CDATA[Am 08.April 2012 starb im Alter von 83 Jahren der Mann, dessen Visionen nicht nur bei mir einige Weichen für die Zukunft gestellt haben. Vielen Dank, Jack! $EA]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/jack-tramiel-ist-tot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPFire &#8211; Ping von Blue nach Green und zurück</title>
		<link>http://blog.thul.org/technik/anwendungen/ipfire-ping-von-blue-nach-green-und-zuruck/</link>
		<comments>http://blog.thul.org/technik/anwendungen/ipfire-ping-von-blue-nach-green-und-zuruck/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 18:53:14 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Anwendungen]]></category>
		<category><![CDATA[Betriebssysteme]]></category>
		<category><![CDATA[IPFire]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2327</guid>
		<description><![CDATA[Auch wenn bei IPFire die &#8220;DMZ-Schlupflöcher&#8221; und &#8220;Zugriff auf Blau&#8221; gepflegt sind, ist ein Ping weder von Blue nach Green noch umgekehrt möglich, wie auch die entsprechende Seite der Dokumentation beschreibt: Trotz der Öffnung aller Ports werden Pings (ICMP) NICHT durchgelassen. Pingen vom WLAN ins LAN und umgekehrt wird also nicht funktionieren. Will man trotzdem pingen können, [<a href="http://blog.thul.org/technik/anwendungen/ipfire-ping-von-blue-nach-green-und-zuruck/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/anwendungen/ipfire-ping-von-blue-nach-green-und-zuruck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows, Geplante Tasks, Perl und ARGV</title>
		<link>http://blog.thul.org/technik/programmierung/windows-geplante-tasks-perl-und-argv/</link>
		<comments>http://blog.thul.org/technik/programmierung/windows-geplante-tasks-perl-und-argv/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 18:58:12 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2326</guid>
		<description><![CDATA[Ein logischer Grund ist nicht ersichtlich, aber während der &#8220;Geplante Task&#8221; beim Aufruf c:\perl\bin\wperl.exe c:\meinskript.pl tollerparameter den tollen Parameter ans Skript weiterreicht, wird mittels c:\meinskript.pl tollerparameter zwar das Skript aufgerufen, der Parameter kommt aber nicht an.]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/programmierung/windows-geplante-tasks-perl-und-argv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Module mit ppm aktualisieren</title>
		<link>http://blog.thul.org/technik/programmierung/module-mit-ppm-aktualisieren/</link>
		<comments>http://blog.thul.org/technik/programmierung/module-mit-ppm-aktualisieren/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 17:47:08 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2324</guid>
		<description><![CDATA[Während die Aktualisierung der vorhandenen Module über die graphische Oberfläche von ppm zur Klickarie ausartet, hilft die Kommandozeile schnell und unbürokratisch: ppm upgrade --install wühlt sich vom ersten bis zum letzten installierten Modul und aktualisiert diese bei Bedarf.]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/programmierung/module-mit-ppm-aktualisieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enermax Aurora</title>
		<link>http://blog.thul.org/imho/enermax-aurora/</link>
		<comments>http://blog.thul.org/imho/enermax-aurora/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 20:15:13 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>
		<category><![CDATA[Enermax]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2320</guid>
		<description><![CDATA[Seit rund fünfeinhalb Jahren leistet hier eine Enermax Aurora ihre treuen Dienste. Vor ein paar Tagen hat sich der linke Ausklapp-Fuß verabschiedet. Ein kurzer Mailwechsel mit den freundlichen Enermax-Service und heute ist das kostenlose Ersatzteil eingetroffen. Danke, Enermax!]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/enermax-aurora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ein &#8220;m&#8221; zu viel &#8230;</title>
		<link>http://blog.thul.org/imho/ein-m-zu-viel/</link>
		<comments>http://blog.thul.org/imho/ein-m-zu-viel/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:56:06 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2316</guid>
		<description><![CDATA[Zwar immer noch besser als &#8220;Raketenschild soll von Rammstein gesteuert werden&#8221;, aber es geht um die Stadt, lieber Stern &#8211; nicht um die Band &#8230;]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/ein-m-zu-viel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla!-Kennwort zurücksetzen</title>
		<link>http://blog.thul.org/technik/cms/joomla-kennwort-zurucksetzen/</link>
		<comments>http://blog.thul.org/technik/cms/joomla-kennwort-zurucksetzen/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 20:53:29 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2314</guid>
		<description><![CDATA[Solange in Joomla! eines der Benutzerkennwörter verloren geht &#8211; kein Problem. Einfach als Admin anmelden und in der Benutzerverwaltung ein neues Kennwort vergeben. Sofern allerdings der Admin betroffen ist, hilft am einfachsten ein Datenbankzugang &#8211; entweder über PHPMyAdmin oder alternativ auch über die MySQL Kommandozeile. Als erstes wird die id des Benutzers ermittelt, dessen Kennwort [<a href="http://blog.thul.org/technik/cms/joomla-kennwort-zurucksetzen/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/cms/joomla-kennwort-zurucksetzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pink Floyd &#8211; Wish You Were Here (Immersion Box)</title>
		<link>http://blog.thul.org/musik/cds/pink-floyd-wish-you-were-here-immersion-box/</link>
		<comments>http://blog.thul.org/musik/cds/pink-floyd-wish-you-were-here-immersion-box/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 20:39:36 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[CDs]]></category>
		<category><![CDATA[Pink Floyd]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2311</guid>
		<description><![CDATA[Mit &#8220;Wish You Were Here&#8221; erscheint rund zwei Monate nach &#8220;The Dark Side Of The Moon&#8221; die zweite sogenannte Immersion Box aus der 2011&#8242;er &#8220;Why Pink Floyd?&#8220; Releaseorgie. Während erstere allerings noch ein akzeptables Preis-Leistungsverhältnis bescheinigt werden kann, trifft dies auf die aktuelle Box nicht zu. Die Anzahl der Silberscheiben wurde von sechs auf fünf [<a href="http://blog.thul.org/musik/cds/pink-floyd-wish-you-were-here-immersion-box/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/musik/cds/pink-floyd-wish-you-were-here-immersion-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Money for Nothing oder &#8220;The War of the Worlds&#8221; in Frankfurt</title>
		<link>http://blog.thul.org/imho/money-for-nothing-oder-the-war-of-the-worlds-in-frankfurt/</link>
		<comments>http://blog.thul.org/imho/money-for-nothing-oder-the-war-of-the-worlds-in-frankfurt/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 08:43:18 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[IMHO]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2304</guid>
		<description><![CDATA[Nachdem sich die schlechte Nachricht in den letzten Wochen bzw. Monaten bereits abgezeichnet hatte, kam gestern wenig überraschend die Information vom Eventim-Kundenservice: Sehr geehrter Herr Thul, zu Ihrem Event gibt es wichtige Neuigkeiten. Sie haben für folgende Veranstaltung mit der Ordernummer ********* Tickets erworben: 01.01.2011 20:00 Uhr The War of the Worlds in FRANKFURT, Festhalle [<a href="http://blog.thul.org/imho/money-for-nothing-oder-the-war-of-the-worlds-in-frankfurt/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/imho/money-for-nothing-oder-the-war-of-the-worlds-in-frankfurt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rage</title>
		<link>http://blog.thul.org/technik/spiele/rage/</link>
		<comments>http://blog.thul.org/technik/spiele/rage/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 12:57:43 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Spiele]]></category>
		<category><![CDATA[Rage]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2298</guid>
		<description><![CDATA[Wenn es eine Firma gibt, welcher die PC- und insbesondere Grafikkarten-Hersteller viel zu verdanken haben, dann ist dies id Software. Egal, ob mit den Spielen der DOOM-Reihe erstmals halbwegs realistisch dreidimensionale Szenarien durchwandert werden konnten oder die Beleuchtung von Quake 2 erst mit einer 3dfx Voodoo so richtig zur Geltung kam &#8211; die Spiele der [<a href="http://blog.thul.org/technik/spiele/rage/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/spiele/rage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pink Floyd &#8211; The Dark Side Of The Moon (Immersion Box)</title>
		<link>http://blog.thul.org/musik/cds/pink-floyd-the-dark-side-of-the-moon-immersion-box/</link>
		<comments>http://blog.thul.org/musik/cds/pink-floyd-the-dark-side-of-the-moon-immersion-box/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:50:06 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[CDs]]></category>
		<category><![CDATA[Pink Floyd]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2294</guid>
		<description><![CDATA[Unter dem Banner &#8220;Why Pink Floyd?&#8221; legt die EMI den kompletten Backkatalog von PINK FLOYD aktuell erneut auf. Während die meisten Alben nur als sogenannte Discovery-Editionen als Einzel-CDs remastered und im Pappschuber veröffentlicht werden, erscheinen von einigen Alben auch zusätzliche Versionen. Als erstes wurde das 1972&#8242;er Album &#8220;The Dark Side Of The Moon&#8221; auserkoren in gleich [<a href="http://blog.thul.org/musik/cds/pink-floyd-the-dark-side-of-the-moon-immersion-box/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/musik/cds/pink-floyd-the-dark-side-of-the-moon-immersion-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk-Cache von Google Chrome verschieben</title>
		<link>http://blog.thul.org/technik/anwendungen/disk-cache-von-google-chrome-verschieben/</link>
		<comments>http://blog.thul.org/technik/anwendungen/disk-cache-von-google-chrome-verschieben/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 20:27:58 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Anwendungen]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromium]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2292</guid>
		<description><![CDATA[Leider gibt es keine Option innerhalb der Oberfläche, um den Cache von Chrome, der standardmäßig im Benutzerprofil liegt, zu verschieben. Verschoben werden kann er allerdings doch, und zwar mittels Kommandozeile: chrome.exe --disk-cache-dir="&#60;wo_immer_der_cache_hin_soll&#62;" Wer gleichzeitig auch noch den maximal belegten Speicherplatz begrenzen will, kann dies mittels --disk-cache-size=&#60;größe_in_byte&#62; tun. Damit auch beim Anklicken eines HTML-Links das richte [<a href="http://blog.thul.org/technik/anwendungen/disk-cache-von-google-chrome-verschieben/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/anwendungen/disk-cache-von-google-chrome-verschieben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird-Transparenz abschalten</title>
		<link>http://blog.thul.org/technik/anwendungen/thunderbird-transparenz-abschalten/</link>
		<comments>http://blog.thul.org/technik/anwendungen/thunderbird-transparenz-abschalten/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 12:24:44 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Anwendungen]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2287</guid>
		<description><![CDATA[Auch wenn der ursprüngliche Artikel Aero-Theme von Thunderbird 5 bändigen heisst, die genannten Änderungen an der userChrome.css funktionieren auch  für die neueren Thunderbird-Varianten.]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/anwendungen/thunderbird-transparenz-abschalten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philips BDP7500MKII Regionalcode einstellen</title>
		<link>http://blog.thul.org/technik/hardware/philips-bdp7500mkii-regionalcode-einstellen/</link>
		<comments>http://blog.thul.org/technik/hardware/philips-bdp7500mkii-regionalcode-einstellen/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 12:22:49 +0000</pubDate>
		<dc:creator>Andreas Thul</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Philips BDP7500MKII]]></category>

		<guid isPermaLink="false">http://blog.thul.org/?p=2285</guid>
		<description><![CDATA[Wenn auch der Blu-ray Regionalcode des Players nicht geändert werden kann, so ist eine Änderung des DVD Regionalcodes über die Fernbedienung ganz einfach möglich. Die dafür benötigte Sequenz lautet 1, 3, 8, 9, 3, 1, &#60;Regionalcode&#62;, 8, 5, 2, 0 &#8211; anschließend  werden die aktuellen Einstellungen in einem Popup angezeigt. Der meist verwendete Trick, den [<a href="http://blog.thul.org/technik/hardware/philips-bdp7500mkii-regionalcode-einstellen/">...</a>]]]></description>
		<wfw:commentRss>http://blog.thul.org/technik/hardware/philips-bdp7500mkii-regionalcode-einstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

