<?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>Snackycracky Techblog&#187; Snackycracky Blog</title>
	<atom:link href="http://blog.srvme.de/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.srvme.de</link>
	<description></description>
	<lastBuildDate>Mon, 14 Jun 2010 21:33:18 +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>my &#8220;get me the iphone 4&#8243; script</title>
		<link>http://blog.srvme.de/2010/06/14/my-get-me-the-iphone-4-script/</link>
		<comments>http://blog.srvme.de/2010/06/14/my-get-me-the-iphone-4-script/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 21:27:31 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[t-mobile]]></category>

		<guid isPermaLink="false">http://blog.srvme.de/?p=719</guid>
		<description><![CDATA[this script checks if the t-mobile site changed somehow /** * Created by IntelliJ IDEA. * User: nils * Date: Jun 14, 2010 * Time: 11:05:24 PM */ &#160; &#40;1..100000&#41;.each &#123; &#160; def addy = &#34;http://www.t-mobile.de/iphone/iphone4/0,21359,24665-_,00.html&#34;; &#160; def file = new FileOutputStream&#40;addy.tokenize&#40;&#34;/&#34;&#41;&#91;-1&#93;&#41; def out = new BufferedOutputStream&#40;file&#41; out &#60;&#60; new URL&#40;addy&#41;.openStream&#40;&#41; out.close&#40;&#41; &#160; def e [...]]]></description>
			<content:encoded><![CDATA[<p>this script checks if the t-mobile site changed somehow <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="groovy" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/**
 * Created by IntelliJ IDEA.
 * User: nils
 * Date: Jun 14, 2010
 * Time: 11:05:24 PM
 */</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span>1..100000<span style="color: #66cc66;">&#41;</span>.<span style="color: #663399;">each</span> <span style="color: #66cc66;">&#123;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">def</span> addy <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">&quot;http://www.t-mobile.de/iphone/iphone4/0,21359,24665-_,00.html&quot;</span><span style="color: #66cc66;">;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">def</span> file <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #aaaadd; font-weight: bold;">FileOutputStream</span><span style="color: #66cc66;">&#40;</span>addy.<span style="color: #CC0099;">tokenize</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;/&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">-</span><span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>
  <span style="color: #000000; font-weight: bold;">def</span> out <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #aaaadd; font-weight: bold;">BufferedOutputStream</span><span style="color: #66cc66;">&#40;</span>file<span style="color: #66cc66;">&#41;</span>
  out <span style="color: #66cc66;">&lt;&lt;</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #aaaadd; font-weight: bold;">URL</span><span style="color: #66cc66;">&#40;</span>addy<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">openStream</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
  out.<span style="color: #993399; font-weight: bold;">close</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">def</span> e <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #aaaadd; font-weight: bold;">File</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;oldT-MobileSite.html&quot;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">equals</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #aaaadd; font-weight: bold;">File</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;0,21359,24665-_,00.html&quot;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span>
  <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>e<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
    <span style="color: #993399;">println</span> <span style="color: #ff0000;">&quot;go ahead you can order now :)&quot;</span>
  <span style="color: #66cc66;">&#125;</span><span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span>
    <span style="color: #993399;">print</span> <span style="color: #ff0000;">&quot;.&quot;</span>
  <span style="color: #66cc66;">&#125;</span>
&nbsp;
  <span style="color: #aaaadd; font-weight: bold;">Thread</span>.<span style="color: #006600;">sleep</span> <span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">20000</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span>
&nbsp;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d719').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d719" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;submitHeadline=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;title=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;title=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;title=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;bm_description=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;T=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;title=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;title=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script+@+http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2010%2F06%2F14%2Fmy-get-me-the-iphone-4-script%2F&amp;t=my+%26%238220%3Bget+me+the+iphone+4%26%238243%3B+script" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d719').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d719').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2010/06/14/my-get-me-the-iphone-4-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>recursive search on a nested (multidimensional) collection for groovy</title>
		<link>http://blog.srvme.de/2009/11/28/recursive-search-on-a-nested-multidimensional-collection-for-groovy/</link>
		<comments>http://blog.srvme.de/2009/11/28/recursive-search-on-a-nested-multidimensional-collection-for-groovy/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 01:35:21 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hashmap]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[multidimensional]]></category>
		<category><![CDATA[multidimensional map]]></category>
		<category><![CDATA[nested list]]></category>
		<category><![CDATA[nested map]]></category>
		<category><![CDATA[nested set]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://blog.srvme.de/?p=573</guid>
		<description><![CDATA[you can search for any object in a nested list containing hash&#8217;s and lists recursively, check out the tests for examples: here are the tests: class SearchNestedHashTests extends GrailsUnitTestCase &#123; protected void setUp&#40;&#41; &#123; super.setUp&#40;&#41; &#125; protected void tearDown&#40;&#41; &#123; super.tearDown&#40;&#41; &#125; void testHashMap&#40;&#41;&#123; &#160; def map = &#91; 'x' , 'y', 's' &#93; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>you can search for any object in a nested list containing hash&#8217;s and lists recursively, check out the tests for examples:<br />
<strong> </strong></p>
<p><strong>here are the tests:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="groovy" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">class</span> SearchNestedHashTests <span style="color: #000000; font-weight: bold;">extends</span> GrailsUnitTestCase <span style="color: #66cc66;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">protected</span> <span style="color: #993333;">void</span> setUp<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">super</span>.<span style="color: #006600;">setUp</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#125;</span>
    <span style="color: #000000; font-weight: bold;">protected</span> <span style="color: #993333;">void</span> tearDown<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">super</span>.<span style="color: #006600;">tearDown</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#125;</span>
    <span style="color: #993333;">void</span> testHashMap<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">def</span> map <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                            <span style="color: #ff0000;">'x'</span> , <span style="color: #ff0000;">'y'</span>, <span style="color: #ff0000;">'s'</span>
                         <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">def</span> a <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'a'</span>
            <span style="color: #000000; font-weight: bold;">def</span> b <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">false</span>
            <span style="color: #000000; font-weight: bold;">def</span> c <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">1</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span>a,b<span style="color: #66cc66;">&#93;</span> : c<span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                   <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,a<span style="color: #66cc66;">&#41;</span>
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,b<span style="color: #66cc66;">&#41;</span>
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,c<span style="color: #66cc66;">&#41;</span>
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                           <span style="color: #ff0000;">'y'</span> : <span style="color: #ff0000;">'null'</span>
                       <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertFalse SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                           <span style="color: #ff0000;">'x'</span>:<span style="color: #ff0000;">'null'</span>
                       <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'n'</span> : <span style="color: #ff0000;">'y'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'x'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertFalse SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'t'</span><span style="color: #66cc66;">&#41;</span>
            assertFalse SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#41;</span>
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'n'</span> : <span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'x'</span> : <span style="color: #ff0000;">'n'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'x'</span>:<span style="color: #ff0000;">'z'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'n'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'n'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #000000; font-weight: bold;">null</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">def</span> x <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'a'</span>:<span style="color: #ff0000;">'b'</span><span style="color: #66cc66;">&#93;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'y'</span>: x <span style="color: #66cc66;">&#93;</span> : <span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,x<span style="color: #66cc66;">&#41;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'y'</span>: <span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'a'</span>:<span style="color: #ff0000;">'b'</span><span style="color: #66cc66;">&#93;</span> <span style="color: #66cc66;">&#93;</span> : <span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,x<span style="color: #66cc66;">&#41;</span>
&nbsp;
            map<span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'s'</span>:<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #000000; font-weight: bold;">null</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertTrue SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>map,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
            <span style="color: #000000; font-weight: bold;">def</span> crazyMap <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">&#91;</span>
                        <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'xxsxx'</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'c'</span>:<span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#91;</span>          <span style="color: #ff0000;">'X'</span>            :<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span> : <span style="color: #ff0000;">'y'</span>
                    <span style="color: #66cc66;">&#93;</span>
&nbsp;
            assertFalse SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>crazyMap,<span style="color: #ff0000;">'q'</span><span style="color: #66cc66;">&#41;</span>
            assertFalse SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>crazyMap,<span style="color: #ff0000;">'x'</span><span style="color: #66cc66;">&#41;</span><span style="color: #808080; font-style: italic;">//only the capital X is inside</span>
            assertTrue  SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>crazyMap,<span style="color: #ff0000;">'X'</span><span style="color: #66cc66;">&#41;</span><span style="color: #808080; font-style: italic;">//only the capital X is inside</span>
            assertTrue  SearchNestedHash.<span style="color: #006600;">search</span><span style="color: #66cc66;">&#40;</span>crazyMap,<span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'xxsxx'</span>:<span style="color: #ff0000;">'v'</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
     <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<p><strong>here is the Class:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="groovy" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">class</span> SearchNestedHash <span style="color: #66cc66;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000000; font-weight: bold;">def</span> found <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000000; font-weight: bold;">synchronized</span> search<span style="color: #66cc66;">&#40;</span>collection,targetObj<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
        found <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">;</span>
        <span style="color: #000000; font-weight: bold;">return</span> searchRec<span style="color: #66cc66;">&#40;</span>collection,targetObj<span style="color: #66cc66;">&#41;</span>
    <span style="color: #66cc66;">&#125;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000000; font-weight: bold;">synchronized</span> searchRec<span style="color: #66cc66;">&#40;</span>collection, targetObj<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
&nbsp;
        <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>collection <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">List</span> <span style="color: #66cc66;">&amp;&amp;</span> collection.<span style="color: #CC0099;">contains</span><span style="color: #66cc66;">&#40;</span>targetObj<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
            <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000000; font-weight: bold;">true</span>
&nbsp;
        collection.<span style="color: #663399;">each</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>
&nbsp;
                <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>
                    <span style="color: #66cc66;">&#40;</span>
                        collection <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">Map</span>
                        <span style="color: #66cc66;">&amp;&amp;</span>
                        <span style="color: #66cc66;">&#40;</span>
                            it.<span style="color: #006600;">key</span> <span style="color: #66cc66;">==</span> targetObj <span style="color: #66cc66;">||</span>
                            it.<span style="color: #006600;">value</span> <span style="color: #66cc66;">==</span> targetObj <span style="color: #66cc66;">||</span>
                            it.<span style="color: #006600;">key</span>    <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">List</span> <span style="color: #66cc66;">&amp;&amp;</span> it.<span style="color: #006600;">key</span>    .<span style="color: #CC0099;">contains</span><span style="color: #66cc66;">&#40;</span>targetObj<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">||</span>
                            it.<span style="color: #006600;">value</span> <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">List</span> <span style="color: #66cc66;">&amp;&amp;</span> it.<span style="color: #006600;">value</span> .<span style="color: #CC0099;">contains</span><span style="color: #66cc66;">&#40;</span>targetObj<span style="color: #66cc66;">&#41;</span>
                        <span style="color: #66cc66;">&#41;</span>
                    <span style="color: #66cc66;">&#41;</span>
                        <span style="color: #66cc66;">||</span>
                    <span style="color: #66cc66;">&#40;</span>
                        it <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">List</span> <span style="color: #66cc66;">&amp;&amp;</span> it <span style="color: #66cc66;">==</span> targetObj
                    <span style="color: #66cc66;">&#41;</span>
&nbsp;
                <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>found <span style="color: #66cc66;">=</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">;</span>return<span style="color: #66cc66;">&#125;</span>
            <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
        <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">!</span>found<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
&nbsp;
            collection.<span style="color: #663399;">each</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#123;</span>
&nbsp;
                    <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>it.<span style="color: #006600;">key</span> <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">Map</span><span style="color: #66cc66;">&#41;</span>
                    searchRec<span style="color: #66cc66;">&#40;</span>it.<span style="color: #006600;">key</span>,targetObj<span style="color: #66cc66;">&#41;</span>
&nbsp;
                    <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>it.<span style="color: #006600;">value</span> <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">Map</span><span style="color: #66cc66;">&#41;</span>
                    searchRec<span style="color: #66cc66;">&#40;</span>it.<span style="color: #006600;">value</span>,targetObj<span style="color: #66cc66;">&#41;</span>
&nbsp;
                    <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>it <span style="color: #000000; font-weight: bold;">instanceof</span> <span style="color: #aaaadd; font-weight: bold;">List</span><span style="color: #66cc66;">&#41;</span>
                    searchRec<span style="color: #66cc66;">&#40;</span>it,targetObj<span style="color: #66cc66;">&#41;</span>
&nbsp;
                <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
        <span style="color: #66cc66;">&#125;</span>
        <span style="color: #000000; font-weight: bold;">return</span> found
    <span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #66cc66;">&#125;</span></pre></div></div>

<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d573').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d573" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;submitHeadline=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;title=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;title=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;title=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;bm_description=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;T=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;title=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;title=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F28%2Frecursive-search-on-a-nested-multidimensional-collection-for-groovy%2F&amp;t=recursive+search+on+a+nested+%28multidimensional%29+collection+for+groovy" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d573').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d573').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/11/28/recursive-search-on-a-nested-multidimensional-collection-for-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nice chat with india :)</title>
		<link>http://blog.srvme.de/2009/11/19/nice-chat-with-india/</link>
		<comments>http://blog.srvme.de/2009/11/19/nice-chat-with-india/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:09:43 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.srvme.de/?p=570</guid>
		<description><![CDATA[[11/19/09 5:56:55 AM] nils: hello this is nils [11/19/09 5:57:47 AM] Sherly: hi nils [11/19/09 5:57:56 AM] Sherly: this is sherly [11/19/09 5:58:02 AM] Sherly: how are you doing? [11/19/09 5:58:23 AM] nils: hey sherly, this is nils how are you doing? [11/19/09 5:58:41 AM] nils: can i help you? [11/19/09 5:59:39 AM] Sherly: doing [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:56:55 AM] nils: hello this is nils</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:57:47 AM] Sherly: hi nils</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:57:56 AM] Sherly: this is sherly</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:58:02 AM] Sherly: how are you doing?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:58:23 AM] nils: hey sherly, this is nils how are you doing?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:58:41 AM] nils: can i help you?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 5:59:39 AM] Sherly: doing good</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:00:07 AM] Sherly: i am business manager in a leading software company</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:00:18 AM] nils: ok</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:00:25 AM] nils: and i am a programmer</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:01:11 AM] Sherly: thats great</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:01:49 AM] nils: can i programm something for you <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ?? in grails and groovy?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:01:50 AM] nils: hehe</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:02:28 AM] Sherly: We are a software company Head quarter in New Jersey, USA with development center located in India. We provide offshore developer(s) working on your instruction in very reasonable prize.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">We are a software company located in India. We develop quality software and website in very reasonable prize.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:02:54 AM] nils: ah ok i understand</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:03:22 AM] nils: how did you find me</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:03:30 AM] Sherly:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">We do software development in’ web Design,Photoshop, Corel draw, Flash, Flex, Action script, Silver light,.NET’, PHP’, Java’, Delphi’, FoxPro’, Database Administration’, Website development’, Search engine optimization’, Testing services and more.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:04:25 AM] Sherly: i am looking forward software projects</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:04:47 AM] nils: hehe me too</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:05:26 AM] Sherly: which company u work for?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:05:46 AM] nils: can you answer me this simple captcha? what is 30 + one in numbers?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:06:24 AM] Sherly: one moment</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:06:32 AM] nils: lol</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:07:12 AM] nils: |-)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:07:28 AM] nils: captcha time is up</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:07:41 AM] nils: you are not authorized to chat anymore</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[11/19/09 6:07:50 AM] nils: have a great rest of your day</div>
<p>[11/19/09 5:56:55 AM] nils: hello this is nils</p>
<p>[11/19/09 5:57:47 AM] Sherly: hi nils</p>
<p>[11/19/09 5:57:56 AM] Sherly: this is sherly</p>
<p>[11/19/09 5:58:02 AM] Sherly: how are you doing?</p>
<p>[11/19/09 5:58:23 AM] nils: hey sherly, this is nils how are you doing?</p>
<p>[11/19/09 5:58:41 AM] nils: can i help you?</p>
<p>[11/19/09 5:59:39 AM] Sherly: doing good</p>
<p>[11/19/09 6:00:07 AM] Sherly: i am business manager in a leading software company</p>
<p>[11/19/09 6:00:18 AM] nils: ok</p>
<p>[11/19/09 6:00:25 AM] nils: and i am a programmer</p>
<p>[11/19/09 6:01:11 AM] Sherly: thats great</p>
<p>[11/19/09 6:01:49 AM] nils: can i programm something for you <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ?? in grails and groovy?</p>
<p>[11/19/09 6:01:50 AM] nils: hehe</p>
<p>[11/19/09 6:02:28 AM] Sherly: We are a software company Head quarter in New Jersey, USA with development center located in India. We provide offshore developer(s) working on your instruction in very reasonable prize.</p>
<p>We are a software company located in India. We develop quality software and website in very reasonable prize.</p>
<p>[11/19/09 6:02:54 AM] nils: ah ok i understand</p>
<p>[11/19/09 6:03:22 AM] nils: how did you find me</p>
<p>[11/19/09 6:03:30 AM] Sherly:</p>
<p>We do software development in’ web Design,Photoshop, Corel draw, Flash, Flex, Action script, Silver light,.NET’, PHP’, Java’, Delphi’, FoxPro’, Database Administration’, Website development’, Search engine optimization’, Testing services and more.</p>
<p>[11/19/09 6:04:25 AM] Sherly: i am looking forward software projects</p>
<p>[11/19/09 6:04:47 AM] nils: hehe me too</p>
<p>[11/19/09 6:05:26 AM] Sherly: which company u work for?</p>
<p>[11/19/09 6:05:46 AM] nils: can you answer me this simple captcha? what is 30 + one in numbers?</p>
<p>[11/19/09 6:06:24 AM] Sherly: one moment</p>
<p>[11/19/09 6:06:32 AM] nils: lol</p>
<p>[11/19/09 6:07:12 AM] nils: |-)</p>
<p>[11/19/09 6:07:28 AM] nils: captcha time is up</p>
<p>[11/19/09 6:07:41 AM] nils: you are not authorized to chat anymore</p>
<p>[11/19/09 6:07:50 AM] nils: have a great rest of your day</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d570').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d570" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;submitHeadline=nice+chat+with+india+%3A%29&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;title=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;title=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;title=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;bm_description=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;T=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;title=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;title=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+nice+chat+with+india+%3A%29+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F11%2F19%2Fnice-chat-with-india%2F&amp;t=nice+chat+with+india+%3A%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d570').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d570').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/11/19/nice-chat-with-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3.10. Möbelrücken @ Mädcheninternat + Internatsgarten</title>
		<link>http://blog.srvme.de/2009/09/24/rockin-next-saturday-mi/</link>
		<comments>http://blog.srvme.de/2009/09/24/rockin-next-saturday-mi/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:07:34 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[delikat]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[minimal]]></category>

		<guid isPermaLink="false">http://blog.srvme.de/?p=553</guid>
		<description><![CDATA[Möbelrücken @ Mädcheninternat + Internatsgarten=====================================(drinnen + draussen &#38; oben + unten)==============HiFi-Floor==============__Till von Sein (dirt crew / morris audio)__Gianni Vitiello (aroma / bar 25)__Adam Port (souvenir / liebe*detail)__Disko DNA (delikat)===========downstairs-Floor===========__Marcel Heese (tresor)__Larsen &#38; Koch (partysan)__Nils Petersohn (tanzimgarten)__Pitt (delikat / zmf)__u.v.m.=====================================Video + mp3 Vorgeschmack click hier: www.myspace.com/delikat_berlinVergünstigungen für Freunde! -&#62; schnell Newsletter holen &#38; sparen! www.delikat-berlin.deWann: Samstag, 03.10.09 ab [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myspace.com/delikat_berlin" target="_blank"><img src="http://www.nano.stildiktat.de/delikat/03_10_ani.gif" alt="" /></a></p>
<p>Möbelrücken @ Mädcheninternat + Internatsgarten<br style="font-size: 12px;" />=====================================<br style="font-size: 12px;" />(drinnen + draussen &amp; oben + unten)<br style="font-size: 12px;" />==============HiFi-Floor==============<br style="font-size: 12px;" />__Till von Sein (dirt crew / morris audio)<br style="font-size: 12px;" />__Gianni Vitiello (aroma / bar 25)<br style="font-size: 12px;" />__Adam Port (souvenir / liebe*detail)<br style="font-size: 12px;" />__Disko DNA (delikat)<br style="font-size: 12px;" />===========downstairs-Floor===========<br style="font-size: 12px;" />__Marcel Heese (tresor)<br style="font-size: 12px;" />__Larsen &amp; Koch (partysan)<br style="font-size: 12px;" />__Nils Petersohn (tanzimgarten)<br style="font-size: 12px;" />__Pitt (delikat / zmf)<br style="font-size: 12px;" />__u.v.m.<br style="font-size: 12px;" />=====================================<br style="font-size: 12px;" />Video + mp3 Vorgeschmack click hier: <a style="font-size: 12px; color: #cc0000; text-decoration: none;" href="http://www.myspace.com/delikat_berlin" target="_blank"><strong>www.myspace.com/delikat_berlin</strong></a><br style="font-size: 12px;" /><br style="font-size: 12px;" />Vergünstigungen für Freunde! -&gt; schnell Newsletter holen &amp; sparen! <a style="font-size: 12px; color: #cc0000; text-decoration: none;" href="http://www.delikat-berlin.de/" target="_blank"><strong>www.delikat-berlin.de</strong></a><br style="font-size: 12px;" /><br style="font-size: 12px;" />Wann: Samstag, 03.10.09 ab 22.00 Uhr<br style="font-size: 12px;" /><br style="font-size: 12px;" />Wo: Mädcheninternat + Internatsgarten<br style="font-size: 12px;" />Prenzlauer Allee 246 / Ecke Saarbrückerstr. <br style="font-size: 12px;" />(gegenüber Ibis-Hotel / Tankstelle)<br style="font-size: 12px;" />10405 Berlin (Prenzlauer Berg), <br style="font-size: 12px;" />U2 Senefelder Platz / S-Bahn: Alexander Platz<br style="font-size: 12px;" />Tram: Mollstr./Prenzlauer Allee<br style="font-size: 12px;" /><br style="font-size: 12px;" />Wegbeschreibung auf http://www.myspace.com/delikat_berlin<br style="font-size: 12px;" /><br style="font-size: 12px;" />MÖBELRÜCKEN – ein letztes Mal im Club Mädcheninternat<br style="font-size: 12px;" /><br style="font-size: 12px;" />DELIKAT-Berlin ist am Samstag den 3. Oktober ein letztes Mal auf dem Gelände des Mädcheninternats und lässt Till von Sein, Adam Port, Gianni Vitiello gemeinsam MÖBELRÜCKEN. Danach zieht die DELIKAT-Karawane weiter, um in anderen Locations wilde Partys zu feiern <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br style="font-size: 12px;" />Um im Club mehr Platz zum Tanzen und musikalische Vielfalt zu garantieren, wird draussen sowie drinnen auf 2 Etagen und mehren Dancefloors gefeiert. Es führt eine geheime Treppe tief nach unten, mehr DÜRFEN wir nicht verraten, lasst euch überraschen. <br style="font-size: 12px;" />Getreu dem Motto: „Delikate Menschen kennen keine Grenzen; rücken gerne Möbel brauchen Platz zum dancen!“ wird das Mädcheninternat partytauglich hergerichtet. Damit der elektrisierenden Party nichts im Wege steht, werden die Sitzmöbel in die Lounges gerückt, auf dem sich die Gäste zurückziehen und vergnügen können. <br style="font-size: 12px;" />Das neue knackige 4-Punkt-Soundsystem lädt ein, bis spät in den Sonntagmorgen zu TechHouse, Minimal und Electro zu rocken, bis es anschließend im Internatsgarten ausgelassen weitergeht. Der weitläufig begrünte und gut beschallte Internatsgarten lädt zum Pflücken der verbotenen Früchte ein <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Hier gibt’s Lagerfeuer und einen Grill sowie Liegestühle.<br style="font-size: 12px;" />Die Risiken und Nebenwirkungen dieser delikaten Lustbarkeit übernehmen ab 22.00 Uhr :<br style="font-size: 12px;" /><br style="font-size: 12px;" />Der Berliner Produzent Till von Sein präsentierte sich in jüngster Vergangenheit erfolgreich als neues Gesicht in der Deephouse Szene, obwohl er eigentlich ein “klassisches HipHop-Kid” ist. Releases auf Trenton, Morris Audio und Moodmusic sprechen für sich. Das De:Bug Magzin schwärmte: „seine letzten beiden Releases bringen neue House-Hoffnung nach Berlin.“ Seine aktuelle Platte „Isle of sahne“ veröffentlichte er zusammen mit Tigerskin auf dirt crew records und schlug ein wie eine Bombe.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Bei Adam Port gibt es keinen szenediktierten Tunnelblick. Bei ihm gibt es immer nur die Pointierung von Style, von Groove und von Raffinesse, um aus der Techhouse-Inflation als besonders originell hervorzustechen. Das gilt sowohl für seine Produktionen als auch für seine DJ-Sets. Was Adam Port heute anfasst, bewegt sich zwar konsequent inmitten der Parameter House und Techno, ist aber trotzdem mehr als das. Es ist sein Stil. Das beweisen seine aktuellen Veröffentlichungen auf Souvenir Rec. „Boogie Bass“ und der „Trust – Remix“ für Tiefschwarz. Im Oktober wird die Platte „Chemistry“ mit Catz n Dogz erscheinen.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Gianni Vitiello, Globalplayer und Vorzeige-DJ der Berliner Underground-Electroszene, ist ein Garant für gerockte Häuser. Wie kaum ein zweiter beherrscht Gianni die Kunst, eine Crowd mit progressiv rockenden Beats in Atem zu halten. Seine Qualitäten als Producer hat er mit den EPs „Elastic Tunes“ (Forum Rec.), „Freunde“ und zuletzt mit „Still“(Aromamusic) sowie „Nur mal kurz“ (Bar25) unter Beweis gestellt.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Disko DNA ist schon lange kein Rookie mehr und fleißig am Tracks produzieren. Er hat junges Feuer im Blut und spielt die großen Gefühle im treibenden Geklotze mit dicken Scheiben und fitzligen Beats. Eine energetische Gipfelbezwingung von House bis Elektro ohne Angst vor Grenzen. Wenn er nicht gerade mit seiner Band unterwegs ist, rockt er als DJ Partys wie „love techno, hate germany“ oder STILBRUCH. Wir sind auf seine neuen Produktionen gespannt, von denen es eine DELIKATe Kostprobe geben wird.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Marcel Heese ist ebenfalls ein DELIKATer ex-Rookie und erhielt schnell Anerkennung für seine intelligenten Technosets. Im April 2008 wurde er Teil des prestigeträchtigen Tresor Headquarters Teams. Neben Auftritten in Deutschland bespielte er bereits Clubs in Polen, Finnland, Belgien und Slowenien. Um dem Groove mehr Kraft zu verleihen, verringert er aktuell in seinen vielseitigen Mixen die BPM Zahl.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Nils Petersohn ist seit einiger Zeit als Dj und Produzent in Berlin unterwegs. Bei der letzten RookieNight im Hotel hat er sein Talent einmal mehr unter beweis gestellt. Damit qualifizierte er sich als Co-Veranstalter für die TanzImGarten-Partyreihe. Nur die absoluten Highlights vom Type House und Minimal werden seinen Ansprüchen gerecht. Wir freuen uns sehr Ihn wieder mit dabei zu haben.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Pitt (besser bekannt als Teil der „Hüftschwinger“) ist eine tragende Säule der monatlichen Veranstaltungsreihe MÖBELRÜCKEN. Als DELIKAT-Resident bringt er jeden Dancefloor zum toben. Seine funkigen Techhouse Sets gepaart mit Minimal lassen nicht nur Hüften schwingen. Arschwackeln wird damit wie immer garantiert sein.<br style="font-size: 12px;" /><br style="font-size: 12px;" />Mehr Infos sowie Bilder und Hörbeispiele zu den DJs unter http://www.myspace.com/delikat_berlin <br style="font-size: 12px;" />http://www.facebook.com/delikat.berlin<br style="font-size: 12px;" />http://www.delikat-berlin.de<br style="font-size: 12px;" /><br style="font-size: 12px;" />2. DJs gesucht<br style="font-size: 12px;" /><br style="font-size: 12px;" />Wir planen die 5. DELIKAT DJ-Rookie-Night und suchen wieder delikate Nachwuchs-DJs im Bereich der elektronischen Tanzmusik ;o)!<br style="font-size: 12px;" />Wenn du aus Berlin sowie nicht älter als 26 bist und Lust hast, dein DJ-Können neben bekannten Acts unter Beweis zu stellen, dann melde dich bei uns. Am besten per Email an booking (at) delikat-berlin (punkt) de mit dem Betreff: delikates Talent.<br style="font-size: 12px;" />Mehr Infos zur Rookie Night im myspace-video-interview: http://www.myspace.com/delikat_rookie<br style="font-size: 12px;" /><br style="font-size: 12px;" />DELIKATe Grüße<br style="font-size: 12px;" />Andreas</p>
<p><a href="http://www.myspace.com/delikat_berlin" target="_blank"></a><br />
<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/TfhYuyvHnjU&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TfhYuyvHnjU&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d553').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d553" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;submitHeadline=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;title=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;title=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;title=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;bm_description=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;T=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;title=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;title=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F09%2F24%2Frockin-next-saturday-mi%2F&amp;t=3.10.+M%C3%B6belr%C3%BCcken+%40+M%C3%A4dcheninternat+%2B+Internatsgarten" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d553').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d553').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/09/24/rockin-next-saturday-mi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: cultuzz xml api for hotel pms</title>
		<link>http://blog.srvme.de/2009/08/20/cultuzz-xml-api/</link>
		<comments>http://blog.srvme.de/2009/08/20/cultuzz-xml-api/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:17:13 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=534</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://blog.srvme.de/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-534">Password:<br />
<input name="post_password" id="pwbox-534" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d534').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d534" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;submitHeadline=Protected%3A+cultuzz+xml+api+for+hotel+pms&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;title=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;title=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;title=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;bm_description=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;T=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;title=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;title=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Protected%3A+cultuzz+xml+api+for+hotel+pms+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F08%2F20%2Fcultuzz-xml-api%2F&amp;t=Protected%3A+cultuzz+xml+api+for+hotel+pms" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d534').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d534').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/08/20/cultuzz-xml-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>status</title>
		<link>http://blog.srvme.de/2009/07/31/status/</link>
		<comments>http://blog.srvme.de/2009/07/31/status/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:43:07 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[simpsons]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[technical difficulties]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=520</guid>
		<description><![CDATA[I&#8217;m going deep into various source code and feeling like a diver. there are five different posts coming up. For the meantime checkout these Simpsons Pictures. They always pop up if the TV Content is too crazy Bookmark It Hide Sites $$('div.d520').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going deep into various source code and feeling like a diver. there are five different posts coming up. For the meantime checkout these Simpsons Pictures. They always pop up if the TV Content is too crazy <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a href="http://snackycracky.files.wordpress.com/2009/07/picture-121.png"><img class="alignnone size-full wp-image-528" title="Picture 12" src="http://snackycracky.files.wordpress.com/2009/07/picture-121.png" alt="Picture 12" width="480" height="300" /></a><a href="http://snackycracky.files.wordpress.com/2009/07/picture-11.png"><img class="alignnone size-full wp-image-526" title="Picture 1" src="http://snackycracky.files.wordpress.com/2009/07/picture-11.png" alt="Picture 1" width="480" height="300" /></a><a href="http://snackycracky.files.wordpress.com/2009/07/picture-21.png"><img class="alignnone size-full wp-image-527" title="Picture 2" src="http://snackycracky.files.wordpress.com/2009/07/picture-21.png" alt="Picture 2" width="480" height="300" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d520').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d520" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;submitHeadline=status&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;title=status" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;title=status" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;title=status" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;bm_description=status" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;T=status" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;title=status" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;title=status" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+status+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F07%2F31%2Fstatus%2F&amp;t=status" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d520').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d520').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/07/31/status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>geek quiz &amp; mac quiz</title>
		<link>http://blog.srvme.de/2009/05/22/geek-quiz-mac-quiz/</link>
		<comments>http://blog.srvme.de/2009/05/22/geek-quiz-mac-quiz/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:20:34 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=478</guid>
		<description><![CDATA[55% Geek 40% Bookmark It Hide Sites $$('div.d478').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oneplusyou.com/bb/geek"><span style="display:block;padding-left:125px;padding-top:28px;color:#000;font-family:Arial;font-size:22px;">55% Geek</span></a></p>
<p><a href="http://www.oneplusyou.com/bb/apple_addiction">40%</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d478').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d478" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;submitHeadline=geek+quiz+%26amp%3B+mac+quiz&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;title=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;title=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;title=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;bm_description=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;T=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;title=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;title=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+geek+quiz+%26amp%3B+mac+quiz+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F05%2F22%2Fgeek-quiz-mac-quiz%2F&amp;t=geek+quiz+%26amp%3B+mac+quiz" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d478').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d478').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/05/22/geek-quiz-mac-quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gute laune logic screencast</title>
		<link>http://blog.srvme.de/2009/04/07/gute-laune-logic-screencast/</link>
		<comments>http://blog.srvme.de/2009/04/07/gute-laune-logic-screencast/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:36:19 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[electro]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=462</guid>
		<description><![CDATA[cool shit Bookmark It Hide Sites $$('div.d462').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p><a href="http://srvu.de/van/gudelaune.mov" target="_blank">cool shit <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d462').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d462" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;submitHeadline=gute+laune+logic+screencast&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;title=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;title=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;title=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;bm_description=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;T=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;title=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;title=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+gute+laune+logic+screencast+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F04%2F07%2Fgute-laune-logic-screencast%2F&amp;t=gute+laune+logic+screencast" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d462').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d462').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/04/07/gute-laune-logic-screencast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://srvu.de/van/gudelaune.mov" length="44186629" type="video/quicktime" />
		</item>
		<item>
		<title>flyer is ready!!!</title>
		<link>http://blog.srvme.de/2009/03/30/flyer-is-ready/</link>
		<comments>http://blog.srvme.de/2009/03/30/flyer-is-ready/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 23:38:28 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04.2009]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[electro]]></category>
		<category><![CDATA[karfreitag]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[party]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=455</guid>
		<description><![CDATA[Bookmark It Hide Sites $$('div.d455').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p><a href="http://snackycracky.files.wordpress.com/2009/03/tonkunst.jpg"><img class="alignnone size-full wp-image-454" title="tonkunst" src="http://snackycracky.files.wordpress.com/2009/03/tonkunst.jpg" alt="tonkunst" width="479" height="130" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d455').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d455" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;submitHeadline=flyer+is+ready%21%21%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;title=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;title=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;title=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;bm_description=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;T=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;title=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;title=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+flyer+is+ready%21%21%21+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F30%2Fflyer-is-ready%2F&amp;t=flyer+is+ready%21%21%21" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d455').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d455').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/03/30/flyer-is-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rocknroll</title>
		<link>http://blog.srvme.de/2009/03/08/rocknroll/</link>
		<comments>http://blog.srvme.de/2009/03/08/rocknroll/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 05:50:19 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://snackycracky.wordpress.com/?p=420</guid>
		<description><![CDATA[hab gerockt!!! alle die nicht dabei waren haben was verpasst Spektrum @4. DELIKAT-RookieNight @Hotel / 07.03.09 hier sind zwei Videos davon Bookmark It Hide Sites $$('div.d420').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p>hab gerockt!!!</p>
<p>alle die nicht dabei waren haben <a href="http://srvu.de/delikat/delikat10.mp3">was </a>verpasst <img src='http://blog.srvme.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&amp;videoid=53780888">Spektrum @4. DELIKAT-RookieNight @Hotel / 07.03.09</a></p>
<p><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&amp;friendID=59058194">hier</a> sind zwei Videos davon</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d420').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d420" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;submitHeadline=rocknroll&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;title=rocknroll" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;title=rocknroll" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;title=rocknroll" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;bm_description=rocknroll" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;T=rocknroll" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;title=rocknroll" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;title=rocknroll" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+rocknroll+@+http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.srvme.de%2F2009%2F03%2F08%2Frocknroll%2F&amp;t=rocknroll" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.srvme.de/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d420').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d420').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.srvme.de/2009/03/08/rocknroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://srvu.de/delikat/delikat10.mp3" length="72355029" type="audio/mpeg" />
		</item>
	</channel>
</rss>
