<?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>Erik Pöhler</title>
	<atom:link href="http://contactsheet.de/feed" rel="self" type="application/rss+xml" />
	<link>http://contactsheet.de</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 21:50:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DaDaBIK Revised</title>
		<link>http://contactsheet.de/dadabik-revised.xhtml</link>
		<comments>http://contactsheet.de/dadabik-revised.xhtml#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:43:55 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://contactsheet.de/?p=1407</guid>
		<description><![CDATA[DaDaBik is a &#8220;Database Interfaces Kreator&#8221;, which helps you building web-interfaces to a database easily. It has been developed by Eugenio Tacchini. Since this is a rather old, yet working, piece of software, no wonder there&#8217;s a lot of PHP4 involved&#160;:O
I did a redesign of the template in late 2009 and took some time this [...]]]></description>
			<content:encoded><![CDATA[<p>DaDaBik is a &#8220;Database Interfaces Kreator&#8221;, which helps you building web-interfaces to a database easily. It has been developed by Eugenio Tacchini. Since this is a rather old, yet working, piece of software, no wonder there&#8217;s a lot of PHP4 involved&nbsp;:O</p>
<p>I did a redesign of the template in late 2009 and took some time this weekend to get it polished up a bit. What I like about DaDaBIK is that you can provide data editing functionality and are able to adjust the look to a clients CI quickly (just replace one logo and change some colours - the PSD is&nbsp;included).</p>
<ul>
<li><a href="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-insert.jpg"><img alt="Insert data" src="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-insert-small.jpg" title="Insert data" width="150" height="139" /></a></li>
<li><a href="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-login.jpg"><img alt="Login" src="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-login-small.jpg" title="Login" width="150" height="48" /></a></li>
<li><a href="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-main.jpg"><img alt="Listing" src="http://erikpoehler.com/wp-content/uploads/2010/03/screenshot-dadabik-main-small.jpg" title="Listing" width="150" height="76" /></a></li>
</ul>
<p>Although the code of DaDaBIK is from another pre-PHP5-decade, I didn&#8217;t see much of a need to change the inner workings of DaDaBIK. So what I did is <em>putting some fresh paint on it using CSS</em>. Since there is no template-engine imlemented into DaDaBik, I had to edit core files here and there for simple markup changes. So! The only thing that makes sense is to offer one complete package here: DaDaBik itself and the new design&nbsp;included.</p>
<p><strong>Installation:</strong><br />
If you&#8217;re about to use DaDaBIK for the first time, you might want to take a look at www.dadabik.org as well, since there&#8217;s a documentation online giving you more insight. Anyways, the setup is quite&nbsp;easy:</p>
<ol>
<li>Download <a href="#download">the&nbsp;archive</a></li>
<li>Extract the files, and upload the <samp>dadabik</samp> folder to your&nbsp;server.</li>
<li>Edit the file <samp>includes/config.php</samp> and enter your DB settings according to your&nbsp;setup.</li>
<li>Open up the URL&nbsp;<samp>yourdomain.com/pathtodadabik/install.php</samp>.</li>
<li>DaDaBIK will now set up some internal tables and you&#8217;re&nbsp;done.</li>
</ol>
<p><strong>Notes:</strong><br />
It&#8217;s important that you have created the database, you entered in the config.php file first. (for example using phpmyadmin).<br />
If you want to, you can use a pre-made MySQL table structure with some dummy entries that I have included in the zip: just copy and paste the contents of <samp>dadabik-example-db.sql</samp> into the SQL window of the new database in&nbsp;phpmyadmin.</p>
<p>Once you&#8217;re done with the basic installation, head over to the <samp>admin.php</samp> which gives you all the admin options you need to include/remove secific tables and set human readable aliases for the&nbsp;tables.</p>
<p>The last step to perfect interfaces is to click the Interface configurator link on that admin page.<br />
The configurator gives you all the options to customize the appearance, set default values, define which fields are mandatory, etc.&nbsp;etc.</p>
<p><strong>Demo:</strong><br />
Check out <a href="http://ddbdemo.erikpoehler.com/login.php">the demo</a> of DaDaBIK with the new design.<br />
You&#8217;ll have to enter username <samp>test</samp> and password: <samp>test@ddbdemo</samp> to enter.<br />
(please keep in mind that a lot of features are disabled in the demo, since the test-user doesn&#8217;t have&nbsp;admin-rights.)</p>
<p><strong id="download">Download:</strong><br />
<a href="http://websvn.erikpoehler.com/dl.php?repname=DaDaBik+Revised&#038;path=%2Ftrunk%2F&#038;peg=2&#038;isdir=1">DaDaBIK Revised 1.0</a> (1MB,&nbsp;tar.gz)</p>
<p><strong>Subversion Repository:</strong><br />
There is a <a href="http://websvn.erikpoehler.com/listing.php?repname=DaDaBik+Revised">Subversion repository</a> in case you want to make use of the open source idea or really want to see some old school PHP4&nbsp;:O</p>
<p><strong>Changelog:</strong><br />
2010-03-09 initial release of DaDaBIK&nbsp;Revised</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/dadabik-revised.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alles so sch&#246;n Kubrick hier&#8230;</title>
		<link>http://contactsheet.de/alles-so-schoen-kubrick-hier.xhtml</link>
		<comments>http://contactsheet.de/alles-so-schoen-kubrick-hier.xhtml#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:46:43 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Webwork]]></category>

		<guid isPermaLink="false">http://contactsheet.de/?p=1405</guid>
		<description><![CDATA[Nichts gegen das Standard-Design von WordPress - doch die Entscheidung ist getroffen: ich werde von WordPress auf ein anderes CMS umsteigen. Es kann sich also nur um eine kleine Ewigkeit handeln, bis es hier wieder optisch ansprechend, individuell zugeht. Das CMS der Wahl ist die Enterprise Edition 4 von Weblication. Grund f&#252;r den Wechsel ist [...]]]></description>
			<content:encoded><![CDATA[<p>Nichts gegen das Standard-Design von WordPress - doch die Entscheidung ist getroffen: ich werde von WordPress auf ein anderes CMS umsteigen. Es kann sich also nur um eine kleine Ewigkeit handeln, bis es hier wieder optisch ansprechend, individuell zugeht. Das CMS der Wahl ist die Enterprise Edition 4 von Weblication. Grund f&#252;r den Wechsel ist das starre Layoutger&#252;st von WordPress. Irgendwie zu unflexibel, zu umst&#228;ndlich und obendrein in letzter Zeit sehr gern ein Opfer von Updates. Sprich: &#196;nderungen in WordPress-Versionen und Template-Tags machten bei Updates immerwieder &#196;nderungen erforderlich. Man darf also gespannt sein&nbsp;:)</p>
<p>Nachtrag: Das k&#246;nnte mich ja schon wieder aufregen: nun hab ich mich doch mal getraut ein &#8220;on-the-fly&#8221;-Update in WordPress zu machen&#8230; mit dem Ergebnis, dass er erstmal brav das Default Theme &#252;berschrieben hat.&nbsp;:(</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/alles-so-schoen-kubrick-hier.xhtml/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s the W3C-Taskforce?</title>
		<link>http://contactsheet.de/wheres-the-w3c-taskforce.xhtml</link>
		<comments>http://contactsheet.de/wheres-the-w3c-taskforce.xhtml#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:39:36 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Whatever]]></category>

		<guid isPermaLink="false">http://contactsheet.de/?p=1401</guid>
		<description><![CDATA[

Should I ever return to the Una Hotel in Bologna, be sure that I&#8217;ll be equipped with huge, red &#8220;Validation failed!&#8221;&#160;stickers.
]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="/wp-content/uploads/2010/01/markup1.jpg" title="Hotel Lounge Markup" class="alignnone" width="450" /></p>
<p><img alt="" src="/wp-content/uploads/2010/01/markup2.jpg" title="Hotel Lounge Markup" class="alignnone" width="450"/></p>
<p>Should I ever return to the Una Hotel in Bologna, be sure that I&#8217;ll be equipped with huge, red &#8220;Validation failed!&#8221;&nbsp;stickers.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/wheres-the-w3c-taskforce.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Musik aus dem Netz</title>
		<link>http://contactsheet.de/musik-aus-dem-netz.xhtml</link>
		<comments>http://contactsheet.de/musik-aus-dem-netz.xhtml#comments</comments>
		<pubDate>Fri, 16 Oct 2009 23:01:48 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1379</guid>
		<description><![CDATA[Da ich in unregelm&#228;&#223;igen Abst&#228;nden gefragt werde wo eigentlich diese geniale Musik herkommt, will ich hier gern mal ein paar gesammelte Podcasts, DJ Webseiten und Web-Radiosender auflisten (okay, okay, das passiert nicht ganz so oft wie &#8220;mach mal dieses %$&#038;* leiser&#8230;.&#8221;)&#160;:D

Groovement Radio aus Manchester vom Unity Radio (einer BBC Anstalt) bringen bunte Mischungen von purem [...]]]></description>
			<content:encoded><![CDATA[<p>Da ich in unregelm&#228;&#223;igen Abst&#228;nden gefragt werde wo eigentlich diese geniale Musik herkommt, will ich hier gern mal ein paar gesammelte Podcasts, DJ Webseiten und Web-Radiosender auflisten (okay, okay, das passiert nicht ganz so oft wie &#8220;mach mal dieses %$&#038;* leiser&#8230;.&#8221;)&nbsp;:D</p>
<ul>
<li><strong><a href="http://groovementradio.co.uk">Groovement</a> <a href="http://groovementradio.podomatic.com">Radio</a></strong> aus Manchester vom Unity Radio (einer BBC Anstalt) bringen bunte Mischungen von purem Funk, Soul, Reggeae, Dub Step, Hip Hop, Big Beat, Broken Beats &#252;ber Brit-Rock hin zu Pop. Einfach britisch halt. Auf den beiden Webseiten werden sowohl die Radiosendungen als auch extra Mixes angeboten und die DJ Prominenz von der Insel gibt reicht sich die&nbsp;Klinke.</li>
<li><strong><a href="http://mondayjazz.com/">Mondayjazz</a></strong> ist ein Projekt aus Litauen, genauergesagt aus Vilnius. Hier findet man seichte Kl&#228;nge mit Bee Gees Samplen genauso wie Dubstep, House oder Hip Hop Einfl&#252;sse. Die Liste der DJs reicht von MPC-Virtuosen und Loop-Fanatikern wie Fulgeance, &#252;ber Elektro-House-Jazzer Dorian Concept oder den Berliner DJ Synflood, Martin Virgin und viele viele mehr. Wie der Name schon sagt gibts jeden Montag einen neuen&nbsp;Mix.</li>
<li>Den grad erw&#228;hnten <strong>DJ Synflood</strong> beneide ich in erster Linie um seine Plattensammlung als um seine DJ-K&#252;nste&#8230; :D Seine <a href="http://djsynflood.org/">Webseite</a> steht unter dem Motto <em>monthly beat science</em> und ist gespickt mit so einigen akustischen Schmankerln mit Kopfnickfaktor. Hier rutschen neben Broken Beats auch hin und wieder mal RnB lastige St&#252;cke in die Mixes, was mir normalerweise gar ned taugt - in Synfloods Fall aber immer gut da&nbsp;reinpasst.</li>
<li>
Der gute alte <strong><a href="http://wefunkradio.com">Wefunkradio Podcast</a></strong> vom kanadischen Sender CKUT aus Montreal kommt bei mir momentan zu kurz, sei aber trotzdem erw&#228;hnt, zumal ich vor ein paar Monaten extrig zur Deutschland Tour von Professor Groove und DJ Static nach Heilbronn gereist bin. Lohnt sich definitiv f&#252;r alle die wissen, dass (oder wissen wollen ob) Hip Hop was anderes als <em>Black</em> ist. Funk, Old- und&nbsp;Newschool.</li>
<li>Dann mag ich auch noch <strong><a href="http://kcrw.com">KCRW</a></strong> einer der besten Sender die man in Kalifornien im terrestrischen Radio hoeren kann, ein Sender des Santa Monica College (oder so &#228;hnlich&#8230;). Der passt auch mal als Ausgleich zu allzu schraegen Beats anschalten kann und in der Regel immer gute Musik, weit ueber deutschem Einheitsradio-Niveau bekommt. Wenn man zur falschen Zeit einschaltet (am besten hoeren wenn es in Kalifornien Nacht ist - also morgens und vormittags) wird man mit elendigen Jingles und scheinbar programmierten Robotermoderatoren genervt&#8230; Wer sich auf der Webseite etwas umsieht findet auch noch den empfehlenswerten Top Tune of the Day Podcast, der einem, wie der Name schon andeutet, jeden Tag ein mp3 auf die Platte&nbsp;schiebt.</li>
<li>Fast h&#228;tte ich den <strong><a href="http://error-broadcast.com/">Error Broadcast</a></strong> vergessen. Str&#228;flich. Auch da kann man, wer h&#228;tte es gedacht, einfach reinh&#246;ren. Soweit ich das gesehen hab gibts dort sowohl Alben einzelner K&#252;nstler zum Download wie auch zusammengestellte&nbsp;Compilations.</li>
<li>Hah und noch ein sprudelndes Akustik-Quell vergessen! Auf <a href="http://www.supercity.at/blog/"><strong>Supercity.at</strong></a> lassen sich gleich ein ganzes Kollektiv von &#246;sterreichischen K&#252;nstlern aus. Von DJ Zuzee &#252;ber Manuva, Szenario (der hier <a href="http://contactsheet.de/austrian-flavour.xhtml">schon einmal auftauchte</a>). Hier gibt es zwar per se keine Streams oder Mixes, aber im Blog l&#228;uft doch der ein oder andere Verweis auf Alben, Mixes, Videos oder H&#246;rproben an. Supercity schliesst damit die L&#252;cke die Manuva hinterlassen hatte als er seinen Blog vorerst beendete um sich Supercity zu widmen (er hatte auch dort Alben aus Netzfundst&#252;cken&nbsp;zusammengestellt).</li>
</ul>
<p>Nicht zuletzt wird man durch die erw&#228;hnten Seiten und Mixes immer wieder auch auf andere neue Sender oder K&#252;nstler aufmerksam die man vorher nicht kannte. Die wiederum haben alle MySpace-Seiten, ggf. Alben oder Mixes, etc. eine spannendere Art Musik zu konsumieren, wie ich finde, als im Laden Album XY von K&#252;nstler XY zu&nbsp;kaufen.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/musik-aus-dem-netz.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP ZendCon 09</title>
		<link>http://contactsheet.de/php-zendcon-09.xhtml</link>
		<comments>http://contactsheet.de/php-zendcon-09.xhtml#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:40:04 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Los Angeles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Termine]]></category>
		<category><![CDATA[Webwork]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1372</guid>
		<description><![CDATA[ Excitement. Excitement. Letzter Tag im B&#252;ro. Konferenz und Urlaub klingen zwar zun&#228;chst super toll - ein etwas negativer Beigeschmack bleibt aber: ich muss hier das geilste Webseitenprojekt zur&#252;cklassen, an dem ich bisher hier werkeln durfte und auch gern fertigstellen w&#252;rde :(
Nun&#8230;
okay, am Wochenende gehts also zur ZendCon nach San Jose, California. Als Neuling auf [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zendcon.com/"><img src="http://contactsheet.de/wp-content/uploads/2009/10/zendcon.jpg" alt="zendcon" title="zendcon" width="150" height="130" /></a> Excitement. Excitement. Letzter Tag im B&#252;ro. Konferenz und Urlaub klingen zwar zun&#228;chst super toll - ein etwas negativer Beigeschmack bleibt aber: ich muss hier das geilste Webseitenprojekt zur&#252;cklassen, an dem ich bisher hier werkeln durfte und auch gern fertigstellen w&#252;rde :(<br />
Nun&#8230;<br />
okay, am Wochenende gehts also zur ZendCon nach San Jose, California. Als Neuling auf der Konferenz bin ich mal sehr gespannt, ob diese h&#228;lt was sie verspricht: 4 Tage intensive Sessions rund um PHP und Sicherheit, Wartbarkeit von Code, Geschwindigkeit, etc. etc. (die <a href="http://zendcon.com/tracks">Liste der geplanten Sessions</a> liest sich auf jeden Fall sehr vielversprechend). Mal sehen ob ich dazu komme ein bi&#223;chen von dort zu berichten und ein paar Sessions zusammenzufassen oder obs nur f&#252;r 140 Zeichen gezwitscher reicht. Ein paar interessante Einf&#252;hrungen zur ZendCon ach dem Motto &#8220;so, you decided to attend ZendCon&#8230;&#8221; gibts im Netz, die werd ich mir mal noch zu Gem&#252;te&nbsp;f&#252;hren.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/php-zendcon-09.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m a Diva :D</title>
		<link>http://contactsheet.de/im-a-diva-d.xhtml</link>
		<comments>http://contactsheet.de/im-a-diva-d.xhtml#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:41:58 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1370</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/im-a-diva-d.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmontag Karlsruhe bei der GameForge AG</title>
		<link>http://contactsheet.de/webmontag-karlsruhe-bei-der-gameforge-ag.xhtml</link>
		<comments>http://contactsheet.de/webmontag-karlsruhe-bei-der-gameforge-ag.xhtml#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:25:21 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Termine]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1361</guid>
		<description><![CDATA[Nach einigen Monaten Webmontags-Abstinenz, ich hab mich zwischenzeitlich eher mal den Sessions der PHP Usergroup in Karlsruhe zugewendet - bin ich heute mal wieder auf einem Webmontag. Diesmal bei der Gameforge AG im Technologiepark, ebenso die Kollegas Christian und Ulf (die wollten sich, wie ich auch, versichern dass wir die mit dem coolsten Buero in [...]]]></description>
			<content:encoded><![CDATA[<p>Nach einigen Monaten Webmontags-Abstinenz, ich hab mich zwischenzeitlich eher mal den Sessions der PHP Usergroup in Karlsruhe zugewendet - bin ich heute mal wieder auf einem Webmontag. Diesmal bei der Gameforge AG im Technologiepark, ebenso die Kollegas Christian und Ulf (die wollten sich, wie ich auch, versichern dass wir die mit dem coolsten Buero in karlsruhe sind) :D Uebrigens bemerkenswert: diesmal ist es nicht nur voll, es haben sich sogar einige Nerddamen unter die M&#228;nnerds getraut.&nbsp;Reh-speck.</p>
<h3>19:50&nbsp;h</h3>
<p>Nach einer netten Vorstellrunde gehts&nbsp;los.</p>
<h3>20:00&nbsp;h</h3>
<p>Vorstellung der <a href="http://gameforge.de/">Gameforge AG</a> und der aktuellen und anstehenden Browserspiele.<br />
Knapp, Bunte Bildchen lastig&#8230; Plakate mit Frauen, sehr Charakterstarken Frauen und auch Hintern. Ueber Mittelalter-, Taktik-, Rollenspiele, Action&nbsp;etc&#8230;</p>
<h3>20:20&nbsp;h</h3>
<p>Stefan <a href="http://www.twitter.com/schwerdi/">Schwerdi</a> Schwerdtfeger startet seinen Vortrag zum Thema QR-Codes, einer Innovation die weitgehend an Deutschland vorbeirauscht. Fehlende Innovationsbereitschaft oder auch die verwurzelte Angst vor Veraenderung sind wohl in Deutschland die Bremsen dieser inzwischen 3-4 Jahre Technik.<br />
Der gute Herr Nadermann berichtet in dem Zusammenhang auch von einigen Fehltritten die Unternehmen in Sachen QR-Codes schon unterlaufen sind: einige Fluggesellschaften schreiben anscheinend unverschluesselte Informationen ueber die Buchung in den QR-Code sodass man vor einigen Jahren wohl durch haendisches Abaendern des Codes auf einmal in der Business-Class platz nehmen.<br />
Interessanter Einwuerf auch seitens eines skeptischen Besuchers: wozu einen QR-Code auf Papier packen, wenn man genausogut Informationen und Text unterbringen koennte - ohne eine technische Huerde? Prompt kommt das Echo: 1) man kann jemandem damit den Tippaufwand ersparen 2) und sich auch z.B. multimediale bzw. stets aktuelle Zusatzinformationen bereitstellen lassen, waehrend ein Blatt Papier/Plakat neu gedruckt werden muss.<br />
Einen guten &#220;berblick &#252;ber aktuelle QR-Code Einsatzm&#246;glichkeiten gibt der Blog <a href="http://www.tagmotion.de/">tagmotion.de</a>. Zu einen schnellen &#220;berblick &#252;ber QR-Codes verhilft einem Wikipedia: <a href="http://de.wikipedia.org/wiki/QR_Code">QR&nbsp;Codes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/webmontag-karlsruhe-bei-der-gameforge-ag.xhtml/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sample Markup for CSS Authors</title>
		<link>http://contactsheet.de/sample-markup-for-css-developers.xhtml</link>
		<comments>http://contactsheet.de/sample-markup-for-css-developers.xhtml#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:58:12 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[layput]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[reset.css]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1304</guid>
		<description><![CDATA[Have you ever written a CSS file? Have you heard about this &#8220;lorem ipsum&#8221; thing? Or do you regularly transform designs into CSS &#038; XHTML? If you answer one of these questions with &#8216;yes&#8217;, then this is for&#160;you.
What is the first thing you do when it&#8217;s time to create a new CSS file? You might [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever written a CSS file? Have you heard about this &#8220;lorem ipsum&#8221; thing? Or do you regularly transform designs into CSS &#038; XHTML? If you answer one of these questions with &#8216;yes&#8217;, then this is for&nbsp;you.</p>
<p>What is the first thing you do when it&#8217;s time to create a new CSS file? You might start from scratch with a blank CSS every time. You might use Eric Meyer&#8217;s <a href="http://meyerweb.com/eric/tools/css/reset/" title="Eric Meyer's CSS reset">reset.css</a>. You might probably work with one of the numerous CSS-frameworks, such as <a href="http://www.blueprintcss.org/">Blueprint CSS</a> or <acronym title="Yet another multicolumn layout"><a href="http://www.yaml.de/">YAML</a></acronym> or even use the CSS stuff from that <a href="http://developer.yahoo.com/yui/2/">YUI framework</a>. You might even start with your CMS&#8217;s standard  theme and adjust things from&nbsp;there&#8230;</p>
<p>One thing you might forget when you hack in the first lines of CSS (and this happens to the best of us) is to use reallife markup instead of that boring &#8220;<a href="http://de.wikipedia.org/wiki/K%C3%BCchenlatein#Deutsches_Pseudolatein" title="K&#252;chenlatein">Lorem</a> <a href="http://en.wikipedia.org/wiki/Dog_Latin" title="Dog Latin">ipsum&#8230;</a>&#8221; designers seem to have a faible for. This is where this markup snippet comes into play: it should help you with filling your wireframe layout with some actual&nbsp;HTML-markup.</p>
<h3>So just plain HTML,&nbsp;huh?</h3>
<p>This snippet provides a wide range of commonly used markup, that should be supported by most rich editors (a.k.a. WYSIWYG editors).<br />
Since every coder has his own preferences towards class names. I decided to leave out the fancy stuff you could do with classes at all, as this would force some people to spot, delete, or rename those classes afterwards, which would be counterproductive. So this is plain&nbsp;HTML.</p>
<h3>Download</h3>
<p>Since each and every CMS treats the markup you insert into its page editor differently, I decided to provide both: a version with regular HTML and one without the paragraphs for those CMS that come with their own paragrapher-functionality.<br />
<a class="download" href="/sandbox/sample-markup/sample-markup.txt" rel="newwindow" title="Sample Markup for CSS Developers">Sample Markup v0.1</a> (text file, 8 KB)<br />
<a class="download newwindow" href="/sandbox/sample-markup/sample-markup-no-ps.txt" rel="newwindow" title="Sample Markup for CSS Developers">Sample Markup v0.1</a> without paragraphs (text file, 8&nbsp;KB)</p>
<p>Some notes: the HTML-elements included in the snippet are: <samp>p, a, abbr, acronym, samp, code, pre, ol, ul, li, blockquote, cite, q, table, caption, thead, tfoot, tbody, tr, td, th, em, strong, sup, sub, div,&nbsp;span</samp></p>
<p>That&#8217;s basically it. Just create a code snippet in your favorite editor and remember: <em>Sample markup is the new lorem ipsum</em>.<br />
Am I missing something? Looking forward your improvement&nbsp;suggestions.</p>
<p>Changelog:<br />
v0.1 Initial version.&nbsp;(2009-10-9)</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/sample-markup-for-css-developers.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schicke Schrift f&#252;r Programmierer: Envy Code R</title>
		<link>http://contactsheet.de/schicke-schrift-fuer-programmierer-envy-code-r.xhtml</link>
		<comments>http://contactsheet.de/schicke-schrift-fuer-programmierer-envy-code-r.xhtml#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:38:35 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[font type typography]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1319</guid>
		<description><![CDATA[Mit der Envy hab ich bei Damien Guard eine wirklich gute Schrift zum Programmieren gefunden. Und wie sich das bei Webschreibern geh&#246;rt, kommt meine neue Monospace-Top 5 dann auch als CSS-Regel&#160;daher:

code, pre, samp&#160;{
font-family:
"Envy Code&#160;R",
Consolas,
&#160;Monaco,
"Courier New",&#160;Courier,
monospace;
}

Und gleich noch einen Screenshot hinterher :)

]]></description>
			<content:encoded><![CDATA[<p>Mit der <em>Envy</em> hab ich bei <a title="Damien Guard" href="http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released">Damien Guard</a> eine wirklich gute Schrift zum Programmieren gefunden. Und wie sich das bei Webschreibern geh&#246;rt, kommt meine neue Monospace-Top 5 dann auch als CSS-Regel&nbsp;daher:</p>
<ol class="code css">
<li class="t0 odd"><code>code, pre, samp&nbsp;{</code></li>
<li class="t2"><code>font-family:</code></li>
<li class="t3 odd"><code>"Envy Code&nbsp;R",</code></li>
<li class="t3"><code>Consolas,</code></li>
<li class="t3 odd"><code>&nbsp;Monaco,</code></li>
<li class="t3"><code>"Courier New",&nbsp;Courier,</code></li>
<li class="t3 odd"><code>monospace;</code></li>
<li class="t0"><code>}</code></li>
</ol>
<p>Und gleich noch einen Screenshot hinterher :)<br />
<a href="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-eclipse.jpg"><img src="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-eclipse-150x150.jpg" alt="Envy in Eclipse" title="in Eclipse" width="150" height="150" /></a><a href="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-gedit.jpg"><img src="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-gedit-150x150.jpg" alt="Envy in GEdit" title="in GEdit" width="150" height="150" /></a><a href="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-pspad.jpg"><img src="http://contactsheet.de/wp-content/uploads/2009/10/envy-in-pspad-150x150.jpg" alt="Envy in PSPad" title="Envy in PSPad" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/schicke-schrift-fuer-programmierer-envy-code-r.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gehen Sie einkaufen &#8211; Alles ist gut.</title>
		<link>http://contactsheet.de/gehen-sie-einkaufen-alles-ist-gut.xhtml</link>
		<comments>http://contactsheet.de/gehen-sie-einkaufen-alles-ist-gut.xhtml#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:27:58 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Whatever]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1302</guid>
		<description><![CDATA[Gehen Sie einkaufen - Alles ist gut.]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:400px;height:290px;" data="http://www.youtube.com/v/qAQrsA3m8Bg"><param name="movie" value="http://www.youtube.com/v/qAQrsA3m8Bg" /></object></p>
<p>Gehen Sie einkaufen - Alles ist&nbsp;gut.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/gehen-sie-einkaufen-alles-ist-gut.xhtml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery is fun :)</title>
		<link>http://contactsheet.de/jquery-is-fun.xhtml</link>
		<comments>http://contactsheet.de/jquery-is-fun.xhtml#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:35:12 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Webwork]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[easing]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1293</guid>
		<description><![CDATA[ There are probably a dozen pre-made image gallery plugins for jQuery that do the same thing, or could be hacked to do so&#8230; but actually I wanted to see how hard it is to code a scrolling header animation similar to the one i found on www.freshtilledsoil.com.
So here&#8217;s my own approach for the same [...]]]></description>
			<content:encoded><![CDATA[<p><img class="floatleft left alignleft" src="http://contactsheet.de/bilder/slideheader.jpg" alt="Sliding Header Animation with jQuery" /> There are probably a dozen pre-made image gallery plugins for <a href="http://jquery.com/">jQuery </a>that do the same thing, or could be hacked to do so&#8230; but actually I wanted to see how hard it is to code a scrolling header animation similar to the one i found on <a href="http://www.freshtilledsoil.com/">www.freshtilledsoil.com</a>.<br />
So here&#8217;s my own approach for the same thing: <a href="http://contactsheet.de/sandbox/autoload/">See the Demo here</a>. Instead of writing proper plugins for jQuery, I actually got used to writing global Javascript functions. Although these may or may not use jQuery functionality themselves and mostly do project-specific stuff - it&#8217;s not really reusable in the next project. So hacking together a jQuery plugin would be mandatory. That said, this is the result of that practice.&nbsp;Easy.</p>
<p>So what this does is: First, it requires you to set up a list with images and another div with links (the controls). have a wrapper div surround this. When clicking on a &#8216;pager&#8217; link, it will then slide the whole list in its parent&nbsp;div.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/jquery-is-fun.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vorbildlich flexibel: Weblication CMS</title>
		<link>http://contactsheet.de/unterschaetztes-cms-weblication.xhtml</link>
		<comments>http://contactsheet.de/unterschaetztes-cms-weblication.xhtml#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:03:10 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webwork]]></category>
		<category><![CDATA[xml xsl weblication php]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1287</guid>
		<description><![CDATA[Nachdem ich in letzter Zeit etwas weniger mit Weblication CMS Enterprise 4.0 gemacht habe, ist es jetzt geradezu ein Ding der Freude mal wieder ein Design damit umzusetzen. Gerade im Vergleich zu anderen Redaktionssystemen braucht sich das Konzept nicht verstecken: Weblication CMS zerlegt die inhaltlichen Elemente einer typischen Webseite in einzelne Informationsbl&#246;cke, wobei alle Daten [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich in letzter Zeit etwas weniger mit <a href="http://weblication.de/">Weblication</a> CMS Enterprise 4.0 gemacht habe, ist es jetzt geradezu ein Ding der Freude mal wieder ein Design damit umzusetzen. Gerade im Vergleich zu anderen Redaktionssystemen braucht sich das Konzept nicht verstecken: Weblication CMS zerlegt die inhaltlichen Elemente einer typischen Webseite in einzelne Informationsbl&#246;cke, wobei alle Daten im XML-Format vorliegen. &#220;ber eine Master-XML Datei teilt man dem CMS mit aus welchen Bestandteilen so ein Informationsblock besteht und &#252;ber ein XSL-Stylesheet hinterlegt man nun die gew&#252;nschten Transformierungen die das finale HTML-Markup generieren. Eine simple und ziemlich geniale Idee. Von Standardtemplates, und einem nicht sonderlich h&#252;bschem Adminbereich darf man sich nicht abschrecken lassen, denn die St&#228;rken spielt Weblication CMS insbesondere in dieser enorm flexiblen XML-XSL Basis&nbsp;aus.</p>
<p>Wer speziellere Anpassungen ben&#246;tigt wird um das Weblication Kompendium meines Kollegen Ulf Mayer kaum herum kommen das er unter <a href="http://weblication-tipps.de/">Weblication Tipps</a>&nbsp;betreibt.</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/unterschaetztes-cms-weblication.xhtml/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Roman temple, Nin Croatia</title>
		<link>http://contactsheet.de/roman-temple-nin-croatia.xhtml</link>
		<comments>http://contactsheet.de/roman-temple-nin-croatia.xhtml#comments</comments>
		<pubDate>Sun, 19 Jul 2009 13:05:18 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/roman-temple-nin-croatia.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/roman-temple-nin-croatia.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Largest roman temple at the mediterranean sea</title>
		<link>http://contactsheet.de/largest-roman-temple-at-the-mediterranean-sea.xhtml</link>
		<comments>http://contactsheet.de/largest-roman-temple-at-the-mediterranean-sea.xhtml#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:54:13 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Nin]]></category>
		<category><![CDATA[Roman]]></category>
		<category><![CDATA[soundwave]]></category>
		<category><![CDATA[temple]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/largest-roman-temple-at-the-mediterranean-sea.xhtml</guid>
		<description><![CDATA[ Nin, Croatia]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/largest-roman-temple-at-the-mediterranean-sea.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching the village of Gaj</title>
		<link>http://contactsheet.de/searching-the-village-of-gaj.xhtml</link>
		<comments>http://contactsheet.de/searching-the-village-of-gaj.xhtml#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:07:45 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[soundwave]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/searching-the-village-of-gaj.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/searching-the-village-of-gaj.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lizard</title>
		<link>http://contactsheet.de/lizard.xhtml</link>
		<comments>http://contactsheet.de/lizard.xhtml#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:48:34 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[soundwave. croatia]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/lizard.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/lizard.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundwave Croatia 2009, Beach</title>
		<link>http://contactsheet.de/soundwave-croatia-2009-beach.xhtml</link>
		<comments>http://contactsheet.de/soundwave-croatia-2009-beach.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:33:49 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/soundwave-croatia-2009-beach.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/soundwave-croatia-2009-beach.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundwave Festival, Croatia 2009 &#8211; Festival site</title>
		<link>http://contactsheet.de/soundwave-festival-croatia-2009-festival-site.xhtml</link>
		<comments>http://contactsheet.de/soundwave-festival-croatia-2009-festival-site.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:27:33 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[soundwave]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/soundwave-festival-croatia-2009-festival-site.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/soundwave-festival-croatia-2009-festival-site.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundwave Festival 2009 &#8211; Petrcane</title>
		<link>http://contactsheet.de/soundwave-festival-2009-petrcane.xhtml</link>
		<comments>http://contactsheet.de/soundwave-festival-2009-petrcane.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:24:01 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[soundwave]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/soundwave-festival-2009-petrcane.xhtml</guid>
		<description><![CDATA[undefined
]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/soundwave-festival-2009-petrcane.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a long way home&#8230;</title>
		<link>http://contactsheet.de/its-a-long-way-home.xhtml</link>
		<comments>http://contactsheet.de/its-a-long-way-home.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 15:23:06 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[soundwave]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/its-a-long-way-home.xhtml</guid>
		<description><![CDATA[some people came to visit soundwave festival, Croatia from the UK by car.]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/its-a-long-way-home.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beach in Kozino, Croatia</title>
		<link>http://contactsheet.de/beach-in-kozino-croatia-2.xhtml</link>
		<comments>http://contactsheet.de/beach-in-kozino-croatia-2.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 13:51:06 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[soundwave]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/beach-in-kozino-croatia-2.xhtml</guid>
		<description><![CDATA[the beach in Kozino, Croatia close to the camping site.]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/beach-in-kozino-croatia-2.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beach in Kozino, Croatia</title>
		<link>http://contactsheet.de/beach-in-kozino-croatia.xhtml</link>
		<comments>http://contactsheet.de/beach-in-kozino-croatia.xhtml#comments</comments>
		<pubDate>Sat, 18 Jul 2009 12:53:34 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Croatia]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/beach-in-kozino-croatia.xhtml</guid>
		<description><![CDATA[mostly inpressions of nature and landscape from my Croatia trip to the Soundwave festival in July 2009]]></description>
			<content:encoded><![CDATA[<p>undefined</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/beach-in-kozino-croatia.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Herr S. vom Dorff und das Internet</title>
		<link>http://contactsheet.de/herr-s-vom-dorff-und-das-internet.xhtml</link>
		<comments>http://contactsheet.de/herr-s-vom-dorff-und-das-internet.xhtml#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:31:21 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Whatever]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/herr-s-vom-dorff-und-das-internet.xhtml</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:425px;height:350px;" data="http://www.youtube.com/v/G_aS83v2pD0"><param name="movie" value="http://www.youtube.com/v/G_aS83v2pD0" /></object> </p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/herr-s-vom-dorff-und-das-internet.xhtml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHPBBQ UG Karlsruhe, Stuttgart and Ulf Wendel</title>
		<link>http://contactsheet.de/phpbbq-ug-karlsruhe-stuttgart-and-ulf-wendel.xhtml</link>
		<comments>http://contactsheet.de/phpbbq-ug-karlsruhe-stuttgart-and-ulf-wendel.xhtml#comments</comments>
		<pubDate>Wed, 17 Jun 2009 19:32:07 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbbq]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/phpbbq-ug-karlsruhe-stuttgart-and-ulf-wendel.xhtml</guid>
		<description><![CDATA[in the end some 16 people showed&#160;up. 
]]></description>
			<content:encoded><![CDATA[<p>in the end some 16 people showed&nbsp;up. </p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/phpbbq-ug-karlsruhe-stuttgart-and-ulf-wendel.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stand up demo</title>
		<link>http://contactsheet.de/stand-up-demo.xhtml</link>
		<comments>http://contactsheet.de/stand-up-demo.xhtml#comments</comments>
		<pubDate>Wed, 17 Jun 2009 19:29:56 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbbq]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/stand-up-demo.xhtml</guid>
		<description><![CDATA[yeah I have upset all the Apple folks when I said, &#34;I like to work with my computer instead of rebooting and blue-screens&#8230; that&#8217;s why I use Windows&#34;&#160;:D
]]></description>
			<content:encoded><![CDATA[<p>yeah I have upset all the Apple folks when I said, &quot;I like to work with my computer instead of rebooting and blue-screens&#8230; that&#8217;s why I use Windows&quot;&nbsp;:D</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/stand-up-demo.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perfect BBQ weather</title>
		<link>http://contactsheet.de/perfect-bbq-weather.xhtml</link>
		<comments>http://contactsheet.de/perfect-bbq-weather.xhtml#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:45:23 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbbq]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/perfect-bbq-weather.xhtml</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/perfect-bbq-weather.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warten auf den Biertisch&#8230;</title>
		<link>http://contactsheet.de/warten-auf-den-biertisch.xhtml</link>
		<comments>http://contactsheet.de/warten-auf-den-biertisch.xhtml#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:26:31 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbbq]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/warten-auf-den-biertisch.xhtml</guid>
		<description><![CDATA[Ulf Wendel (Sun Microsystems) arrived first plus some really nice folks from the PHP UG Stuttgart. Plus we had a cold beer while waiting for the Head of UG Karlsruhe arriving with the Biertisch&#160;:)
]]></description>
			<content:encoded><![CDATA[<p>Ulf Wendel (Sun Microsystems) arrived first plus some really nice folks from the PHP UG Stuttgart. Plus we had a cold beer while waiting for the Head of UG Karlsruhe arriving with the Biertisch&nbsp;:)</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/warten-auf-den-biertisch.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php extends bbq</title>
		<link>http://contactsheet.de/php-extends-bbq.xhtml</link>
		<comments>http://contactsheet.de/php-extends-bbq.xhtml#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:45:52 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbbq]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/php-extends-bbq.xhtml</guid>
		<description><![CDATA[obviously php and bbq are related. I found the php logo on brandsoftheworld.com. Feel free to edit/enhance my quick&#8217;n&#8217;dirty Illustrator&#160;file
]]></description>
			<content:encoded><![CDATA[<p>obviously php and bbq are related. I found the php logo on brandsoftheworld.com. Feel free to edit/enhance my quick&#8217;n&#8217;dirty <a href="http://iroybot.deviantart.com/art/PHPBBQ-Logo-126800753" title="PHPBBQ Logo">Illustrator&nbsp;file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/php-extends-bbq.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verlosung: The Web Designer&#8217;s Idea Book</title>
		<link>http://contactsheet.de/verlosung-the-web-designers-idea-book.xhtml</link>
		<comments>http://contactsheet.de/verlosung-the-web-designers-idea-book.xhtml#comments</comments>
		<pubDate>Wed, 27 May 2009 12:59:37 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/?p=1252</guid>
		<description><![CDATA[Beim gestrigen Treffen der PHP Usergroup Karlsruhe hab ich doch tats&#228;chlich mal etwas gewonnen!Und weil ich das Magento Buch von Alexander Steireif und Rieker Rouven gerade gut gebrauchen kann, habe ich mir &#252;berlegt auch mal etwas Gutes zu tun. Deshalb verlose ich hier nun ein Exemplar des im Titel erw&#228;hnten Buchs von Patrick McNeill. 256 [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" height="130" src="http://contactsheet.de/bilder/webdesignideabook_small.png" style="float:left;border:0;background:transparent;" width="130" />Beim gestrigen Treffen der PHP Usergroup Karlsruhe hab ich doch tats&#228;chlich mal etwas gewonnen!<br />Und weil ich das <a href="http://magentocommerce.com/" title="Magento">Magento</a> Buch von Alexander Steireif und Rieker Rouven gerade gut gebrauchen kann, habe ich mir &#252;berlegt auch mal etwas Gutes zu tun. Deshalb verlose ich hier nun ein Exemplar des im Titel erw&#228;hnten Buchs von Patrick McNeill. 256 Seiten Inspiration f&#252;r dich. Bei etwa 100 bis 200 Besuchern pro Tag, sollte sich ja jemand finden, der f&#252;r das Buch Verwendung hat, oder? Wer das Buch haben m&#246;chte der schreibe entweder hier ein Kommentar oder verfolge meine <a href="http://twitter.com/rss2" title="Erik P&#246;hler bei Twitter">Twitter</a> Updates. Der Gewinner wird am Mittwoch den 10. Juni um 15 Uhr bekanntgegeben. Viel&nbsp;Gl&#252;ck.</p>
<p>&#160;</p>
<p>Und gewonnen hat: <a href="http://www.bernd-schmitz.net/blog/" title="Blog von Bernd Schmitz">Bernd Schmitz</a> aka <a href="http://twitter.com/schmitz" title="Bernd Schmitz bei Twitter">@schmitz</a>. Gratulation!&nbsp;:)</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/verlosung-the-web-designers-idea-book.xhtml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browser Updates</title>
		<link>http://contactsheet.de/browser-updates.xhtml</link>
		<comments>http://contactsheet.de/browser-updates.xhtml#comments</comments>
		<pubDate>Tue, 26 May 2009 10:51:52 +0000</pubDate>
		<dc:creator>Erik Poehler</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[flock]]></category>

		<guid isPermaLink="false">http://erikpoehler.com/browser-updates.xhtml</guid>
		<description><![CDATA[Google hat vergangenen Donnertag verlauten lassen, dass die Javascript-Engine V8 in Chrome verbessert wurde. Zusammen mit der neuesten WebKit-Version w&#252;rden einige Webseiten nun bis zu 30% schneller laden. In der Meldung hiess es auch, dass die Updates automatisch in Chrome installiert w&#252;rden - wobei ich da etwas anderes festgestellt&#160;habe.
Erwartet h&#228;tte ich eigentlich das Aufploppen eines [...]]]></description>
			<content:encoded><![CDATA[<p>Google hat vergangenen Donnertag verlauten lassen, dass die Javascript-Engine V8 in <a href="http://google.com/chrome" title="Google Chrome">Chrome</a> verbessert wurde. Zusammen mit der neuesten WebKit-Version w&#252;rden einige Webseiten nun bis zu 30% schneller laden. In der Meldung hiess es auch, dass die Updates automatisch in Chrome installiert w&#252;rden - wobei ich da etwas anderes festgestellt&nbsp;habe.</p>
<p>Erwartet h&#228;tte ich eigentlich das Aufploppen eines Hinweises sobald es eine neuere Version von Chrome gibt. Dem ist aber nicht so. Wer ein bi&#223;chen sucht findet stattdessen im Men&#252;punkt &#8216;Google Chrome anpassen&#8217; den unscheinbaren Punkt &#8216;Infos zu Google Chrome&#8217;. &#214;ffnet man dieses Fenster findet man dort einen Update-Button. Bei mir brachte das einen Versionssprung von v1.0.154.65 auf die aktuelle v2.0.172.28. (via&nbsp;<a href="http://www.builderau.com.au/news/soa/Google-claims-30-Chrome-speed-boost/0,339028227,339296574,00.htm" title="BuilderAU on Google Chrome">BuilderAU</a>)</p>
<p>Ein Browser um den es jetzt lange ruhig war ist <a href="http://flock.com/" title="Flock Browser">Flock</a>, der nun ebenfalls in einer neuen Version verf&#252;gbar ist. Zur Freude aller Socialnetworking Addicts (wenn ich mich recht entsinne war das schon immer der Fokus von Flock: das Social Web) hat man in die neueste Version als logische Erweiterung eine Twitter-Anbindung in den Browser integriert. Ebenfalls neu: ein Facebook Chat mit seinen Buddies. K&#246;nnte man sich mal&nbsp;ansehen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://contactsheet.de/browser-updates.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
