<?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/"
	>

<channel>
	<title>simonthecat</title>
	<atom:link href="http://blog.simonthecat.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simonthecat.net</link>
	<description>art'n tech</description>
	<pubDate>Mon, 19 Jul 2010 07:22:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>lunching ijusthadabeer.com</title>
		<link>http://blog.simonthecat.net/2010/07/lunching-ijusthadabeercom/</link>
		<comments>http://blog.simonthecat.net/2010/07/lunching-ijusthadabeercom/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 07:22:14 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=120</guid>
		<description><![CDATA[what, why and how for the  lunch  of the  crowd-sourcing website ijusthadabeer.com

What

This is a crowdsourcing game, to determine the local current local consumption  of beer. It should be fun, but also provide the idea of sensing an complicated and interessting fact based on a relative simple sensing algorithm. You as a participant is doing nothing [...]]]></description>
			<content:encoded><![CDATA[<p>what, why and how for the  lunch  of the  crowd-sourcing website <a href="http://ijusthadabeer.com">ijusthadabeer.com</a></p>

<p>What</p>

<p>This is a crowdsourcing game, to determine the local current local consumption  of beer. It should be fun, but also provide the idea of sensing an complicated and interessting fact based on a relative simple sensing algorithm. You as a participant is doing nothing special than telling the world that you had a beer, this is then available on this map, showing the big picture of overall thirst.</p>

<p>The interpretation is yours, wheather a place is more populare to get a beer or if an area is more despaired for alohol.</p>

<p>Why</p>

<p>I&#8217;m intressted in harvesing little umimportant not-personalized facts to build big pictures, available to everyone, for more of an\ scietific intressted than  comercial use. So lay back and have fun watching how people get involved.</p>

<p>How</p>

<p>This experiment works by allowing the browser to share your location, this might be a problem to some of you, so just disallow and look at the map in read-only mode. By pressing the &#8220;I just had a beer&#8221; - button you are allowed to tell the world about you current consume, or if you sensed someones else consue close to you. Choosing your place is conveniet to map the sensed information with a current location. And to make clear where what happend.</p>

<p>Cheeres and enjoy!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2010/07/lunching-ijusthadabeercom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Importing Cisco pcf settings to Mac OS 10.6 &#8217;s Cisco IPSec Client</title>
		<link>http://blog.simonthecat.net/2009/12/importing-cisco-pcf-settings-to-mac-os-16-s-cisco-ipsec-client/</link>
		<comments>http://blog.simonthecat.net/2009/12/importing-cisco-pcf-settings-to-mac-os-16-s-cisco-ipsec-client/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 10:07:32 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[cisco]]></category>

		<category><![CDATA[mac os]]></category>

		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/2009/12/importing-cisco-pcf-settings-to-mac-os-16-s-cisco-ipsec-client/</guid>
		<description><![CDATA[So far importing the pcf config file is not supported. But you just need to use the informations provided by the pcf file itself:
-  group name
-  group Secret 
for that you need to decode the hash using this cisco vpnclient password decoder. Based on the cisco-decrypt.c code, which you might like to compile [...]]]></description>
			<content:encoded><![CDATA[<p>So far importing the pcf config file is not supported. But you just need to use the informations provided by the pcf file itself:<br />
-  group name<br />
-  group Secret <br />
for that you need to decode the hash using this <a href="http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode">cisco vpnclient password decoder</a>. Based on the <a href="http://www.unix-ag.uni-kl.de/~massar/soft/cisco-decrypt.c">cisco-decrypt.c</a> code, which you might like to compile  by your own. </p>

<p>Then you type in you password and username, and everything should work. </p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/12/importing-cisco-pcf-settings-to-mac-os-16-s-cisco-ipsec-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>View All Icons in android.R.drawable</title>
		<link>http://blog.simonthecat.net/2009/10/view-all-icons-in-androidrdrawable/</link>
		<comments>http://blog.simonthecat.net/2009/10/view-all-icons-in-androidrdrawable/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 11:04:26 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[android]]></category>

		<category><![CDATA[Android]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=98</guid>
		<description><![CDATA[Based on an IconViewer I found in the web I desigend this app to show all icons on android.R.drawable. If you need you might change the Class easily.  






package de.dailab.iconviewer;

import java.lang.reflect.Field;

import android.app.*;
import android.content.*;
import android.graphics.*;
import android.os.*;
import android.view.*;
import android.view.View.OnClickListener;
import android.widget.*;

public class IconViewer extends Activity {

    
	private int[] IDS;
	
    private int[] [...]]]></description>
			<content:encoded><![CDATA[<p>Based on an IconViewer I found in the web I desigend this app to show all icons on android.R.drawable. If you need you might change the Class easily.  </p>

<p><div id="attachment_99" class="wp-caption alignnone" style="width: 210px"><img src="http://blog.simonthecat.net/wp-content/uploads/2009/10/iconviewer-200x300.png" alt="Icon Viewer App " title="iconviewer" width="200" height="300" class="size-medium wp-image-99" /><p class="wp-caption-text">Icon Viewer App </p></div></p>



<pre name="code" class="java">
package de.dailab.iconviewer;

import java.lang.reflect.Field;

import android.app.*;
import android.content.*;
import android.graphics.*;
import android.os.*;
import android.view.*;
import android.view.View.OnClickListener;
import android.widget.*;

public class IconViewer extends Activity {

    
	private int[] IDS;
	
    private int[] getIDS(){
    //	android.R.drawable.ic_menu_zoom
    //	17301504
    //	17301655
    //	android.R.drawable.ic_menu_zoom
    	int[] ids = new int[800];
    	for (int i = 0; i &lt; ids.length; i++) {
			ids[i]= 17301504+i;
		}
    	return ids;
    }

    /**
     * Determines the Name of a Resource,
     * by passing the <code>R.xyz.class</code> and
     * the <code>resourceID</code> of the class to it.
     * @param aClass : like <code>R.drawable.class</code>
     * @param resourceID : like <code>R.drawable.icon</code>
     * @throws IllegalArgumentException if field is not found.
     * @throws NullPointerException if <code>aClass</code>-Parameter is null.
     * &lt;br&gt;&lt;br&gt;
     * &lt;b&gt;Example-Call:&lt;/b&gt;&lt;br&gt;
     * <code>String resName = getResourceNameFromClassByID(R.drawable.class, R.drawable.icon);</code>&lt;br&gt;
     * Then <code>resName</code> would be '&lt;b&gt;icon&lt;/b&gt;'.*/
    public String getResourceNameFromClassByID(Class&lt;?&gt; aClass, int resourceID)
                             throws IllegalArgumentException{
         /* Get all Fields from the class passed. */
         Field[] drawableFields = aClass.getFields();
         
         /* Loop through all Fields. */
         for(Field f : drawableFields){
              try {
                   /* All fields within the subclasses of R
                    * are Integers, so we need no type-check here. */
                   
                   /* Compare to the resourceID we are searching. */
                   if (resourceID == f.getInt(null))
                        return f.getName(); // Return the name.
              } catch (Exception e) {
                   e.printStackTrace();
              }
         }
         /* Throw Exception if nothing was found*/
         throw new IllegalArgumentException();
    }
    
    
    private OnClickListener onClicker;
    
    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
        IDS = getIDS();
        requestWindowFeature(Window.FEATURE_NO_TITLE);

        
        onClicker = new OnClickListener(){

			@Override
			public void onClick(View v) {
				myImageView mv = (myImageView) v;
				String resName = &quot;noname&quot;;
				try {
					resName  = getResourceNameFromClassByID(android.R.drawable.class, mv.resId); 
				} catch (IllegalArgumentException e) {
					// TODO: handle exception
				}
				
				String str = &quot;this image is: &quot; + mv.getResId() + &quot;\n And name: &quot;+ resName;
				System.out.println(str);
				Toast.makeText(getBaseContext(), str, Toast.LENGTH_SHORT).show();
			}
        	
        };
        
        AbsoluteLayout layout=new AbsoluteLayout(this);
        layout.setBackgroundColor(Color.rgb(255,255,255));
        setContentView(layout); 

        GridView gridView=new GridView(this);
        setALParams(gridView,0,0);
        gridView.setNumColumns(4);
        gridView.setGravity(Gravity.CENTER);
        gridView.setAdapter(new ImageAdapter(this));
        layout.addView(gridView);
        
        
    }
    
    public class myImageView extends ImageView{

		private int resId;

		public int getResId() {
			return resId;
		}

		public myImageView(Context context) {
			super(context);
			// TODO Auto-generated constructor stub
		}
		
		@Override
		public void setImageResource(int res){
			super.setImageResource(res);
			resId = res;
		}
    	
    }
    
    public class ImageAdapter extends BaseAdapter {
        private Context context;//コンテキスト
		
		

        public ImageAdapter(Context c) {
            context=c;
        }

        public int getCount() {
            return IDS.length;
        }

        public Object getItem(int position) {
            return position;
        }

        public long getItemId(int position) {
            return position;
        }
        
        

        public View getView(int position,View convertView,ViewGroup parent) {
            ImageView imageView;
            if (convertView==null) {
                imageView=new myImageView(context);
                imageView.setLayoutParams(new GridView.LayoutParams(45,45));
                imageView.setAdjustViewBounds(false);
                imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
                imageView.setPadding(8,8,8,8);
            } else {
                imageView=(ImageView)convertView;
            }
            imageView.setImageResource(IDS[position]);
            imageView.setOnClickListener(onClicker);
            return imageView;
        }
    }

    private static void setALParams(View view,int x,int y) {
        setALParams(view,x,y,
            AbsoluteLayout.LayoutParams.WRAP_CONTENT,
            AbsoluteLayout.LayoutParams.WRAP_CONTENT);
    }
    
    private static void setALParams(View view,int x,int y,int w,int h) {
        view.setLayoutParams(
            new AbsoluteLayout.LayoutParams(w,h,x,y));
    }
}
</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/10/view-all-icons-in-androidrdrawable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moderne Gesellschaft - Hornbach und so</title>
		<link>http://blog.simonthecat.net/2009/09/moderne-gesellschaft-hornbach-und-so/</link>
		<comments>http://blog.simonthecat.net/2009/09/moderne-gesellschaft-hornbach-und-so/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:22:27 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Handwerk]]></category>

		<category><![CDATA[Homosexuel]]></category>

		<category><![CDATA[Hornbach]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=93</guid>
		<description><![CDATA[Ich bin echt glücklich in Deutschland zu leben, wo mittlerweile unter moderner Wohnwelt das hier verstanden wird: 



Gefunden habe ich dieses Bild im Hornbach Katalog für September 2009 auf Seite 19 .  ]]></description>
			<content:encoded><![CDATA[<p>Ich bin echt glücklich in Deutschland zu leben, wo mittlerweile unter moderner Wohnwelt das hier verstanden wird: </p>

<p><img src="http://blog.simonthecat.net/wp-content/uploads/2009/09/hornbach-september2009-seite19-300x268.png" alt="hornbach-september2009-seite19" title="hornbach-september2009-seite19" width="300" height="268" class="alignnone size-medium wp-image-92" /></p>

<p>Gefunden habe ich dieses Bild im <a href="http://www.hornbach.de/data/brochure/de/HORNBACH_wh200909.pdf">Hornbach Katalog für September 2009 auf Seite 19</a> . <img src='http://blog.simonthecat.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/09/moderne-gesellschaft-hornbach-und-so/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iMob</title>
		<link>http://blog.simonthecat.net/2009/06/imob/</link>
		<comments>http://blog.simonthecat.net/2009/06/imob/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 23:10:15 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Science]]></category>

		<category><![CDATA[Android]]></category>

		<category><![CDATA[Demo]]></category>

		<category><![CDATA[IPhone]]></category>

		<category><![CDATA[Statistik]]></category>

		<category><![CDATA[Tempelhof]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=89</guid>
		<description><![CDATA[Beim Versuch den Tempelhof Flughafen zu besetzen am 20.6 fiel mir auf wie schlecht die Demonstranten im Gegensatz zu den Polizisten organisiert waren. Letzteren mussten jedoch eine viel größere Fläche schützen als sie eigentlich mit 1400 Polizisten bewerkstelligen konnten, gegen fast 5000 Demonstranten. Doch warum ist es den Besetzern trotzdem nicht gelungen? 

Eine simple Antwort [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Versuch den Tempelhof Flughafen zu besetzen am 20.6 fiel mir auf wie schlecht die Demonstranten im Gegensatz zu den Polizisten organisiert waren. Letzteren mussten jedoch eine viel größere Fläche schützen als sie eigentlich mit 1400 Polizisten bewerkstelligen konnten, gegen fast 5000 Demonstranten. Doch warum ist es den Besetzern trotzdem nicht gelungen? </p>

<p>Eine simple Antwort ist sicherlich, dass Sie nicht wussten wo wie viele Polizisten in welcher Anzahl standen und sich deswegen entgegen ihren eigentlichen Motivation, in die Kessel der Polizei treiben ließen. Doch es wäre eigentlich super einfach eine Applikation zu schreiben, die auf einem IPhone/Android liefe und  über die aktuelle <span class="caps">GPS</span> Position solche Informationen sammelt und auswertet. Auch wenn die Idee einfach Klingt und sicherlich für viele Zwecke einsetzbar wäre (Katastrophensituationen, Konzerte, Umweltschäden ) muss man zunächst ein mathematisches Problem lösen: Wie kann man aus Schätzung verschiedener  unabhängigen/ abhängigen Über eine bestimmte Position, einen realen (mit hoher Sicherheit) Wert für die gesamte Menge ermitteln. Wobei man das Problem beachten muss was sich aus der Überlagerung der Quellen ergibt und so eventuell  zu Viele Teilnehmer geschätzt werden und man auch  wie man eine spezielle Geographie in die Positionirung einflißen läßt. Auch sollten die Teilnehmer nicht von einander wissen welche Schätzung sie abgegeben haben, sodass falsche Einschätzungen vermieden werden können. Doch zuerst wird es wichtig herauszufinden, wie viele aktiv Teilnehmen es bedarf um ein relativ korrektes Ergebnis zu liefern?</p>

<p>Mathematische Lösung und eine genaue Skizze folgt.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/06/imob/feed/</wfw:commentRss>
		</item>
		<item>
		<title>xkcd</title>
		<link>http://blog.simonthecat.net/2009/05/xkcd/</link>
		<comments>http://blog.simonthecat.net/2009/05/xkcd/#comments</comments>
		<pubDate>Sun, 24 May 2009 12:13:15 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/2009/05/xkcd/</guid>
		<description><![CDATA[meine zwei lieblings xkcd&#8217;s bis jetzt:


]]></description>
			<content:encoded><![CDATA[<p>meine zwei lieblings xkcd&#8217;s bis jetzt:</p>

<p><img src="http://imgs.xkcd.com/comics/to_be_wanted.png" alt="To be wanted." height="1519" width="233" />
<img src="http://imgs.xkcd.com/comics/density.png" alt="To be wanted." height="288" width="262" /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/05/xkcd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenBank</title>
		<link>http://blog.simonthecat.net/2009/05/open-bank/</link>
		<comments>http://blog.simonthecat.net/2009/05/open-bank/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:26:18 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[bank]]></category>

		<category><![CDATA[community]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=66</guid>
		<description><![CDATA[I was thinking of a new kind of local business bank concept. It should be a fully community driven concept, where the community is lending their money for local projects. This projects can be private, like to buy a car, or of a business-kind, like opening a &#8220;Spätkauf&#8221;. All money transfers are transparent and all [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking of a new kind of local business bank concept. It should be a fully community driven concept, where the community is lending their money for local projects. This projects can be private, like to buy a car, or of a business-kind, like opening a &#8220;Spätkauf&#8221;. All money transfers are transparent and all projects will have to be approved by a local committee, which will the most insight about a projects success. But why should anybody be willing to gives his money to others? So the main point is that: based on the money given a community member will receive the main part of the interest back. </p>

<p>So if we have an OpenBank with three members Alice, Bob and lets say Klaus, and Klaus likes to take a loan for a new <span class="caps">TV.</span> So when he applies for the loan of lets say 3000€, he would have to make a request at the OpenBank. So Alice and Bob invested 2000€ each in the bank, and will have to state their participation in Klaus project. So Alice likes Klaus idea, and will lend him 2000€ where Bob is skeptical  and would just invest 1000€ from his base account. So Klaus loan request will be successful and he will have to repay the money with a fixed interest rate of lets say 9% after 12 months From that interest Alice receives 2/3 and Bob just 1/3. </p>

<p>An OpenBank will only operates localy, so that any member of the community is able to understand and  check an approved or pending request. No money for loans should be taken from external sources, but the members, so the bank will be always independent. Nobody but the members and OpenBank Infrastructure (servers, technical personal, paper stuff ) will receive the interest. </p>

<p>The concept is not yet complete and there are a lot of questions, about how to react if money will not be repaid, how the relationship will be between lender and debtor &#8230; </p>

<p>Well unfortunatly I&#8217;m too late with this idea I just found two great banks following that principles: <a href="http://zopa.com">Zopa</a> , <a href="http://smava.de"><span class="caps">SMAVA</span></a> and Martin just told me about the <a href="http://de.wikipedia.org/wiki/Grameen_Bank">Grameen Bank</a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/05/open-bank/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Umlaute in Wordpress 2.7.1 mit Textile PlugIn</title>
		<link>http://blog.simonthecat.net/2009/05/umlaute-in-wordpress-271/</link>
		<comments>http://blog.simonthecat.net/2009/05/umlaute-in-wordpress-271/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:30:23 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=40</guid>
		<description><![CDATA[Ich hatte einen Merkwürdigen Fehler bei der Standart Installation von Wordpress 2.7.1- de und en, der bei einem anderen enviroment nicht vorkam, dass die Umlaute nicht korrekt angezeigt wurden.

Ich dachte zunächst das Problem lag an einer fehlenden mysql SET NAME query Anweisung , die über die Variable  define('DB_COLLATE','')  auf utf8 gesetzt werden müsste.

Doch [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hatte einen Merkwürdigen Fehler bei der Standart Installation von Wordpress 2.7.1- de und en, der bei einem anderen enviroment nicht vorkam, dass die Umlaute nicht korrekt angezeigt wurden.</p>

<p>Ich dachte zunächst das Problem lag an einer fehlenden mysql <code>SET NAME</code> query Anweisung , die über die Variable <code> define('DB_COLLATE','') </code> auf utf8 gesetzt werden müsste.</p>

<p>Doch schlißlich war es das Textile 2 (Improved) Plugin für Wordpress, was die Codierung falsch gemacht hat. Die Werte für das eingehende und ausgehende Codec müssen einfach frei bleiben.<br />
 </p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/05/umlaute-in-wordpress-271/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Werder Besäufniss</title>
		<link>http://blog.simonthecat.net/2009/05/werder-besaeufniss/</link>
		<comments>http://blog.simonthecat.net/2009/05/werder-besaeufniss/#comments</comments>
		<pubDate>Sat, 09 May 2009 12:14:27 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[meetings]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=34</guid>
		<description><![CDATA[ 

Für alle die sich an dieses Besäufniss noch lange erinnern wollen: die Bilder]]></description>
			<content:encoded><![CDATA[<p>
<div class="ngg-galleryoverview" id="ngg-gallery-2">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.simonthecat.net/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=2&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9753.jpg" title=" " class="shutterset_werder" >
				<img title="Anne" alt="Anne" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9753.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9754.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9754.jpg" alt="DSC_9754.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9754.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9763.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9763.jpg" alt="DSC_9763.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9763.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9765.jpg" title=" " class="shutterset_werder" >
				<img title="Simon" alt="Simon" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9765.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9787.jpg" title=" " class="shutterset_werder" >
				<img title="Kaule" alt="Kaule" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9787.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9796.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9796.jpg" alt="DSC_9796.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9796.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9801.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9801.jpg" alt="DSC_9801.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9801.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9804.jpg" title=" " class="shutterset_werder" >
				<img title="Manzoor" alt="Manzoor" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9804.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9806.jpg" title=" " class="shutterset_werder" >
				<img title="Sonja" alt="Sonja" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9806.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9807.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9807.jpg" alt="DSC_9807.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9807.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9811.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9811.jpg" alt="DSC_9811.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9811.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9812.jpg" title="Ein schöner Ausblick vom Karusell" class="shutterset_werder" >
				<img title="DSC_9812.jpg" alt="DSC_9812.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9812.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.simonthecat.net/wp-content/gallery/werder/DSC_9820.jpg" title=" " class="shutterset_werder" >
				<img title="DSC_9820.jpg" alt="DSC_9820.jpg" src="http://blog.simonthecat.net/wp-content/gallery/werder/thumbs/thumbs_DSC_9820.jpg" width="100" height="75" />
			</a>
		</div>
	</div>
	 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

 </p>

<p>Für alle die sich an dieses Besäufniss noch lange erinnern wollen: <a href="http://blog.simonthecat.net/wp-content/uploads/2009/05/werder.zip">die Bilder</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/05/werder-besaeufniss/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Auf dem Weg zu ewigem Ruhm</title>
		<link>http://blog.simonthecat.net/2009/04/auf-dem-weg-zu-ewigem-ruhm/</link>
		<comments>http://blog.simonthecat.net/2009/04/auf-dem-weg-zu-ewigem-ruhm/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:41:19 +0000</pubDate>
		<dc:creator>joecks</dc:creator>
		
		<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://blog.simonthecat.net/?p=17</guid>
		<description><![CDATA[






Nach dem YouTube Video hat mich der Perverse Puschel etwas beschÃ¤ftigt, woraus dieses Design entstanden ist. Auf ein T-shirt wirkt es dann noch mehr, sodass ich meinen Beitrag bei laFraise einfach mal unter &#8220;Wir Eichhörchen&#8221; in den Wettbewerb geschickt habe.

Und wurde mit der Begründung es passe nicht zu ihrem Stil abgeleht. Schade. ]]></description>
			<content:encoded><![CDATA[<p class="center" style="text-align:center"><img src="http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/pp_trans.png" alt="" height="600" width="600" /></p>


<p><a class="shutterset_" href='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/pp_red.png' title=''><img src='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/thumbs/thumbs_pp_red.png' alt='pp_red.png' class='ngg-singlepic ngg-left' /></a>
<a class="shutterset_" href='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/pp_green.png' title=''><img src='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/thumbs/thumbs_pp_green.png' alt='pp_green.png' class='ngg-singlepic ngg-left' /></a>
<a class="shutterset_" href='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/pp_pink.png' title=''><img src='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/thumbs/thumbs_pp_pink.png' alt='pp_pink.png' class='ngg-singlepic ngg-left' /></a>
<a class="shutterset_" href='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/pp_black.png' title=''><img src='http://blog.simonthecat.net/wp-content/gallery/t-shirts-puschel/thumbs/thumbs_pp_black.png' alt='pp_black.png' class='ngg-singlepic ngg-left' /></a>
Nach dem YouTube Video hat mich der <a href="http://www.youtube.com/watch?v=VySFXtHFQfU">Perverse Puschel</a> etwas beschÃ¤ftigt, woraus dieses Design entstanden ist. Auf ein T-shirt wirkt es dann noch mehr, sodass ich meinen Beitrag bei <a href="http://laFraise.com">laFraise</a> einfach mal unter &#8220;Wir Eichhörchen&#8221; in den Wettbewerb geschickt habe.</p>

<p>Und wurde mit der Begründung es passe nicht zu ihrem Stil abgeleht. Schade. </p>]]></content:encoded>
			<wfw:commentRss>http://blog.simonthecat.net/2009/04/auf-dem-weg-zu-ewigem-ruhm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
