<?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>layh.com - Blog &#187; TYPO3</title>
	<atom:link href="http://www.layh.com/wordpress/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.layh.com/wordpress</link>
	<description>Just another blog</description>
	<lastBuildDate>Fri, 06 Jan 2012 20:46:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHPStorm and TYPO3 code formatting</title>
		<link>http://www.layh.com/wordpress/2011/09/20/phpstorm-and-typo3-code-formatting/</link>
		<comments>http://www.layh.com/wordpress/2011/09/20/phpstorm-and-typo3-code-formatting/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 11:38:03 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[FLOW3]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Clean code]]></category>
		<category><![CDATA[Code formatting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPStorm]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=664</guid>
		<description><![CDATA[I was searching for the import function almost forever until I figured out how to use the TYPO3 code formatting xml file provided in the TYPO3 wiki.

So here is a short article how to import the file and where to find it.

	Download the xml file from: http://wiki.typo3.org/File:Standard.xml
	 Open the xml file in the editor ...]]></description>
			<content:encoded><![CDATA[<p>I was searching for the import function almost forever until I figured out how to use the TYPO3 code formatting xml file provided in the TYPO3 wiki.</p>
<p>So here is a short article how to import the file and where to find it.</p>
<ol>
<li>Download the xml file from: <a title="Code formatting for PHPStorm/TYPO3" href="http://wiki.typo3.org/File:Standard.xml" target="_blank">http://wiki.typo3.org/File:Standard.xml</a></li>
<li>[optional] Open the xml file in the editor of your choice and change the schema name at the top of the file from Standard to something that is later more easy to identify in your IDE.</li>
<li>Copy the file to your user-files for PHPStorm, depending on your system. In Windows7 it is in C:\\Users\\&lt;username&gt;\\.WebIde10\\config\\codestyles</li>
<li>Restart your IDE if it is running, otherwise just start it.</li>
<li>Go to: Settings -&gt; Code Style</li>
<li>If you copied the file to the correct place it should show up in the select box. If you choose the option at point 2 and renamed the schema, you will find it under the new name, otherwise it will be &#8220;Standard&#8221;</li>
<li>Select it, press apply, enjoy clean code.</li>
</ol>
<p>But remember, good code formatting alone does not make good code <img src='http://www.layh.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt="icon wink PHPStorm and TYPO3 code formatting" class='wp-smiley' title="PHPStorm and TYPO3 code formatting" /> </p>
<p>Hope I could help someone.</p>
<p>Update (thx @tolleiv):</p>
<p>For the Max OSX users – /Users//Library/Preferences/WebIDE10/codestyles</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.layh.com/wordpress/?flattrss_redirect&amp;id=664&amp;md5=97f379e5fe94915ba55bf80ed316ce36" title="Flattr" target="_blank"><img src="http://www.layh.com/wordpress/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2011/09/20/phpstorm-and-typo3-code-formatting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Another gallery plugin for TYPO3 ??</title>
		<link>http://www.layh.com/wordpress/2011/07/24/another-gallery-plugin-for-typo3/</link>
		<comments>http://www.layh.com/wordpress/2011/07/24/another-gallery-plugin-for-typo3/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 10:27:36 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[AD Gallery]]></category>
		<category><![CDATA[Extbase]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=653</guid>
		<description><![CDATA[I started a while ago because I did not found a gallery plugin that fits my needs. So I started to implement one, based on the AD Gallery.

I just wrapped an extbase extension around the AD Gallery and added the lightbox feature.

Currently I implemented the gallery only on two pages of my website. This ...]]></description>
			<content:encoded><![CDATA[<p>I started a while ago because I did not found a gallery plugin that fits my needs. So I started to implement one, based on the <a title="AD Gallery" href="http://coffeescripter.com/code/ad-gallery/" target="_blank">AD Gallery</a>.</p>
<p>I just wrapped an extbase extension around the AD Gallery and added the lightbox feature.</p>
<p>Currently I implemented the gallery only on two pages of my website. This should demonstrate how it looks like with a single gallery and with a set of galleries.</p>
<p><a title="Dubai 2006" href="http://www.layh.com/bilder/dubai-2006.html" target="_blank">http://www.layh.com/bilder/dubai-2006.html</a></p>
<p><a title="Snowboarden" href="http://www.layh.com/bilder/snowboarden-0910.html" target="_blank">http://www.layh.com/bilder/snowboarden-0910.html</a></p>
<p>Take a look and let me know if it is worth continuing the work and make it more configurable and write the documentation required for the upload to the TER. You can find the source code here: <a title="Gitorious tl_adgallery" href="https://gitorious.org/tl_adgallery/tl_adgallery" target="_blank">https://gitorious.org/tl_adgallery/tl_adgallery</a></p>
<p>I know there are more than enough gallery plugins available in the TER, so leave me a note if you think I should push this to the TER.</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.layh.com/wordpress/?flattrss_redirect&amp;id=653&amp;md5=759b50c3790bf350cb8505d875bbeb9f" title="Flattr" target="_blank"><img src="http://www.layh.com/wordpress/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2011/07/24/another-gallery-plugin-for-typo3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FLOW3 &#8211; Getting Started Tutorial Updated.</title>
		<link>http://www.layh.com/wordpress/2011/07/08/flow3-getting-started-tutorial-updated/</link>
		<comments>http://www.layh.com/wordpress/2011/07/08/flow3-getting-started-tutorial-updated/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 17:57:55 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[FLOW3]]></category>
		<category><![CDATA[Fluid]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=642</guid>
		<description><![CDATA[Since there have been a lot of changes in #FLOW3 during the last days and I learned some new stuff at the #T3DD11 to I just updated my FLOW3 Tutorials to the current changes.

Until now I only updated the source code, I will rewrite the text as soon as I find the time.

The biggest ...]]></description>
			<content:encoded><![CDATA[<p>Since there have been a lot of changes in #FLOW3 during the last days and I learned some new stuff at the #T3DD11 to I just updated my FLOW3 Tutorials to the current changes.</p>
<p>Until now I only updated the source code, I will rewrite the text as soon as I find the time.</p>
<p>The biggest new change is the usage of vendor namespaces. This means every package key is not only the package name but also contains the vendor namespace. For my example I added the vendor namespace Layh, so my new package key is Layh.Events.</p>
<p>Before this changes the namespace for my package started with <em>\F3\Events\<em>&#8230;. and has changed to <em>\Layh\Events\</em>&#8230; now. Also all FLOW3 namespaces have changed from <em>\F3\FLOW3\</em>&#8230; to <em>\TYPO3\FLOW3\</em>&#8230;</em></em></p>
<p>Another change is that we don&#8217;t have any id&#8217;s anymore since everything is working with uuids now that are automatically created. So I also removed all id&#8217;s from my package.</p>
<p>The creation of a user account, where we had to generate a random string for the salted passwords has moved to the AccountFactory now and adding a new account is much more easy now.</p>
<p>That are the biggest changes. More to come soon&#8230;&#8230;</p>
<p><a title="FLOW3 Tutorial" href="http://www.layh.com/work/flow3-fluid/tutorials.html">The tutorial.<br />
</a></p>
<p class="wp-flattr-button"></p> <p><a href="http://www.layh.com/wordpress/?flattrss_redirect&amp;id=642&amp;md5=de7804ee8809aebdd1fc1815844e2e69" title="Flattr" target="_blank"><img src="http://www.layh.com/wordpress/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2011/07/08/flow3-getting-started-tutorial-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erweitern des TYPO3 Caching Frameworks</title>
		<link>http://www.layh.com/wordpress/2011/05/12/erweitern-des-typo3-caching-frameworks/</link>
		<comments>http://www.layh.com/wordpress/2011/05/12/erweitern-des-typo3-caching-frameworks/#comments</comments>
		<pubDate>Thu, 12 May 2011 06:45:49 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[Erweitern]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=595</guid>
		<description><![CDATA[Ich musste mich vor einiger Zeit mit dem TYPO3 Caching Framework besch&#228;ftigen. Da ein Fallback auf abgelaufene Eintr&#228;ge im Cache erw&#252;nscht waren musste ich sowohl das Frontend und auch das Backend des Caching Frameworks erweitern.

Einen sehr guten Artikel zum Einsetzen des Caching Frameworks gibt es auf der Seite von Daniel Lienert:

Caching Framework in eigener ...]]></description>
			<content:encoded><![CDATA[<p>Ich musste mich vor einiger Zeit mit dem TYPO3 Caching Framework besch&#228;ftigen. Da ein Fallback auf abgelaufene Eintr&#228;ge im Cache erw&#252;nscht waren musste ich sowohl das Frontend und auch das Backend des Caching Frameworks erweitern.</p>
<p>Einen sehr guten Artikel zum Einsetzen des Caching Frameworks gibt es auf der Seite von Daniel Lienert:</p>
<p><a title="TYPO3 Caching Framework in eigener Extension verwenden" href="http://daniel.lienert.cc/blog/blog-post/2011/03/12/typo3-caching-framework-in-eigener-extension-verwenden/" target="_blank">Caching Framework in eigener Extension nutzen</a></p>
<p>Dieser Artikel ist der Einstiegspunkt. Nachdem das Caching Framework erfolgreich eingesetzt wird bietet folgender Artikel auf meiner Seite hoffentlich dem einen oder anderen eine Hilfe wie er das Frontend und Backend erweitern kann:</p>
<p><a title="Erweitern des TYPO3 Caching Frameworks" href="http://www.layh.com/work/typo3/tutorials/typo3-caching-framework.html">Erweitern des Frontend und Backend des TYPO3 Caching Frameworks</a></p>
<p class="wp-flattr-button"></p> <p><a href="http://www.layh.com/wordpress/?flattrss_redirect&amp;id=595&amp;md5=cb067080ecad0bd10438614b65bb3a34" title="Flattr" target="_blank"><img src="http://www.layh.com/wordpress/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2011/05/12/erweitern-des-typo3-caching-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mal wieder &#8211; Relaunch von layh.com</title>
		<link>http://www.layh.com/wordpress/2011/05/08/mal-wieder-relaunch-von-layh-com/</link>
		<comments>http://www.layh.com/wordpress/2011/05/08/mal-wieder-relaunch-von-layh-com/#comments</comments>
		<pubDate>Sun, 08 May 2011 19:44:19 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Relaunch]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=587</guid>
		<description><![CDATA[Ich wei&#223; selber nicht woran es liegt, aber nach einer gewissen Zeit wird mir mein eigenes Layout doch irgendwann immer langweilig. Da ich eh mal ein wenig mit HTML5 rumspielen wollte habe ich meiner Seite mal wieder ein neues Layout verpasst und dieses Wochenende ist es dann endlich mal fertig geworden.

Getwittert habe ich es ...]]></description>
			<content:encoded><![CDATA[<p>Ich wei&#223; selber nicht woran es liegt, aber nach einer gewissen Zeit wird mir mein eigenes Layout doch irgendwann immer langweilig. Da ich eh mal ein wenig mit HTML5 rumspielen wollte habe ich meiner Seite mal wieder ein neues Layout verpasst und dieses Wochenende ist es dann endlich mal fertig geworden.</p>
<p>Getwittert habe ich es ja schon, nun, da nach einem anstrengenden Sonntag auch alle Bildergalerien wieder funktionieren, ist der Relaunch damit erst mal offiziell abgeschlossen.</p>
<p>Die eine oder andere Nachbesserung wird es wohl noch geben. Vor allem mit den Bildergalerien bin ich eigentlich noch nicht wirklich zufrieden. Dazu wird mir aber sicher noch was einfallen, ansonsten wird eben doch noch mal Extbase ausgepackt und Bildergalerie Nr. 500 entwickelt <img src='http://www.layh.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Mal wieder   Relaunch von layh.com" class='wp-smiley' title="Mal wieder   Relaunch von layh.com" /> </p>
<p>Die Seite basiert nat&#252;rlich, wie vorher auch, auf TYPO3 in der aktuellsten Version. Der Teil in dem ihr gerade lest nicht, das ist WordPress, die Blogbeispiele im TYPO3 Bereich k&#246;nnen damit leider noch nicht mithalten.</p>
<p>Vielleicht schaffe ich es in Zukunft auch mal wieder mehr als einen Beitrag pro Quartal in meinen Blog zu bringen.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2011/05/08/mal-wieder-relaunch-von-layh-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neuer Bereich meiner Webseite &#8211; FLOW3 / Fluid</title>
		<link>http://www.layh.com/wordpress/2010/10/25/neuer-bereich-meiner-webseite-flow3-fluid/</link>
		<comments>http://www.layh.com/wordpress/2010/10/25/neuer-bereich-meiner-webseite-flow3-fluid/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 06:17:50 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[FLOW3]]></category>
		<category><![CDATA[Fluid]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=526</guid>
		<description><![CDATA[
Von der Template Engine Fluid bin ich schon seit einer l&#228;ngeren Begeistert. Ich hasse PHP-Code im Template und Fluid geht da einfach den richtigen Weg.

Ebenfalls fasziniert bin ich momentan von FLOW3. Das Framework scheint zumindest in weiten Teilen so wie ich das bisher beurteilen kann einsatzbereit zu sein. Momentan bin ich dabei mein kleines ...]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_527" class="wp-caption alignleft" style="width: 119px;">
<dt class="wp-caption-dt"><a href="http://www.layh.com/wordpress/wp-content/uploads/2010/10/f3_logo.gif" rel="lightbox[526]"><img class="size-full wp-image-527" title="f3_logo" src="http://www.layh.com/wordpress/wp-content/uploads/2010/10/f3_logo.gif" alt="f3 logo Neuer Bereich meiner Webseite   FLOW3 / Fluid" width="109" height="40" /></a></dt>
</dl>
</div>
<p>Von der Template Engine Fluid bin ich schon seit einer l&#228;ngeren Begeistert. Ich hasse PHP-Code im Template und Fluid geht da einfach den richtigen Weg.</p>
<p>Ebenfalls fasziniert bin ich momentan von FLOW3. Das Framework scheint zumindest in weiten Teilen so wie ich das bisher beurteilen kann einsatzbereit zu sein. Momentan bin ich dabei mein kleines Nebenprojekt, <a title="Twitcode // share your snippets on twitter" href="http://twitcode.org" target="_blank">http://twitcode.org</a>, auf Basis von FLOW3 neu umzusetzen. Die Probleme die mir hier &#252;ber den Weg laufen werde ich nun auf meiner Webseite dokumentieren, in der Hoffnung anderen Leuten eventuell die langen N&#228;chte die ich gerade selbst ab und an habe um Probleme zu l&#246;sen, ein wenig zu verk&#252;rzen.</p>
<p><a title="layh.com - FLOW3" href="http://www.layh.com/flow3.html" target="_self">http://www.layh.com/flow3.html</a></p>
<p>Vielleicht kann ich ja dem einen oder anderen damit ein wenig Helfen.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2010/10/25/neuer-bereich-meiner-webseite-flow3-fluid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>layh.com &#8211; neuer Anstrich und etwas mehr</title>
		<link>http://www.layh.com/wordpress/2009/12/11/layh-com-neuer-anstrich-und-etwas-mehr/</link>
		<comments>http://www.layh.com/wordpress/2009/12/11/layh-com-neuer-anstrich-und-etwas-mehr/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 18:27:04 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=388</guid>
		<description><![CDATA[Ich hab ja keine Ahnung was mich geritten hat aber ich war der Meinung meine Webseite braucht mal wieder ein neues Layout. Ob ich mit dem hier gl&#252;cklich werde kann ich Momentan noch nicht sagen, aber momentan bin ich noch ganz zufrieden.

Komplett &#252;berarbeitet habe ich meine Bildergalerien. Das hat mir vorher einfach nicht gefallen ...]]></description>
			<content:encoded><![CDATA[<p>Ich hab ja keine Ahnung was mich geritten hat aber ich war der Meinung meine Webseite braucht mal wieder ein neues Layout. Ob ich mit dem hier gl&#252;cklich werde kann ich Momentan noch nicht sagen, aber momentan bin ich noch ganz zufrieden.</p>
<p>Komplett &#252;berarbeitet habe ich meine <a title="Bildergalerien" href="http://www.layh.com/bilder.html" target="_self">Bildergalerien</a>. Das hat mir vorher einfach nicht gefallen und ich habe mich nun dazu entschieden mal <a title="DAM" href="http://typo3.org/extensions/repository/view/dam/current/" target="_blank">DAM</a> einzusetzen. Die Bildergalerie die ich nun verwende ist die <a title="eco_gal" href="http://typo3.org/extensions/repository/view/eco_gal/current/" target="_blank">eco_gal</a>. Die spricht mich doch vom Layout her an.</p>
<p>Wenn man doch schon mal an der eigenen Homepage rumbastelt, nun dann gab es noch direkt das Update auf <a title="TYPO3" href="http://typo3.org/" target="_blank">TYPO3 4.2.3</a> und ich bin bisher sehr angetan von den Neuerungen.</p>
<p>Viel Spa&#223; mit der neuen Bildergalerie und dem neuen Layout.</p>
<p>Sch&#246;nes Wochenende w&#252;nsche ich.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2009/12/11/layh-com-neuer-anstrich-und-etwas-mehr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 User eXperience Week 2009 &#8211; t3uxw09</title>
		<link>http://www.layh.com/wordpress/2009/10/06/typo3-user-experience-week-2009-t3uxw09/</link>
		<comments>http://www.layh.com/wordpress/2009/10/06/typo3-user-experience-week-2009-t3uxw09/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 07:22:53 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[t3uxw09]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=369</guid>
		<description><![CDATA[Die Anmeldung f&#252;r die TYPO3 User eXperience Week 2009 ist vor wenigen Tagen gestartet. Es gibt die M&#246;glichkeit sich hier zu bewerben und daran teilzunehmen. Das ganze soll den Sinn haben die letzten 20% des aktuellen Backends von TYPO3 fertig zu stellen. Hierf&#252;r werden nun sowohl Entwickler, Interface Designer und sogenannte Nerd Manager gesucht.

Insgesamt ...]]></description>
			<content:encoded><![CDATA[<p>Die Anmeldung f&#252;r die TYPO3 <span style="color: #ff6600;">U</span>ser e<span style="color: #ff6600;">X</span>perience <span style="color: #ff6600;">W</span>eek 2009 ist vor wenigen Tagen gestartet. Es gibt die M&#246;glichkeit sich hier zu <a title="T3UXW09 apply" href="http://t3uxw09.typo3.org/apply/introduction/" target="_blank">bewerben</a> und daran teilzunehmen. Das ganze soll den Sinn haben die letzten 20% des aktuellen Backends von TYPO3 fertig zu stellen. Hierf&#252;r werden nun sowohl Entwickler, Interface Designer und sogenannte Nerd Manager gesucht.</p>
<p>Insgesamt werden 30 Leute gesucht die dann f&#252;r eine Woche eingesperrt werden. Jede dieser Personen braucht allerdings einen Sponsor, da dass ganze nat&#252;rlich auch irgendwie finanziert werden muss. Der aktuelle Stand ist leider noch etwas schwach, es gibt momentan 2 Sponsoren und 12 Bewerber die daran teilhaben wollen.</p>
<p>An sich ist das ganze in meinen Augen eine sehr gute Idee und ich denke es ist eine wichtige Ma&#223;nahme um das Projekt ein gro&#223;es St&#252;ck voranzutreiben.</p>
<div id="attachment_371" class="wp-caption alignnone" style="width: 702px"><a href="http://t3uxw09.typo3.org/"><img class="size-full wp-image-371" title="t3uxw09" src="http://www.layh.com/wordpress/wp-content/uploads/2009/10/t3uxw091.png" alt="t3uxw091 TYPO3 User eXperience Week 2009   t3uxw09" width="692" height="43" /></a><p class="wp-caption-text">TYPO3 User eXperience Week 2009</p></div>
<p>Alle weiteren Informationen gibt es unter <a title="t3uxw09" href="http://t3uxw09.typo3.org/" target="_blank">http://t3uxw09.typo3.org/</a></p>
<p>Nicht rumsitzen, Bewerben oder Partnerschaft &#252;bernehmen.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2009/10/06/typo3-user-experience-week-2009-t3uxw09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relaunch &#8211; layh.com</title>
		<link>http://www.layh.com/wordpress/2009/01/10/relaunch-layhcom/</link>
		<comments>http://www.layh.com/wordpress/2009/01/10/relaunch-layhcom/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 11:39:26 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Relaunch]]></category>
		<category><![CDATA[TemplaVoila]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=179</guid>
		<description><![CDATA[Es ist wieder mal so weit. layh.com hat mal wieder ein neues Gesicht bekommen. Stellt sich nun die Frage warum? Als erstes habe ich TYPO3 auf Templavoila umgestellt da es mir wesentlich besser gef&#228;llt als das alte, klassische System. Die Erweiterbarkeit und das Handling sind mit Templavoila einfach besser.

Das Layout wurde umgestellt da ich ...]]></description>
			<content:encoded><![CDATA[<p>Es ist wieder mal so weit. <a title="layh.com" href="http://www.layh.com">layh.com</a> hat mal wieder ein neues Gesicht bekommen. Stellt sich nun die Frage warum? Als erstes habe ich TYPO3 auf Templavoila umgestellt da es mir wesentlich besser gef&#228;llt als das alte, klassische System. Die Erweiterbarkeit und das Handling sind mit Templavoila einfach besser.</p>
<p>Das Layout wurde umgestellt da ich die komplette Breite nutzen wollte. Dieses fixe Layout hat mir einfach nicht mehr gefallen. Nat&#252;rlich sind nun wieder endlos Baustellen offen und es wird nun noch eine ganze Zeit dauern bis die Seite wieder ihre urspr&#252;ngliche Qualit&#228;t hat.</p>
<p>Eigentlich war es auch auch geplant den Blog auf die TYPO3 Extension T3Blog umzustellen. Dies wird vermutlich jedoch erstmal nicht passieren. Die Integration der T3Blog Extension in eine bestehende Seitenstruktur ist nicht ganz so einfach wie ich mir das vorgestellt habe und ich hebe mir diese Arbeit f&#252;r einen anderen verregneten Tag auf.</p>
<p>Gru&#223;<br />
Tommy</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2009/01/10/relaunch-layhcom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TYPO3 Update auf 4.2.2 und die Seitenstruktur</title>
		<link>http://www.layh.com/wordpress/2008/10/25/typo3-update-auf-422-und-die-seitenstruktur/</link>
		<comments>http://www.layh.com/wordpress/2008/10/25/typo3-update-auf-422-und-die-seitenstruktur/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:54:52 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.layh.com/wordpress/?p=158</guid>
		<description><![CDATA[So nach langer Zeit habe ich mich mal wieder an meine Homepage gemacht. Nach einem problemlosen Update auf TYPO3 Version 4.2.2 habe ich auch direkt diee Seitenstruktur angepasst. Der Punkt Projekte ist gestorben. Unter diesem Punkt gab es eigentlich eh nur Infos zu TYPO3 und der Punkt wurde entsprechend umbenannt und die Struktur ein ...]]></description>
			<content:encoded><![CDATA[<p>So nach langer Zeit habe ich mich mal wieder an meine Homepage gemacht. Nach einem problemlosen Update auf TYPO3 Version 4.2.2 habe ich auch direkt diee Seitenstruktur angepasst. Der Punkt Projekte ist gestorben. Unter diesem Punkt gab es eigentlich eh nur Infos zu TYPO3 und der Punkt wurde entsprechend umbenannt und die Struktur ein wenig angepasst. Kleine Probleme gab es bei der Nutzung des Seitentitels TYPO3, da dieser durch die htaccess zu Fehlern gef&#252;hrt hat. Daher wurde der Punkt nun in TYPO3-Dev umbenannt. Vielleicht finde ich mal noch einen sch&#246;neren Weg, aber f&#252;r das Erste ist das so auch in Ordnung.</p>
<p>Was mir an dem Update auf 4.2.2 sehr gut gef&#228;llt ist die Zusammenf&#252;hrung der Seitentypen &#8220;Standard&#8221; und &#8220;Advanced&#8221;. Ich fande es schon immer unn&#246;tig dort zwei Seitentypen zu haben.</p>
<p>So dann werde ich versuchen in Zukunft den neuen Men&#252;punkt auch ein wenig mit Informationen zu f&#252;llen.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/734100bd-22ad-40a3-8885-51311fb47d4b/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=734100bd-22ad-40a3-8885-51311fb47d4b" alt=" TYPO3 Update auf 4.2.2 und die Seitenstruktur"  title="TYPO3 Update auf 4.2.2 und die Seitenstruktur" /></a></div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://www.layh.com/wordpress/2008/10/25/typo3-update-auf-422-und-die-seitenstruktur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

