<?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>No touching! &#187; Allgemein</title>
	<atom:link href="http://notouching.de/category/allgemein/feed/" rel="self" type="application/rss+xml" />
	<link>http://notouching.de</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AMD Graphics drivers for Macbook Pro</title>
		<link>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/</link>
		<comments>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:05:23 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1112</guid>
		<description><![CDATA[For the record: This seems to be the most current AMD graphics driver you can get to install on an early 2011 Macbook Pro with a RADEON HD 6750 graphics card. http://forums.guru3d.com/showthread.php?t=353265 I got this from @asder00 All I can &#8230; <a href="http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the record: This seems to be the most current AMD graphics driver you can get to install on an early 2011 Macbook Pro with a RADEON HD 6750 graphics card.</p>
<p><a href="http://forums.guru3d.com/showthread.php?t=353265">http://forums.guru3d.com/showthread.php?t=353265</a></p>
<p>I got this from <a href="http://twitter.com/#!/asder00">@asder00</a></p>
<p>All I can say so far is that it installs. Did not test any 3d applications, i.e. games.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/12/05/amd-graphics-drivers-for-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 on a MacBook Pro without a Superdrive</title>
		<link>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/</link>
		<comments>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 11:22:33 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1098</guid>
		<description><![CDATA[This is the story of how I spent an entire saturday roasting a turkey and getting Windows 7 onto my computer. The Problem: On current (2011) MacBook Pro notebooks, Windows 7 can not be installed from a USB-DVD drive. If &#8230; <a href="http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the story of how I spent an entire saturday roasting a turkey and getting Windows 7 onto my computer.</p>
<p>The Problem: On current (2011) MacBook Pro notebooks, Windows 7 can not be installed from a USB-DVD drive. If your internal superdrive is broken or you chose to remove it for some <a title="ssd" href="http://en.wikipedia.org/wiki/Solid-state_drive">flashy</a> reason, getting Windows installed on your computer can be a real pain.</p>
<p><strong>The things that did not work:</strong></p>
<ul>
<li>Attempting a standard boot camp install from a USB-DVD drive results in you staring on a blinking cursor on a black screen forever.</li>
<li>Attempting to install windows from a USB flash drive created by the Boot Camp Assistant on a MacBook Air will not work either, did not even get recognized by the computer as a bootable device. Why this is possible on the MBA but not on same generation MBPs is a bit strange to me and I wonder what weird things the MBA firmware has to do to allow this method of installation.</li>
<li>Attempting to boot the Windows setup from a USB flash drive created by the Microsoft tool failed as well, giving either the blinking cursor infinitely or with the EFI BIOS emulation layer complaining about a missing boot medium.</li>
</ul>
<p><strong>How it finally worked:</strong></p>
<p>As far as I am able to reconstruct from the tabs still open in my browser, the idea of using virtualization to achieve my goal came from this <a title="macrumors" href="http://forums.macrumors.com/showthread.php?t=601414&amp;page=3">Macrumors forum thread</a>. I did not read it completely, because I find it to be quite a hassle extracting coherent information out of a multiple page forum thread with tons and tons of quotes and chaos. This is also what motivated me to do a popper writeup here.</p>
<p>Since I already had a complete installation of Windows in a VirtualBox guest that I used to create the second installation flash drive, it seemed logical to use it. What I wanted to do was to put the Windows partition from the virtual hard disk onto the preexisting but empty Boot Camp partition on my physical hard drive. That meant I had to loopback mount the VirtualBox .vdi into my OS X. Unfortunately I can not find the tabs anymore that lead me to success on that front, but the steps I took were these:</p>
<ul>
<li>Convert the dynamic .vdi file to a fixed size one using the VirtualBox GUI</li>
<li>Convert this fixed .vdi that still includes stuff like VirtualBox headers into a raw image that could be read like a block device using the command line tool VBoxManage
<pre>$ VBoxManage internalcommands converttoraw win7_x64_fixed.vdi win7_x64_fixed.raw</pre>
</li>
<li>Mount the raw file using hdiutil and a pointer from this <a title="superuser" href="http://superuser.com/questions/149981/how-do-i-mount-a-hfs-dd-image-in-osx">superuser.com thread</a>. This is actually given in the man page as an example for mounting stuff that is known to contain volumes/filesystems.
<pre>$ hdiutil attach -imagekey diskimage-class=CRawDiskImage win7_x64_fixed.raw</pre>
</li>
<li>At this point I realized that Windows 7 had installed itself not in one but two partitions. It does that to prepare for the use of the built-in encryption technology called BitLocker. I quickly booted my virtual Windows and reunited Windows with its boot loader using this <a title="terabyteunlimited" href="http://www.terabyteunlimited.com/kb/article.php?id=409">article from terabyteunlimited.com</a> as a guide.</li>
<li>After repeating the steps to get from .vdi to mounted disk image, I used <a title="winclone" href="http://bubba.org/winclone/">Winclone</a> to get the now extracted windows filesystem onto my Boot Camp partition. Winclone is an abandoned OS X application for imaging and restoring Windows installations from/to attached disks. <a href="http://twitter.com/brianwilson">@brianwilson</a> deserves props for making Winclone Lion compatible.</li>
</ul>
<p>The two step process of creating an image of the mounted volume and then restoring said image onto the Boot Camp partition on my hard drive was painless and without problems. A quick reboot confirmed the preliminary success: The newly cloned Windows shows up in the computers boot selection menu. Unfortunately Windows crashed with a blue screen sometime during the boot process. I took a quick detour here, booting Windows from the physical partition in a special VirtualBox Guest to prevent Windows from automatically rebooting in case of fatal errors, which is just a setting. To create a VirtualBox disk that points to a physical partition, you can use</p>
<pre>$ sudo VBoxManage internalcommands createrawvmdk -filename myos.vmdk -rawdisk /dev/disk0 -partitions 4</pre>
<p>To figure out which disk to use as -rawdisk, use</p>
<pre>$ mount</pre>
<p>The appropriate argument for the -partitions switch can be determined by using</p>
<pre>$ sudo VBoxManage internalcommands listpartitions -rawdisk /dev/disk0</pre>
<p>I had to make sure that at least the partition itself is not mounted for creation of the .vmdk file as well as for running the VirtualBox guest using it. For permissions reasons I ran the VirtualBox machine as root, check the documentation to see what I&#8217;m doing here, basically I just import the VirtualBox machine into the VirtualBox config for root, attached the .vmdk that I just created and fired it up:</p>
<pre>$ sudo VBoxManage registervm /path/to/my/virtualbox/win764.vbox $ sudo VBoxManage storageattach win764 --storagectl SATA-Controller --medium /vmtests/myos.vmdk --port 0 --type hdd $ # again, this may vary according to your VM config $ sudo VBoxManage startvm win764</pre>
<p>Some information on this came from this blog post by a <a title="garret" href="http://www.garrettbartley.com/2010/06/12/running-bootcamp-using-virtualbox/">guy named Garret</a>.After disabling automatic reboot in Windows it turned out that the blue screen did not reveal any useful information, it was just a very generic STOP error.</p>
<p>Now the guys at the <a title="opensuse forums" href="http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/409527-convert-virtualbox-vdi-physical-bootable-second-disk.html">opensuse forums</a> and a friend steered me to the idea that the crash is most likely caused by Windows using drivers it configured while in a VirtualBox guest.<br />
I used the utility sysprep.exe to modify the windows installation to not use the exisiting hardware configuration. The process relatively well documented on <a title="MS TechNet" href="http://technet.microsoft.com/en-us/library/ee523217(WS.10).aspx">TechNet</a>, so I won&#8217;t go to deep into it here.<br />
You only need to follow the steps under &#8220;Generalize the Image&#8221;. After that, just reboot into your new Boot Camp Windows as before. If everything worked your Windows installation  configures itself, reboots and then you&#8217;re done.</p>
<p><strong>The things I would do differently now:</strong><br />
I am pretty sure that I did not do this in the most efficient way because I was figuring out what to do as I went along. The following procedure has not been tested, but if I had to do this on another machine now I would try something along the lines of:</p>
<ul>
<li>Create the Boot Camp partition</li>
<li>Create a VirtualBox guest using that partition and installing Windows 7 in it.</li>
<li>Now either you shut down the VirtualBox guest before it performs its first reboot and continue the setup by booting the half installed windows normally now</li>
<li>or you finish the installation virtually and then generalize.</li>
</ul>
<p>Either way should get you to a working Windows installation much quicker.</p>
<p>If you try any of this or find it useful, you&#8217;re welcome to leave any comments or additional information in the comments section of this blog post<strong>. -<a title="my twitter account" href="https://twitter.com/#!/rpl">@rpl</a></strong></p>
<p><a href="http://flattr.com/thing/442611/Installing-Windows-7-on-a-MacBook-Pro-without-a-Superdrive" target="_blank"><br />
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></p>
<p><strong>Software I used:</strong></p>
<ul>
<li>Virtualbox 4.1.6</li>
<li>Winclone 2.3.2</li>
<li>Microsoft Windows 7 Professional with Service Pack 1 64-bit (English)</li>
<li>Boot Camp Assistant Version 4.0.1 (429)</li>
<li>Mac OS X 10.7.2 (11C74)</li>
</ul>
<p><strong>Management summary:</strong></p>
<ul>
<li>Create Boot Camp partition using Boot Camp Assistant</li>
<li>Install Windows 7 into a virtual machine</li>
<li>Convert the virtual disk image to a fixed size and then to a raw file</li>
<li>Mount the raw image as a loopback device</li>
<li>Use winclone to transfer it on to the Boot Camp partition</li>
<li>Boot &amp; fail with BSOD</li>
<li>Boot the Boot Camp partition in Virtual Box</li>
<li>Generalize the Windows install using sysprep</li>
<li>Boot the Boot Camp partition and</li>
<li>Be happy!</li>
</ul>
<p><strong>UPDATE:</strong> <a href="http://twitter.com/huguesval">Hugues Valentin</a> wrote about his experience with this process, <a href="http://huguesval.com/blog/2012/02/installing-windows-7-on-a-mac-without-superdrive-with-virtualbox/">his article</a> is also available <a href="http://huguesval.com/blog/2012/01/installer-windows-7-sur-mac-sans-lecteur-dvd-avec-virtualbox/">in french</a>. He especially covers the steps involved in generalizing the Windows installation in more detail, so head over to his site and check that out.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/11/28/installing-windows-7-on-a-macbook-pro-without-a-superdrive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Einmal f&#252;r die Suchmaschinen</title>
		<link>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/</link>
		<comments>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 22:12:19 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1085</guid>
		<description><![CDATA[Wer beim iPhone updaten Fehler 50 An error occurred while backing up this iPhone (-50). Would you like to continue to update this iPhone? Continuing will result in the loss of all contents on this iPhone. bekommt, dem seien diese &#8230; <a href="http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wer beim iPhone updaten Fehler 50<br />
An error occurred while backing up this iPhone (-50). Would you like to continue to update this iPhone? Continuing will result in the loss of all contents on this iPhone.<br />
bekommt, dem seien diese Links ans Herz und in den Suchindex gelegt:</p>
<p>http://forums.macrumors.com/showthread.php?p=13569431</p>
<p>https://discussions.apple.com/thread/3373836?start=0&#038;tstart=0</p>
<p>Eine m&ouml;gliche (und meine) Problemursache ist ein gesymlinkter MobileSync-Ordner.<br />
Danach geht&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/10/20/einmal-fur-die-suchmaschinen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neulich bei Tabu</title>
		<link>http://notouching.de/2011/06/12/neulich-bei-tabu/</link>
		<comments>http://notouching.de/2011/06/12/neulich-bei-tabu/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 15:42:19 +0000</pubDate>
		<dc:creator>Betti</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=1071</guid>
		<description><![CDATA[&#8220;Wenn ich furze, kommt das aus meinem Arsch.&#8221; &#8211; &#8220;Darm!&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;Wenn ich furze, kommt das aus meinem Arsch.&#8221; &#8211; &#8220;Darm!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/06/12/neulich-bei-tabu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People are Awesome!</title>
		<link>http://notouching.de/2011/05/08/people-are-awesome/</link>
		<comments>http://notouching.de/2011/05/08/people-are-awesome/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:40:27 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=918</guid>
		<description><![CDATA[The Deutsche Bahn is not! 18:22 in die RB33 gestiegen. ca 18:50 in H&#252;ckelhoven-Baal erfahren, dass die Bahnfahrt vorerst eine Pause macht. Eine halbe Stunde sp&#228;ter war die Fahrt dann endg&#252;ltig vorbei. Vier Stunden auf diesen gewartet.(Einmal kamen zwei Busse &#8230; <a href="http://notouching.de/2011/05/08/people-are-awesome/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Deutsche Bahn is not!<br />
18:22 in die RB33 gestiegen.<br />
ca 18:50 in H&uuml;ckelhoven-Baal erfahren, dass die Bahnfahrt  vorerst eine Pause macht. Eine halbe Stunde sp&auml;ter war die Fahrt dann endg&uuml;ltig vorbei.<br />
Vier Stunden auf diesen gewartet.(Einmal kamen zwei Busse voll mit Menschen aus Erkelenz)</p>
<p>Und dann um 10 vor 12 nimmt ein Vater der seinen Sohn mit Ziel Kohlscheid abholt mich und einen anderen Wartenden mit und liefert mich quasi vor meiner Haust&uuml;r ab.</p>
<p>Danke nochmal.</p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/05/08/people-are-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Klug? vielleicht. ScheiÃŸer? auf jeden Fall</title>
		<link>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/</link>
		<comments>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 17:30:58 +0000</pubDate>
		<dc:creator>erpel</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/</guid>
		<description><![CDATA[Sehr geehrte Damen und Herren In der aktuellen Version(2.1) des DB Navigator f&#252;r iOS wird das Vorhandensein von Versp&#228;tungsdaten in der englischen Sprachfassung angezeigt wie auf dem angeh&#228;ngten Screenshot zu sehen: &#8220;There are realtime informations available&#8221; &#8211; Dieser Satz ist &#8230; <a href="http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sehr geehrte Damen und Herren</p>
<p>In der aktuellen Version(2.1) des DB Navigator f&uuml;r iOS wird das Vorhandensein von Versp&auml;tungsdaten in der englischen Sprachfassung angezeigt wie auf dem angeh&auml;ngten Screenshot zu sehen:</p>
<p>&#8220;There are realtime informations available&#8221; &#8211; Dieser Satz ist insofern falsch, als &#8220;information&#8221; im Englischen keinen Plural hat, richtiger w&auml;re: &#8220;There is realtime information available&#8221; oder kurz &#8220;Realtime information is available&#8221;.</p>
<p>Mut freundlichem GruÃŸ<br />
Philipp xxx<br />
- Meistens zufriedener DB(Navigator)-Nutzer</p>
<p><a href="http://notouching.de/wp-content/uploads/2011/03/20110320-063041.jpg"><img src="http://notouching.de/wp-content/uploads/2011/03/20110320-063041.jpg" alt="20110320-063041.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2011/03/20/klug-vielleicht-scheiser-auf-jeden-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Danbo</title>
		<link>http://notouching.de/2010/08/21/danbo/</link>
		<comments>http://notouching.de/2010/08/21/danbo/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 13:04:21 +0000</pubDate>
		<dc:creator>Betti</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=901</guid>
		<description><![CDATA[Einfach niedlich]]></description>
			<content:encoded><![CDATA[<p>Einfach niedlich <img src='http://notouching.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<object width="400" height="300"><param name="flashvars" value="offsite=true&#038;lang=de-de&#038;page_show_url=%2Fgroups%2Fdanbo-love%2Fpool%2Fshow%2F&#038;page_show_back_url=%2Fgroups%2Fdanbo-love%2Fpool%2F&#038;group_id=1045413@N25&#038;jump_to=&#038;start_index="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=de-de&#038;page_show_url=%2Fgroups%2Fdanbo-love%2Fpool%2Fshow%2F&#038;page_show_back_url=%2Fgroups%2Fdanbo-love%2Fpool%2F&#038;group_id=1045413@N25&#038;jump_to=&#038;start_index=" width="400" height="300"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/08/21/danbo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hu is the president?</title>
		<link>http://notouching.de/2010/04/28/hu-is-the-president/</link>
		<comments>http://notouching.de/2010/04/28/hu-is-the-president/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 09:05:13 +0000</pubDate>
		<dc:creator>Betti</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=895</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/BeRjRxYhz6U&#038;hl=de_DE&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BeRjRxYhz6U&#038;hl=de_DE&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/04/28/hu-is-the-president/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No touching!</title>
		<link>http://notouching.de/2010/04/09/no-touching-2/</link>
		<comments>http://notouching.de/2010/04/09/no-touching-2/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:10:47 +0000</pubDate>
		<dc:creator>fabsi</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[No touching!]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=893</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_892" class="wp-caption alignnone" style="width: 310px"><a href="http://notouching.de/wp-content/uploads/2010/04/99-This-Monkey-Has-My-Back_thumb.jpg"><img class="size-medium wp-image-892" title="99 This Monkey Has My Back_thumb" src="http://notouching.de/wp-content/uploads/2010/04/99-This-Monkey-Has-My-Back_thumb-300x255.jpg" alt="" width="300" height="255" /></a><p class="wp-caption-text">No touching!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/04/09/no-touching-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summ summ summ</title>
		<link>http://notouching.de/2010/03/18/summ-summ-summ/</link>
		<comments>http://notouching.de/2010/03/18/summ-summ-summ/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 11:02:08 +0000</pubDate>
		<dc:creator>Betti</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://notouching.de/?p=889</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://notouching.de/wp-content/uploads/2010/03/P1010143.jpg"><img class="aligncenter size-medium wp-image-888" title="P1010143" src="http://notouching.de/wp-content/uploads/2010/03/P1010143-300x200.jpg" alt="" width="300" height="200" /></a><br />
<a href="http://notouching.de/wp-content/uploads/2010/03/P1010137.jpg"><img class="aligncenter size-medium wp-image-887" title="P1010137" src="http://notouching.de/wp-content/uploads/2010/03/P1010137-300x200.jpg" alt="" width="300" height="200" /></a><br />
<a href="http://notouching.de/wp-content/uploads/2010/03/P10101261.jpg"><img class="aligncenter size-medium wp-image-886" title="P1010126" src="http://notouching.de/wp-content/uploads/2010/03/P10101261-200x300.jpg" alt="" width="200" height="300" /></a><br />
<a href="http://notouching.de/wp-content/uploads/2010/03/P1010127.jpg"><img class="aligncenter size-medium wp-image-885" title="P1010127" src="http://notouching.de/wp-content/uploads/2010/03/P1010127-300x200.jpg" alt="" width="300" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notouching.de/2010/03/18/summ-summ-summ/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

