<?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>deLtadeep &#187; uni</title>
	<atom:link href="http://blog.deltadeep.de/category/alltag/uni/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deltadeep.de</link>
	<description>Medium Medien</description>
	<lastBuildDate>Sat, 04 Sep 2010 07:43:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>von lustigen Nullen und Einsen f&#252;r die Uni</title>
		<link>http://blog.deltadeep.de/von-lustigen-nullen-und-einsen-fuer-die-uni/</link>
		<comments>http://blog.deltadeep.de/von-lustigen-nullen-und-einsen-fuer-die-uni/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:26:14 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[alltag]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[arbeit]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hki]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[semester]]></category>

		<guid isPermaLink="false">http://blog.deltadeep.de/?p=3129</guid>
		<description><![CDATA[Grade eben habe ich erleichtert den &#8220;Senden&#8221; Button meines Donnervogels bet&#228;tigt und die AJAX Programmierung f&#252;r ein Informatik Seminar damit eingereicht. Hinter mir liegt eine Woche voller Neugierde, Verzweiflung, Aggression und &#252;berschwenglicher Freude. Der Code des Projekts wird in den n&#228;chsten Tagen ver&#246;ffenticht, erstmal warte ich eine Antwort der Dozentin ab. Zu finden ist das [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.deltadeep.de/files/AJAX.jpg"><img src="http://blog.deltadeep.de/files/AJAX-560x350.jpg" alt="" title="AJAX" width="560" height="350" class="alignleft size-large wp-image-3130" /></a></p>
<p>Grade eben habe ich erleichtert den &#8220;<em>Senden</em>&#8221; Button meines Donnervogels bet&auml;tigt und die AJAX Programmierung f&uuml;r ein Informatik Seminar damit eingereicht. Hinter mir liegt eine Woche voller Neugierde, Verzweiflung, Aggression und &uuml;berschwenglicher Freude.<br />
Der Code des Projekts wird in den n&auml;chsten Tagen ver&ouml;ffenticht, erstmal warte ich eine Antwort der Dozentin ab. Zu finden ist das Werk alsdann unter folgender URL:</p>
<blockquote><p><del datetime="2010-06-27T20:04:36+00:00"><a href="http://dev.deltadeep.de/musikarchiv-a-la-ajax/">http://dev.deltadeep.de/musikarchiv-a-la-ajax/</a></del><sup><a href="http://blog.deltadeep.de/von-lustigen-nullen-und-einsen-fuer-die-uni/#footnote_0_3129" id="identifier_0_3129" class="footnote-link footnote-identifier-link" title="Befindet sich nun im Anhang">1</a></sup> </p></blockquote>
<p>Jetzt hab ich erstmal richtig Ferien, werde die Ostertage mit der Familie und Freunden/in verbringen und die restlichen Tage bis zum Wiederbeginn der Vorlesungszeit genie&szlig;en &#8211; das Wetter wird langsam auch freundlicher. <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_mrgreen.png' alt=':-)' class='wp-smiley' /> </p>
<p><span id="more-3129"></span><br />
Das Projekt f&uuml;r HKI sollte eine einfache AJAX Programmierung werden, bei der auf einer Webseite &uuml;ber AJAX Daten aus einer XML Instanz geladen und wiedergegeben werden. Um das Ganze m&ouml;glichst sinnvoll zu gestallten, sollte urspr&uuml;nglich eine iTunes XML ausgelesen und dargestellt werden. Letztendlich entschied ich mich aus gewissen Schwierigkeiten, die die eigenwillige Formatierung der XML mit sich brachte daf&uuml;r, eine eigens f&uuml;r diese Projekt erstellte XML zu verwenden.<br />
Nachfolgend sind nun die vollst&auml;ndigen, von mir erstellten Dateien als Code aufgef&uuml;hrt. Eine Weiterverbreitung oder gewerbliche Nutzung wird ausgeschlossen, gerne kann der Code aber als Inspiration oder Hilfe dienen.</p>
<p><!--more--><br />
<strong>index.html</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #00bbdd;">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</span>
<span style="color: #00bbdd;">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;html</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;shortcut icon&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;db.ico&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;image/x-icon&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;link</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;style.css&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span> 
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;function.js&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;ltrim.js&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;sort_table.js&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>AJAX Musikarchiv<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;h2<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Musikarchiv <span style="color: #ddbb00;">&amp;#224;</span> la AJAX<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/h2<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;beschreibung&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        Eine vorhandene Musik Datenbank l<span style="color: #ddbb00;">&amp;#228;</span>sst sich per Klick auf den Button auslesen und wird untenstehend dargestellt.
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;br</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        Die Tabelle ist, dank dynamischer Generierung, f<span style="color: #ddbb00;">&amp;#252;</span>r eine Erweiterung der XML ausgelegt, sowie <span style="color: #ddbb00;">&amp;#252;</span>ber die Spalten<span style="color: #ddbb00;">&amp;#252;</span>berschriften sortierbar.
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;Buttons&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>    
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;form</span> <span style="color: #000066;">action</span>=<span style="color: #ff0000;">&quot;Button&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;button</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Datenbank aufrufen&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Button&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;button&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Datenbank aufrufen&quot;</span> <span style="color: #000066;">onclick</span>=<span style="color: #ff0000;">&quot;httpRequest('musik.xml')&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;requestButton&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;img</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;db.png&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;96&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;96&quot;</span> <span style="color: #000066;">alt</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;songcount&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #808080; font-style: italic;">&lt;!-- &amp;#160; --&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span> 
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;button</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">&quot;Tabelle l&amp;#246;schen&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;Button&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;reset&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Tabelle l&amp;#246;schen&quot;</span> <span style="color: #000066;">onclick</span>=<span style="color: #ff0000;">&quot;resetTab()&quot;</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;resetButton&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;img</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;dbr.png&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;96&quot;</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">&quot;96&quot;</span> <span style="color: #000066;">alt</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;p</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;reset&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #808080; font-style: italic;">&lt;!-- &amp;#160; --&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/form<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;br</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;tabelle&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p><strong>style.css</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Seite */</span>
body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ffffff</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#555555</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">62.5</span>%</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
h2 <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#343434</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> helvetica<span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
img <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
p <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#888888</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> small<span style="color: #00AA00;">;</span> 
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> helvetica<span style="color: #00AA00;">;</span>    
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#beschreibung</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">italic</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#songcount</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#reset</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">57</span>%</span> Helvetica<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#Buttons</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>  
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* Tabelle */</span>
table <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> verdana<span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
	thead <span style="color: #00AA00;">&#123;</span>
	   <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#00aeef</span><span style="color: #00AA00;">;</span>
	   <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    tr <span style="color: #00AA00;">&#123;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    td <span style="color: #00AA00;">&#123;</span>
       <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#343434</span><span style="color: #00AA00;">;</span>       
    <span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><strong>function.js</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// Anker laden</span>
window.<span style="color: #000066;">onload</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span> linkLoad<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>location.<span style="color: #660066;">hash</span>.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'db'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span>
            <span style="color: #009900;">&#123;</span>
                httpRequest<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'musik.xml'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span>
	<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>location.<span style="color: #660066;">hash</span>.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
	        	resetTab<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// XMLHTTP Object und Request</span>
<span style="color: #003366; font-weight: bold;">var</span> xmlrq <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> httpRequest<span style="color: #009900;">&#40;</span>url<span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
        xmlrq <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #006600; font-style: italic;">// Browserweiche</span>
        <span style="color: #006600; font-style: italic;">// Firefox, Opera, u.a.</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>window.<span style="color: #660066;">XMLHttpRequest</span><span style="color: #009900;">&#41;</span>
			<span style="color: #009900;">&#123;</span>
				xmlrq <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> XMLHttpRequest<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #009900;">&#125;</span>
	    <span style="color: #006600; font-style: italic;">// IE</span>
		<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>window.<span style="color: #660066;">ActiveXObject</span><span style="color: #009900;">&#41;</span>
			<span style="color: #009900;">&#123;</span>
			    <span style="color: #006600; font-style: italic;">// IE 5</span>
				<span style="color: #000066; font-weight: bold;">try</span>
					<span style="color: #009900;">&#123;</span>
						xmlrq <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Msxml2.XMLHTTP&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span>
			    <span style="color: #006600; font-style: italic;">// IE 6</span>
				<span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span>e<span style="color: #009900;">&#41;</span>
					<span style="color: #009900;">&#123;</span>
						<span style="color: #000066; font-weight: bold;">try</span>
							<span style="color: #009900;">&#123;</span>
								xmlrq <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> ActiveXObject<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Microsoft.XMLHTTP&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
							<span style="color: #009900;">&#125;</span>
						<span style="color: #000066; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span>e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span>
					<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>xmlrq<span style="color: #009900;">&#41;</span>
            <span style="color: #009900;">&#123;</span>
                <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'Kann keine XMLHTTP-Instanz erzeugen.'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span>
        <span style="color: #006600; font-style: italic;">// Request</span>
        xmlrq.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'GET'</span><span style="color: #339933;">,</span> url<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        xmlrq.<span style="color: #660066;">onreadystatechange</span> <span style="color: #339933;">=</span> interpretRequest<span style="color: #339933;">;</span>
        xmlrq.<span style="color: #660066;">send</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> interpretRequest<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>xmlrq.<span style="color: #660066;">readyState</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">4</span><span style="color: #009900;">&#41;</span>
            <span style="color: #009900;">&#123;</span>
                <span style="color: #003366; font-weight: bold;">var</span> xmldoc <span style="color: #339933;">=</span> xmlrq.<span style="color: #660066;">responseXML</span><span style="color: #339933;">;</span>
&nbsp;
                <span style="color: #006600; font-style: italic;">// Anzahl der Songs auslesen</span>
                <span style="color: #003366; font-weight: bold;">var</span> songs <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'song'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">length</span><span style="color: #339933;">;</span>
                document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;songcount&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;Datenbank: &quot;</span><span style="color: #339933;">+</span> songs <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot; Titel&quot;</span><span style="color: #339933;">;</span>
                document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;reset&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;Tabelle l&amp;#246schen&quot;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
                <span style="color: #006600; font-style: italic;">// dynamische Tabelle erzeugen</span>
                <span style="color: #003366; font-weight: bold;">var</span> tab <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&lt;table class=<span style="color: #000099; font-weight: bold;">\&quot;</span>sortable<span style="color: #000099; font-weight: bold;">\&quot;</span> id=<span style="color: #000099; font-weight: bold;">\&quot;</span>tablecontent<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;thead&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;tr&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Interpret&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Titel&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Album&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Jahr&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Genre&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;th&gt;Label&lt;/th&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/thead&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/tr&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;tbody&gt;&quot;</span><span style="color: #339933;">;</span>
                <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> songs<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
                    <span style="color: #009900;">&#123;</span>
                        tab <span style="color: #339933;">=</span> tab <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;tr align=<span style="color: #000099; font-weight: bold;">\&quot;</span>center<span style="color: #000099; font-weight: bold;">\&quot;</span> id=<span style="color: #000099; font-weight: bold;">\&quot;</span>s&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>interpret&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>titel&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>album&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>jahr&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>genre&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;td id=<span style="color: #000099; font-weight: bold;">\&quot;</span>label&quot;</span><span style="color: #339933;">+</span> i <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/td&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/tr&gt;&quot;</span><span style="color: #339933;">;</span>
                    <span style="color: #009900;">&#125;</span>
                tab <span style="color: #339933;">=</span> tab <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/tbody&gt;&quot;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;&lt;/table&gt;&quot;</span><span style="color: #339933;">;</span>
                document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;tabelle&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> tab<span style="color: #339933;">;</span>
&nbsp;
                <span style="color: #006600; font-style: italic;">// Tabelle füllen</span>
                <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>j <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> j <span style="color: #339933;">&lt;</span> songs<span style="color: #339933;">;</span> j<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
					<span style="color: #009900;">&#123;</span>                                 
						<span style="color: #006600; font-style: italic;">// Interpret</span>
						<span style="color: #003366; font-weight: bold;">var</span> artist <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'artist'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;interpret&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> artist.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>
&nbsp;
						<span style="color: #006600; font-style: italic;">// Titel</span>
						<span style="color: #003366; font-weight: bold;">var</span> titel <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'titel'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;titel&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> titel.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>
&nbsp;
						<span style="color: #006600; font-style: italic;">// Album</span>
						<span style="color: #003366; font-weight: bold;">var</span> album <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'album'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;album&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> album.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>  
&nbsp;
						<span style="color: #006600; font-style: italic;">// Jahr</span>
						<span style="color: #003366; font-weight: bold;">var</span> jahr <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'jahr'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;jahr&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> jahr.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span> 
&nbsp;
						<span style="color: #006600; font-style: italic;">// Genre</span>
						<span style="color: #003366; font-weight: bold;">var</span> genre <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'genre'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;genre&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> genre.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>
&nbsp;
						<span style="color: #006600; font-style: italic;">// Label</span>
						<span style="color: #003366; font-weight: bold;">var</span> label <span style="color: #339933;">=</span> xmldoc.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'label'</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span>j<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
						document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;label&quot;</span><span style="color: #339933;">+</span> j <span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> label.<span style="color: #660066;">firstChild</span>.<span style="color: #660066;">data</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span>
&nbsp;
				<span style="color: #006600; font-style: italic;">// Sortierscript aufrufen</span>
				SortTable.<span style="color: #660066;">init</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
				<span style="color: #006600; font-style: italic;">// Location Hash als  Anker</span>
				location.<span style="color: #660066;">hash</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;db&quot;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// Tabelle löschen</span>
<span style="color: #003366; font-weight: bold;">function</span> resetTab<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	   <span style="color: #009900;">&#123;</span>
	       document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tabelle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">;</span>
	       document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;songcount&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">;</span>
	       document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;reset&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">;</span>
	       location.<span style="color: #660066;">hash</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">;</span>
	   <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p><strong>musik.xml</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #00bbdd;">&lt;!DOCTYPE musikarchiv SYSTEM &quot;musik.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;musikarchiv<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Why does it always rain on me<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Travis<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Why does it always rain on me<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1990<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Red Telephone Box<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Britpop<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>My Heroin<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Silverstein<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Discovering the Waterfront<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2006<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Victory Records<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Emocore<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s2&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Brothers in Arms<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Dire Straits<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Brothers in Arms<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1985<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Mercury<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s3&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Take on me<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>A-Ha<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Hunting high and low<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1985<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>UniversalMusicNorway<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Pop<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s4&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Poles Apart<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Pink Floyd<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>The Devision Bell<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1993<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>EMI/Capitol<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s5&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>The Weapons are Concealed<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Biffy Clyro<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Infinity Land<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2004<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>	14thFloorRecords<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Alternative<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s6&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Say it<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Blue October<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Approaching Normal<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Universal/Brando<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Indie Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s7&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>No son of mine<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Genesis<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>We can't dance<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1991<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rhino<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s8&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Resistance<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Muse<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>The Resistance<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2009<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Maverick<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Alternative Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;song</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;s9&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>In the air tonight<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/titel<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Phil Collins<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Serious Hits...LIVE!<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/album<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>2003<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jahr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rhino<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/label<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Rock<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/genre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/song<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #808080; font-style: italic;">&lt;!-- Nachfolgend weitere Einträge, die für Testzwecke auskommentiert sind, f&amp;#252;r die demonstration der dynamischen Tabelle aber eingefügt werden können. --&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s10&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;Something real&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;Soil&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;Redefine&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2004&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;BIELER BROS RECORDS / AFM RECORDS&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;Hardrock&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt; </span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s11&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;Tage wie dieser&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;Sportfreunde Stiller&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;Die gute Seite&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2002&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;Vertigo/ Universal&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;Deutsch Rock&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt;    </span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s12&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;California Queen&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;Wolfmother&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;Cosmic Egg&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2009&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;Modular&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;Hard Rock&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt; </span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s13&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;America's Suitehearts&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;Fall Out Boy&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;Folie A Deux&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2008&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;Island Records&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;Rock&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt; </span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s14&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;7 Days&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;Craig David&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;Greatest Hits&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2008&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;Universal&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;R&amp;#38;B&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt; </span>
<span style="color: #808080; font-style: italic;">    &lt;song id=&quot;s15&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;titel&gt;Memories (ft. Kid Cudi)&lt;/titel&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;artist&gt;David Guetta&lt;/artist&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;album&gt;One Love&lt;/album&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;jahr&gt;2009&lt;/jahr&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;label&gt;Gum Prod / Virgin&lt;/label&gt;</span>
<span style="color: #808080; font-style: italic;">        &lt;genre&gt;Dance&lt;/genre&gt;</span>
<span style="color: #808080; font-style: italic;">    &lt;/song&gt;     </span>
<span style="color: #808080; font-style: italic;">--&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/musikarchiv<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p><strong>musik.dtd</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT musikarchiv <span style="color: #66cc66;">&#40;</span>song+<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT song <span style="color: #66cc66;">&#40;</span>titel, artist, album*, jahr*, label*, genre*<span style="color: #66cc66;">&#41;</span> <span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ATTLIST song id ID #REQUIRED<span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT titel <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT artist <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT album <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT jahr <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT label <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;">&lt;!ELEMENT genre <span style="color: #66cc66;">&#40;</span>#PCDATA<span style="color: #66cc66;">&#41;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

<p> <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_arrow.png' alt='-&gt;' class='wp-smiley' />  <a href="http://deltadeep.de.funpic.de/">Demo</a></p>
<ol class="footnotes"><li id="footnote_0_3129" class="footnote">Befindet sich nun im Anhang</li></ol>]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/von-lustigen-nullen-und-einsen-fuer-die-uni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>von Humor und dr&#246;gen Arbeiten</title>
		<link>http://blog.deltadeep.de/von-humor-und-droegen-arbeiten/</link>
		<comments>http://blog.deltadeep.de/von-humor-und-droegen-arbeiten/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:16:44 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[uni]]></category>

		<guid isPermaLink="false">http://blog.deltadeep.de/?p=3117</guid>
		<description><![CDATA[Es ist, nach einer Woche schweisstreibender Arbeit vollbracht! Meine Hausarbeit &#252;ber die Frage, ob Humor synchronisierbar ist wurde heute fristgerecht eingereicht und wartet nun auf eine Korrektur durch die Dozentin. Inhaltlich hat die thematische Bearbeitung viel Spass gemacht und neue Erkenntnisse geschaffen, allerdings war es zuweilen recht dr&#246;ge, stundenlang Textseiten runter zu tippen, immer mit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.deltadeep.de/files/Hausarbeit.jpg"><img src="http://blog.deltadeep.de/files/Hausarbeit-560x420.jpg" alt="" title="Hausarbeit" width="560" height="420" class="alignleft size-large wp-image-3116" /></a><br />
</br><br />
<strong>Es ist, nach einer Woche schweisstreibender Arbeit vollbracht!</strong><br />
Meine Hausarbeit &uuml;ber die Frage, ob <em>Humor synchronisierbar ist</em> wurde heute fristgerecht eingereicht und wartet nun auf eine Korrektur durch die Dozentin. Inhaltlich hat die thematische Bearbeitung viel Spass gemacht und neue Erkenntnisse geschaffen, allerdings war es zuweilen recht dr&ouml;ge, stundenlang Textseiten runter zu tippen, immer mit dem Ziel vor Augen, ein gewisses Tagespensum zu vollbringen.<br />
Letztendlich hat es geklappt und nun kehrt ein wenig Ruhe ein, bis ich mich an eine herrliche AJAX Programmierung f&uuml;r in zwei Wochen setzen darf.<br />
In diesem Sinne erst mal einen Wein entkorken und den Tag ruhig ausklingen lassen. Prost! <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_mrgreen.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/von-humor-und-droegen-arbeiten/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Herr SZ &#8211; Sehr zuverl&#228;ssig</title>
		<link>http://blog.deltadeep.de/herr-sz-sehr-zuverlaessig/</link>
		<comments>http://blog.deltadeep.de/herr-sz-sehr-zuverlaessig/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 22:24:23 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[uni]]></category>
		<category><![CDATA[süddeutsche]]></category>
		<category><![CDATA[sz]]></category>
		<category><![CDATA[vorlesung]]></category>
		<category><![CDATA[zeitung]]></category>

		<guid isPermaLink="false">http://blog.deltadeep.de/?p=3105</guid>
		<description><![CDATA[Dieser kruze Beitrag soll einen kleinen R&#252;ckblick auf die Geschehnisse der Vergangenen Woche werfen. Alles begann mit der Ank&#252;ndigung, dass jener hochgesch&#228;tzte Redakteur bedauerlicherweise aus irgendeinem, uns v&#246;llig unbekannten Grund, nicht zur all-montaglichen Ringvorlesung erscheinen konnte. Dies w&#228;re an sich nicht weiter schlimm, aber die eigentliche, groteske Tragik sollte noch folgen. Nachdem die hervorragende Organisation, [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Dieser kruze Beitrag soll einen kleinen R&uuml;ckblick auf die Geschehnisse der Vergangenen Woche werfen.</strong></em></p>
<p>Alles begann mit der Ank&uuml;ndigung, dass jener hochgesch&auml;tzte Redakteur bedauerlicherweise aus irgendeinem, uns v&ouml;llig unbekannten Grund, nicht  zur all-montaglichen Ringvorlesung erscheinen konnte.<br />
Dies w&auml;re an sich nicht weiter schlimm, aber die eigentliche, groteske Tragik sollte noch folgen.<br />
Nachdem die hervorragende Organisation, deren Namen mir leider nicht vorliegen, es geschafft hatte, den Termin einfach um einen Tag zu verschieben und damit nahezu jedem entweder den Abend versaut, bzw andere um ihre geliebten Vorlesungen, Tutorien u. &Auml;. gebracht hatte, offenbarte sich an jenem Nachfolgetermin das wahre Ausma&szlig; mieser Informationspolitik &#8211; man k&ouml;nnte es auch <em>wohlwollend</em> kl&auml;glich gescheitert nennen.<br />
Die eigentlich tragische Figur gab der v&ouml;llig &uuml;berrumpelte Dozent ab, der, wie ein begossener Pudel, sich vor den paar Studenten entschuldigte, die denn doch erschienen waren und genauso schlecht informiert war, wie der h&ouml;flich wartende Rest.<br />
Letztendlich l&ouml;ste sich diese illustre Runde fix auf und zur&uuml;ck blieb Missmut, Frust und Spott &#8211; seit jenem Abend hat SZ eine ganz neue, pers&ouml;nliche Betrachtungsnote erhalten.<br />
<em>Danke an den Referenten!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/herr-sz-sehr-zuverlaessig/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quit playin&#039; games&#8230;</title>
		<link>http://blog.deltadeep.de/quit-playin-games/</link>
		<comments>http://blog.deltadeep.de/quit-playin-games/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 22:18:57 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[alltag]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[prof]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[vorlesung]]></category>
		<category><![CDATA[windoof]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://deltadeep.de.funpic.de/?p=2708</guid>
		<description><![CDATA[Eins vorneweg: Dieser Post wird zwei Kernthemen enthalten, die nichts miteinander zu tun haben. Ihre einzige Verbindung existiert in der verbalen Kommunikation zwischen Kommilitonen, die jedweder schriftlichen Grundlage entbehren. Beginnen wollte ich mit dem Thema der Kunst1. Dabei definiert der Begriff Kunst ein, wie wir es von Effi Briest2 her kennen, ein zu weites Feld. [...]]]></description>
			<content:encoded><![CDATA[<p>Eins vorneweg: Dieser Post wird zwei Kernthemen enthalten, die nichts miteinander zu tun haben. Ihre einzige Verbindung existiert in der verbalen Kommunikation zwischen Kommilitonen, die jedweder schriftlichen Grundlage entbehren.</p>
<p>Beginnen wollte ich mit dem Thema der Kunst<sup><a href="http://blog.deltadeep.de/quit-playin-games/#footnote_0_2708" id="identifier_0_2708" class="footnote-link footnote-identifier-link" title="vgl. auch Um nicht mit um zu beginnen [...]">1</a></sup>. Dabei definiert der Begriff Kunst ein, wie wir es von <em>Effi Briest</em><sup><a href="http://blog.deltadeep.de/quit-playin-games/#footnote_1_2708" id="identifier_1_2708" class="footnote-link footnote-identifier-link" title="&amp;#8220;Ach wei&amp;szlig;t du Luise, dass ist ein zu weites Feld.&amp;#8221;">2</a></sup> her kennen, ein zu weites Feld. Kunst kann zum einen die darstellende, expressionistische Ader eines &#8220;K&uuml;nstlers&#8221; sein, der seine Gedanken, Gef&uuml;hle oder Impressionen zu Papier bringt, mit Stift oder pinselschwenkend. Zum anderen ist es aber auch eine Kunst f&uuml;r sich, z.B. ein Referat ansprechend zu halten, damit die geneigte Audienz nicht nach der Exposition ins Reich der Tr&auml;ume wegd&auml;mmert.<br />
Diese Kunst beherrschen leider auch die meisten Profs nicht wirklich &#8211; sieht man doch vermehrt g&auml;hnende, emotionslose oder gesenkte, ausdruckslose Gesichter, die sich in Vorlesungen q&auml;ulen, nur um keine Fehlstunden in anwesenheitspflichtigen, mit einem meisterhaft gebauten Spannungsbogen ausgestatteten, Ring Vorlesungen zu ergattern.<br />
Allerdings bietet eine solche geisteswissenschaftliche Darbietung h&ouml;chsten Niveaus auch die Okkasion, sich k&uuml;nstlerisch weiterzubilden &#8211; selbstverst&auml;ndlich im Selbststudium. Dabei darf man sich nicht wundern, wenn Kreationen wie <a href="/weltexklusiv/">diese</a> das<em> lux mundi</em> erblicken. Mein neustes Werk ist ein kleiner Friedenspanzer auf einem der unz&auml;hligen Tischplatten in einem nicht n&auml;her spezifizierten H&ouml;rsaal.</p>
<p><a href="http://blog.deltadeep.de/files/panzer.jpg"><img src="http://blog.deltadeep.de/files/panzer.jpg" alt="panzer" title="panzer" width="400" height="272" class="aligncenter size-full wp-image-2718" /></a><br />
Auf Grund technischer Komplikationen (Akku leer) wird ein Bild besserer Aufl&ouml;sung erst in den n&auml;chsten Tagen folgen &#8211; sofern nicht bis dahin das Kunstwerk entfernt wurde.</p>
<p>In diesen Oasen kreativen Denkens entstehen teilweise die abstrusesten Gespr&auml;che, so zuletzt auch &uuml;ber Windows und das Ph&auml;nomen des langsamen, schleichenden Geschwindigkeitsverfalls der vorletzten Fenster-GUI<sup><a href="http://blog.deltadeep.de/quit-playin-games/#footnote_2_2708" id="identifier_2_2708" class="footnote-link footnote-identifier-link" title="asta la Vista">3</a></sup>. Dieser Prozess scheint nicht nur subjektiv zu sein, sondern Messergebnisse untermauern diese Beobachtungen.<br />
Wer kennt sie nicht, die viele kleinen L&ouml;sungsans&auml;tze f&uuml;r eben jenes Problem: Von der einfachen Defragmentierung, &uuml;ber Registry S&auml;uberung und zweifelhafte Optimierungen mit Tools aller Coleur<sup><a href="http://blog.deltadeep.de/quit-playin-games/#footnote_3_2708" id="identifier_3_2708" class="footnote-link footnote-identifier-link" title="z.B. TuneUp ">4</a></sup>, bis hin zur manuellen OP der Registrierungsdatenbank mit Hilfe von Regedit?!<br />
Doch dieser Spass ist, wie bereits die <em>c&#8217;t</em> in der Ausgabe 17/2005 titelte <em>&#8220;Viel Voodoo, wenig Wirkung&#8221;</em>! Aber als man jung war, z&auml;hlte jede Rechensekunde, man wollte diese Fakten nicht glauben und riskierte sein System, um noch das letzte Quentchen OS Rechenleistung rauszuquetschen. Dabei wurde es dann fast Routine, das Betriebssystem im 14 Tage Rhytmus neu aufzusetzen.<br />
Lohnen tut sich diese Prozedere eigentlich nur, wenn man mit der Zeit einen gewissen Erkenntnisstand in Sachen Windoof und dem eigenwilligen Verhalten gewinnt und sein System nicht un&uuml;berlegt zum&uuml;llt (je weniger Dateien, desto schneller stimmt &uuml;brigens auch nicht). Das einzig Wahre w&auml;re ein BackUp nach der vollst&auml;ndigen Einrichtung, welches man immer neu zur&uuml;ckspielt.<br />
Whatever, ich schweife ab, denn was ich eigentlich der Welt verk&uuml;nden wollte: Ich hab Windows 7! Kostenlos und legal! Dank meiner Studiengeb&uuml;hr! <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_mrgreen.png' alt=':-)' class='wp-smiley' /> </p>
<ol class="footnotes"><li id="footnote_0_2708" class="footnote">vgl. auch <em>Um nicht mit um zu beginnen [...]</em></li><li id="footnote_1_2708" class="footnote">&#8220;Ach wei&szlig;t du Luise, dass ist ein zu weites Feld.&#8221;</li><li id="footnote_2_2708" class="footnote">asta la <em>Vista</em></li><li id="footnote_3_2708" class="footnote">z.B. TuneUp </li></ol>]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/quit-playin-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weltexklusiv&#8230;</title>
		<link>http://blog.deltadeep.de/weltexklusiv/</link>
		<comments>http://blog.deltadeep.de/weltexklusiv/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 20:08:14 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[alltag]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[mcluhan]]></category>
		<category><![CDATA[skizze]]></category>

		<guid isPermaLink="false">http://deltadeep.de.funpic.de/?p=2425</guid>
		<description><![CDATA[.. ist der heutige Post. Alles was in diesem Post enthalten ist, ist garantiert selbst kreiert und war so noch nie zu sehen&#8230; oder zu h&#246;ren. Da Dana mich auf die Idee brachte, auch mal ein Bildchen zu posten, nehm ich gleich eins, welches heute in der Uni entstand. Es ist weder besonders anspruchsvoll, noch [...]]]></description>
			<content:encoded><![CDATA[<p>.. ist der heutige Post. Alles was in diesem Post enthalten ist, ist garantiert selbst kreiert und war so noch nie zu sehen&#8230; oder zu h&ouml;ren.<br />
Da <a href="http://mitsuki.wordpress.com/2009/10/22/posting-pictures/">Dana </a> mich auf die Idee brachte, auch mal ein Bildchen zu posten, nehm ich gleich eins, welches heute in der Uni entstand.<br />
Es ist weder besonders anspruchsvoll, noch zeugt es von k&uuml;nstlericher Begabung, aber dennoch bannt diese kleine Skizze den kompletten 90 min&uuml;tigen Vortrag &uuml;ber McLuhans <em>&#8220;The medium is the message!&#8221;</em> in wenigen Strichen.<br />
<a href="http://blog.deltadeep.de/files/Zeichnung_McLuhan.jpg"><img src="http://blog.deltadeep.de/files/Zeichnung_McLuhan.jpg" alt="Zeichnung_McLuhan" title="Zeichnung_McLuhan" width="560" height="216" class="alignleft size-full wp-image-2426" /></a><br />
&Auml;hnlichkeiten mit lebenden, mir bekannten oder unbekannten Personen sind rein zuf&auml;llig und nicht beabsichtigt.</p>
<p>Und weil die Headline ja viel verspricht, hier der allererste <em>Record </em>meiner Gitarre, nach gesch&auml;tzten 3 Jahren. Aber nichts grandioses erwarten, sind einfach nur ein paar Akkorde, um die Aufnahmef&auml;higkeit des Mics zu testen. <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_mrgreen.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/weltexklusiv/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unialltag</title>
		<link>http://blog.deltadeep.de/unialltag/</link>
		<comments>http://blog.deltadeep.de/unialltag/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 12:14:48 +0000</pubDate>
		<dc:creator>deLtadeep</dc:creator>
				<category><![CDATA[alltag]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[dies und das]]></category>
		<category><![CDATA[durchmichtes]]></category>
		<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://deltadeep.de.funpic.de/?p=2381</guid>
		<description><![CDATA[Tja, also das ist es also, die Uni! Wahnsinn, ca. 41.000 Studenten, die hier rumwuseln, alle h&#246;chstbesch&#228;ftigt&#8230; mehr oder weniger zumindest, zumeist wohl mit der n&#228;chsten Party denn dem Stoff f&#252;r die Vorlseungen. Spielt aber auch keine Rolle, hauptsache die Stimmung ist gut und man lernt schonmal ein paar korrekte Leute kennen, mit denen man [...]]]></description>
			<content:encoded><![CDATA[<p>Tja, also das ist es also, die Uni!<br />
Wahnsinn, ca. 41.000 Studenten, die hier rumwuseln, alle h&ouml;chstbesch&auml;ftigt&#8230; mehr oder weniger zumindest, zumeist wohl mit der n&auml;chsten Party denn dem Stoff f&uuml;r die Vorlseungen.<br />
Spielt aber auch keine Rolle, hauptsache die Stimmung ist gut und man lernt schonmal ein paar korrekte Leute kennen, mit denen man gut klar kommt und sich versteht.<br />
Tjoa, der Stundenplan ist auch fast perfekt, zumindest hab ich alles bekommen, was ich in irgendeiner Weise belgen wollte. Nur der Dienstag ist etwas ung&uuml;nstig geraten, sofern man noch pendelt, denn 4 Studen Wartezeit, in denen nun dieser Kreativtext,&#8230; eben getextet wird, hab ich einfach noch nichts sinnvolles zu tun, sodass ich mir irgendwie die Zeit vertreiben muss.<br />
Apropos Zeit, gutes Stichwort: Habe &#8216;ne Zeit hier und die werd ich in den n&auml;chsten anbrechenden Studen dann auch mal vornehmen.. irgendwas wird schon drin sein, auch wenn mich ein (intimes ?) Portrait von Andrea Nahles nicht wirklich an den Kioskstand locken w&uuml;rde!</p>
<p>Backtotopic: Die beiden Kurse, die ich bis jetzt hatte sind ganz chillig und scheinen in Zukunft recht interessant werden zu k&ouml;nnen, behandeln sie doch haupts&auml;chlich die Entwicklung und Analyse des Fernsehens. Spannung pur!</p>
<p>So, ich werd mangels fehlender Batterielaufzeit <em>(arg, ich h&auml;t ihn nochmal laden sollen)</em> mal aufbrechen und mir nen andren Platz zum schm&ouml;kern suchen.<br />
Vielleicht  besorg ich mir schonmal ne Kopierkarte&#8230; muss ja vorbereitet sein <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_wink.png' alt=';-)' class='wp-smiley' /> </p>
<p><em>Edit: Also wenn man schon fast 4 Stunden auf so ne bl&ouml;de Vorlesung wartet, dann merkt man erstmal wie die Zeit nur so dahin kriecht&#8230; mensch, mensch, mensch. So noch eine geschlagene hlabe Stunde warten, bis dieses Tutorium dann anf&auml;ngt. Hurray!<br />
Sooo&#8230; muss mich noch irgendwie ablenken und besch&auml;ftigen. Vorschl&auml;ge?<br />
Hat sich nicht gelohnt, f&uuml;r 15 Mins 4 Std. zu warten <img src='http://blog.deltadeep.de/wp-includes/images/smilies/icon_sad.png' alt=':-(' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deltadeep.de/unialltag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
