<?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>just4freaks.de</title>
	<atom:link href="http://www.just4freaks.de/feed" rel="self" type="application/rss+xml" />
	<link>http://www.just4freaks.de</link>
	<description>Typo3 München Wordpress Starnberg  Freelancer</description>
	<lastBuildDate>Tue, 22 Jun 2010 09:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress 3 Custom Post Types</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=716</guid>
		<description><![CDATA[
In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzm&#246;glichkeiten der popul&#228;ren Blog-Software wesentlich verbessert.
Die wichtigste Neuerung lautet Custom Post Types, welche es erlauben, neben den herk&#246;mmlichen Standart Post Types auch eigene Post Types zu definieren.

Hierzu m&#246;chte ich euch ein paar interessante Links bereitstellen:

WP Engineer
Custom Post Types in WordPress 3.0
Custom Post Types [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Custom Post Types" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Custom Post Types" width="403" height="158" /><br />
In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzm&#246;glichkeiten der popul&#228;ren Blog-Software wesentlich verbessert.<br />
Die wichtigste Neuerung lautet <strong>Custom Post Types</strong>, welche es erlauben, neben den herk&#246;mmlichen Standart Post Types auch eigene Post Types zu definieren.<br />
<span id="more-716"></span><br />
Hierzu m&#246;chte ich euch ein paar interessante Links bereitstellen:</p>
<ul>
<li><a href="http://wpengineer.com/impressions-of-custom-post-type/">WP Engineer</a></li>
<li><a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">Custom Post Types in WordPress 3.0</a></li>
<li><a href="http://blog.netprofit.de/custom-post-types-wordpress.html">Custom Post Types ab WordPress 3.0 nutzen</a></li>
<li><a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types/">Create A Professional Portfolio Using WordPress 3.0 Custom Post Types</a></li>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/rock-solid-wordpress-3-0-themes-using-custom-post-types/">Rock-Solid WordPress 3.0 Themes using Custom Post Types</a></li>
<li><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpres">Custom post types in WordPress</a></li>
<li><a href="http://www.catswhocode.com/blog/how-to-create-a-side-blog-with-wordpress-3-0">How to create a side blog with WordPress 3.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Admin Passwort zur&#252;cksetzen</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen#comments</comments>
		<pubDate>Fri, 09 Apr 2010 07:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=711</guid>
		<description><![CDATA[
Falls du dein Admin Passwort f&#252;r dein Wordpress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die M&#246;glichkeit per phpMyAdmin das Passwort neu zu setzen.
Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in Wordpress neu zu setzen.


UPDATE `wp_users` SET `user_pass` = MD5( 'neues_passwort_hier' ) WHERE `wp_users`.`user_login` = &#34;admin_username&#34;;

Einfach neues_passwort_hier mit dem [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Attachments" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Attachments" width="403" height="158" /><br />
Falls du dein Admin Passwort f&#252;r dein Wordpress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die M&#246;glichkeit per phpMyAdmin das Passwort neu zu setzen.<br />
Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in Wordpress neu zu setzen.<br />
<span id="more-711"></span></p>
<pre class="brush: php;">
UPDATE `wp_users` SET `user_pass` = MD5( 'neues_passwort_hier' ) WHERE `wp_users`.`user_login` = &quot;admin_username&quot;;
</pre>
<p>Einfach <em>neues_passwort_hier</em> mit dem neuen Passwort ersetzen und den richtigen <em>Admin Usernamen</em> ersetzen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Sprachen konfiguration (Typoscript)</title>
		<link>http://www.just4freaks.de/typo3/typo3-sprachen-konfiguration-typoscript</link>
		<comments>http://www.just4freaks.de/typo3/typo3-sprachen-konfiguration-typoscript#comments</comments>
		<pubDate>Mon, 29 Mar 2010 09:49:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[sprache]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=706</guid>
		<description><![CDATA[
Hier ein Beispiel f&#252;r eine Sprachen Konfiguration f&#252;r Typo3 mit Typoscript. 
Typoscript f&#252;r die Defaultsprache (in diesem Beispiel Deutsch)

config {
	linkVars = L
	sys_language_uid = 0
	language = de
	locale_all = de_DE
	htmlTag_langKey = de
	sys_language_mode = content_fallback
	sys_language_overlay = hideNonTranslated
	// der Paramter L soll durchgereicht werden
	linkVars := addToList(L)
	// der Paramter soll eindeutig sein (kein doppeltes Auftreten in einer URL)
	uniqueLinkVars = 1
	// [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - Sprachen konfiguration (Typoscript)" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - Sprachen konfiguration (Typoscript)" width="403" height="111" /></p>
<p>Hier ein Beispiel f&#252;r eine Sprachen Konfiguration f&#252;r Typo3 mit Typoscript. </p>
<p>Typoscript f&#252;r die Defaultsprache (in diesem Beispiel Deutsch)</p>
<pre class="brush: xml;">
config {
	linkVars = L
	sys_language_uid = 0
	language = de
	locale_all = de_DE
	htmlTag_langKey = de
	sys_language_mode = content_fallback
	sys_language_overlay = hideNonTranslated
	// der Paramter L soll durchgereicht werden
	linkVars := addToList(L)
	// der Paramter soll eindeutig sein (kein doppeltes Auftreten in einer URL)
	uniqueLinkVars = 1
	// content fallback
	sys_language_fallBackOrder = 1,0
	sys_language_mode = content_fallback ; 1,0
	sys_language_overlay = 1
	sys_language_content = 1
}
</pre>
<p><span id="more-706"></span></p>
<p>Hier das Typoscript f&#252;r die Englische und Amerikanische Sprachen ID</p>
<pre class="brush: xml;">
// English language (id)
[globalVar = GP:L = 1]
  config {
    sys_language_uid = 1
    language = en
    locale_all = en_EN
    htmlTag_langKey = en
  }
[global]

// USA language (id)
[globalVar = GP:L = 2]
  config {
    sys_language_uid = 2
    language = en
    locale_all = en_US
    htmlTag_langKey = en
  }
[global]
</pre>
<p>Um die Sprachen zu Testen, brauchen wir nat&#252;rlich noch ein Sprachenmen&#252; <img src='http://www.just4freaks.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre class="brush: xml;">
// language navi
lib.langnavi = HMENU
lib.langnavi {
	special = language
	special {
		value = 0,1,2
    normalWhenNoLanguage = 0
	}
	wrap = &lt;ul class=&quot;langnavi&quot;&gt;|&lt;/ul&gt;
	1 = TMENU
	1 {
	noBlur = 1
	NO = 1
	NO {
		linkWrap = &lt;li&gt; | &lt;/li&gt;
		stdWrap.override = &lt;img src=&quot;fileadmin/templates/images/language/germany.png&quot; alt=&quot;Deutsch&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/language/uk.png&quot; alt=&quot;English&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/language/usa.png&quot; alt=&quot;USA&quot; /&gt;
	}
	ACT &lt;.NO
	ACT {
		linkWrap = &lt;li&gt; | &lt;/li&gt;
		stdWrap.override = &lt;img src=&quot;fileadmin/templates/images/language/germany.png&quot; alt=&quot;Deutsch&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/language/uk.png&quot; alt=&quot;English&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/language/usa.png&quot; alt=&quot;USA&quot; /&gt;
		doNotLinkIt = 1
	}
	USERDEF1 &lt; .NO
	USERDEF2 &lt; .ACT
	}
}
</pre>
<p>Falls ihr Fragen dazu habt, n&#252;tzt einfach die Kommentarfunktion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-sprachen-konfiguration-typoscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Browser CSS Transforms (IE Support)</title>
		<link>http://www.just4freaks.de/css/cross-browser-css-transforms-ie-support</link>
		<comments>http://www.just4freaks.de/css/cross-browser-css-transforms-ie-support#comments</comments>
		<pubDate>Mon, 22 Mar 2010 09:21:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=698</guid>
		<description><![CDATA[The CSS transform property allows developers to rotate, scale, and skew blocks of HTML via CSS. Although you can do the same thing with images in Photoshop or The GIMP, using CSS transforms allows developers to do the same thing with any HTML markup and allows users to select the text within the transformed object. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border alignright size-thumbnail wp-image-699" title="crossbrowser-transform" src="http://www.just4freaks.de/wp-content/uploads/2010/03/crossbrowser-transform-150x150.jpg" alt="crossbrowser-transform" width="150" height="150" />The CSS transform property allows developers to rotate, scale, and skew blocks of HTML via CSS. Although you can do the same thing with images in Photoshop or The GIMP, using CSS transforms allows developers to do the same thing with any HTML markup and allows users to select the text within the transformed object. <a href="http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/css/cross-browser-css-transforms-ie-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Attachments (Dateianh&#228;nge)</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge#comments</comments>
		<pubDate>Fri, 27 Nov 2009 08:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[attachment]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=687</guid>
		<description><![CDATA[
Hier ein einfacher Code-Schnipsel, um Attachments (Dateianh&#228;nge) in einem WordPress-Theme anzuzeigen.

$args = array(
	'post_type' =&#62; 'attachment',
	'numberposts' =&#62; null,
	'post_status' =&#62; null,
	'post_parent' =&#62; $post-&#62;ID
);
$attachments = get_posts($args);
if ($attachments) {
	foreach ($attachments as $attachment) {
		echo apply_filters('the_title', $attachment-&#62;post_title);
		the_attachment_link($attachment-&#62;ID, false);
	}
}

F&#252;gt einfach den folgenden Code innerhalb eines Wordpress Loops ein und deine Dateianh&#228;nge werden angezeigt.
Desweiteren ist es auch m&#246;glich den Code irgendwo in die [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Attachments" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Attachments" width="403" height="158" /><br />
Hier ein einfacher Code-Schnipsel, um Attachments (Dateianh&#228;nge) in einem WordPress-Theme anzuzeigen.</p>
<pre class="brush: php;">
$args = array(
	'post_type' =&gt; 'attachment',
	'numberposts' =&gt; null,
	'post_status' =&gt; null,
	'post_parent' =&gt; $post-&gt;ID
);
$attachments = get_posts($args);
if ($attachments) {
	foreach ($attachments as $attachment) {
		echo apply_filters('the_title', $attachment-&gt;post_title);
		the_attachment_link($attachment-&gt;ID, false);
	}
}
</pre>
<p>F&#252;gt einfach den folgenden Code innerhalb eines Wordpress Loops ein und deine Dateianh&#228;nge werden angezeigt.<br />
Desweiteren ist es auch m&#246;glich den Code irgendwo in die post.php Datei einzuf&#252;gen.</p>
<p>Credit: <a href="http://www.wprecipes.com/how-to-show-wordpress-post-attachments">wprecipes.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Margin von Bildern</title>
		<link>http://www.just4freaks.de/firefox/firefox-margin-von-bildern</link>
		<comments>http://www.just4freaks.de/firefox/firefox-margin-von-bildern#comments</comments>
		<pubDate>Thu, 26 Nov 2009 11:32:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[padding]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=669</guid>
		<description><![CDATA[
Wenn Firefox auf XHTML-Seiten Bilder anzeigt, kann es passieren das unterhalb der Bilder einen leeren Abstand von etwa 3 Pixeln angezeigt wird. Durch das setzen von margin und padding auf 0 &#228;ndert sich leider auch nichts. Dieser Fehler tritt nur auf Seiten auf, die den Doctype XHTML haben.
Die L&#246;sung des Problemes ist relative einfach. Ihr m&#252;sst [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-472 mb5" title="Firefox" src="http://www.just4freaks.de/wp-content/uploads/2009/09/firefox.png" alt="Firefox" width="403" height="111" /><br />
Wenn Firefox auf XHTML-Seiten Bilder anzeigt, kann es passieren das unterhalb der Bilder einen leeren Abstand von etwa 3 Pixeln angezeigt wird. Durch das setzen von margin und padding auf 0 &#228;ndert sich leider auch nichts. Dieser Fehler tritt nur auf Seiten auf, die den Doctype XHTML haben.</p>
<p>Die L&#246;sung des Problemes ist relative einfach. Ihr m&#252;sst den Bild nur display:block zuweisen.</p>
<pre class="brush: css;">
img {
display:block
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/firefox/firefox-margin-von-bildern/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Realurl mit mehreren Domains</title>
		<link>http://www.just4freaks.de/typo3/typo3-realurl-mit-mehreren-domains</link>
		<comments>http://www.just4freaks.de/typo3/typo3-realurl-mit-mehreren-domains#comments</comments>
		<pubDate>Thu, 26 Nov 2009 10:09:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[realurl]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=673</guid>
		<description><![CDATA[
Vor kurzem musste ich mit einer Typo3 Installation mehrere Domains einrichten. Nachdem ich realUrl  f&#252;r die Projekte eingeschalten hatte, kam es zu Problemen! Nach langer Recherche fand ich eine L&#246;sung.
&#214;ffnet die typo3conf/localconf.php datei. Hier k&#246;nnt ihr am Ende einen Array eintragen.

// realUrl Domains
$aPID = array(
'www.realurl-domain.de' =&#62; '1',
'www.realurl-domain2.de' =&#62; '2'
);


Danach solltet ihr eure typo3conf/realurl_autoconf.php &#246;ffnen.


'pagePath' [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - Realurl mit mehreren Domains" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - Realurl mit mehreren Domains" width="403" height="111" /></p>
<p>Vor kurzem musste ich mit einer Typo3 Installation mehrere Domains einrichten. Nachdem ich <strong>realUrl </strong> f&#252;r die Projekte eingeschalten hatte, kam es zu Problemen! Nach langer Recherche fand ich eine L&#246;sung.<br />
&#214;ffnet die typo3conf/localconf.php datei. Hier k&#246;nnt ihr am Ende einen Array eintragen.</p>
<pre class="brush: xml;">
// realUrl Domains
$aPID = array(
'www.realurl-domain.de' =&gt; '1',
'www.realurl-domain2.de' =&gt; '2'
);
</pre>
<p><span id="more-673"></span></p>
<p>Danach solltet ihr eure typo3conf/realurl_autoconf.php &#246;ffnen.</p>
<pre class="brush: xml;">

'pagePath' =&gt; array(
'type' =&gt; 'user',
'userFunc' =&gt; 'EXT:realurl/class.tx_realurl_advanced.php:&amp;tx_realurl_advanced-&gt;main',
'spaceCharacter' =&gt; '-',
'languageGetVar' =&gt; 'L',
'expireDays' =&gt; 3,
//'rootpage_id' =&gt; '1', // falls nur 1 Projekt vorhanden ist, muss man hier die rootpageID eintragen
'rootpage_id' =&gt; $aPID[$_SERVER['HTTP_HOST']],
'disablePathCache' =&gt; 1,
'postVarSet_failureMode' =&gt; '',
),
</pre>
<p>Sobald ihr diese &#196;nderungen in realUrl_autoconf.php und localconf.php vorgenommen habt, solltet ihr keine Probleme mehr mit mehreren Domains in einer Typo3 Installation haben.</p>
<p><strong>Update:</strong><br />
Hier zu noch die .htaccess</p>
<pre class="brush: xml;">
RewriteCond %{HTTP_HOST} ^domain1.de$ [NC]
RewriteRule ^(.*)$ http://www.domain1.de/$1 [QSA,R=301,L]

RewriteCond %{HTTP_HOST} ^domain2.de$ [NC]
RewriteRule ^(.*) http://www.domain2.de/$1 [QSA,L,R=301]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-realurl-mit-mehreren-domains/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Typoscript &#8211; Sprachmen&#252;</title>
		<link>http://www.just4freaks.de/typo3/typoscript-sprachmenue</link>
		<comments>http://www.just4freaks.de/typo3/typoscript-sprachmenue#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:29:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=662</guid>
		<description><![CDATA[
Hier ein Codesnippsel f&#252;r ein Sprachen Men&#252; (language menu) Menu/Navigation das mit Typoscript erstellt wird.
Hier die Default Einstellungen f&#252;r ein Sprachenmen&#252;.

// default language
config {
  linkVars = L
  sys_language_uid = 0
  language = de
  locale_all = de_DE
  htmlTag_langKey = de
  sys_language_mode = content_fallback
  //sys_language_overlay = hideNonTranslated
  sys_language_overlay = [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-472 mb5" title="Typo3 - Typoscript Sprachen Menu" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - Typoscript Sprachen Menu" width="403" height="111" /><br />
Hier ein Codesnippsel f&#252;r ein Sprachen Men&#252; (language menu) Menu/Navigation das mit Typoscript erstellt wird.<br />
Hier die Default Einstellungen f&#252;r ein Sprachenmen&#252;.</p>
<pre class="brush: xml;">
// default language
config {
  linkVars = L
  sys_language_uid = 0
  language = de
  locale_all = de_DE
  htmlTag_langKey = de
  sys_language_mode = content_fallback
  //sys_language_overlay = hideNonTranslated
  sys_language_overlay = 1
  // der Paramter L soll durchgereicht werden
  linkVars := addToList(L)
  // der Paramter soll eindeutig sein (kein doppeltes Auftreten in einer URL)
	uniqueLinkVars = 1
}

// Englisch (id)
[globalVar = GP:L = 1]
  config {
    sys_language_uid = 1
    language = en
    locale_all = english
    htmlTag_langKey = en
  }
[global]

// beliebige Sprache (id)
[globalVar = GP:L = x]
  config {
    sys_language_uid = x
    language = xx
    locale_all = xx
    htmlTag_langKey = xx
  }
[global]
</pre>
<p><span id="more-662"></span></p>
<p>Hier der Typoscript Snippsel f&#252;r die Erstellung des Sprachenmen&#252;s.</p>
<pre class="brush: xml;">
// Typoscript Sprachen Men&#252;
lib.language = HMENU
lib.language {
	special = language
	special.value = 0,1
	special.normalWhenNoLanguage = 0
	wrap = &lt;ul&gt;|&lt;/ul&gt;
	1 = TMENU
	1 {
	noBlur = 1
	NO = 1
	NO {
		linkWrap = &lt;li&gt; | &lt;/li&gt;
		stdWrap.override = &lt;img src=&quot;fileadmin/templates/images/flags/flag-german.png&quot; alt=&quot;Deutsch&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/flags/flag-english.png&quot; alt=&quot;English&quot; /&gt;
		doNotLinkIt = 1
		stdWrap.typolink.parameter.data = page:uid
		stdWrap.typolink.additionalParams = &amp;amp;amp;L=0 || &amp;amp;amp;L=1
		stdWrap.typolink.addQueryString = 1
		stdWrap.typolink.addQueryString.exclude = L,id,cHash,no_cache
		stdWrap.typolink.addQueryString.method = GET
		stdWrap.typolink.useCacheHash = 0
		stdWrap.typolink.no_cache = 0
	}
	ACT &lt;.NO
	ACT {
		linkWrap = &lt;li class=&quot;active&quot;&gt; | &lt;/li&gt;
		stdWrap.override = &lt;img src=&quot;fileadmin/templates/images/flags/flag-german-active.png&quot; alt=&quot;Deutsch&quot; /&gt; || &lt;img src=&quot;fileadmin/templates/images/flags/flag-english-active.png&quot; alt=&quot;English&quot; /&gt;
	}
	USERDEF1 &lt; .NO
	USERDEF2 &lt; .ACT
	}
}
</pre>
<p>special.value => Sprachen ID´s<br />
stdWrap.override => absolute Pfad f&#252;r die Bilder</p>
<p>Hier geht es zur <a href="http://wiki.typo3.org/index.php/TSref/typolink" title="Typolink Referenz">Typolink Referenz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typoscript-sprachmenue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typoscript &#8211; Lightbox ohne Extension einbinden</title>
		<link>http://www.just4freaks.de/typo3/typoscript-lightbox-ohne-extension-einbinden</link>
		<comments>http://www.just4freaks.de/typo3/typoscript-lightbox-ohne-extension-einbinden#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:17:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=660</guid>
		<description><![CDATA[
Mit diesem TypoScript Snippsel kann man jede beliebige Lightbox im Frontend n&#252;tzen. Ihr m&#252;sst dazu einfach ein Element Text w/Bild einf&#252;gen. In dem Tab Media einfach ein Bild einf&#252;gen und Click-enlarge setzen.

// Setup
tt_content.image.20.1.imageLinkWrap {
typolink &#62;
typolink {

parameter.cObject = IMG_RESOURCE
parameter.cObject.file {
import.current = 1
width = {$styles.content.imgtext.linkWrap.width}
height = {$styles.content.imgtext.linkWrap.height}
effects = {$styles.content.imgtext.linkWrap.effects}
}

parameter.override {
field = image_link
listNum.stdWrap.data = register : IMAGE_NUM_CURRENT
}

ATagParams = [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typoscript - Lightbox ohne Extension" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typoscript - Lightbox ohne Extension" width="403" height="111" /><br />
Mit diesem TypoScript Snippsel kann man jede beliebige Lightbox im Frontend n&#252;tzen. Ihr m&#252;sst dazu einfach ein Element Text w/Bild einf&#252;gen. In dem Tab Media einfach ein Bild einf&#252;gen und Click-enlarge setzen.</p>
<pre class="brush: xml;">
// Setup
tt_content.image.20.1.imageLinkWrap {
typolink &gt;
typolink {

parameter.cObject = IMG_RESOURCE
parameter.cObject.file {
import.current = 1
width = {$styles.content.imgtext.linkWrap.width}
height = {$styles.content.imgtext.linkWrap.height}
effects = {$styles.content.imgtext.linkWrap.effects}
}

parameter.override {
field = image_link
listNum.stdWrap.data = register : IMAGE_NUM_CURRENT
}

ATagParams = rel=&quot;prettyPhoto&quot;
ATagParams.insertData = 1
ATagParams.if.isFalse &lt; .parameter.override

target = {$styles.content.links.target}
extTarget = {$styles.content.links.extTarget}
}
}
</pre>
<p><span id="more-660"></span></p>
<p>In diesem Beispiel wird jQuery und das Plugin <a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">prettyPhoto a jQuery lightbox clone</a> eingebunden. Es ist nat&#252;rlich auch m&#246;glich andere jQuery Plugins einzuf&#252;gen.</p>
<pre class="brush: xml;">
// TYPO3 JavaScript
headerData.14 = TEXT
headerData.14.value (
&lt;script src=&quot;fileadmin/templates/javascript/jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; &lt;script src=&quot;fileadmin/templates/javascript/jquery.prettyPhoto.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
		$(document).ready(function(){
			$(&quot;a[rel^='prettyPhoto']&quot;).prettyPhoto({
				theme: 'light_rounded'
			})
		});

// --&gt;&lt;/script&gt;
)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typoscript-lightbox-ohne-extension-einbinden/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typoscript &#8211; Aktuelles Datum ausgeben</title>
		<link>http://www.just4freaks.de/typo3/typoscript-aktuelles-datum-ausgeben</link>
		<comments>http://www.just4freaks.de/typo3/typoscript-aktuelles-datum-ausgeben#comments</comments>
		<pubDate>Fri, 14 Aug 2009 08:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=655</guid>
		<description><![CDATA[
Mit diesem TypoScript Snippsel kann man das aktuelle Datum auf einer Website darstellen. Mit der Php Funktion strftime kann man das Datum beliebig formatieren.

// TYPO3 Setup
tmp.date = TEXT
tmp.date {
data = date : U
strftime = %A, %e. %B %Y
}

Hier eine kurze Erkl&#228;rung zu strftime:
%A = Sonntag bis Samstag
%e = 1 bis 31
%B = Januar bis Dezember
%Y [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typoscript - Aktuelles Datum ausgeben" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typoscript - Aktuelles Datum ausgeben" width="403" height="111" /><br />
Mit diesem TypoScript Snippsel kann man das aktuelle Datum auf einer Website darstellen. Mit der Php Funktion <a href="http://de2.php.net/strftime">strftime</a> kann man das Datum beliebig formatieren.</p>
<pre class="brush: xml;">
// TYPO3 Setup
tmp.date = TEXT
tmp.date {
data = date : U
strftime = %A, %e. %B %Y
}
</pre>
<p>Hier eine kurze Erkl&#228;rung zu strftime:<br />
%A = Sonntag bis Samstag<br />
%e = 1 bis 31<br />
%B = Januar bis Dezember<br />
%Y = Jahr: 2009</p>
<p>Mehr dazu findet ihr auf <a href="http://de2.php.net/strftime">php.net/strftime</a></p>
<p>Die strftime-Formatangabe &#8216;%A, %e. %B %Y&#8217; in diesem Beispiel erzeugt eine Ausgabe des Datums im Format &#8216;Freitag, 14. August 2009&#8242;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typoscript-aktuelles-datum-ausgeben/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
