<?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>boeckoblog</title>
	<atom:link href="http://www.boeckler.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boeckler.org</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 20:45:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unter OSX Wireless LAN auf der Kommandozeile einrichten</title>
		<link>http://www.boeckler.org/2010/08/unter-osx-wlan-auf-der-kommandozeile-einrichten/</link>
		<comments>http://www.boeckler.org/2010/08/unter-osx-wlan-auf-der-kommandozeile-einrichten/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[macmini]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=137</guid>
		<description><![CDATA[Wenn man an seinen Mac mal keine Tastatur dran hat und nur SSH über Ethernetkabel verfügbar hat, kann man über die Shell W-LAN global einrichten: $ ssh root@macmini # oder andere nutzer und dann mit sudo root@macmini:~/ > networksetup&#124; grep -A 1 airport Usage: networksetup -getairportnetwork Usage: networksetup -setairportnetwork [password] Usage: networksetup -getairportpower Usage: networksetup [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man an seinen Mac mal keine Tastatur dran hat und nur SSH über Ethernetkabel verfügbar hat, kann man über die Shell W-LAN global einrichten:<br />
<code><br />
$ ssh root@macmini   # oder andere nutzer und dann mit sudo<br />
root@macmini:~/ > networksetup| grep -A 1 airport<br />
Usage: networksetup -getairportnetwork <device name><br />
Usage: networksetup -setairportnetwork <network> <device name> [password]<br />
Usage: networksetup -getairportpower <device name><br />
Usage: networksetup -setairportpower <device name> <on off><br />
root@macmini:~/ > networksetup -getairportpower en1<br />
AirPort Power (en1): On<br />
root@macmini:~/ > networksetup -removepreferredwirelessnetwork en1 HONEYPOT<br />
Removed HONEYPOT from the preferred networks list<br />
root@macmini:~/ > networksetup -addpreferredwirelessnetworkatindex en1 HONEYPOT 0 WPA2 meinpasswort<br />
Security type is set to: WPA2 Personal<br />
Added HONEYPOT to preferred networks list<br />
root@macmini:~/ > networksetup -listpreferredwirelessnetworks en1<br />
Preferred networks on en1:<br />
	HONEYPOT<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/08/unter-osx-wlan-auf-der-kommandozeile-einrichten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meine kleine Sith-Lady</title>
		<link>http://www.boeckler.org/2010/08/meine-kleine-sith/</link>
		<comments>http://www.boeckler.org/2010/08/meine-kleine-sith/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[starwars]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=120</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<a id="wpfp_d97f7c380cdf2f9cbbc891afc4285829" style="width:640px; height:480px;" class="flowplayer_container"><img src="http://www.boeckler.org/wp-content/uploads/2010/08/Picture-2.png" alt="" class="splash" /><img width="83" height="83" border="0" src="RELATIVE_PATH/images/play.png" alt="" class="splash_play_button" style="top: 195px; border:0;" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/08/meine-kleine-sith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.boeckler.org/wp-content/uploads/2010/08/MVI_8343.mp4" length="8293043" type="video/mp4" />
		</item>
		<item>
		<title>WM-Stream von ARD/ZDF multiplexen/verteilen (update)</title>
		<link>http://www.boeckler.org/2010/06/wm-stream-von-ard-multiplexen/</link>
		<comments>http://www.boeckler.org/2010/06/wm-stream-von-ard-multiplexen/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:08:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[worldcup]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=95</guid>
		<description><![CDATA[Man braucht dazu: OSX/Linux/whatever aktueller VLC (am besten mit cvlc-Kommandozeilenclient) Folgendes Script (vlcproxy.sh) #!/bin/sh SENDER=$1 STREAMTYPE="mms" MYIP="192.168.0.100" if [ -z "$URL" ]; then case $SENDER in ARD&#124;ard) URL='http://www.metafilegenerator.de/dyn/metagen.asx?stream=swr_wmv_l_event04' ;; ZDF&#124;zdf) URL='http://wstreaming.zdf.de/encoder/livestream4_vh.asx' ;; esac fi if [ -z "$URL" ]; then echo "USAGE: " echo "$0 ard&#124;zdf" echo "oder" echo 'URL="http://..." $0' exit fi case $STREAMTYPE [...]]]></description>
			<content:encoded><![CDATA[<p>Man braucht dazu:</p>
<ul>
<li>OSX/Linux/whatever</li>
<li>aktueller <a href="http://www.videolan.org">VLC</a> (am besten mit cvlc-Kommandozeilenclient)</li>
</ul>
<p>Folgendes Script (vlcproxy.sh)</p>
<p><code><br />
#!/bin/sh<br />
SENDER=$1</code></p>
<p><code> </code></p>
<p><code>STREAMTYPE="mms"<br />
MYIP="192.168.0.100"<br />
if [ -z "$URL" ]; then<br />
case $SENDER in<br />
ARD|ard)<br />
URL='http://www.metafilegenerator.de/dyn/metagen.asx?stream=swr_wmv_l_event04'<br />
;;<br />
ZDF|zdf)<br />
URL='http://wstreaming.zdf.de/encoder/livestream4_vh.asx'<br />
;;<br />
esac<br />
fi</code></p>
<p><code>if [ -z "$URL" ]; then<br />
echo "USAGE: "<br />
echo "$0 ard|zdf"<br />
echo "oder"<br />
echo 'URL="http://..." $0'<br />
exit<br />
fi</p>
<p>case $STREAMTYPE in<br />
multicast)<br />
cvlc -vv -R --sout="#standard{mux=asfh,dst=225.1.2.3:1234,access=udp}" "$URL"<br />
;;<br />
mms|*)<br />
cvlc -vv  -R --sout="#standard{mux=asfh,dst=${MYIP},access=mmsh}" "$URL"<br />
;;<br />
esac</p>
<p></code></p>
<ul>
<li>MYIP anpassen und dann das skript per <code>./vlcproxy.sh ard</code> bzw. <code>./vlcproxy.sh zdf</code> starten</li>
<li>URL kann auf der Kommandozeile überschrieben werden (Hier ist es der ARD-Stream).</li>
<li>Die  Clients müssen einfach die URL mms://MYIP:8080 öffnen  <strong>Achtung:</strong> der erste Start kann mal bisschen länger dauern</li>
</ul>
<p>Dadurch muss der Stream nur einmal ins Büro gezogen werden und die DSL-Leitung wird nicht unnötig belastet.</p>
<p>Wer das ganze mit DVB-T sucht, kann mal <a href="http://blog.pommesbude.org/archives/472-DVB-T-Streaming-der-WM-mit-VLC-unter-Linux.html">hier</a> vorbeischauen.</p>
<p><strong>UPDATE:</strong></p>
<p>Die URL bei ZDF kann manchmal anders sein (livestream4 statt livestream2). Hier gibt es immer die aktuellsten URLs</p>
<p><a href="http://www.zdf.de/ZDFmediathek/hauptnavigation/live?flash=off">http://www.zdf.de/ZDFmediathek/hauptnavigation/live?flash=off</a></p>
<p><strong>UPDATE2:</strong></p>
<p>WindowsMedia-Stream geht bei ZDF gerade nicht so &#8230;</p>
<p>Abhilfe schafft der QT-Stream:<br />
<code><br />
cvlc -vvv --sout="#rtp{mux=ts,dst=239.255.12.42}" http://hstreaming.zdf.de/encoder/livestream4_vh.mov<br />
</code><br />
Das erzeugt ein Multicast-Stream. Die VLC-Clients brauchen dann die URL &#8220;rtp://@239.255.12.42&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/06/wm-stream-von-ard-multiplexen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.metafilegenerator.de/dyn/metagen.asx?stream=swr_wmv_m_event04" length="179" type="video/x-ms-asf" />
<enclosure url="http://www.metafilegenerator.de/dyn/metagen.asx?stream=swr_wmv_l_event04" length="179" type="video/x-ms-asf" />
<enclosure url="http://hstreaming.zdf.de/encoder/livestream4_vh.mov" length="107" type="video/quicktime" />
		</item>
		<item>
		<title>World Cup – Public Viewing in Mos Eisley (Tatooine)</title>
		<link>http://www.boeckler.org/2010/06/world-cup-public-viewing-in-mos-eisley-tatooine/</link>
		<comments>http://www.boeckler.org/2010/06/world-cup-public-viewing-in-mos-eisley-tatooine/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 07:41:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[starwars]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=92</guid>
		<description><![CDATA[Adidas wins ..]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="640" height="480" data="http://www.youtube.com/v/3Zd_khk6zXo&fs=1&rel=0&hd=1&showinfo=0"><param name="movie" value="http://www.youtube.com/v/3Zd_khk6zXo&fs=1&rel=0&hd=1&showinfo=0"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object></p>
<p>Adidas wins ..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/06/world-cup-public-viewing-in-mos-eisley-tatooine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nachrichten, die keine sind</title>
		<link>http://www.boeckler.org/2010/05/nachrichten-die-keine-sind/</link>
		<comments>http://www.boeckler.org/2010/05/nachrichten-die-keine-sind/#comments</comments>
		<pubDate>Thu, 27 May 2010 09:06:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=78</guid>
		<description><![CDATA[China: Selbstmordserie bei weltgrößtem Elektrokonzern &#124; tagesschau.de. Ein kleiner 3 &#8211; Satz hilft: Selbstmordquote in D pro 100000: 11,2 (Stand 2002) Mitarbeiter Foxconn 486.000 54 Selbstmorde im Jahr bei Foxconn wären mit der dt. Statistik vereinbar Oder anders gesagt 1 Selbstmord pro Woche wäre normal Es war der zehnte Selbstmord innerhalb weniger Wochen (seit Anfang des [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tagesschau.de/wirtschaft/china988.html">China: Selbstmordserie bei weltgrößtem Elektrokonzern | tagesschau.de</a>.</p>
<p>Ein kleiner 3 &#8211; Satz hilft:</p>
<ol>
<li> Selbstmordquote in D pro 100000: 11,2 (<a href="http://www.efg-hohenstaufenstr.de/downloads/tabellen/selbstmorde_deutschland.htm">Stand 2002</a>)</li>
<li> Mitarbeiter Foxconn <a href="http://de.wikipedia.org/wiki/Foxconn">486.000</a></li>
<li>54 Selbstmorde im Jahr bei Foxconn wären mit der dt. Statistik vereinbar</li>
</ol>
<p>Oder anders gesagt 1 Selbstmord pro Woche wäre normal</p>
<blockquote><p>Es war der zehnte Selbstmord innerhalb weniger Wochen (seit Anfang des Jahres aus anderen Quellen)</p></blockquote>
<p>Und? Wo ist jetzt die Meldung?</p>
<p><a href="http://en.wikipedia.org/wiki/Suicide_rates">http://en.wikipedia.org/wiki/Suicide_rates</a></p>
<blockquote><p>(Numbers per 100 thousand people)<br />
Japan: <strong>24.4</strong><br />
China: 13.9<br />
US: 11.1<br />
Germany: 9.4</p></blockquote>
<p>Foxconn Arbeiter:<br />
10 Selbstmorde bei 480 Tausend Mitarbeiter in 5 Monaten<br />
-&gt; ca <strong>5 pro Jahr</strong> pro 100 Tausend</p>
<p>Sollten wir jetzt auch einen Bericht über Japan schreiben bzw. deren Arbeitsbedingungen anprangern?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/05/nachrichten-die-keine-sind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generationen Wechsel</title>
		<link>http://www.boeckler.org/2010/05/generationen-wechsel/</link>
		<comments>http://www.boeckler.org/2010/05/generationen-wechsel/#comments</comments>
		<pubDate>Thu, 20 May 2010 08:59:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[macbookpro]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=74</guid>
		<description><![CDATA[Good bye  Macbook Pro 2006 Hallo Macbook Pro 2010]]></description>
			<content:encoded><![CDATA[<p>Good bye  Macbook Pro 2006</p>
<p>Hallo Macbook Pro 2010</p>
<p><a href="http://www.boeckler.org/wp-content/uploads/2010/05/IMG_7914-1.jpg"><img class="aligncenter size-large wp-image-75" title="MBP2006 MBP2010" src="http://www.boeckler.org/wp-content/uploads/2010/05/IMG_7914-1-1023x625.jpg" alt="" width="1023" height="625" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/05/generationen-wechsel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Totti vs Ribery = 4 : 3</title>
		<link>http://www.boeckler.org/2010/05/totti-vs-ribery-4-3/</link>
		<comments>http://www.boeckler.org/2010/05/totti-vs-ribery-4-3/#comments</comments>
		<pubDate>Tue, 11 May 2010 08:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[fcb]]></category>
		<category><![CDATA[fussball]]></category>
		<category><![CDATA[uefa]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/2010/05/totti-vs-ribery-4-3/</guid>
		<description><![CDATA[Totti &#8211; Foul &#8211; 4 Spiele Sperre vs .. Ribery Foul &#8211; 3 Spiele Sperre UEFA-Mafia]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="640" height="480" data="http://www.youtube.com/v/Y_tHRE9cS3A&fs=1&rel=0&hd=1&showinfo=0"><param name="movie" value="http://www.youtube.com/v/Y_tHRE9cS3A&fs=1&rel=0&hd=1&showinfo=0"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object><br />
Totti &#8211; Foul &#8211; 4 Spiele Sperre</p>
<p>vs ..</p>
<p><object type="application/x-shockwave-flash" width="640" height="480" data="http://www.youtube.com/v/VrPzZxVCMR8&fs=1&rel=0&hd=1&showinfo=0"><param name="movie" value="http://www.youtube.com/v/VrPzZxVCMR8&fs=1&rel=0&hd=1&showinfo=0"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object><br />
Ribery Foul &#8211; 3 Spiele Sperre</p>
<p>UEFA-Mafia</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/05/totti-vs-ribery-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impressionen vom 1.Mai in Schweinfurt</title>
		<link>http://www.boeckler.org/2010/05/impressionen-vom-1-mai-in-schweinfurt/</link>
		<comments>http://www.boeckler.org/2010/05/impressionen-vom-1-mai-in-schweinfurt/#comments</comments>
		<pubDate>Sun, 02 May 2010 13:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[schweinfurt]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=56</guid>
		<description><![CDATA[function startGallery_1() { var myGallery = new gallery($("myGallery_1"), { timed: false, showCarousel: true, showInfopane: false, showArrows: true, embedLinks: true, slideInfoZoneOpacity: 0.80, textShowCarousel: "Pictures" }); document.getElementById("myGallery_1").style.display = "block"; myGallery.toggleCarousel(); } window.addEvent("domready", startGallery_1); IMG_7660 IMG_7661 IMG_7662 IMG_7666 IMG_7667 IMG_7668 IMG_7679 IMG_7680 IMG_7688 IMG_7689 IMG_7690 IMG_7691 IMG_7693 IMG_7698 IMG_7699 IMG_7700 IMG_7702 IMG_7707 IMG_7720 IMG_7723 IMG_7735 IMG_7738 IMG_7743 IMG_7745 [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
            function startGallery_1() { 
              var myGallery = new gallery($("myGallery_1"), {                  timed: false,         showCarousel: true,         showInfopane: false,           showArrows: true,           embedLinks: true, slideInfoZoneOpacity: 0.80, textShowCarousel: "Pictures"   });
              
              document.getElementById("myGallery_1").style.display = "block";
           myGallery.toggleCarousel();  }
            window.addEvent("domready", startGallery_1);
          </script>
         <div style="width: 900px; height: 600px; border:0px solid; margin:0px auto; clear:both;"><div id="myGallery_1" class="myGallery" style="display:none; width: 900px !important; height: 600px !important;"><div class="imageElement">  <h3> IMG_7660</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7660.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7660.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7660.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7661</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7661.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7661.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7661.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7662</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7662.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7662.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7662.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7666</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7666.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7666.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7666.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7667</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7667.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7667.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7667.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7668</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7668.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7668.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7668.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7679</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7679.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7679.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7679.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7680</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7680.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7680.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7680.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7688</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7688.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7688.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7688.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7689</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7689.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7689.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7689.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7690</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7690.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7690.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7690.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7691</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7691.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7691.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7691.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7693</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7693.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7693.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7693.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7698</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7698.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7698.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7698.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7699</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7699.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7699.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7699.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7700</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7700.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7700.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7700.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7702</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7702.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7702.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7702.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7707</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7707.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7707.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7707.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7720</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7720.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7720.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7720.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7723</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7723.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7723.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7723.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7735</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7735.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7735.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7735.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7738</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7738.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7738.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7738.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7743</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7743.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7743.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7743.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7745</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7745.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7745.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7745.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7757</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7757.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7757.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7757.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7758</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7758.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7758.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7758.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7760</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7760.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7760.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7760.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7767</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7767.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7767.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7767.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7769</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7769.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7769.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7769.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7775</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7775.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7775.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7775.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7777</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7777.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7777.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7777.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7796</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7796.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7796.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7796.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7800</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7800.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7800.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7800.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7803</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7803.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7803.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7803.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7804</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7804.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7804.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7804.jpg" class="thumbnail" /></div><div class="imageElement">  <h3> IMG_7805</h3>  <p style="color: #FFF000;"> </p>  <a target="_blank" href="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7805.jpg" title="open image" class="open"></a>  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/IMG_7805.jpg" class="full" />  <img src="http://www.boeckler.org/wp-content/gallery/1-mai/thumbs/thumbs_IMG_7805.jpg" class="thumbnail" /></div> </div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/05/impressionen-vom-1-mai-in-schweinfurt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safari JS-Debug saugt&#8230;</title>
		<link>http://www.boeckler.org/2010/03/safari-js-debug-saugt/</link>
		<comments>http://www.boeckler.org/2010/03/safari-js-debug-saugt/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:05:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/?p=14</guid>
		<description><![CDATA[wieso schafft es Apple nicht die Javascript-Tools (die eigentlich hübsch aussehen) brauchbar zu machen? Cache im Debugger Selbst wenn man den Cache leert zeigt der Safari im Debugger die alte JS-Datei an. Man kann machen was mann will. Nur ein Neustart hilft. Wenn der Debugger aus ist, hat es den Anschein, dass es besser funzt. [...]]]></description>
			<content:encoded><![CDATA[<p>wieso schafft es Apple nicht die Javascript-Tools (die eigentlich hübsch aussehen) <strong>brauchbar</strong> zu machen?</p>
<h4>Cache im Debugger</h4>
<p>Selbst wenn man den Cache leert zeigt der Safari im Debugger die alte JS-Datei an. Man kann machen was mann will. Nur ein Neustart hilft.<br />
Wenn der Debugger aus ist, hat es den Anschein, dass es besser funzt.</p>
<h4>JS bei File-URLs</h4>
<p>Noch schlimmer ist es, wenn das Javascript über eine file://-URL eingebunden ist (wenn die Seite lokal ist). Dort lässt sich der Safari nur durch Neustart dazu bewegen, die Datei neu einzulesen.</p>
<h4>Warum?</h4>
<p>Dies betrifft nur JS-Dateien, die per DOM addChild oder document.write eingebunden werden.</p>
<p>Apple &#8230; tu was&#8230;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/03/safari-js-debug-saugt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hallo Welt!</title>
		<link>http://www.boeckler.org/2010/03/hallo-welt/</link>
		<comments>http://www.boeckler.org/2010/03/hallo-welt/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.boeckler.org/wordpress/?p=1</guid>
		<description><![CDATA[Tja .. das ist der erste Artikel auf der neuen Seite &#8230; das Design ist noch standard aber egal. Hier werden mit der Zeit ein paar Artikel rund um alles was mich interessiert entstehen .. .. und alle so Yeah.!]]></description>
			<content:encoded><![CDATA[<p>Tja ..<br />
das ist der erste Artikel auf der neuen Seite &#8230; das Design ist noch standard aber egal.</p>
<p>Hier werden mit der Zeit ein paar Artikel rund um alles was mich interessiert entstehen ..</p>
<p>.. und alle so Yeah.! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.boeckler.org/2010/03/hallo-welt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
