<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jans Links</title>
	<atom:link href="http://yaneq.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yaneq.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 12:16:22 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yaneq.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jans Links</title>
		<link>http://yaneq.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yaneq.wordpress.com/osd.xml" title="Jans Links" />
	<atom:link rel='hub' href='http://yaneq.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Browser JS Console Tips</title>
		<link>http://yaneq.wordpress.com/2011/11/16/browser-js-console-tips/</link>
		<comments>http://yaneq.wordpress.com/2011/11/16/browser-js-console-tips/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 12:16:22 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=614</guid>
		<description><![CDATA[Must see video for web-developers: Become a Javascript Console Power-User Resume: // Timing stuff console.time('bla'); // do something console.timeEnd('bla'); // -&#62; bla: 345 ms dir(someelement); // prints expandable tree of object properties inspect(element); // opens element in inspector console.dir($0); // $0 is reference to currently selected element $$('#someselector') // jquery selector if jquery not available [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=614&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Must see video for web-developers:<br />
<a href="http://www.youtube.com/watch&amp;v=4mf_yNLlgic" title="Become a Javascript Console Power-User">Become a Javascript Console Power-User</a></p>
<span style="text-align:center; display: block;"><a href="http://yaneq.wordpress.com/2011/11/16/browser-js-console-tips/"><img src="http://img.youtube.com/vi/4mf_yNLlgic/2.jpg" alt="" /></a></span>
<p><strong>Resume:</strong></p>
<p><code><br />
 // Timing stuff<br />
 console.time('bla');<br />
 // do something<br />
 console.timeEnd('bla');<br />
 // -&gt; bla: 345 ms</p>
<p> dir(someelement);<br />
 // prints expandable tree of object properties</p>
<p> inspect(element);<br />
 // opens element in inspector</p>
<p> console.dir($0);<br />
 // $0 is reference to currently selected element</p>
<p> $$('#someselector')<br />
 // jquery selector if jquery not available aka 'bling bling' function</p>
<p> // monitorEvents<br />
 monitorEvents($$(someelement)) //prints events to console<br />
 monitorEvents($$(someelement),'key|mouse') //filters only key or mouse events</p>
<p> copy(something)<br />
 // copies something to clipboard<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=614&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/11/16/browser-js-console-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Fucked up bible quotes collection:</title>
		<link>http://yaneq.wordpress.com/2011/10/16/fucked-up-bible-quotes-collection/</link>
		<comments>http://yaneq.wordpress.com/2011/10/16/fucked-up-bible-quotes-collection/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 22:09:25 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=611</guid>
		<description><![CDATA[Kill your non obedient son: http://www.biblegateway.com/passage/?search=Deuteronomy+21%3A18-21&#038;version=KJV<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=611&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Kill your non obedient son:</p>
<p>http://www.biblegateway.com/passage/?search=Deuteronomy+21%3A18-21&#038;version=KJV</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/611/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/611/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/611/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=611&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/10/16/fucked-up-bible-quotes-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>FSM erhaelt amtliche Anerkennung in Deutschland</title>
		<link>http://yaneq.wordpress.com/2011/08/29/fsm-erhaelt-amtliche-anerkennung-in-deutschland/</link>
		<comments>http://yaneq.wordpress.com/2011/08/29/fsm-erhaelt-amtliche-anerkennung-in-deutschland/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 22:21:29 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=609</guid>
		<description><![CDATA[Führerschein für Spaghetti-Anbeter Geduld und Zähigkeit zahlen sich aus. Erst für den Österreicher Niko Alm, dem nach dreijährigem Kampf erlaubt wurde, auf seinem Führerscheinfoto ein Nudelsieb zu tragen. Grund: Das Küchengerät sei eine religiöse Kopfbedeckung und Alm als Anhänger des &#8222;Fliegenden Spaghetti-Monsters&#8220; zu dessen Tragen auch auf offiziellen Fotos berechtigt. Nun hat es ihm ein [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=609&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Führerschein für Spaghetti-Anbeter</p>
<p>Geduld und Zähigkeit zahlen sich aus. Erst für den Österreicher Niko Alm, dem nach dreijährigem Kampf erlaubt wurde, auf seinem Führerscheinfoto ein Nudelsieb zu tragen. Grund: Das Küchengerät sei eine religiöse Kopfbedeckung und Alm als Anhänger des &#8222;Fliegenden Spaghetti-Monsters&#8220; zu dessen Tragen auch auf offiziellen Fotos berechtigt. Nun hat es ihm ein Deutscher nachgetan. In der beschaulichen Uckermark akzeptierte die zuständige Fahrerlaubnisbehörde ein ähnliches Ansinnen von &#8222;Bruder Spaghettus&#8220;. Der fromme Nudelanbeter berichtet: &#8222;Hier wurde mein Antrag nicht nur entgegen genommen, hier wurde nach Vorlage der Bestätigung, dass es sich bei der Kirche des Fliegenden Spaghettimonsters Deutschland e.V. um eine gemeinnützige Körperschaft handelt, und nach einer Kopie der selbigen, völlig unkompliziert der normale Ablauf in Gang gesetzt, und nach nicht einmal vier Wochen war der Führerschein fertig.&#8220;</p></blockquote>
<p>Quelle: <a href="http://www.spiegel.de/netzwelt/web/0,1518,783058,00.html#ref=nldt">spiegel</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=609&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/08/29/fsm-erhaelt-amtliche-anerkennung-in-deutschland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Google non-localized</title>
		<link>http://yaneq.wordpress.com/2011/08/12/google-non-localized/</link>
		<comments>http://yaneq.wordpress.com/2011/08/12/google-non-localized/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 23:05:40 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=607</guid>
		<description><![CDATA[Note to self (since I keep forgeting this link): http://www.google.com/ncr<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=607&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Note to self (since I keep forgeting this link): <a href="http://www.google.com/ncr">http://www.google.com/ncr</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/607/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/607/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/607/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=607&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/08/12/google-non-localized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Nicholson fail</title>
		<link>http://yaneq.wordpress.com/2011/08/10/nicholson-fail/</link>
		<comments>http://yaneq.wordpress.com/2011/08/10/nicholson-fail/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 21:17:30 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=604</guid>
		<description><![CDATA[Nicholson was brought up believing that his grandparents, John Joseph Nicholson (a department store window dresser in Manasquan, New Jersey) and Ethel May Rhoads (a hairdresser, beautician and amateur artist in Manasquan), were his parents. Nicholson only discovered that his &#8222;parents&#8220; were actually his grandparents and his sister was in fact his mother in 1974, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=604&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Nicholson was brought up believing that his grandparents, John Joseph Nicholson (a department store window dresser in Manasquan, New Jersey) and Ethel May Rhoads (a hairdresser, beautician and amateur artist in Manasquan), were his parents. Nicholson only discovered that his &#8222;parents&#8220; were actually his grandparents and his sister was in fact his mother in 1974, after a journalist for TIME magazine who was doing a feature on Nicholson informed him of the fact.[8] By this time, both his mother and grandmother had died (in 1963 and 1970, respectively).</p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Jack_Nicholson#Early_life">http://en.wikipedia.org/wiki/Jack_Nicholson#Early_life</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/604/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=604&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/08/10/nicholson-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Auditory Illusions : Holophonic Sound</title>
		<link>http://yaneq.wordpress.com/2011/03/03/auditory-illusions-holophonic-sound/</link>
		<comments>http://yaneq.wordpress.com/2011/03/03/auditory-illusions-holophonic-sound/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 04:37:23 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[BestOf]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=602</guid>
		<description><![CDATA[http://weblog.404creative.com/2007/06/03/auditory-illusions-holophonic-recordings/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=602&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblog.404creative.com/2007/06/03/auditory-illusions-holophonic-recordings/">http://weblog.404creative.com/2007/06/03/auditory-illusions-holophonic-recordings/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/602/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=602&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/03/03/auditory-illusions-holophonic-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Alt-Tab order of Windows 7</title>
		<link>http://yaneq.wordpress.com/2011/02/23/alt-tab-order-of-windows-7/</link>
		<comments>http://yaneq.wordpress.com/2011/02/23/alt-tab-order-of-windows-7/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 03:18:01 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=597</guid>
		<description><![CDATA[I can&#8217;t get used to the win 7 alt-tab order, gladly there&#8217;s a way to turn it back to the old style (alt tab goes to the last active program). This has been bugging me for weeks. The absolute random order in which Windows 7 puts your windows when you&#8217;re doing heavy alt-tab work between [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=597&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t get used to the win 7 alt-tab order, gladly there&#8217;s a way to turn it back to the old style (alt tab goes to the last active program).</p>
<blockquote><p>This has been bugging me for weeks. The absolute random order in which Windows 7 puts your windows when you&#8217;re doing heavy alt-tab work between applications. It seems like most of the time it&#8217;s exactly opposite of what you want; &#8222;This was not my idea!&#8220;, it places the last application you worked on at the end of the list, with 20 windows open, this is a problem.</p>
</blockquote>
<p>Solution here:<br />
<a href="http://www.yancylent.com/2010/03/11/windows-7-alt-tab-order/">http://www.yancylent.com/2010/03/11/windows-7-alt-tab-order/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/597/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/597/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/597/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=597&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2011/02/23/alt-tab-order-of-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Darwanian M&amp;Ms</title>
		<link>http://yaneq.wordpress.com/2009/08/01/darwanian-mms/</link>
		<comments>http://yaneq.wordpress.com/2009/08/01/darwanian-mms/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 13:56:49 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Sonstiges]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/2009/08/01/darwanian-mms/</guid>
		<description><![CDATA[Whenever I get a package of plain M&#38;Ms, I make it my duty to continue the strength and robustness of the candy as a species. To this end, I hold M&#38;M duels. Taking two candies between my thumb and forefinger, I apply pressure, squeezing them together until one of them cracks and splinters. That is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=588&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Whenever I get a package of plain M&amp;Ms, I make it my duty to continue the strength and robustness of the candy as a species. To this end, I hold M&amp;M duels. </p>
<p>Taking two candies between my thumb and forefinger, I apply pressure, squeezing them together until one of them cracks and splinters. That is the &#8222;loser,&#8220; and I eat the inferior one immediately. The winner gets to go another round. </p>
<p>I have found that, in general, the brown and red M&amp;Ms are tougher, and the newer blue ones are genetically inferior. I have hypothesized that the blue M&amp;Ms as a race cannot survive long in the intense theatre of competition that is the modern candy and snack-food world. </p>
<p>Occasionally I will get a mutation, a candy that is misshapen, or pointier, or flatter than the rest. Almost invariably this proves to be a weakness, but on very rare occasions it gives the candy extra strength. In this way, the species continues to adapt to its environment. </p>
<p>When I reach the end of the pack, I am left with one M&amp;M, the strongest of the herd. Since it would make no sense to eat this one as well, I pack it neatly in an envelope and send it to </p>
<p>M&amp;M Mars, A Division of Mars,<br />
Inc., Hackettstown,<br />
NJ 17840-1503 U.S.A., </p>
<p>along with a 3&#215;5 card reading, &#8222;Please use this M&amp;M for breeding purposes.&#8220; </p>
<p>This week they wrote back to thank me, and sent me a coupon for a free 1/2 pound bag of plain M&amp;Ms. I consider this &#8222;grant money.&#8220; I have set aside the weekend for a grand tournament. From a field of hundreds, we<br />
will discover the True Champion. </p>
<p>There can be only one.</p></blockquote>
<p><a href="http://www.craigslist.org/about/best/tpa/409930561.html">via</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/588/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=588&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2009/08/01/darwanian-mms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>Yooouuutuuube.com</title>
		<link>http://yaneq.wordpress.com/2009/05/10/yooouuutuuube-com/</link>
		<comments>http://yaneq.wordpress.com/2009/05/10/yooouuutuuube-com/#comments</comments>
		<pubDate>Sun, 10 May 2009 01:55:27 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/?p=586</guid>
		<description><![CDATA[youtube videos als &#8216;kontaktabzug&#8217; z.B. das oder das link<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=586&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>youtube videos als &#8216;kontaktabzug&#8217;</p>
<p>z.B. <a href="http://www.yooouuutuuube.com/v/?rows=18&amp;cols=18&amp;id=pAwR6w2TgxY&amp;startZoom=1">das </a> oder <a href="http://www.yooouuutuuube.com/v/?rows=36&amp;cols=36&amp;id=Yu_moia-oVI&amp;startZoom=1">das</a></p>
<p><a href="http://www.yooouuutuuube.com">link</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/586/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=586&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2009/05/10/yooouuutuuube-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
		<item>
		<title>101 Tips For Living</title>
		<link>http://yaneq.wordpress.com/2009/05/09/101-tips-for-living/</link>
		<comments>http://yaneq.wordpress.com/2009/05/09/101-tips-for-living/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:25:03 +0000</pubDate>
		<dc:creator>yaneq</dc:creator>
				<category><![CDATA[Sonstiges]]></category>

		<guid isPermaLink="false">http://yaneq.wordpress.com/2009/05/09/101-tips-for-living/</guid>
		<description><![CDATA[* Yes, you do have to floss. * Avoid staying out past midnight three nights in a row. * Learn how to speak before groups. * When people don’t invite you to parties, you really shouldn’t go. * Drink plenty of coffee. * People are tired of you being the funny, drunk guy. * When [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=585&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>* Yes, you do have to floss.<br />
* Avoid staying out past midnight three nights in a row.<br />
* Learn how to speak before groups.<br />
* When people don’t invite you to parties, you really shouldn’t go.<br />
* Drink plenty of coffee.<br />
* People are tired of you being the funny, drunk guy.<br />
* When in doubt, always kiss the girl.<br />
* Do thirty-push ups before you shower each morning.<br />
* Learn how to fly-fish.<br />
* Pretty women who are unaccompanied want you to talk to them. Ask someone for an introduction.<br />
* You cannot always make amends with people.<br />
* Buy furniture that you think is too small for your apartment. It isn’t.<br />
* Hang your clothes up when you take them off.<br />
* Except sweaters. Those get folded.<br />
* You may remove your jacket and roll up your sleeves. The tie may not be loosened.<br />
* It’s not that you’re unphotogenic. That’s just how you look.<br />
* Do not use an electric razor.<br />
* Deserts are for women. Order one and pretend you don’t mind that she’s eating yours.<br />
* Buy a tuxedo before you are thirty. Stay that size.<br />
* Subscribe to a small-circulation magazine.<br />
* After one day of hanging, your tie should be rolled and placed in a drawer.<br />
* Throw parties.<br />
* When you admire the work of artists or writers, tell them.<br />
* And spend money to acquire their work.<br />
* Yes, you do have to buy her dinner.<br />
* Staying angry is a waste of energy.<br />
* Revenge can be a good way of getting over anger.<br />
* Do not make a second date while you are still on your first.<br />
* If you are wittier than you are handsome, avoid very loud clubs.<br />
* No-one cares if you are offended, so stop it.<br />
* Never date an ex of your friend.</p></blockquote>
<p>&#8230;</p>
<p>rest of the list at <a href="http://johncarney.tumblr.com/post/35336919/101-tips-for-living">source (john carney)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yaneq.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yaneq.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yaneq.wordpress.com/585/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yaneq.wordpress.com&amp;blog=2485619&amp;post=585&amp;subd=yaneq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yaneq.wordpress.com/2009/05/09/101-tips-for-living/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/14a7ab91f655eeabc7db96247abe6e0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yaneq</media:title>
		</media:content>
	</item>
	</channel>
</rss>
