<?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>npostnik.de</title>
	<atom:link href="http://www.npostnik.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.npostnik.de</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:15:12 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Formular in TYPO3 nicht in deutsch</title>
		<link>http://www.npostnik.de/typo3/formular-in-typo3-nicht-in-deutsch/</link>
		<comments>http://www.npostnik.de/typo3/formular-in-typo3-nicht-in-deutsch/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:13:21 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1128</guid>
		<description><![CDATA[In der neuen TYPO3 Version werden die Formulare mit einem neuen Formularwizard erstellt. Im Vergleich zum alten Wizard kann man Felder mit Drag-and-Drop hinzufügen und diese mit Validierungsregeln überprüfen lassen, Felder in Fieldsets gruppieren und das Formular nicht nur per Mail verschicken, sondern mit eigenen Post-Prozessoren die Daten in die Datenbank speichern. Im Frontend gefallen [...]]]></description>
			<content:encoded><![CDATA[<p>In der neuen TYPO3 Version werden die Formulare mit einem neuen Formularwizard erstellt. Im Vergleich zum alten Wizard kann man Felder mit Drag-and-Drop hinzufügen und diese mit Validierungsregeln überprüfen lassen, Felder in Fieldsets gruppieren und das Formular nicht nur per Mail verschicken, sondern mit eigenen Post-Prozessoren die Daten in die Datenbank speichern.<br />
Im Frontend gefallen mir die neuen Formulare viel besser als die vom alten Wizard. Zum einen sind wir alle diese leidige Feld-Validierung mit JavaScript los, die mit einem alert etwas penetrant darauf hingewiesen hat, dass Felder nicht ausgefüllt sind. Zum zweiten kann man die Felder endlich gruppieren und dadurch das Formular evtl. individueller gestalten als vorher.<br />
Leider ist der Wizard so neu, dass es dafür noch keine deutsche Übersetzung gibt. Zumindest habe ich keine gefunden. Und es gab noch keine Forumsbeiträge zu dem Thema. Ich hatte bei schlauen Leute nachgefragt, ob ich denn etwas übersehen hätte, aber sie hatten mir auch nur geraten, es so zu machen, wie ich es schon vorhatte: Die Übersetzung selbst im typo3conf/l10n Ordner einpflegen.<br />
Die Übersetzungen mancher (vor allem neueren) Extensions befinden sich in Dateien, die im Order typo3conf/l10n gespeichert sind. Für jede Sprache und für jede Extension, zu der eine Übersetzung vorliegt, wird in diesem Ordner die folgende Struktur angelegt:<br />
<em>typo3conf/l10n/[sprache]/[extension]</em>. So dass die Übersetzung für die Formularextension (alias der neue Form Wizard) in typo3conf/ext/de/form liegen müsste, dieser Ordner existiert aber nicht.<br />
Und so übersetzt man selbst in freudiger Erwartung die Extension form wie folgt: Eine existierende Sprache für die Form-Extension aus dem TER laden (z.B. französisch). Dann den Ordner <em>form</em> aus typo3conf/ext/l10n/fr/ kopieren und in typo3ext/l10n/de einfügen. Im Ordner form navigiert man zu Resources/Private/Language und benennt die Dateien dort um, so dass sie mit de. anstatt fr. beginnen. Zum Testen kann man den Form-Wizard aufrufen und feststellen, dass alles auf französisch ist. Und dann kann man die Texte übersetzen. Die XML-Dateien sind die alte Art Extensions zu übersetzen, die XLF-Dateien die neue, die anscheinend bevorzugt wird. Daher die XML-Dateien ignorieren und nur die Labels in den XLF-Dateien anpassen.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;trans-unit</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;title&quot;</span> <span style="color: #000066;">xml:space</span>=<span style="color: #ff0000;">&quot;preserve&quot;</span> <span style="color: #000066;">approved</span>=<span style="color: #ff0000;">&quot;yes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;source<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Form Wizard<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/source<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;target</span> <span style="color: #000066;">state</span>=<span style="color: #ff0000;">&quot;translated&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>HIER DIE DEUTSCHE ÜBERSETZUNG REIN<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/target<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/trans-unit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Ich bin nicht wirklich zufrieden mit dieser Übersetzungsmöglichkeit. Ein Update und die ganzen eingepflegten Texte sind hin, sie werden dann mit den Übersetzungen aus dem Repository überschrieben. Vielleicht gibt es ja eine Möglichkeit, die Texte per TypoScript zu setzen mit _LOCAL_LANG? Werde das mal weiter untersuchen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/formular-in-typo3-nicht-in-deutsch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step Choreo</title>
		<link>http://www.npostnik.de/choreos/step-choreo-11/</link>
		<comments>http://www.npostnik.de/choreos/step-choreo-11/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:51:39 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[choreos]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1126</guid>
		<description><![CDATA[Block 1 (bilateral) 9 &#8211; Squat, Kick L auf 4, halber Turn Reverse auf Nordseite 7 &#8211; Box over R zurück zu Süd, Stomp R Aufbau: Repeater + 2 Basic 2 Basic = 1 March + Mambo R + Stomp R Repeater = Stomp + Kick auf 4 + March auf L Stomp, dann Straddle [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Block 1 (bilateral)</strong><br />
9 &#8211; Squat, Kick L auf 4, halber Turn Reverse auf Nordseite<br />
7 &#8211; Box over R zurück zu Süd, Stomp R<br />
Aufbau:</p>
<ul>
<li>Repeater + 2 Basic</li>
<li>2 Basic = 1 March + Mambo R + Stomp R</li>
<li>Repeater = Stomp + Kick auf 4 + March auf L</li>
<li>Stomp, dann Straddle + Kick auf 4 + halber Turn Reverse auf Südseite etc.</li>
</ul>
<p><strong>Block 2 (unilateral)</strong><br />
8 &#8211; Single Stomp over kreuzen, Double Stomp Tango auf dem Boden Südeseite<br />
8 &#8211; Kneelift over zurück kreuzen, Mambo Chacha am Boden</p>
<p><strong>Block 3 (bilateral)</strong><br />
10 &#8211; L-Step Kneelift, Tap R, 2 March Drehung zu 180° Frontwechsel, Switch<br />
6 &#8211; Sixpoint, mit dem ersten Stomp zurück nach Süd kreuzen<br />
Aufbau: </p>
<ul>
<li>Repeater + 2 Basic</li>
<li>2 Basic = 2 March + Sixpoint</li>
<li>Repeater = L-Step mit 3 Knee zur Seite</li>
<li>mittlerer Knee wird zu Tap</li>
<li>statt letzem Knee und 2 March = 2 March, Switch</li>
<li>zum Schluss den Frontwechsel</li>
</ul>
<p><strong>Block 4 (bilateral)</strong><br />
10 &#8211; Mambo seit, Box längs über Step, andere Seite Schritt nach außen<br />
6 &#8211; Double Knee<br />
Aufbau: </p>
<ul>
<li>2 Basic + Repeater</li>
<li>Repeater = 2 March + Double Knee</li>
<li>2 Basic = Mambo + Basic</li>
<li>Mambo zur Seite, Basic als Box over mit Ausfallschritt nach außen</li>
</ul>
<p><strong>Block 5 (bilateral)</strong><br />
8 &#8211; 2 March rauf, Switch, Turn zur Nordseite ab, dabei Knie hoch<br />
8 &#8211; Flieger over zurück, Mambo<br />
Aufbau: </p>
<ul>
<li>2 Basic + Repeater</li>
<li>2 Basic = 2 March rauf, Switch, March am Platz</li>
<li>Repeater = Flieger + Mambo</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/choreos/step-choreo-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TemplaVoila Backend Layout</title>
		<link>http://www.npostnik.de/typo3/templavoila-backend-layout/</link>
		<comments>http://www.npostnik.de/typo3/templavoila-backend-layout/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 14:14:19 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[templavoila]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1124</guid>
		<description><![CDATA[Um im TemplataVoila für definierte Content Bereiche ein Layout in Backend zu definieren, gibt es zwei Möglichkeit. Die erste ist, das Layout im XML im DataStructure-Datensatz zu hinterlegen. Die zweite ist eine separate HTML-Datei, die die Layout-Information fürs Backend enthält. Variante eins ist dann sinnvoll, wenn jedes Data Structure nur einmal verwendet wird, außerdem spart [...]]]></description>
			<content:encoded><![CDATA[<p>Um im TemplataVoila für definierte Content Bereiche ein Layout in Backend zu definieren, gibt es zwei Möglichkeit. Die erste ist, das Layout im XML im DataStructure-Datensatz zu hinterlegen. Die zweite ist eine separate HTML-Datei, die die Layout-Information fürs Backend enthält. Variante eins ist dann sinnvoll, wenn jedes Data Structure nur einmal verwendet wird, außerdem spart man sich Dateien. Variante zwei ist dann sinnvoll, wenn die gleiche Data Structure mit unterschiedlichen Template Objects verwendet werden soll. In beiden Fällen muss man beachten, dass sich nur Inhaltscontainer layouten lassen (was schade ist).<br />
Layout innerhalb der Data Structure:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;meta</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;array&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;langDisable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/langDisable<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;beLayout<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><span style="color: #339933;">&lt;![CDATA[</span>
<span style="color: #339933;">		&lt;table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; width=&quot;100%&quot;&gt;</span>
<span style="color: #339933;">			&lt;tr&gt;</span>
<span style="color: #339933;">				&lt;td valign=&quot;top&quot; width=&quot;65%&quot;&gt;###field_column1###&lt;/td&gt;</span>
<span style="color: #339933;">				&lt;td valign=&quot;top&quot; width=&quot;35%&quot;&gt;###field_column2###&lt;/td&gt;</span>
<span style="color: #339933;">			&lt;/tr&gt;</span>
<span style="color: #339933;">		&lt;/table&gt;</span>
<span style="color: #339933;">	]]&gt;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/beLayout<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/meta<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Im Tag meta wird ein Tag beLayout definiert (Schreibweise beachten) und darin mit old school HTML (also Tabellen) das Layout im Backend definiert.<br />
Layout innerhalb einer separaten Datei:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;table</span> <span style="color: #000066;">border</span>=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">cellpadding</span>=<span style="color: #ff0000;">&quot;2&quot;</span> <span style="color: #000066;">cellspacing</span>=<span style="color: #ff0000;">&quot;2&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;100%&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;tr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;td</span> <span style="color: #000066;">valign</span>=<span style="color: #ff0000;">&quot;top&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;64%&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>###field_column1###<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/td<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;td</span> <span style="color: #000066;">valign</span>=<span style="color: #ff0000;">&quot;top&quot;</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">&quot;34%&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>###field_column2###<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/td<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/tr<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/table<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Es reicht aus, wenn die Datei nur das Layout enthält &#8211; keine zusätzlichen Tags. Dann speichert man es in eine HTML-Datei und wählt diese Datei im Feld BE Layout Template File im Template Object aus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/templavoila-backend-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Load Event in IE</title>
		<link>http://www.npostnik.de/javascript/image-load-event-in-ie/</link>
		<comments>http://www.npostnik.de/javascript/image-load-event-in-ie/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 14:17:16 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1121</guid>
		<description><![CDATA[In einer kleinen Animation mit jQuery sollen bestimmte Aktionen ausgeführt werden, wenn Bilder geladen sind. Dazu habe ich ein Image Load Event verwendet: $image1 = $&#40;'&#60;img /&#62;'&#41;.attr&#40;'src', circle1Img&#41;.attr&#40;'width', 250&#41;.attr&#40;'height', 250&#41;. load&#40; function&#40;&#41; &#123; $&#40;'#animation .circle-1 .image'&#41;.html&#40;''&#41;; $&#40;'#animation .circle-1 .image'&#41;.append&#40;$&#40;this&#41;&#41;; &#125;&#41;; Das hat auch wunderbar funktioniert, außer im IE8 (vermutlich auch IE7), wobei sich der IE8 [...]]]></description>
			<content:encoded><![CDATA[<p>In einer kleinen Animation mit jQuery sollen bestimmte Aktionen ausgeführt werden, wenn Bilder geladen sind. Dazu habe ich ein Image Load Event verwendet:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$image1 <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'&lt;img /&gt;'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'src'</span><span style="color: #339933;">,</span> circle1Img<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'width'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">250</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">250</span><span style="color: #009900;">&#41;</span>.
<span style="color: #660066;">load</span><span style="color: #009900;">&#40;</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#animation .circle-1 .image'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#animation .circle-1 .image'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Das hat auch wunderbar funktioniert, außer im IE8 (vermutlich auch IE7), wobei sich der IE8 im Legacy Mode korrekt verhält. Wie meine Recherche ergab, wird das Load Event vorzeitig gefeuert, weil das Bild aus dem Browser-Cache geladen wird. Das ist aber nur im IE so (wen wundest es eigentlich noch). Ein Lösung fand ich im Blog von <a href="http://davidwalsh.name/image-load-event">David Walsh</a>. Damit es auch im IE funktioniert, muss das src-Attribut erst gesetzt werden, wenn das Load Event definiert ist:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$image1 <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'&lt;img /&gt;'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'src'</span><span style="color: #339933;">,</span> circle1Img<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'width'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">250</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">250</span><span style="color: #009900;">&#41;</span>.
<span style="color: #660066;">load</span><span style="color: #009900;">&#40;</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#animation .circle-1 .image'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#animation .circle-1 .image'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
$image1.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'src'</span><span style="color: #339933;">,</span> circle1Static<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Das Problem tritt natürlich nicht auf, wenn man die Bilder nicht aus dem Cache lädt:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> circle1Img <span style="color: #339933;">=</span> <span style="color: #3366CC;">'fileadmin/templates/img/animcircle_01.gif?'</span> <span style="color: #339933;">+</span> Math.<span style="color: #660066;">floor</span><span style="color: #009900;">&#40;</span>Math.<span style="color: #660066;">random</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span><span style="color: #CC0000;">10000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/javascript/image-load-event-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Überschriften im RTE umbenennen</title>
		<link>http://www.npostnik.de/typo3/uberschriften-im-rte-umbenennen/</link>
		<comments>http://www.npostnik.de/typo3/uberschriften-im-rte-umbenennen/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:32:51 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[rte]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1117</guid>
		<description><![CDATA[Die Überschriften in TYPO3 umzubenennen, so dass die Bezeichnungen für den Redakteur sprechender sind, ist recht einfach. Dazu braucht man folgenden Schnipsel im User oder Page-TS Config: TCEFORM.tt_content.header_layout &#123; altLabels.1 = H1: groß und blau altLabels.2 = H2: groß und schwarz altLabels.3 = H3: mittel und blau altLabels.4 = H4: mittel und grau &#125; Natürlich [...]]]></description>
			<content:encoded><![CDATA[<p>Die Überschriften in TYPO3 umzubenennen, so dass die Bezeichnungen für den Redakteur sprechender sind, ist recht einfach. Dazu braucht man folgenden Schnipsel im User oder Page-TS Config:</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;">TCEFORM<span style="color: #339933; font-weight: bold;">.</span>tt_content<span style="color: #339933; font-weight: bold;">.</span>header_layout <span style="color: #009900;">&#123;</span>
	altLabels<span style="color: #339933; font-weight: bold;">.</span>1 <span style="color: #339933; font-weight: bold;">=</span> H1<span style="color: #339933; font-weight: bold;">:</span> groß und blau
	altLabels<span style="color: #339933; font-weight: bold;">.</span>2 <span style="color: #339933; font-weight: bold;">=</span> H2<span style="color: #339933; font-weight: bold;">:</span> groß und schwarz
	altLabels<span style="color: #339933; font-weight: bold;">.</span>3 <span style="color: #339933; font-weight: bold;">=</span> H3<span style="color: #339933; font-weight: bold;">:</span> mittel und blau
	altLabels<span style="color: #339933; font-weight: bold;">.</span>4 <span style="color: #339933; font-weight: bold;">=</span> H4<span style="color: #339933; font-weight: bold;">:</span> mittel und grau
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Natürlich wäre es schön, wenn die Überschriften im RTE auch die entsprechenden Bezeichnungen hätten, dazu einfach folgendes in die RTE Konfiguration rein und schon klappts (allerdings seit TYPO3 4.3).</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;">RTE<span style="color: #339933; font-weight: bold;">.</span>default <span style="color: #009900;">&#123;</span>
<span style="color: #339933; font-weight: bold;">...</span>
	buttons<span style="color: #339933; font-weight: bold;">.</span>formatblock<span style="color: #339933; font-weight: bold;">.</span>items <span style="color: #009900;">&#123;</span>
		h1<span style="color: #339933; font-weight: bold;">.</span>label <span style="color: #339933; font-weight: bold;">=</span> H1<span style="color: #339933; font-weight: bold;">:</span> groß und blau
		h2<span style="color: #339933; font-weight: bold;">.</span>label <span style="color: #339933; font-weight: bold;">=</span> H2<span style="color: #339933; font-weight: bold;">:</span> groß und schwarz
		h3<span style="color: #339933; font-weight: bold;">.</span>label <span style="color: #339933; font-weight: bold;">=</span> H3<span style="color: #339933; font-weight: bold;">:</span> mittel und blau
		h4<span style="color: #339933; font-weight: bold;">.</span>label <span style="color: #339933; font-weight: bold;">=</span> H4<span style="color: #339933; font-weight: bold;">:</span> mittel und grau
	<span style="color: #009900;">&#125;</span>
<span style="color: #339933; font-weight: bold;">...</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/uberschriften-im-rte-umbenennen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3 4.6 und tt_news</title>
		<link>http://www.npostnik.de/typo3/typo3-4-6-und-tt_news/</link>
		<comments>http://www.npostnik.de/typo3/typo3-4-6-und-tt_news/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 11:54:42 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1114</guid>
		<description><![CDATA[Wenn man eine ältere Version von tt_news installiert hat (z.B. 3.0.1) und dann auf TYPO3 Version 4.6. aktualisiert, dann werden keine News mehr angezeigt, es gibt keine Fehlermeldung, an der Stelle erscheint einfach keine Ausgabe. Zunächst habe ich selbst herausgefunden, dass das Plugin nicht mehr registriert wird in tt_content.list.20.9. Dann habe ich einen Forenthread gefunden [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man eine ältere Version von tt_news installiert hat (z.B. 3.0.1) und dann auf TYPO3 Version 4.6. aktualisiert, dann werden keine News mehr angezeigt, es gibt keine Fehlermeldung, an der Stelle erscheint einfach keine Ausgabe. Zunächst habe ich selbst herausgefunden, dass das Plugin nicht mehr registriert wird in tt_content.list.20.9. Dann habe ich einen Forenthread gefunden zu dem Thema im <a href="http://www.typo3forum.net/forum/news-tt_news-mininews-co/53820-tt_news-artikel-update-typo3-4-6-mehr-angezeigt.html">typo3forum</a>. Es hat geholfen, die neueste tt_news Version zu installieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/typo3-4-6-und-tt_news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step Choreo Fortgeschritten</title>
		<link>http://www.npostnik.de/choreos/step-choreo-fortgeschritten/</link>
		<comments>http://www.npostnik.de/choreos/step-choreo-fortgeschritten/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:49:40 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[choreos]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1112</guid>
		<description><![CDATA[Aufbau nach SPLIT. Block 1 (bilateral) Mambo R seit, Leg Curl R, Box Step, Stomp R, Turn Reverse L Aufbau: 2 Basic + Repeater -> Mambo + Repeater + Basic -> Repeater zu Knee mit zwei Stomp -> ein Stomp nach hinter, einer nach vorne -> Knee zu Leg Curl-> Mambo zur Seite -> nach [...]]]></description>
			<content:encoded><![CDATA[<p>Aufbau nach SPLIT.</p>
<p>Block 1 (bilateral)<br />
Mambo R seit, Leg Curl R, Box Step, Stomp R, Turn Reverse L<br />
Aufbau: 2 Basic + Repeater -> Mambo + Repeater + Basic -> Repeater zu Knee mit zwei Stomp -> ein Stomp nach hinter, einer nach vorne -> Knee zu Leg Curl-> Mambo zur Seite -> nach dem Leg Curl auf dem Step absetzen und Box Step</p>
<p>Block 2 (unilateral)<br />
Chacha Box over, Double Stomp Tango, Single Stomp zurück kreuzen, Kneelift<br />
Aufbau: 2 Repeater</p>
<p>Block 3 (bilateral)<br />
V-Step Ta-Da, Knie eindrehen, nach rechts ab, Squat, Squat, Knee<br />
Aufbau: 2 Basic + Repeater -> 2 March mitte rauf, nach aussen öffnen, nach hinten ab -> zu Seite abgehen -> nach außen springen und Knie eindrehen -> Repeater wird zu 2 M rauf, Stomp down, Kneelift</p>
<p>Block 4 (bilateral)<br />
Push, Switch, Double Stomp zur Seite, Double Stomp Tango auf dem Step, Basic<br />
Aufbau: Repeater + 2 Basic -> statt Repeater Push, Switch, March -> dann Push, Switch mit Double Stomp -> dann weiteren Double Stomp dran zur Seite</p>
<p>Block 5 (bilateral)<br />
Kick-Ball-Change over, Double Knee, Basic over<br />
Aufbau: 2 Basic, Repeater -> Sixpoint + Double Knee + Basic -> statt Sixpoint Kick-Ball-Change -> dann Kick-Ball-Change over, mit Basic zurück</p>
<p>Block 6 ist bilateral, 16 counts, war einfach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/choreos/step-choreo-fortgeschritten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation TYPO3 4.6 auf Localhost</title>
		<link>http://www.npostnik.de/typo3/installation-typo3-4-5-6-auf-localhost/</link>
		<comments>http://www.npostnik.de/typo3/installation-typo3-4-5-6-auf-localhost/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 11:37:09 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1107</guid>
		<description><![CDATA[Bisher hatte ich wenig Probleme TYPO3 auf Localhost schnell zu installieren. Gerade die neue Version 4.5.6 runtergeladen, ausgepackt und Fehlermeldung im Installtool &#8211; Modul openssl in PHP fehlt. Ich habe kurz in Google geschaut, aber keine genaue Fehlerbeschreibung gefunden. Im Verzeichnis xampp/php/ liegen mehrere Konfigurationsdateien, in der php.ini-development findet sich der auskommentierte Verweis auf das [...]]]></description>
			<content:encoded><![CDATA[<p>Bisher hatte ich wenig Probleme TYPO3 auf Localhost schnell zu installieren. Gerade die neue Version 4.5.6 runtergeladen, ausgepackt und Fehlermeldung im Installtool &#8211; Modul openssl in PHP fehlt. Ich habe kurz in Google geschaut, aber keine genaue Fehlerbeschreibung gefunden.<br />
Im Verzeichnis xampp/php/ liegen mehrere Konfigurationsdateien, in der php.ini-development findet sich der auskommentierte Verweis auf das fehlende Modul. In der php.ini hingegen nicht, das hat mich am Anfang ein bisschen verwirrt. Daher in der php.ini-development nach openssl suchen, die Zeile kopieren. In der php.ini nach der Windows-Extension-Liste suchen und dort diese Zeile reinkopieren und Kommentar entfernen (Kommentar ist ; am Anfang der Zeile)</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">;extension=php_openssl.dll</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/installation-typo3-4-5-6-auf-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warum eine größere Schrift auf Webseiten besser ist</title>
		<link>http://www.npostnik.de/css/warum-eine-grosere-schrift-auf-webseiten-besser-ist/</link>
		<comments>http://www.npostnik.de/css/warum-eine-grosere-schrift-auf-webseiten-besser-ist/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 18:53:11 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1105</guid>
		<description><![CDATA[Ein interessanter Artikel mit dem Vorschlag größere Schriftgrößen auf Webseiten zu verwenden. 16px body copy, anything less is a mistake Da hat er Recht der Mann. Kleine Schriften haben auch den Nachteil, dass bei einer Webseitenbreite von 900px und einer Spalte die Zeilen viel zu lang zum Lesen sind. Lesen auf dem Bildschirm ist anstrengender [...]]]></description>
			<content:encoded><![CDATA[<p>Ein interessanter Artikel mit dem Vorschlag größere Schriftgrößen auf Webseiten zu verwenden.<br />
<a href="http://www.smashingmagazine.com/2011/10/07/16-pixels-body-copy-anything-less-costly-mistake/">16px body copy, anything less is a mistake</a><br />
Da hat er Recht der Mann. Kleine Schriften haben auch den Nachteil, dass bei einer Webseitenbreite von 900px und einer Spalte die Zeilen viel zu lang zum Lesen sind. Lesen auf dem Bildschirm ist anstrengender als auf dem Papier, manche Seiten sind eh sehr textlastig und dann noch die kleinen Schriften.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/css/warum-eine-grosere-schrift-auf-webseiten-besser-ist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untertitel der Seite in TypoScript ausgeben mit Fallback auf Titel</title>
		<link>http://www.npostnik.de/typo3/untertitel-seite-in-typoscript-fallback-auf-titel/</link>
		<comments>http://www.npostnik.de/typo3/untertitel-seite-in-typoscript-fallback-auf-titel/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 08:18:15 +0000</pubDate>
		<dc:creator>natalia</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.npostnik.de/?p=1098</guid>
		<description><![CDATA[Über einer Navigation in der linken Spalte soll der Titel der übergeordneten Seite aus Level 1 dargestellt werden. Da im Web keine Silbentrennung existiert, habe ich mir gedacht, dass das Wort inklusive Silbentrennung in den subtitle geschrieben wird. Wenn das Feld subtitle befüllt ist, dann soll statt titel der Inhalt von subtitle ausgegeben werden. Hier [...]]]></description>
			<content:encoded><![CDATA[<p>Über einer Navigation in der linken Spalte soll der Titel der übergeordneten Seite aus Level 1 dargestellt werden. Da im Web keine Silbentrennung existiert, habe ich mir gedacht, dass das Wort inklusive Silbentrennung in den subtitle geschrieben wird. Wenn das Feld subtitle befüllt ist, dann soll statt titel der Inhalt von subtitle ausgegeben werden. Hier ist mein TypoScript:</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>navigation<span style="color: #339933; font-weight: bold;">.</span>sub <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">COA</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>navigation<span style="color: #339933; font-weight: bold;">.</span>sub<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">TEXT</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>navigation<span style="color: #339933; font-weight: bold;">.</span>sub<span style="color: #339933; font-weight: bold;">.</span>10 <span style="color: #009900;">&#123;</span>
	data <span style="color: #339933; font-weight: bold;">=</span> levelfield<span style="color: #339933; font-weight: bold;">:</span> <span style="color: #cc0000;">1</span>, title
	wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;h3&gt;</span><span style="color: #339933; font-weight: bold;">|</span><span style="color: #3366CC;">&lt;/h3&gt;</span>
	override<span style="color: #339933; font-weight: bold;">.</span>required <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
	override<span style="color: #339933; font-weight: bold;">.</span>data <span style="color: #339933; font-weight: bold;">=</span> levelfield<span style="color: #339933; font-weight: bold;">:</span> <span style="color: #cc0000;">1</span>, subtitle
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.npostnik.de/typo3/untertitel-seite-in-typoscript-fallback-auf-titel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

