<?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>Fusselwurm &#187; Fusselwurm</title>
	<atom:link href="http://www.fusselwurm.de/wp/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusselwurm.de/wp</link>
	<description>geek licence revoked</description>
	<lastBuildDate>Tue, 13 Apr 2010 10:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Der Dativ ist dem Genitiv sein Tod</title>
		<link>http://www.fusselwurm.de/wp/2010/04/13/der-dativ-ist-dem-genitiv-sein-tod/</link>
		<comments>http://www.fusselwurm.de/wp/2010/04/13/der-dativ-ist-dem-genitiv-sein-tod/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:09:49 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[random rants]]></category>
		<category><![CDATA[blabla]]></category>
		<category><![CDATA[dativ]]></category>
		<category><![CDATA[genitiv]]></category>
		<category><![CDATA[rothkäppchen]]></category>
		<category><![CDATA[sprache]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=355</guid>
		<description><![CDATA[Nicht einmal vor den Märchen hat der Verfall der deutschen Sprache Respekt: „ach wie war ich erschrocken, was wars so dunkel in dem Wolf seinem Leib;“ Aus: Jacob und Wilhelm Grimm: Kinder- und Haus-Märchen Band 1, 1. Auflage, 1812, Rotkäppchen]]></description>
			<content:encoded><![CDATA[<p>Nicht einmal vor den Märchen hat der Verfall der deutschen Sprache Respekt:</p>
<blockquote><p>„ach wie war ich erschrocken, was wars so dunkel in dem Wolf seinem Leib;“</p></blockquote>
<p>Aus: <a href="http://de.wikisource.org/wiki/Kinder-_und_Haus-M%C3%A4rchen_Band_1_%281812%29">Jacob und Wilhelm Grimm: Kinder- und Haus-Märchen Band 1, 1. Auflage, 1812</a>, <a href="http://de.wikisource.org/wiki/Rothk%C3%A4ppchen_%281812%29">Rotkäppchen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/04/13/der-dativ-ist-dem-genitiv-sein-tod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>switch to Arch Linux</title>
		<link>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:54:35 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=345</guid>
		<description><![CDATA[I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying. Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying.</p>
<p>Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to be extended):</p>
<ul>
<li>create a new user and make home dir</li>
<li>install KDE and Xorg (the latter <em>not</em> being pulled automatically when installing KDE!)
<pre class="brush: bash;">
pacman -yS kde xorg
</pre>
<p>then, set the default runlevel to &#8220;boot to X&#8221; and set the X window manager to kdm in /etc/inittab
</li>
<li>make the scroll area of my touchpad work:
<pre class="brush: bash;">
pacman -S xf86-input-synaptics
cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
</pre>
<p>and after that, editing /etc/hal/fdi/policy/11-x11-synaptics.fdi
</li>
<li>set the bash option to make &#8220;ls&#8221; display different things in different colors:
<pre class="brush: bash;">
echo &quot;alias ls='ls --color=auto' &quot; &gt;&gt; ~/.bashrc
</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>log4php INI file configuration vs PHP configuration</title>
		<link>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 00:39:09 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[blah]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=341</guid>
		<description><![CDATA[When configuring log4php 2.0, there are four configurators one can choose from: * INI file (.properties) * PHP array * PHP configuration class * XML file I looked at the INI file and PHP array options. For a simple configuration &#8211; four appenders (two echo appenders, two file appenders) that are used by two loggers [...]]]></description>
			<content:encoded><![CDATA[<p>When configuring log4php 2.0, there are four configurators one can choose from:</p>
<p> * INI file (.properties)<br />
 * PHP array<br />
 * PHP configuration class<br />
 * XML file</p>
<p>I looked at the INI file and PHP array options.</p>
<p>For a simple configuration &#8211; four appenders (two echo appenders, two file appenders) that are used by two loggers &#8211; initializing both loggers (Logger::getLogger(&#8216;&#8230;&#8217;)) took<br />
 * INI file &#8211; 17..25ms<br />
 * PHP array &#8211; 10..11ms</p>
<p> * in both cases, 7..9ms of that time were spent loading 19 classes. wow. </p>
<p><ins datetime="2010-03-24T21:18:56+00:00"><br />
Note: these times were recorded using Xdebug &#8211; which slows everything down a lot, I guess<br />
</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freifunk, yay!</title>
		<link>http://www.fusselwurm.de/wp/2010/03/16/freifunk-yay/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/16/freifunk-yay/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 20:54:25 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[piratemood]]></category>
		<category><![CDATA[piraten]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=336</guid>
		<description><![CDATA[Hab mir einen LinkSys WRT54GLv1.1 auf eBay geschossen, inkl Versand für 40€ Die neueste Freifunksoftware in der Piratenvariante gezogen Mir ein Konto bei meiner lokalen Freifunkcommunity zugelegt daselbst dann eine neue IP registriert Den LinkSys angeschmissen, mich über Kabel rangesteckt HTML-Seite auf der Gateway-IP (http://192.168.1.1/) aufgerufen, Benutzername leer, Kennwort &#8220;admin&#8221;, die Option zum Firmwareupdaten gefunden, [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Hab mir einen <a href="http://en.wikipedia.org/wiki/Linksys_WRT54G_series">LinkSys WRT54GLv1.1</a> auf eBay geschossen, inkl Versand für 40€</li>
<li>Die neueste <a href="http://start.freifunk.net/">Freifunk</a>software in der <a href="https://dev.dd19.de/~alx/piraten/latest/brcm-2.4/openwrt-wrt54g-squashfs.bin">Piratenvariante</a> gezogen</li>
<li>Mir ein Konto bei meiner <a href="http://berlin.freifunk.net/">lokalen Freifunkcommunity</a> <a href="https://ip.berlin.freifunk.net/create_account.html">zugelegt</a></li>
<li>daselbst dann eine neue IP registriert</li>
<li>Den LinkSys angeschmissen, mich über Kabel rangesteckt</li>
<li>HTML-Seite auf der Gateway-IP (http://192.168.1.1/) aufgerufen, Benutzername leer, Kennwort &#8220;admin&#8221;, die Option zum Firmwareupdaten gefunden, zuvor gesaugte Software reingeworfen</li>
<li>Nachdem das Ding neugestartet ist, die schicke piratige Benutzeroberfläche gesehen, Paßwort geändert, Freifunk-IP etc eingetragen und überhaupt <a href="http://wiki.piratenpartei.de/BE:Squads/Piratenfreifunk/Mitmachen">diverse Optionen gesetzt</a></li>
<li>Die Kiste mit dem Uplink an einen der LAN-Ports meiner Fritzbox gehängt</li>
<li>&#8230; äh. fertig. wow.</li>
</ol>
<p>Jeder in meiner Nähe kann über WLAN (Ad-Hoc-Modus) sich verbinden, kriegt &#8216;ne IP, und beim ersten HTTP-Zugriff (Webseitenaufruf) kriegt er &#8216;ne Infoseite zurück mit &#8216;nem kleinem &#8220;allet klar ich benehm mich&#8221;-Button zum klik-ken :)</p>
<p>Danach get dat mit dem Internet und pingen is auch drin ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/16/freifunk-yay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>da wird doch der hund in der pfanne verrückt, höhö</title>
		<link>http://www.fusselwurm.de/wp/2010/03/09/da-wird-doch-der-hund-in-der-pfanne-verruckt-hoho/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/09/da-wird-doch-der-hund-in-der-pfanne-verruckt-hoho/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:14:12 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Gesellschaft]]></category>
		<category><![CDATA[hirnbefreit]]></category>
		<category><![CDATA[mohammed]]></category>
		<category><![CDATA[zensur]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=329</guid>
		<description><![CDATA[Da hat mal wieder Leuten nicht gefallen, daß es despektierliche Skizzen von Mohammed gibt&#8230; roflgo&#8230; siehe auch das Mohammed-Bildarchiv auf zombietime.com]]></description>
			<content:encoded><![CDATA[<p>Da hat mal wieder Leuten <a href="http://news.bbc.co.uk/2/hi/europe/8558022.stm">nicht gefallen</a>, daß es despektierliche Skizzen von <a href="http://de.wikipedia.org/wiki/Mohammed">Mohammed</a> gibt&#8230; roflgo&#8230; siehe auch <a href="http://zombietime.com/mohammed_image_archive/recent/#roundabout">das Mohammed-Bildarchiv auf zombietime.com</a><br />
<div class="wp-caption alignnone" style="width: 375px"><img alt="sketch of the Mohammed as rondell dog" src="http://zombietime.com/mohammed_image_archive/recent/muh-rondell2litxx.JPG" title="Mohammed als Rondellhund" width="365" height="505" /><p class="wp-caption-text">one of Lars Vilks&#039; sketches</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/09/da-wird-doch-der-hund-in-der-pfanne-verruckt-hoho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>schottland.gronom.de entfernt</title>
		<link>http://www.fusselwurm.de/wp/2010/03/06/schottland-gronom-de-entfernt/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/06/schottland-gronom-de-entfernt/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 10:14:15 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Pages]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=325</guid>
		<description><![CDATA[Mangels Bedarf wurde aller Inhalt von http://schottland.gronom.de entfernt. Bei Fragen oder Bedarf an vormals dort liegenden Daten bitte bei den Autorinnen Sophie, Charlotte oder Agata anklopfen.]]></description>
			<content:encoded><![CDATA[<p>Mangels Bedarf wurde aller Inhalt von http://schottland.gronom.de entfernt. Bei Fragen oder Bedarf an vormals dort liegenden Daten bitte bei den Autorinnen Sophie, Charlotte oder Agata anklopfen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/06/schottland-gronom-de-entfernt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>triumph</title>
		<link>http://www.fusselwurm.de/wp/2010/02/02/triumph/</link>
		<comments>http://www.fusselwurm.de/wp/2010/02/02/triumph/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:53:00 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Versfetzen]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=320</guid>
		<description><![CDATA[this is the wild my heart has called for, this is what i call a real night this is my fort, this is my harbour mine is the darkness, and never bright]]></description>
			<content:encoded><![CDATA[<p>this is the wild my heart has called for,<br />
this is what i call a real night<br />
this is my fort, this is my harbour<br />
mine is the darkness, and never bright</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/02/02/triumph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>compiling Critterding</title>
		<link>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/</link>
		<comments>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:29:03 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[critterding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[src]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=316</guid>
		<description><![CDATA[wanted to install critterding, but there doesnt seem to be an ubuntu package. had to install some packages: sudo apt-get install autoconf libtool g++ libfreetype6-dev libsdl-dev downloaded sources, went to source directory: touch aclocal.m4 # necessary? autoreconf -fi ./configure make now execute: src/critterding yay!]]></description>
			<content:encoded><![CDATA[<p>wanted to install <a href="http://critterding.sourceforge.net/">critterding</a>, but there doesnt seem to be an ubuntu package.</p>
<p>had to install some packages:</p>
<p><code>sudo apt-get install autoconf libtool g++ libfreetype6-dev libsdl-dev</code></p>
<p>downloaded sources, went to source directory:</p>
<p><code><br />
touch aclocal.m4 # necessary?<br />
autoreconf -fi<br />
./configure<br />
make<br />
</code></p>
<p>now execute:</p>
<p><code>src/critterding</code></p>
<p>yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Participants of the European Taizé Meeting in Poznań by country</title>
		<link>http://www.fusselwurm.de/wp/2010/01/03/participants-of-the-european-taize-meeting-in-poznan-by-country/</link>
		<comments>http://www.fusselwurm.de/wp/2010/01/03/participants-of-the-european-taize-meeting-in-poznan-by-country/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:17:06 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[poznań]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[taizé]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=297</guid>
		<description><![CDATA[(maps created using GunnMap 2 ) data from http://www.jeunescathos.org/sites/all/files/chiffresPoznan.pdf: Pologne 18900 Ukraine 1500 France 1400 Allemagne 1200 Croatia 900 Italie 900 Belarus 500 Lituanie 500 Portugal 400 Roumanie 350 Slovénie 300 Espagne 300 Hongrie 300 Suisse 200 Belgique 200 Pays-Bas 200 Russie 200 Serbie 200 Slovaquie 155 Lettonie 130 Royaume-Uni 100 Tchèques 80 Albanie 71 [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_305" class="wp-caption alignnone" style="width: 310px"><a href="http://www.fusselwurm.de/wp/wp-content/uploads/2010/01/map_participants_per-million1.png"><img src="http://www.fusselwurm.de/wp/wp-content/uploads/2010/01/map_participants_per-million1-300x136.png" alt="" title="map_participants_per-million1" width="300" height="136" class="size-medium wp-image-305" /></a><p class="wp-caption-text">Participation per million inhabitants</p></div>
<div id="attachment_307" class="wp-caption alignnone" style="width: 310px"><a href="http://www.fusselwurm.de/wp/wp-content/uploads/2010/01/map_participants_absolute.png"><img src="http://www.fusselwurm.de/wp/wp-content/uploads/2010/01/map_participants_absolute-300x136.png" alt="" title="map_participants_absolute" width="300" height="136" class="size-medium wp-image-307" /></a><p class="wp-caption-text">Participation by country</p></div>
<p><em>(maps created using <a href="http://gunn.co.nz/map/">GunnMap 2</a> )</em></p>
<p>data from <a href=" http://www.jeunescathos.org/sites/all/files/chiffresPoznan.pdf">http://www.jeunescathos.org/sites/all/files/chiffresPoznan.pdf</a>: </p>
<table>
<tr>
<td>Pologne</td>
<td>18900</td>
</tr>
<tr>
<td>Ukraine</td>
<td>1500</td>
</tr>
<tr>
<td>France</td>
<td>1400</td>
</tr>
<tr>
<td>Allemagne</td>
<td>1200</td>
</tr>
<tr>
<td>Croatia</td>
<td>900</td>
</tr>
<tr>
<td>Italie</td>
<td>900</td>
</tr>
<tr>
<td>Belarus</td>
<td>500</td>
</tr>
<tr>
<td>Lituanie</td>
<td>500</td>
</tr>
<tr>
<td>Portugal</td>
<td>400</td>
</tr>
<tr>
<td>Roumanie</td>
<td>350</td>
</tr>
<tr>
<td>Slovénie</td>
<td>300</td>
</tr>
<tr>
<td>Espagne</td>
<td>300</td>
</tr>
<tr>
<td>Hongrie</td>
<td>300</td>
</tr>
<tr>
<td>Suisse</td>
<td>200</td>
</tr>
<tr>
<td>Belgique</td>
<td>200</td>
</tr>
<tr>
<td>Pays-Bas</td>
<td>200</td>
</tr>
<tr>
<td>Russie</td>
<td>200</td>
</tr>
<tr>
<td>Serbie</td>
<td>200</td>
</tr>
<tr>
<td>Slovaquie</td>
<td>155</td>
</tr>
<tr>
<td>Lettonie</td>
<td>130</td>
</tr>
<tr>
<td>Royaume-Uni</td>
<td>100</td>
</tr>
<tr>
<td>Tchèques</td>
<td>80</td>
</tr>
<tr>
<td>Albanie</td>
<td>71</td>
</tr>
<tr>
<td>Austriche</td>
<td>65</td>
</tr>
<tr>
<td>Bosnia Herzegovina</td>
<td>59</td>
</tr>
<tr>
<td>Irlande</td>
<td>50</td>
</tr>
<tr>
<td>Suède</td>
<td>35</td>
</tr>
<tr>
<td>Finlande</td>
<td>30</td>
</tr>
<tr>
<td>Moldavie</td>
<td>25</td>
</tr>
<tr>
<td>Luxembourg</td>
<td>20</td>
</tr>
<tr>
<td>Danemark</td>
<td>15</td>
</tr>
<tr>
<td>Malte</td>
<td>15</td>
</tr>
<tr>
<td>Montenegro</td>
<td>15</td>
</tr>
<tr>
<td>Norvège</td>
<td>15</td>
</tr>
<tr>
<td>U.S.A</td>
<td>8</td>
</tr>
<tr>
<td>Mexique</td>
<td>8</td>
</tr>
<tr>
<td>Philippines</td>
<td>8</td>
</tr>
<tr>
<td>Chili</td>
<td>7</td>
</tr>
<tr>
<td>Uzbekistan</td>
<td>6</td>
</tr>
<tr>
<td>Argentine</td>
<td>5</td>
</tr>
<tr>
<td>Corée</td>
<td>5</td>
</tr>
<tr>
<td>Estonie</td>
<td>5</td>
</tr>
<tr>
<td>Inde</td>
<td>5</td>
</tr>
<tr>
<td>Géorgie</td>
<td>4</td>
</tr>
<tr>
<td>Japon</td>
<td>4</td>
</tr>
<tr>
<td>Armenie</td>
<td>3</td>
</tr>
<tr>
<td>Hong Kong</td>
<td>2</td>
</tr>
<tr>
<td>Turquie</td>
<td>1</td>
</tr>
<tr>
<td>Israël</td>
<td>1</td>
</tr>
<tr>
<td>Singapour</td>
<td>1</td>
</tr>
<tr>
<td><strong>total</strong></td>
<td><strong>29403</strong></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/01/03/participants-of-the-european-taize-meeting-in-poznan-by-country/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECMAScript5 &#8230; möp.</title>
		<link>http://www.fusselwurm.de/wp/2009/12/24/ecmascript5-mop/</link>
		<comments>http://www.fusselwurm.de/wp/2009/12/24/ecmascript5-mop/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 21:28:21 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecmascript]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=290</guid>
		<description><![CDATA[Dadumdidum&#8230; ECMAScript5 (&#8220;JavaScript&#8221;) gefällt mir. Und weil&#8217;s so schön ist, implementier ich schon mal die neuen Arraymethoden&#8230; bspw.: if (typeof Array.prototype.indexOf === 'undefined') { /** * 15.4.4.14 * NOTE the second parameter fromIndex is not explicitly stated so that the * method's length property becomes 1 * * @param searchElement array element to be searched [...]]]></description>
			<content:encoded><![CDATA[<p>Dadumdidum&#8230; <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript5</a> (&#8220;JavaScript&#8221;) gefällt mir. Und weil&#8217;s so schön ist, implementier ich schon mal die neuen Arraymethoden&#8230; bspw.:</p>
<pre class="brush: jscript;">
if (typeof Array.prototype.indexOf === 'undefined') {

	/**
	* 15.4.4.14
	* NOTE the second parameter fromIndex is not explicitly stated so that the
	*      method's length property becomes 1
	*
	* @param searchElement array element to be searched for
	* @param fromIndex (optional, integer)
	*/
	Array.prototype.indexOf = function (f) {
		var l = this.length,
			i = arguments[1] || 0;

		i += (i &lt; 0) ? l : 0;

		for (i = Math.max(i, 0); i &lt; l; i += 1) {
			if (this[i] === f) {
				return i;
			}
		}
		return -1;
	};
}
</pre>
<p>&#8230;außerdem gefällt mir dieses Syntax-Highlighting hier :D<br />
to be extended&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2009/12/24/ecmascript5-mop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
