<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>public var spierala</title>
	<atom:link href="http://spierala.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spierala.wordpress.com</link>
	<description>my work, my code, my life by florian spier</description>
	<lastBuildDate>Thu, 13 Oct 2011 16:11:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='spierala.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>public var spierala</title>
		<link>http://spierala.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://spierala.wordpress.com/osd.xml" title="public var spierala" />
	<atom:link rel='hub' href='http://spierala.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Singleton Pattern Example AS3 (based on MVC)</title>
		<link>http://spierala.wordpress.com/2011/10/12/singleton-pattern-as3/</link>
		<comments>http://spierala.wordpress.com/2011/10/12/singleton-pattern-as3/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 22:37:04 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=287</guid>
		<description><![CDATA[Hello all, the Singleton Pattern helps you to store persistent data in your application, which should be globally accessible at any time. Therefore it is recommended to use a Singleton Class for your Model in a MVC-Application. For example your Singleton Class could hold the data of a loaded XML-File or in a game it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=287&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello all,<br />
the Singleton Pattern helps you to store persistent data in your application, which should be globally accessible at any time. Therefore it is recommended to use a Singleton Class for your Model in a MVC-Application. For example your Singleton Class could hold the data of a loaded XML-File or in a game it could hold the score/<a title="Load Bodycount App from Android Market - MVC Based ;)" href="https://market.android.com/details?id=com.spierala.bodycount" target="_blank">bodycount</a> of the player. The Singleton Pattern makes sure you can access that data whenever and whereever you want with a simple statement like this:</p>
<p>_model = Singleton.getInstance();</p>
<p>The function getInstance() just returns always the same instance, which is just created once at the first function call.</p>
<p>I just updated the popular Actionscript <a title="Basic Model View Controller (MVC) Example AS3" href="http://spierala.wordpress.com/2008/11/22/basic-model-view-controller-mvc-example-as3/">Basic Model View Controller example</a>.<br />
For the Model I use the Singleton Design Pattern, which makes it very easy to access data throughout the entire application.</p>
<p>You can see I just call Singleton.getInstance(); to access the Model with all its data.</p>
<p>check out the new AS3 example here: <a title="MVC Singleton Slideshow" href="http://spierala.com/blog/mvc-10-2011/MvcSlideShow.html" target="_blank">MVC Singleton Slideshow</a>.<br />
you can view the actionscript source via right-click on the swf.<br />
alternatively feel free to download the entire flash builder project <a href="http://spierala.com/blog/mvc-10-2011/srcview/MVCSlideShow_v2.zip" target="_blank">here</a>.</p>
<div id="attachment_50" class="wp-caption alignnone" style="width: 260px"><a title="mvc singleton slideshow application" href="http://spierala.com/blog/mvc-10-2011/MvcSlideShow.html" target="_blank"><img class="size-full wp-image-50" title="MVC SlideShow Application" src="http://spierala.files.wordpress.com/2008/11/mvcslideshow1.jpg?w=630" alt="MVC SlideShow Application"   /></a><p class="wp-caption-text">MVC Singleton SlideShow Application</p></div>
<p>I recommend this basic setup for tiny actionscript applications, which will help you to keep your code structured and clean. For bigger things you should think about using a mvc framework &#8211; for example <a title="robotlets" href="http://www.robotlegs.org/" target="_blank">Robotlegs</a>. Maybe I will do a tiny example for it as well. Soon.</p>
<p>Cheers,<br />
Flo</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=287&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2011/10/12/singleton-pattern-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2008/11/mvcslideshow1.jpg" medium="image">
			<media:title type="html">MVC SlideShow Application</media:title>
		</media:content>
	</item>
		<item>
		<title>blockhaus-spier.de online</title>
		<link>http://spierala.wordpress.com/2011/09/29/blockhaus-spier-de-online/</link>
		<comments>http://spierala.wordpress.com/2011/09/29/blockhaus-spier-de-online/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 07:54:42 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[self-employed]]></category>
		<category><![CDATA[Silverstripe]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=273</guid>
		<description><![CDATA[Das nette Ferienhaus an der Mosel &#8220;BLOCKHAUS SPIER&#8221; kann mit einem neuen Web-Auftritt aufwarten. Check it out: www.blockhaus-spier.de Wer Lust hat, die letzten sonnigen Tage des Jahres an der Mosel zu verbringen mit Radfahren, Wandern, Weintrinken und vieles mehr, sollte ganz schnell hier buchen: http://blockhaus-spier.de/buchung/ Technologien: Silverstripe<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=273&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_275" class="wp-caption alignnone" style="width: 160px"><a href="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-43-53.jpg"><img class="size-thumbnail wp-image-275" title="Impressionen von der Mosel" src="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-43-53.jpg?w=150&#038;h=143" alt="" width="150" height="143" /></a><p class="wp-caption-text">Impressionen von der Mosel</p></div><br />
<div id="attachment_276" class="wp-caption alignnone" style="width: 160px"><a href="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-44-09.jpg"><img class="size-thumbnail wp-image-276" title="Anfahrt" src="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-44-09.jpg?w=150&#038;h=143" alt="" width="150" height="143" /></a><p class="wp-caption-text">Anfahrt</p></div></p>
<p>Das nette Ferienhaus an der Mosel &#8220;BLOCKHAUS SPIER&#8221; kann mit einem neuen Web-Auftritt aufwarten. Check it out: <a title="Blockhaus Spier" href="http://www.blockhaus-spier.de" target="_blank">www.blockhaus-spier.de<br />
</a> Wer Lust hat, die letzten sonnigen Tage des Jahres an der Mosel zu verbringen mit Radfahren, Wandern, Weintrinken und vieles mehr, sollte ganz schnell hier buchen: <a title="Online Buchung" href="http://blockhaus-spier.de/buchung/" target="_blank">http://blockhaus-spier.de/buchung/</a></p>
<p>Technologien: Silverstripe</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=273&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2011/09/29/blockhaus-spier-de-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-43-53.jpg?w=150" medium="image">
			<media:title type="html">Impressionen von der Mosel</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/09/screen-shot-2011-09-29-at-09-44-09.jpg?w=150" medium="image">
			<media:title type="html">Anfahrt</media:title>
		</media:content>
	</item>
		<item>
		<title>Lagersoftware</title>
		<link>http://spierala.wordpress.com/2010/12/20/lagersoftware/</link>
		<comments>http://spierala.wordpress.com/2010/12/20/lagersoftware/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 22:58:56 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[self-employed]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=213</guid>
		<description><![CDATA[Im Auftrag eines Kunden habe ich diese Lagersoftware erstellt, die dazu verwendet wird, den Bestand des Lagers jederzeit und aktuell bewerten zu können. Die Software liefert entsprechende Übersichtsfunktionen für den Bestand an Teilen und Artikeln. Die Bestände können jederzeit aktualisiert werden z.B. bei Zuläufen. Zusätzlich besteht die Möglichkeit, einen „internen Auftrag“ zu erstellen. Nach Erstellung [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=213&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://spierala.wordpress.com/2010/12/20/lagersoftware/screen-shot-2011-07-08-at-00-41-14/' title='Überblick Produkte mit Filterfunktion'><img data-attachment-id='214' data-orig-size='1049,900' data-liked='0'width="150" height="128" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-41-14.jpg?w=150&#038;h=128" class="attachment-thumbnail" alt="Überblick Produkte mit Filterfunktion" title="Überblick Produkte mit Filterfunktion" /></a>
<a href='http://spierala.wordpress.com/2010/12/20/lagersoftware/screen-shot-2011-07-08-at-00-41-43/' title='Erstellung neues Set aus Einzelteilen '><img data-attachment-id='215' data-orig-size='1049,900' data-liked='0'width="150" height="128" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-41-43.jpg?w=150&#038;h=128" class="attachment-thumbnail" alt="Erstellung neues Set aus Einzelteilen" title="Erstellung neues Set aus Einzelteilen" /></a>
<a href='http://spierala.wordpress.com/2010/12/20/lagersoftware/screen-shot-2011-07-08-at-00-44-14/' title='Auftrag Erstellung'><img data-attachment-id='216' data-orig-size='1049,900' data-liked='0'width="150" height="128" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-44-14.jpg?w=150&#038;h=128" class="attachment-thumbnail" alt="Auftrag Erstellung" title="Auftrag Erstellung" /></a>

<p>Im Auftrag eines Kunden habe ich diese Lagersoftware erstellt, die dazu verwendet wird, den Bestand des Lagers jederzeit und aktuell bewerten zu können. Die Software liefert entsprechende Übersichtsfunktionen für den Bestand an Teilen und Artikeln. Die Bestände können jederzeit aktualisiert werden z.B. bei Zuläufen. Zusätzlich besteht die Möglichkeit, einen „internen Auftrag“ zu erstellen. Nach Erstellung des Auftrages werden die Bestände an Teilen und Artikeln automatisch aktualisiert. Über kritische Mengen an Teilen informiert eine „Note- Funktion“.</p>
<p>Technologien: Actionscript 3.0, Flex-Framework, Doctrine, Robotlegs (MVC-Framework)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=213&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/12/20/lagersoftware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-41-14.jpg?w=150" medium="image">
			<media:title type="html">Überblick Produkte mit Filterfunktion</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-41-43.jpg?w=150" medium="image">
			<media:title type="html">Erstellung neues Set aus Einzelteilen</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-44-14.jpg?w=150" medium="image">
			<media:title type="html">Auftrag Erstellung</media:title>
		</media:content>
	</item>
		<item>
		<title>Playboy Microsites</title>
		<link>http://spierala.wordpress.com/2010/09/07/playboy-microsites/</link>
		<comments>http://spierala.wordpress.com/2010/09/07/playboy-microsites/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 22:31:02 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=199</guid>
		<description><![CDATA[Playboy meets Stromberg KUTCHiiN. Der Playboy veranstaltete zum 1. Mal das Playboy Dinner unter dem Motto &#8220;Die Lust am Fleisch&#8221;. Holger Stromberg kocht live und die Playboy-Bunnys sind die Gastgeberinnen des Abends. Die dazugehörige Webseite beinhaltet alle Informationen rund um den Abend. Ein kleines Highlight ist die Navigation mit ihren großen Bildern, die erste Einblicke [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=199&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_201" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-19-20.jpg"><img class="size-medium wp-image-201" title="Playboy Dinner" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-19-20.jpg?w=300&#038;h=257" alt="" width="300" height="257" /></a><p class="wp-caption-text">Playboy Dinner</p></div>
<p>Playboy meets Stromberg KUTCHiiN.</p>
<p>Der Playboy veranstaltete zum 1. Mal das Playboy Dinner unter dem Motto &#8220;Die Lust am Fleisch&#8221;. Holger Stromberg kocht live und die Playboy-Bunnys sind die Gastgeberinnen des Abends. Die dazugehörige Webseite beinhaltet alle Informationen rund um den Abend. Ein kleines Highlight ist die Navigation mit ihren großen Bildern, die erste Einblicke gewährt und &#8220;Appetit&#8221; auf den bevorstehenden Abend macht.</p>
<div id="attachment_200" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-15-45-53.jpg"><img class="size-medium wp-image-200" title="Playboy-Clubtour 2010" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-15-45-53.jpg?w=300&#038;h=204" alt="" width="300" height="204" /></a><p class="wp-caption-text">Playboy-Clubtour 2010</p></div>
<p>Auch 2010 fand wieder die Playboy Clubtour statt. In fünf Städten feiern die Partygäste ausgelassen mit den hübschen Playboy Bunnys.</p>
<p>Das Partyvolk findet auf dieser Webseite alle wichtigen Informationen rund um die Locations, Tour-Daten, Bunnys und Partner des Events. Ein kurzes Video fasst die Highlights des letzten Jahres zusammen und macht schon im Vorfeld Lust auf heiße Partynächte.</p>
<p>Technologien: Flash, HTML, CSS, Javascript<br />
Projekt-Links: <a title="Clubtour 2010" href="http://www.playboy.de/clubtour" target="_blank">Clubtour 2010</a>, <a title="Playboy Dinner" href="http://www.playboy-de.com/redaktion/playboydinner/index.php" target="_blank">Playboy Dinner</a><br />
Arbeitgeber: <a title="stilbezirk" href="http://www.stilbezirk.de/" target="_blank">stilbezirk</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=199&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/09/07/playboy-microsites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-00-19-20.jpg?w=300" medium="image">
			<media:title type="html">Playboy Dinner</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-15-45-53.jpg?w=300" medium="image">
			<media:title type="html">Playboy-Clubtour 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>UEFA Truck Mailing Software</title>
		<link>http://spierala.wordpress.com/2010/08/20/uefa-truck-mailing-software/</link>
		<comments>http://spierala.wordpress.com/2010/08/20/uefa-truck-mailing-software/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 10:28:56 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=230</guid>
		<description><![CDATA[Für adidas wurde dieses Software erstellt, die auf einem Truck im Einsatz war, der quer durch Europa tourte und an den großen Spielstätten der Europe League halt machte. Die Teilnehmer konnten per Webcam ein Foto von sich aufnehmen und dieses mit einem persönlichen Text versehen. Alles zusammen konnte an die email-Adresse eines Freundes verschickt werden. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=230&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_233" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/foto_und_versand1.jpg"><img class="size-medium wp-image-233" title="Foto_und_Versand" src="http://spierala.files.wordpress.com/2011/07/foto_und_versand1.jpg?w=300&#038;h=173" alt="" width="300" height="173" /></a><p class="wp-caption-text">User-Foto und Versand</p></div>
<div id="attachment_234" class="wp-caption alignnone" style="width: 273px"><a href="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-12-36-06.jpg"><img class="size-medium wp-image-234" title="Die E-Mail. " src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-12-36-06.jpg?w=263&#038;h=300" alt="" width="263" height="300" /></a><p class="wp-caption-text">Die E-Mail beim Empfänger.</p></div>
<p>Für adidas wurde dieses Software erstellt, die auf einem Truck im Einsatz war, der quer durch Europa tourte und an den großen Spielstätten der Europe League halt machte. Die Teilnehmer konnten per Webcam ein Foto von sich aufnehmen und dieses mit einem persönlichen Text versehen. Alles zusammen konnte an die email-Adresse eines Freundes verschickt werden. Alle Bilder und Texte wurden auf einem Server zwischengespeichert. Ein Backup-System sorgte dafür, dass die Nachrichten bei fehlender Internet-Verbindung zwischengespeichert werden und zum nächst möglichen Zeitpunkt verschickt werden.</p>
<p>Technologien: Actionscript 3.0, PHP, SQLite<br />
Arbeitgeber: <a title="stilbezirk" href="http://www.stilbezirk.de/" target="_blank">stilbezirk</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=230&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/08/20/uefa-truck-mailing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/foto_und_versand1.jpg?w=300" medium="image">
			<media:title type="html">Foto_und_Versand</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-08-at-12-36-06.jpg?w=263" medium="image">
			<media:title type="html">Die E-Mail. </media:title>
		</media:content>
	</item>
		<item>
		<title>adidas Videotool in Kapstadt zur WM Südafrika</title>
		<link>http://spierala.wordpress.com/2010/06/17/adidas-videotool/</link>
		<comments>http://spierala.wordpress.com/2010/06/17/adidas-videotool/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 22:03:51 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=180</guid>
		<description><![CDATA[basierend auf meiner Diplomarbeit habe ich bei stilbezirk das Videotool entwickelt. Es handelt sich dabei um ein mobiles Greenscreen Videostudio. Das Tool war in Stockholm und zur Fussball-WM in Kapstadt im Einsatz. Die Teilnehmer konnten dank des Tools zusammen mit Superstar Lionel Messi in einem Videoclip kicken. Hauptaugenmerk bei der Entwicklung des Videotools lag auf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=180&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div id="attachment_263" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/adidasvt_01_hires2.jpg"><img class="size-medium wp-image-263" title="MAKE YOUR MESSI MOVE" src="http://spierala.files.wordpress.com/2011/07/adidasvt_01_hires2.jpg?w=300&#038;h=249" alt="" width="300" height="249" /></a><p class="wp-caption-text">MAKE YOUR MESSI MOVE</p></div>
<p>basierend auf meiner Diplomarbeit habe ich bei stilbezirk das Videotool entwickelt. Es handelt sich dabei um ein mobiles Greenscreen Videostudio. Das Tool war in Stockholm und zur Fussball-WM in Kapstadt im Einsatz. Die Teilnehmer konnten dank des Tools zusammen mit Superstar Lionel Messi in einem Videoclip kicken.</p>
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt">
<a href='http://spierala.wordpress.com/2010/06/17/adidas-videotool/adidasvt_08_hires/' title='Soft- und Hardware'><img data-attachment-id='182' data-orig-size='583,480' data-liked='0'width="150" height="123" src="http://spierala.files.wordpress.com/2011/07/adidasvt_08_hires.jpg?w=150&#038;h=123" class="attachment-thumbnail" alt="Soft- und Hardware" title="Soft- und Hardware" /></a>
<a href='http://spierala.wordpress.com/2010/06/17/adidas-videotool/adidasvt_10_hires/' title='Teilnehmer vor dem Greenscreen'><img data-attachment-id='183' data-orig-size='457,480' data-liked='0'width="142" height="150" src="http://spierala.files.wordpress.com/2011/07/adidasvt_10_hires.jpg?w=142&#038;h=150" class="attachment-thumbnail" alt="Teilnehmer vor dem Greenscreen" title="Teilnehmer vor dem Greenscreen" /></a>
<a href='http://spierala.wordpress.com/2010/06/17/adidas-videotool/olympus-digital-camera/' title='Großer Andrang...'><img data-attachment-id='184' data-orig-size='3648,2736' data-liked='0'width="150" height="112" src="http://spierala.files.wordpress.com/2011/07/p6110130.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Großer Andrang..." title="Großer Andrang..." /></a>
<a href='http://spierala.wordpress.com/2010/06/17/adidas-videotool/olympus-digital-camera-2/' title='Überblick Shopping Mall'><img data-attachment-id='185' data-orig-size='3648,2736' data-liked='0'width="150" height="112" src="http://spierala.files.wordpress.com/2011/07/p6110136.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="Überblick Shopping Mall" title="Überblick Shopping Mall" /></a>
<a href='http://spierala.wordpress.com/2010/06/17/adidas-videotool/adidasvt_01_hires/' title='MAKE YOUR MESSI MOVE'><img data-attachment-id='263' data-orig-size='577,480' data-liked='0'width="150" height="124" src="http://spierala.files.wordpress.com/2011/07/adidasvt_01_hires2.jpg?w=150&#038;h=124" class="attachment-thumbnail" alt="MAKE YOUR MESSI MOVE" title="MAKE YOUR MESSI MOVE" /></a>
</p>
</dt>
</dl>
</div>
<p>Hauptaugenmerk bei der Entwicklung des Videotools lag auf der einfachen Bedienung, die vor allem auf dem weitgehend automatisierten Videoproduktions-Prozess basiert. In der Videotool-Software wird per Knopfdruck die Video-Aufnahme des Teilnehmers vor dem Greenscreen gestartet; der Teilnehmer im Video wird daraufhin durch die Software automatisiert freigestellt und in ein bestehendes Video-Compositing (mit Messi etc.) eingebettet. Nach wenigen Minuten kann der fertig berechnete Clip auf einem großen Screen angeschaut oder auf einem USB-Stick dem Teilnehmer übergeben werden.</p>
<p>Technologien: After Effects, Max MSP<br />
Arbeitgeber: <a title="stilbezirk" href="http://www.stilbezirk.de/" target="_blank">stilbezirk</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=180&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/06/17/adidas-videotool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/adidasvt_01_hires2.jpg?w=300" medium="image">
			<media:title type="html">MAKE YOUR MESSI MOVE</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/adidasvt_08_hires.jpg?w=150" medium="image">
			<media:title type="html">Soft- und Hardware</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/adidasvt_10_hires.jpg?w=142" medium="image">
			<media:title type="html">Teilnehmer vor dem Greenscreen</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/p6110130.jpg?w=150" medium="image">
			<media:title type="html">Großer Andrang...</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/p6110136.jpg?w=150" medium="image">
			<media:title type="html">Überblick Shopping Mall</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/adidasvt_01_hires2.jpg?w=150" medium="image">
			<media:title type="html">MAKE YOUR MESSI MOVE</media:title>
		</media:content>
	</item>
		<item>
		<title>Kneipp App für iPhone</title>
		<link>http://spierala.wordpress.com/2010/04/20/kneipp-app-fur-iphone-2/</link>
		<comments>http://spierala.wordpress.com/2010/04/20/kneipp-app-fur-iphone-2/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 14:51:42 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=160</guid>
		<description><![CDATA[Die für die Firma Kneipp entwickelte iPhone App zur Volkstablette wurde in Kooperation mit der Bild Zeitung vermarktet. Mit dieser App kann nun jeder sofort herausfinden, welche Nährstoffe in seinen täglichen Nahrungsmitteln enthalten sind. Aus einer umfangreichen Datenbank mit über 10.000 Lebensmitteln kann man auswählen, was auf dem Speiseplan steht bzw. stehen sollte und erfährt, wie [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=160&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_150" class="wp-caption alignnone" style="width: 210px"><a href="http://spierala.files.wordpress.com/2011/07/kneipp_vid.jpg"><img class="size-medium wp-image-150" title="Kneipp Start Screen" src="http://spierala.files.wordpress.com/2011/07/kneipp_vid.jpg?w=200&#038;h=300" alt="Kneipp Start Screen" width="200" height="300" /></a><p class="wp-caption-text">Kneipp Start Screen</p></div>
<div id="attachment_147" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/kneipp_02_hires.jpg"><img class="size-medium wp-image-147" title="Produktauswahl" src="http://spierala.files.wordpress.com/2011/07/kneipp_02_hires.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a><p class="wp-caption-text">Produktauswahl</p></div>
<div id="attachment_148" class="wp-caption alignnone" style="width: 265px"><a href="http://spierala.files.wordpress.com/2011/07/kneipp_03_hires.jpg"><img class="size-medium wp-image-148" title="Auswertung 1" src="http://spierala.files.wordpress.com/2011/07/kneipp_03_hires.jpg?w=255&#038;h=300" alt="" width="255" height="300" /></a><p class="wp-caption-text">Auswertung 1 - tabellarisch</p></div>
<div id="attachment_149" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/kneipp_04_hires.jpg"><img class="size-medium wp-image-149" title="Auswertung 2" src="http://spierala.files.wordpress.com/2011/07/kneipp_04_hires.jpg?w=300&#038;h=224" alt="" width="300" height="224" /></a><p class="wp-caption-text">Auswertung 2 - Graphisch und Produktempfehlung</p></div>
<p>Die für die Firma Kneipp entwickelte iPhone App zur Volkstablette wurde in Kooperation mit der Bild Zeitung vermarktet.</p>
<p>Mit dieser App kann nun jeder sofort herausfinden, welche Nährstoffe in seinen täglichen Nahrungsmitteln enthalten sind. Aus einer umfangreichen Datenbank mit über 10.000 Lebensmitteln kann man auswählen, was auf dem Speiseplan steht bzw. stehen sollte und erfährt, wie gut man mit den einzelnen Nährstoffen versorgt ist.</p>
<p>Somit hat man seinen kostenlosen Ernährungsberater immer in der Tasche! Die App ist im iTunes Store in der wichtigen Rubrik &#8220;Neu und beachtenswert&#8221; auf der Startseite gelistet worden und innerhalb weniger Tage in den Top-Charts für Gratis Apps weit nach oben geklettert!</p>
<p>Projekt-Link: <a title="Kneipp &quot;Gut versorgt&quot;" href="http://itunes.apple.com/de/app/kneipp-gut-versorgt/id367668676?mt=8" target="_blank">Kneipp &#8220;Gut versorgt&#8221; im App Store</a><br />
Arbeitgeber: <a title="stilbezirk" href="http://www.stilbezirk.de/" target="_blank">stilbezirk</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=160&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/04/20/kneipp-app-fur-iphone-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/kneipp_vid.jpg?w=200" medium="image">
			<media:title type="html">Kneipp Start Screen</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/kneipp_02_hires.jpg?w=300" medium="image">
			<media:title type="html">Produktauswahl</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/kneipp_03_hires.jpg?w=255" medium="image">
			<media:title type="html">Auswertung 1</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/kneipp_04_hires.jpg?w=300" medium="image">
			<media:title type="html">Auswertung 2</media:title>
		</media:content>
	</item>
		<item>
		<title>epoq: CMS-Webseite</title>
		<link>http://spierala.wordpress.com/2010/03/07/epoq-cms-webseite/</link>
		<comments>http://spierala.wordpress.com/2010/03/07/epoq-cms-webseite/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:21:14 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Silverstripe]]></category>
		<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=167</guid>
		<description><![CDATA[Der mehrsprachige Web-Auftritt für epoq wurde komplett in HTML/CSS, Javascript realisiert. Im Hintergrund arbeitet das CMS Silverstripe, über welches die Inhalte  der Seite gepflegt werden können. Technologien: Silverstripe (CMS), HTML, CSS, Javascript Projekt-Link: epoq Arbeitgeber: stilbezirk &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=167&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_168" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-03-57.jpg"><img class="size-medium wp-image-168" title="Startseite" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-03-57.jpg?w=300&#038;h=245" alt="" width="300" height="245" /></a><p class="wp-caption-text">Startseite</p></div>
<div id="attachment_169" class="wp-caption alignnone" style="width: 310px"><a href="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-04-41.jpg"><img class="size-medium wp-image-169" title="Inhaltsseite" src="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-04-41.jpg?w=300&#038;h=245" alt="" width="300" height="245" /></a><p class="wp-caption-text">Inhaltsseite</p></div>
<p>Der mehrsprachige <a title="epoq" href="http://www.epoq.de" target="_blank">Web-Auftritt für epoq</a> wurde komplett in HTML/CSS, Javascript realisiert. Im Hintergrund arbeitet das CMS Silverstripe, über welches die Inhalte  der Seite gepflegt werden können.</p>
<p>Technologien: Silverstripe (CMS), HTML, CSS, Javascript<br />
Projekt-Link: <a title="epoq" href="http://www.epoq.de" target="_blank">epoq</a><br />
Arbeitgeber: <a title="stilbezirk" href="http://www.stilbezirk.de/" target="_blank">stilbezirk</a><br />
&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=167&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2010/03/07/epoq-cms-webseite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-03-57.jpg?w=300" medium="image">
			<media:title type="html">Startseite</media:title>
		</media:content>

		<media:content url="http://spierala.files.wordpress.com/2011/07/screen-shot-2011-07-07-at-17-04-41.jpg?w=300" medium="image">
			<media:title type="html">Inhaltsseite</media:title>
		</media:content>
	</item>
		<item>
		<title>embed googlemaps in silverstripe template</title>
		<link>http://spierala.wordpress.com/2009/11/19/embed-googlemaps-in-silverstripe-template/</link>
		<comments>http://spierala.wordpress.com/2009/11/19/embed-googlemaps-in-silverstripe-template/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 20:55:21 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[Silverstripe]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=79</guid>
		<description><![CDATA[Hello, today I became nearly crazy by trying to embed a googlemap in a silverstripe template. It was usually quite easy even with typo3&#8230; I tried this with the help of jquery: http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics Standalone in a single html page the code worked perfectly. Then in my silverstripe generated site the map never appeared and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=79&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>today I became nearly crazy by trying to embed a googlemap in a silverstripe template. It was usually quite easy even with typo3&#8230;</p>
<p>I tried this with the help of jquery:</p>
<p>http://marcgrabanski.com/article/jquery-google-maps-tutorial-basics</p>
<p>Standalone in a single html page the code worked perfectly. Then in my silverstripe generated site the map never appeared and I got javascript errors in firefox like these:</p>
<p><em>Error: google.maps is undefined</em></p>
<p><em>GMap2 is not defined</em></p>
<p>Then i saw another interesting thing: The map appeared properly in IE! after searching nearly the whole Internet I found this <a href="http://www.silverstripe.org/archive/show/1449" target="_blank">post</a> in the silverstripe forums that explained that there is a problem with the doctype used by silverstripe generated html files&#8230;</p>
<p>The post´s solution:</p>
<p>remove the first line on the default template of silverstripe:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</p>
<p>silverstripe community seems to be great. you never code alone!</p>
<p>cheers,<br />
flo</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=79&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2009/11/19/embed-googlemaps-in-silverstripe-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>
	</item>
		<item>
		<title>stilbezirk blog online</title>
		<link>http://spierala.wordpress.com/2009/11/16/stilbezirk-blog-online/</link>
		<comments>http://spierala.wordpress.com/2009/11/16/stilbezirk-blog-online/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:11:43 +0000</pubDate>
		<dc:creator>spierala</dc:creator>
				<category><![CDATA[stilbezirk]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://spierala.wordpress.com/?p=75</guid>
		<description><![CDATA[hello folks, stilbezirk launched its new blog. it´s all about video in the web, collecting all interesting trends of web video like moderated web-sites and so on. of course i used wordpress to create the blog. you can check it out here: stilbezirk blog have fun, flooooo<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=75&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hello folks,</p>
<p>stilbezirk launched its new blog. it´s all about video in the web, collecting all interesting trends of web video like moderated web-sites and so on. of course i used wordpress to create the blog. you can check it out here:<a href="http://www.mod-net.de/modSite" target="_blank"> stilbezirk blog</a></p>
<p>have fun,</p>
<p>flooooo</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spierala.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spierala.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spierala.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spierala.wordpress.com&amp;blog=3953790&amp;post=75&amp;subd=spierala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spierala.wordpress.com/2009/11/16/stilbezirk-blog-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a822c3ad319ca7f0d44309584610d42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">spierala</media:title>
		</media:content>
	</item>
	</channel>
</rss>
