<?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>liquidbass</title>
	<atom:link href="http://www.liquidbass.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidbass.de</link>
	<description>One of millions web-development weblogs</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Very flexible image gallery with Alchemy CMS</title>
		<link>http://www.liquidbass.de/2012/01/very-flexible-image-gallery-with-alchemy-cms/</link>
		<comments>http://www.liquidbass.de/2012/01/very-flexible-image-gallery-with-alchemy-cms/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 01:36:27 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=320</guid>
		<description><![CDATA[Die Aufgabe: Entwicklung eines Bildergalerie-Rasters, in das unterschiedlich breite und hohe Bilder einfließen können. Es sollen möglichst viele Anordnungsmöglichkeiten der Bilder im Raster ausgeschöpft werden. Die Bilder werden von einem Redakteur im Alchemy CMS eingepflegt, der die Wartung möglichst einfach haben soll und dabei keine Fehler machen können soll. Die Lösung: Das Raster ist insgesamt [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Die Aufgabe:</strong><br />
Entwicklung eines Bildergalerie-Rasters, in das unterschiedlich breite und hohe Bilder einfließen können.<br />
Es sollen möglichst viele Anordnungsmöglichkeiten der Bilder im Raster ausgeschöpft werden.<br />
Die Bilder werden von einem Redakteur im <a title="Alchemy CMS" href="http://alchemy-cms.com" target="_blank">Alchemy CMS</a> eingepflegt, der die Wartung möglichst einfach haben soll und dabei keine Fehler machen können soll.</p>
<p><strong>Die Lösung:</strong><br />
Das Raster ist insgesamt 910px breit.<br />
Jedes darin enthaltene Bild hat einen Außenabstand von 10px zum Nächsten.<br />
<img class="alignnone size-full wp-image-325" title="gallery_grid" src="http://www.liquidbass.de/wp-content/uploads/2012/01/gallery_grid.png" alt="" width="910" height="243" /></p>
<p>Die möglichen Bilder haben fünf verschiedene vordefinierte Größen, sodass sie in das Raster passen:<br />
1.) &#8220;105px x 160px&#8221;<br />
2.) &#8220;220px x 160px&#8221;<br />
3.) &#8220;220px x 330px&#8221;<br />
4.) &#8220;450px x 330px&#8221;<br />
5.) &#8220;450px x 500px&#8221;</p>
<p>Die Bilder floaten alle links.</p>
<p><strong>Problematik:</strong><br />
Da HTML einen Textfluss von links oben nach rechts unten hat, gerät man schnell in das Problem dass die großen Bilder links neben den kleineren stehen müssen. Ansonsten entstehen Lücken im Raster die nicht gefüllt werden können.</p>
<p><strong>Die Lösung dazu:</strong><br />
Die Bilder floaten nicht im gesamten Raster, sondern das Raster wird in weitere unterschiedlich breite Spalten aufgeteilt in denen die Bilder jeweils floaten:<br />
1.) &#8539; Spalte<br />
2.) ¼ Spalte<br />
3.) ½ Spalte<br />
4.) das gesamte Raster</p>
<p>Diese Spalten habe ich in Alchemy CMS als Elemente angelegt, sodass sie vom Redakteur in beliebiger Reihenfolge platziert werden können.</p>
<p>In diese Spalten können jeweils die Bilder eingefügt werden.<br />
In der &#8539; Spalte können logischerweise nur die &#8220;105px x 160px&#8221; Bilder platziert werden.<br />
In den anderen Spalten entsprechend die Bildgrößen, die dort maximal passen.</p>
<p>Dieser Zusammenbau des Rasters mit Hilfe der unterschiedlichen Spalten lässt z.B. solche Strukturen zu die sehr einfach zu pflegen sind:</p>
<p><img src="http://www.liquidbass.de/wp-content/uploads/2012/01/gallery_01.png" alt="" title="gallery_01" width="910" height="500" class="alignnone size-full wp-image-345" /></p>
<p><img src="http://www.liquidbass.de/wp-content/uploads/2012/01/gallery_02.png" alt="" title="gallery_02" width="910" height="500" class="alignnone size-full wp-image-345" /></p>
<p><img src="http://www.liquidbass.de/wp-content/uploads/2012/01/gallery_03.png" alt="" title="gallery_03" width="910" height="500" class="alignnone size-full wp-image-345" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2012/01/very-flexible-image-gallery-with-alchemy-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permission denied: /var/www/xx/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</title>
		<link>http://www.liquidbass.de/2011/07/permission-denied-varwwwxx-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/</link>
		<comments>http://www.liquidbass.de/2011/07/permission-denied-varwwwxx-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 11:36:48 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=299</guid>
		<description><![CDATA[Sometimes I got this Error Message in Apache error.log Permission denied: /var/www/xx/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable I am using Parallels Confixx Software for managing the virtual hosts. When creating a new RootDirectory for a Domain via Confixx, it will be create with wrong ownerships. Setting ownerships via console will [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I got this Error Message in Apache error.log<br />
<code><br />
Permission denied: /var/www/xx/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable<br />
</code></p>
<p>I am using Parallels Confixx Software for managing the virtual hosts.<br />
When creating a new RootDirectory for a Domain via Confixx, it will be create with wrong ownerships.<br />
Setting ownerships via console will solve that error:</p>
<p>confixx created it with webX:webX</p>
<p>You need to set it to User and Apache-user:<br />
chown webX:www-data my-Root-Dir</p>
<p>This should help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2011/07/permission-denied-varwwwxx-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libMagick (ImageMagick cannot open shared object file: No such file or directory)</title>
		<link>http://www.liquidbass.de/2011/07/268/</link>
		<comments>http://www.liquidbass.de/2011/07/268/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 00:28:24 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=268</guid>
		<description><![CDATA[On Debian 5 (Lenny) after installing ImageMagick and rmagick, when testing my rails application: libMagickCore.so.2: cannot open shared object file: No such file or directory – /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib/RMagick2.so Missing these required gems: rmagick ... At first I thought it must be a problem of rmagick because apaches module passenger raises up an error about missing rmagick&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>On Debian 5 (Lenny) after installing ImageMagick and rmagick, when testing my rails application:<br />
<code>libMagickCore.so.2: cannot open shared object file: No such file or directory – /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib/RMagick2.so</code><br />
<code>Missing these required gems: rmagick ...</code></p>
<p>At first I thought it must be a problem of rmagick because apaches module passenger raises up an error about missing rmagick&#8230;</p>
<p>But if you look closer into the problem, youll see that the libraries of Imagemagick arent found in that folders where they are excepted to be.</p>
<p>So what can you can do now?</p>
<p>1. Just type this into the console, so the libs are getting found: ldconfig /usr/local/lib<br />
2. compile Imagemagic again with explicitly setting the libpath to /usr/lib where the libraries are excepted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2011/07/268/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alchemy CMS (Content Management System)</title>
		<link>http://www.liquidbass.de/2011/07/alchemy-cms-content-management-system/</link>
		<comments>http://www.liquidbass.de/2011/07/alchemy-cms-content-management-system/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 00:15:11 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[News and Stuff]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=274</guid>
		<description><![CDATA[Alchemy is a full featured Content Management System (CMS) with a gorgeous Userinterface. Nearly every content management system stores the content of a page in a body column in the pages table. This is easy to develop and the user manages the content inside one of the fancy new Javascript based wysiwyg processors. Formatting, image [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.liquidbass.de/wp-content/uploads/2011/07/edit-page-content.png"><img src="http://www.liquidbass.de/wp-content/uploads/2011/07/edit-page-content-150x150.png" alt="" title="edit-page-content" width="150" height="150" class="alignleft size-thumbnail wp-image-277" /></a>Alchemy is a full featured Content Management System (CMS) with a gorgeous Userinterface.</p>
<p>Nearly every content management system stores the content of a page in a body column in the pages table. This is easy to develop and the user manages the content inside one of the fancy new Javascript based wysiwyg processors. Formatting, image placement, styling and positioning of the content is in the hand of the end-user.</p>
<p><strong>We think this is completly wrong!</strong></p>
<p>The content manager mustn‘t be able to change anything but the content and some basic text formatting. The content manager shouldn‘t care about headline formatting, image positioning or resizing. The developer should take care of this!</p>
<p><strong>Alchemy is different!</strong></p>
<p>We split the page into logical parts like headlines, paragraphs, images, etc. The only thing we store in the database is text: ids of images and richtext content. Nothing else. No markup (besides basic text formatting inside the richtext elements), no styling, no layout. Pure content!</p>
<p>This gives the webdeveloper the power and flexibility to implement any kind of layout with the insurance that the content manager is not able to break up the layout.</p>
<p><strong>Resources</strong><br />
    Homepage: <a href="http://alchemy-app.com">http://alchemy-app.com</a><br />
    Live-Demo: <a href="http://demo.alchemy-app.com">http://demo.alchemy-app.com</a><br />
    Wiki: <a href="http://wiki.alchemy-app.com">http://wiki.alchemy-app.com</a><br />
    API Documentation: <a href="http://api.alchemy-app.com">http://api.alchemy-app.com</a><br />
    Issue-Tracker: <a href="http://issues.alchemy-app.com">http://issues.alchemy-app.com</a><br />
    Sourcecode: <a href="http://source.alchemy-app.com">http://source.alchemy-app.com</a><br />
    User Group: <a href="http://groups.google.com/group/alchemy-cms">http://groups.google.com/group/alchemy-cms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2011/07/alchemy-cms-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple and lightweight jquery image gallery</title>
		<link>http://www.liquidbass.de/2011/06/simple-and-lightweight-jquery-image-gallery/</link>
		<comments>http://www.liquidbass.de/2011/06/simple-and-lightweight-jquery-image-gallery/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 08:15:07 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=270</guid>
		<description><![CDATA[This is a very simple and lightweight image gallery based on the jQuery javascript framework. The principle of this image gallery is that we dont need to render thumbnails seperatly. The thumbnails are the big images wich are resized via CSS. You need the jQuery javascript framework and the jGalight javascript and the css styles [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very simple and lightweight image gallery based on the jQuery javascript framework.</p>
<p>The principle of this image gallery is that we dont need to render thumbnails seperatly.<br />
The thumbnails are the big images wich are resized via CSS.</p>
<p>You need the jQuery javascript framework and the jGalight javascript and the css styles for the gallery.</p>
<pre name="code" class="javascript">
<script type="text/javascript" src="jquery.1.5.2.min.js"></script>
<script type="text/javascript" src="jGalight.js"></script>
<link href="./styles.css" rel="stylesheet" type="text/css">
</pre>
<p>The HTML structure of the gallery is very simple.</p>
<pre name="code" class="html">
<div class="gallery">
<div class="big_image"></div>
<ul>
<li><img src="./images/image_01.jpg" alt="Image 01"></li>
<li><img src="./images/image_02.jpg" alt="Image 02"></li>
<li><img src="./images/image_03.jpg" alt="Image 03"></li>
</ul>
</div>
</pre>
<p>You just need to call the jQuery function jGalight() on the object you want.</p>
<pre name="code" class="javascript">
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
    jQuery('.gallery').jGalight({effect: 'fade'});
});
</script>
</pre>
<p><strong>Example:</strong><br />
<a href="http://www.liquidbass.de/demo/jGalight/">http://www.liquidbass.de/demo/jGalight/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2011/06/simple-and-lightweight-jquery-image-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC Snow Leopard MySQL 32Bit to 64Bit</title>
		<link>http://www.liquidbass.de/2010/10/mac-snow-leopard-mysql-32bit-to-64bit/</link>
		<comments>http://www.liquidbass.de/2010/10/mac-snow-leopard-mysql-32bit-to-64bit/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 10:14:53 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=265</guid>
		<description><![CDATA[My MySQL Installation is copied from a 32Bit System to a new Snow Leopard System running with 64Bit. While Installing some Daemons, i needed to upgrade MySQL to 64Bit. I downloaded MySQL5 Package from here: http://www.mysql.com/downloads/mysql/ I ran into some Issues, but at least this worked for me: First Ive stopped running MySQL-Server: sudo /Library/StartupItems/MySQLCOM/MySQLCOM [...]]]></description>
			<content:encoded><![CDATA[<p>My MySQL Installation is copied from a 32Bit System to a new Snow Leopard System running with 64Bit.<br />
While Installing some Daemons, i needed to upgrade MySQL to 64Bit.</p>
<p>I downloaded MySQL5 Package from here:</p>
<pre>

http://www.mysql.com/downloads/mysql/
</pre>
<p>I ran into some Issues, but at least this worked for me:</p>
<p>First Ive stopped running MySQL-Server:</p>
<pre>
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop
</pre>
<pre>
sudo gem uninstall mysql
</pre>
<p>I also had to remove mac ports because it did not work anymore</p>
<pre>
sudo rm -rf \
    /opt/local \
    /Applications/DarwinPorts \
    /Applications/MacPorts \
    /Library/LaunchDaemons/org.macports.* \
    /Library/Receipts/DarwinPorts*.pkg \
    /Library/Receipts/MacPorts*.pkg \
    /Library/StartupItems/DarwinPortsStartup \
    /Library/Tcl/darwinports1.0 \
    /Library/Tcl/macports1.0 \
    ~/.macports
</pre>
<p>Then I had to install mysql5-devel</p>
<pre>
sudo port install mysql5-devel
</pre>
<p>After that I was able to install the MySQL Gem with explicitly use of 64Bit architecture</p>
<pre>
sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
</pre>
<p>After that i started MySQL again:</p>
<pre>
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2010/10/mac-snow-leopard-mysql-32bit-to-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx on Mac OSX</title>
		<link>http://www.liquidbass.de/2010/10/sphinx-on-mac-osx/</link>
		<comments>http://www.liquidbass.de/2010/10/sphinx-on-mac-osx/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 20:16:45 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=251</guid>
		<description><![CDATA[I ran in the problem, that i could not compile Sphinx correctly. I got many errors and warnings until make task died. The first error looked like this: /usr/include/iodbcunix.h:128: error: conflicting declaration ‘typedef unsigned int DWORD’ The Solution was just adding a little configure parameter: ./configure --without-unixodbc --prefix=/usr/local/ After that it works like a charm!]]></description>
			<content:encoded><![CDATA[<p>I ran in the problem, that i could not compile Sphinx correctly.<br />
I got many errors and warnings until make task died.</p>
<p>The first error looked like this:<br />
<code>/usr/include/iodbcunix.h:128: error: conflicting declaration ‘typedef unsigned int DWORD’</code></p>
<p>The Solution was just adding a little configure parameter:<br />
<code>./configure --without-unixodbc --prefix=/usr/local/</code></p>
<p>After that it works like a charm!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2010/10/sphinx-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transferring Files with rsync and ssh from Server to Server</title>
		<link>http://www.liquidbass.de/2010/02/transferring-files-with-rsync-and-ssh-from-server-to-server/</link>
		<comments>http://www.liquidbass.de/2010/02/transferring-files-with-rsync-and-ssh-from-server-to-server/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:20:22 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=243</guid>
		<description><![CDATA[This rsync Command is really helpful for transferring data to another server. I need this very often. rsync -vrlptgoD -e ssh ./yourfile.tar.gz root@XXX.XX.47.73:/root If you need to change the ssh Port, you can write it as a string: rsync -vrlptgoD -e 'ssh -p1356' ./yourfile.tar.gz root@XXX.XX.47.73:/root]]></description>
			<content:encoded><![CDATA[<p>This rsync Command is really helpful for transferring data to another server.<br />
I need this very often.<br />
<code>rsync -vrlptgoD -e ssh ./yourfile.tar.gz root@XXX.XX.47.73:/root</code></p>
<p>If you need to change the ssh Port, you can write it as a string:<br />
<code>rsync -vrlptgoD -e 'ssh -p1356' ./yourfile.tar.gz root@XXX.XX.47.73:/root</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2010/02/transferring-files-with-rsync-and-ssh-from-server-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>change owner of files or directories globally by searching for a group</title>
		<link>http://www.liquidbass.de/2010/01/change-owner-of-files-or-directories-globally-by-searching-for-a-group/</link>
		<comments>http://www.liquidbass.de/2010/01/change-owner-of-files-or-directories-globally-by-searching-for-a-group/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 13:54:27 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=232</guid>
		<description><![CDATA[Sometimes, thankfully not very often, I need to change the group or the user of many directories or files in a global way. This could happen owing to unfortunate circumstances, e.g when you switch a Serversystem to another and something went wrong or something happens you did not plan before. With this command I find [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, thankfully not very often, I need to change the group or the user of many directories or files in a global way. This could happen owing to unfortunate circumstances, e.g when you switch a Serversystem to another and something went wrong or something happens you did not plan before.</p>
<p>With this command I find all directories inside of /var/www with the group-id 501.<br />
then it will execute the command chgrp for changing the group-id to 33:</p>
<p>find /var/www -gid 501 -type d -exec chgrp 33 &#8216;{}&#8217; &#8216;;<br />
(You can also write &#8216;&#8230;chgrp www-data&#8217;)</p>
<p>I have to say, this command had saved my life, for more than one time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2010/01/change-owner-of-files-or-directories-globally-by-searching-for-a-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verlag zu Scherzen aufgelegt</title>
		<link>http://www.liquidbass.de/2009/05/verlag-zu-scherzen-aufgelegt/</link>
		<comments>http://www.liquidbass.de/2009/05/verlag-zu-scherzen-aufgelegt/#comments</comments>
		<pubDate>Wed, 13 May 2009 16:04:40 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[News and Stuff]]></category>

		<guid isPermaLink="false">http://www.liquidbass.de/?p=202</guid>
		<description><![CDATA[Bei der Heimwerker-Zeitschrift &#8220;Selber machen&#8221; die vom Jahreszeiten Verlag herausgegeben wird, gab es in der diesmonatigen Ausgabe (Mai 2009) einen recht unauffälligen, aber durchaus eindrucksvollen Hingucker zu entdecken! Das Impressum der Zeitschrift wurde nicht wie gewohnt in den Druck gegeben, sondern wurde scheinbar bewusst umformuliert. Laut Impressum kann man sich über den Bestellservice an die [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der Heimwerker-Zeitschrift &#8220;Selber machen&#8221; die vom Jahreszeiten Verlag herausgegeben wird, gab es in der diesmonatigen Ausgabe (Mai 2009) einen recht unauffälligen, aber durchaus eindrucksvollen Hingucker zu entdecken!</p>
<p>Das Impressum der Zeitschrift wurde nicht wie gewohnt in den Druck gegeben, sondern wurde scheinbar bewusst umformuliert.<br />
Laut Impressum kann man sich über den Bestellservice an die Heroinherstellung wenden. Desweiteren werden seltsame und nicht internetkonforme E-Mail- und Internetadressen als Kontaktmöglichkeit angegeben.</p>
<p>Es lässt nun Spekulationen offen ob dies ein Scherz oder gar eine art Racheakt eines Mitarbeiters war, oder ob der Verlag bewusst versucht Aufmerksamkeit auf sich zu ziehen. Wie auch immer, aus meiner Sicht ist es gelungen für ein wenig Aufmunterung zu sorgen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidbass.de/2009/05/verlag-zu-scherzen-aufgelegt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

